﻿body{
    background: #f5f4f2;
    font-family:'Microsoft Yahei', Arial, Helvetica, sans-serif;
    color: #333;
    -webkit-user-select: none;
}
a{
    color: #636363;
    display: block;
}
img{
    display: block;
    width: 100%;
}

.op_patronage_tips {
    background: #f0f0f0;
    color: #8b8b8b;
    margin-left: 0;
    height: 16px;
    line-height: 16px;
}
.clearfix:after {
    display: block;
    height: 0;
    content: "",clear:both;
    visibility: hidden;
}
.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
}
.j_slide_content{
    position: relative;
    overflow: hidden;
}
.j_slide_box{
    -webkit-box-pack: center;
    display: -webkit-box;
    position: relative;
    -webkit-transition-duration: 0.3s;
}
.slide_box{
    -webkit-box-pack: center;
    display: -webkit-box;
    position: relative;
}
.j_slide_card{
    width: 90%;
    margin: 0 10px 0 0;
}
.menu-list{
    position: relative;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.menu-list .disbox{
    display: -webkit-box;
    margin: 15px 0 5px;
}

.menu-list .disbox .li{
    width: 25%;
}
.menu-list .disbox .li .img{
    height: 45px;
    width: 45px;
    margin: 0 auto;
}
.menu-list .disbox .li .txt{
    color: #131313;
    font-size: 12px;
    text-align: center;
    margin: 9px 0 0;
}
.top-menu {
    position: relative;
    margin: 0px 0px 0 0;
    padding: 0 13px 0 0;
    background: url(http://n.sinaimg.cn/88773292/20151021/icon_right3.png) 98.3% center no-repeat #e94740;
    background-size: 6px auto;
}
.top-menu .bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    z-index: 1;
    background: #fff;
    display: none;
}
.top-menu .ul{
    padding: 0px 0px 0px 18px;
    display: -webkit-box;
    height: 40px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.top-menu .li{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0px 19px 0 0;
    padding: 0 2px;
    height: 36px;
    line-height: 36px;
    border-top: 2px solid #e94740;
    border-bottom: 2px solid #e94740;
}
.top-menu .li.act{
    font-size: 18px;
    border-top: 2px solid #e94740;
    border-bottom: 2px solid #fff;
    /*font-weight: bold;*/
}
.top-menu div.li{
    color: rgb(221,54,55);
}
.top-menu .li:first-child{
    /*width: 48px;*/
}
.top-menu a{
    text-decoration: none;
    display: block;
}
.top-menu-fixed {
    position: fixed;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    top: 0px;
    margin: 0px 0px 0 0;
    padding: 0 13px 0 0;
    background: url(http://n.sinaimg.cn/88773292/20151021/icon_right3.png) 98.3% center no-repeat #e94740;
    background-size: 6px auto;
    z-index: 111;
    -webkit-transform: translate3d(0, -100%, 0);
}
.top-menu-fixed.on {
    -webkit-transform: translate3d(0, 0%, 0);
    -webkit-transition: all .3s linear;
}
.top-menu-fixed .bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    z-index: 1;
    background: #fff;
    display: none;
}
.top-menu-fixed .ul{
    position: relative;
    padding: 0px 0px 0px 18px;
    display: -webkit-box;
    height: 40px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.top-menu-fixed .li{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0px 19px 0 0;
    padding: 0 2px;
    height: 36px;
    line-height: 36px;
    border-top: 2px solid #e94740;
    border-bottom: 2px solid #e94740;
}
.top-menu-fixed .li.act{
    font-size: 18px;
    border-top: 2px solid #e94740;
    border-bottom: 2px solid #fff;
    /*font-weight: bold;*/
}
.top-menu-fixed div.li{
    color: rgb(221,54,55);
}
.top-menu-fixed .li:first-child{
    /*width: 48px;*/
}
.top-menu-fixed a{
    text-decoration: none;
    display: block;
}

.more_btn_loading {
  clear: both;
  margin: 0 6px 12px;
  text-align: center;
}
.loadingbtn {
  margin: 2px 0;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: 999em;
  line-height: 30px;
  background: url(http://n.sinaimg.cn/88773292/20151026/load2.png) 0 0 no-repeat;
  background-position: 0 100%;
  background-size: 30px auto;
  -webkit-animation-name: loading;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.more_btn {
  clear: both;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  /*border: 1px solid #f9f9f9;*/
  margin: 0 6px 12px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /*-moz-box-shadow: inset 0px 1px 0px #fff;*/
  /*-webkit-box-shadow: inset 0px 1px 0px #fff;*/
}
@-webkit-keyframes loading {
    from { -webkit-transform:rotate(0deg) translateZ(0);}
    to { -webkit-transform:rotate(360deg) translateZ(0);}
}

.load_more_btn{
    clear:both;
    text-align: center;
    border:1px solid #C0BEBE;
    background:#F9F9F9;
    font-size: 14px;
    margin:8px 10px 8px;
    padding:10px 0;
    border-radius: 3px;
}
.load_more_btn span:first-child{
    background: url(http://n.sinaimg.cn/88773292/20151109/more_icon.png) right center no-repeat;
    background-size: auto 4px;
    padding: 0 12px;
    color: #E94740;
}
.load_more_btn span:last-child{
    background: none;
    background-size: auto 4px;
    vertical-align: middle;
    display: inline-block;
    width:19px;
    height: 7px;
}

.anim-imgs{
    position: relative;
}
.anim-imgs .visible{
    visibility: hidden;
    width: 86%;
}
.anim-imgs .ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.anim-imgs .ul .li{
    position: absolute;
    -webkit-transition: all .3s linear;
    display: block;
}
.anim-imgs .ul .li .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    -webkit-transition: all .6s linear;
    z-index: 2;
}
.anim-imgs .ul .li .img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.anim-imgs .ul .li.l1 .bg{
    background: rgba(0,0,0,0);
}
.anim-imgs .ul .l0{
    top: 14%;
    left: -100%;
    width: 60%;
    z-index: 3;
}
.anim-imgs .ul .l1{
    top: 0%;
    left: 0%;
    width: 86%;
    z-index: 4;
}
.anim-imgs .ul .l2{
    top: 6%;
    left: 18%;
    width: 76%;
    z-index: 2;
}
.anim-imgs .ul .l3{
    top: 12%;
    left: 34%;
    width: 66%;
    z-index: 1;
    background: url(http://n.sinaimg.cn/88773292/20151020/more_imgs.png) center center no-repeat #e94740;
    background-size: 40% auto;
}
.anim-imgs .ul .li .img_bg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: url(http://n.sinaimg.cn/88773292/20151020/more_imgs.png) center center no-repeat #e94740;
    background-size: 101px auto;
}
.anim-imgs .ul .li .visible{
    width: 100%;
}

.star{
    display: -webkit-box;
    margin: 5px 0 10px;
    height: 24px;
    font-size: 12px;
}
.star .txt{
    height: 23px;
    line-height: 23px;
    padding: 0 7px;
    border-radius: 4px;
    color: #fff;
    background: #e94740;
    margin: 0 5px;
}
.star .score{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #e94740;
}
.star_in {
    position: relative;
}
.star .i {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(http://n.sinaimg.cn/88773292/20151014/star.png) bottom center no-repeat;
    background-size: 100%;
    margin: 0 2px;
    vertical-align: text-bottom;
}
.star .i.g {
    background: url(http://n.sinaimg.cn/88773292/20151014/star_g.png) bottom center no-repeat;
    background-size: 100%;
}
.star .i.h {
    background: url(http://n.sinaimg.cn/88773292/20151014/star_h.png) bottom center no-repeat;
    background-size: 100%;
}

.number-content{
    margin: 0 0 -10px;
}
.number-content .pattern{
    width:100%;
    overflow-x:scroll;
}
.number-content ul{
    width:520px;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
}
.number-content ul li{
    float:left;
    margin-left:20px;
    padding:14px 0;
}
.number-content ul li .bg-pic{
    width:46px;
    height:46px;
    overflow: hidden;
    margin-left:2px;
    background:url(http://www.sinaimg.cn/qc/2015/1011/empty.png) no-repeat;
    background-size:50px;
}
.number-content ul li h3{
    font-size:13px;
    font-weight: normal;
    color:#000;
    margin-top:8px;
}
.number-content ul li .pic1{
    background-position: 0 0;
}
.number-content ul li .pic2{
    background-position: 0 -60px;
}
.number-content ul li .pic3{
     background-position: 0 -119px;
 }
.number-content ul li .pic4{
    background-position: 0 -177px;
}
.number-content ul li .pic5{
    background-position: 0 -231px;
}
.number-content ul li .pic6{
    background-position: 0 -288px;
}
.number-content ul li .pic7{
    background-position: 0 -346px;
}
.number-content ul li .pic8{
    background-position: 0 -404px;
}
.number-content ul li.act .pic1{
    background-position: 0 -468px;
}
.number-content ul li.act .pic2{
    background-position: 0 -528px;
}
.number-content ul li.act .pic3{
    background-position: 0 -587px;
}
.number-content ul li.act .pic4{
    background-position: 0 -644px;
}
.number-content ul li.act .pic5{
    background-position: 0 -700px;
}
.number-content ul li.act .pic6{
    background-position: 0 -756px;
}
.number-content ul li.act .pic7{
    background-position: -1px -814px;
}
.number-content ul li.act .pic8{
    background-position: 0 -872px;
}


.wapListImage1,    .wapListImage{width: 100%;  overflow: hidden; height: auto; cursor: move; zoom:1; position: relative;}
.wapListImage1 ul,
.wapListImage1 ul li,
.wapListImage1 ul,
.wapListImage ul li{ list-style: none;}
.wapListImage1 ul,    .wapListImage ul{width: 2000%;}
.wapListImage1 ul li,    .wapListImage ul li{width: 5%; float: left; position: relative;}
.wapListImage ul li a img:focus,
.wapListImage ul li a img:checked,
.wapListImage ul li a img,
.wapListImage ul li a img:active,
.wapListImage ul li a,.wapListImage ul li a:active{cursor: move;}
.wapListImage ul li{position: relative;}
.wapListImage ul li p{position: absolute; bottom: 0; line-height: 30px; background: #000; opacity: 0.8;width: 100%}
.wapListImage ul li p span{color: #fff;}
.wapListImage dl{ position: absolute; bottom: 5px; right: 10px;}
.wapListImage ul li .star{
    position: absolute;
    top: 7px;
    left: 12px;
    width: 100%;
}
.wapListImage dl.dl{ 
  width: 100%;
  position: absolute;
  bottom: 5px;
  right: 10px;
  text-align: center;
}
.wapListImage .icon_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(../img/icon_video.png) center center no-repeat;*/
  /*background-size: 48px auto;*/
}
.wapListImage dl.home{ 
  position: absolute;
  bottom: 9px;
  right: 0px;
  width: 100%;
  text-align: center;
}
.wapListImage dl.home .w{ 
    display: inline-block;
    width: auto;
    padding: 5px 5px 5px;
    line-height: 8px;
    text-align: center;
    background: rgba(0,0,0,.5);
    border-radius: 11px;
    overflow: hidden;
    margin: 0 auto;
}
.wapListImage dl span{
    float: left;
    overflow: hidden;
    width: 8px;
    height: 8px;
    border-radius: 5px 5px;
    background-color: #fff;
    display: block;
    margin: 0 2px;
    -webkit-transform: scale(.7);
}
.wapListImage dl span.selected{ background-color:#e94740;-webkit-transform: scale(1);}
.wapList .title{
    position: relative;
    height: 33px;
    line-height: 33px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0 0 16px;
    /*margin: 0 0 0 10px;*/
    box-sizing: border-box;
    color: #131313;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
}
.wapList .title.photo{
    padding: 0 0 0 36px;
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_5.png) no-repeat 10px center #fff;
    background-size: 20px auto;
}
.wapList .title.news{
    padding: 0 0 0 36px;
    background: url(http://n.sinaimg.cn/88773292/20151014/icon_12.png) no-repeat 10px center #fff;
    background-size: 16px auto;
}
.wapList .title.video{
    padding: 0 0 0 36px;
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_6.png) no-repeat 10px center #fff;
    background-size: 20px auto;
}
.car_canlendar{
    position: relative;
    background: #fff;
    margin: 10px 0;
    padding: 10px 10px 10px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.car_canlendar .title{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 29px;
    color: #131313;
}
.car_canlendar .dashed{
    border-top: 1px dotted #ccc;
    margin: 8px 0 0;
}
.car_canlendar .j_slide_content {
    margin: -10px 0 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.car_canlendar .j_slide_card{
    width: 45%;
}
.car_canlendar .j_slide_card .time{
    font-size: 12px;
    color: #868686;
    text-align: center;
    padding: 25px 0 0;
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_2.png)  center 2px no-repeat;
    background-size: auto 16.5px;
}
.car_canlendar .j_slide_card .time.act{
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_3.png)  center 0px no-repeat;
    background-size: auto 20.5px;
    font-size: 14px;
    color: #e94740;
    font-weight: bold;
}
.car_canlendar .j_slide_card .time span{
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_1.jpg) right center no-repeat;
    background-size: auto 11px;
    padding: 0 28px 0 0;
}
.car_canlendar .j_slide_card .time.act span{
    background: url(http://n.sinaimg.cn/88773292/20151014/icon_4.jpg) right center no-repeat;
    background-size: auto 11px;
    padding: 0 34px 0 0;
}
.car_canlendar .j_slide_card .img{
    margin: 8px 0px 8px 0;
    color: #dedede;
    position: relative;
    font-size: 12px;
}
.car_canlendar .j_slide_card .img .img_t{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    padding: 8px 0 8px;
    background: rgba(0,0,0,.4);
    text-align: center;
}
.car_canlendar .j_slide_card .btn{
    color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    background: #57b767;
    text-align: center;
    width: 72px;
}
.car_canlendar .j_slide_card .btn span{
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_4.png) left center no-repeat;
    background-size: auto 12px;
    padding: 0 0 0 15px;
}
.module-box{
    position: relative;
    background: #fff;
    margin: 10px 0;
    padding: 10px 10px 10px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
/*.module-box:before, .module-box:after {
    content: "";
    display: block;
    position: absolute;
    left: -50%;
    width: 200%;
    height: 1px;
    background: #e9e9e9;
    -webkit-transform: scale(0.5);
}*/
.module-box .title{
    color: #131313;
    font-size: 17px;
    font-weight: bold;
    min-height: 20px;
    line-height: 24px;
}
.module-box .shortTxt{
    font-size: 14px;
    color: #696969;
    line-height: 22px;
    margin: 5px 0;
}
.module-box .title .image{
    font-size: 17px;
    padding: 0 0 0 26px;
    display: block;
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_5.png) 0px 3px no-repeat;
    background-size: 20px auto;
    line-height: 24px;
}
.module-box .title .video{
    font-size: 17px;
    padding: 0 0 0 26px;
    display: block;
    line-height: 24px;
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_6.png) 0px 6px no-repeat;
    background-size: 20px auto;
}
.module-box .title .txt{
    font-size: 17px;
    padding: 0 0 0 26px;
    display: block;
    line-height: 24px;
    background: url(http://n.sinaimg.cn/88773292/20151014/icon_12.png) 1px 3px no-repeat;
    background-size: 16px auto;
}
.module-box .prot{
    color: #868686;
    font-size: 12px;
    padding: 13px 0 9px;
}
.module-box .prot .num{
    color: #868686;
    font-size: 12px;
    padding: 0 5px 0 20px;
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_7.png) left center no-repeat;
    background-size: 14px auto;
}
.module-box .big-img{
    position: relative;
}
.module-box .big-img .num{
    position: absolute;
    width: 53px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    box-sizing: border-box;
    bottom: 8px;
    right: 0;
    padding: 0 0 0 33px;
    color: #fff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_8.png) 13px center no-repeat rgba(0,0,0,.6);
    background-size: 15px auto;
}
.module-box .big-img .icon_video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_9.png) center center no-repeat ;
    background-size: 70px auto;
}
.module-box .tags{
    margin: 10px 0;
    display: block;
    overflow: hidden;
    max-height: 22px;
}
.module-box .tags .li{
    position: relative;
    height: 20px;
    float: left;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 20px;
    color: #e94740;
    font-size: 12px;
    border: 1px solid #e94740;
    margin: 0 10px 0 0 ;
}
.module-box .tags .li .icon{
    display: none;
}
.module-box .tags .li.act{
    background: #2c2a2a;
    border: 1px solid #2c2a2a;
    color: #fff;
}
.module-box .tags .li.act .icon{
    display: block;
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_11.png) center center no-repeat ;
    background-size: auto 5px;
}
.tag_content{
    position: relative;
    padding: 6px 0 8px 7px;
    font-size: 12px;
    display: none;
}
.tag_content.act{
    display: block;
}
.tag_content .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c2a2a;
}
.tag_content .j_slide_card{
    border-right: 1px solid #504e4e;
    width: 80%;
}
.tag_content .j_slide_card .title{
    color: #c7c7c7;
    padding: 0 0 0 11px;
    margin: -2px 0 0 0;
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_10.png) left center no-repeat ;
    background-size: auto 5px;
    font-size: 12px;
    height: 20px;
    overflow: hidden;
}
.tag_content .j_slide_card .txt{
    color: #8c8c8c;
    margin: 5px 0 5px 0;
    padding: 0 0 0 11px;
    font-size: 12px;
    height: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.more_news{
    position: relative;
    margin: 10px 0;
}
.more_news .about{
    font-size: 12px;
    position: relative;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    height: 78px;
}
.more_news .about .icon{
    position: relative;
    margin: 6px 0 0 0px;
    left: -2px;
    height: 20px;
    line-height: 20px;
    background: url(http://n.sinaimg.cn/88773292/20151013/icon_3.jpg) left center no-repeat ;
    background-size: auto 20px;
}
.more_news .about .icon .time{
    float: right;
    margin: 0 10px 0 0;
    color: #868686;
}
.more_news .about .icon span{
    color: #fff;
    padding: 0 8px;
}
.more_news .about .title{
    margin: 5px 0 0;
    padding: 0 10px 0 10px;
    color: #333333;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
}
.more_news .about .txt{
    margin: 7px 0 10px;
    padding: 0 10px 0 10px;
    color: #696969;
    height: 12px;
    overflow: hidden;
    text-overflow:ellipsis; overflow:hidden; white-space:nowrap; 
}
.more_news .news{
    font-size: 12px;
    position: relative;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    display: -webkit-box;
}
.more_news .news.gouche-news{
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.more_news .news .img{
    width: 117px;
    height: 78px;
    position: relative;
}
.more_news .news .img .img_num{
    position: absolute;
    bottom: 6px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: 0;
    width: 37px;
    height: 17px;
    line-height: 17px;
    background: rgba(0,0,0,.7);
    color: #fff;
    text-align: right;
    padding: 0 5px 0 0;
    box-sizing: border-box;
}
.more_news .news .right{
    position: relative;
    -webkit-box-flex: 1;
    height: 78px;
}
.more_news .news .right .title{
    color: #333;
    font-size: 14px;
    line-height: 20px;
    height: 18px;
    overflow: hidden;
    margin: 10px 0 0 10px;
}
.more_news .news .right .info{
    padding: 3px 10px 0;
    line-height: 18px;
    color: #696969;
    font-size: 14px;
}
.more_news .news .right .price{
    color: #333;
    font-size: 12px;
    line-height: 20px;
    margin: 2px 0 0 10px;
}
.more_news .news .right .price span{
    color: #e94740;
}
.more_news .news .right .btn{
    height: 30px;
    width: 43px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: #e94740;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    top: 41px;
    right: 9px;
    z-index: 1;
}