@charset "utf-8";
body,div,menu,ol,ul,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,input,p,form,header,nav,article,section,aside,footer,video,audio,figure,textarea {
    padding: 0;
    margin: 0;
}
input,select,textarea,img,area {
    outline: none;
    border: none;
}
input,select,textarea {
    background: #FFF;
}
mark {
    background: none;
}
img {
    vertical-align: middle;
    width: 100%;
}
textarea {
    resize: none;
}
li {
    list-style-type: none;
}
body {
    font: 16px/1 "Microsoft YaHei";
    background-color: #fff;
}
em,i,strong,b,small,h1,h2,h3,h4,h5,h6,address {
    font-style: normal;
}
.fl-c:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.fl-c {
    *zoom: 1;
}
a {
    text-decoration: none;
    outline: none;
    color: inherit;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.no-bt {
    border-top: none !important;
}
.no-br {
    border-right: none !important;
}
.no-bb {
    border-bottom: none !important;
}
.no-bl {
    border-left: none !important;
}
.no-mb{
    margin-bottom: 0!important;
}
.no-mr{
    margin-right: 0!important;
}
.wrap {
    max-width: 6.4rem;
    margin: 0 auto;
    overflow: hidden;
   
}
#top{
    width: 6.4rem;
    background: #fff;
    box-shadow: 0.08rem 0 0.15rem rgba(0,0,0,.1);
}
.topfixed{

    position: fixed;

    top:0;

    z-index: 20

}
header{
    position: relative;
    padding-right:.28rem;
    height: 1.12rem;
    background-color: #fff;
    box-sizing:border-box;
    border-bottom:1px solid #ddd;

}

header>div{

    height: 100%;

}

header .t-logo{

    float: left;

    width: 2.45rem;

}

header .t-logo img{

    width: 2.45rem;

    display: inline-block;

    vertical-align: middle;

}

header .top-tel{

    float: left;

}

header .top-tel img{

    width: 3.1rem;

}

header .top-r{

    position: absolute;

    right: .1rem;

    width: 12%;

    

}

header .top-r>span{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images1/top-icon.png) .3rem .4rem no-repeat;
    background-size: .45rem;

}
header .top-r>span.on{
    background: url(../images1/top-icon.png) .3rem -.47rem no-repeat;
    background-size: .45rem;

}




/*导航*/

.nav-img img{
    width: 6.4rem;

}
#nav-height {
    height: 100%;
    background: #fff;
}
.nav-bar{
    position: fixed;
    padding-bottom: .2rem;
    background: #f6f6f6;
    left: -100%;

    width: 6.4rem;

    height: 100%;

    overflow: hidden;

    z-index: 99999999999999;

    -webkit-overflow-scrolling: touch;

}

.nav-bar .dot{

    width: 50%;

    height: 100%;

    float: right;

    background:#4f81bd;

    padding-top: 1rem;

    box-sizing:border-box;

}

.nav-bar .dot .dot-item{

    margin:0 auto;

    position: relative;

    width: 2.1rem;

    height: 2.1rem;

    border-radius: .06rem;

    background: #025ca4;

    color: #fff;

    font-size: .3rem;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -moz-align-items: center;

    -webkit-align-items: center;

    align-items: center;

    -webkit-box-pack: center;

    -moz-justify-content: center;

    -webkit-justify-content: center;

    justify-content: center;

}

.nav-bar .dot .dot-item:before{

    display: none;

    content: "";

    position: absolute;

    left: -.55rem;

    border-left: .2rem solid #f6f6f6;

    border-top:.2rem solid transparent;

    border-bottom:.2rem solid transparent;

}

.nav-bar .dot .dot-item.active{

    background: #5ebbe5;

}

.nav-bar .dot .dot-item.active:before{

    display: block;

}

.nav-bar .dot .dot-item i{

    display: inline-block;

    width: 1.37rem;

    height: 1rem;

    background: url(../images1/nav-img0.png) no-repeat;

    background-size: 1.37rem;

}

.nav-bar .dot .dot-item span{

    display: block;

}

.nav-bar .dot .dot-item:nth-of-type(1){

    margin-bottom: .6rem;

}

.nav-bar .dot .dot-item:nth-of-type(1) i{

    background-position: 0 0;

}

.nav-bar .dot .dot-item:nth-of-type(2) i{

    background-position: 0px -1.42rem;

}

.nav-bar .nav-left{

    float: left;

    width: 50%;

    height: 100%;

    background: #f6f6f6;

}

.nav-bar .nav-left  ul{

    padding:.4rem .16rem 0 .16rem;

    font-size: 0;

}

.nav-bar .nav-left .left-item{

    display: none;

}

.nav-bar .nav-left .left-item.on{

    display: block;

}

.nav-bar .nav-left .left-item li{

    padding-top: .11rem;
    padding-bottom: .1rem;

    margin-right: .08rem;

    margin-bottom: .2rem;

    display: inline-block;

    width: 1.35rem;

    border-radius: .06rem;

    border:1px solid #dddddd;

    box-sizing:border-box;

    text-align: center;

    background: #fff;

    

}

.nav-bar .nav-left .left-item li:nth-of-type(2n){

    margin-right: 0;

}

.nav-bar .nav-left .left-item li img{

    display: inline-block;

    width: 1.2rem;

}

.nav-bar .nav-left .left-item li span{

    padding-top: .1rem;

    display: block;

    font-size: .22rem;

    color: #333333;

}

.home{
    padding:.25rem .3rem;
    box-sizing:border-box;
    border-top:1px solid #ececec;
    
}
.home>div{
    padding-left: .43rem;
    font-size: .24rem;
    line-height: .27rem;
    background: url(../images/icon.png) 0 -2.26rem no-repeat;
    background-size: .55rem;
}
.banner {
    position: relative;
}
.banner img{
    width: 6.4rem;
}
.banner .swiper-pagination{
    position: absolute;
    bottom: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: .18rem;
    height: .18rem;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    opacity: 1;
    transition:all .2s;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: .4rem;
    height: .18rem;
    border-radius: .09rem;
    background: rgba(77,177,232,.5);
    opacity: 1;
}
footer{
    margin-bottom: 1.5rem;
    padding-top: .42rem;
    text-align: center;
}
footer .text p{
    font-size: .24rem;
    line-height: .42rem;
    color: #333333;
}
footer .text p span{
    display: inline-block;
}
footer .text p span:before{
    content: '';
    display: inline-block;
    float: left;
    width: .4rem;
    height: .42rem;
    background: url(../images/icon.png) no-repeat;
    background-size: .55rem;
}
footer .text p:nth-of-type(1) span:before{
    background-position: 0 -4.53rem;
}
footer .text p:nth-of-type(2) span:before{
    background-position: .08rem -5.3rem;
}
footer .f-logo{
    margin-top: .45rem;
    margin-bottom: .2rem;
}
footer .f-logo img{
    width: 1.6rem;
}
.bottom-fixed{
    padding:.23rem .3rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -3.2rem;
    width: 6.4rem;
    height: 1rem;
    background: #fff;
    box-shadow: .08rem 0 .15rem rgba(0,0,0,.1);
    box-sizing:border-box;
    z-index: 10;
}
.bottom-fixed>div{
    display: inline-block;
    font-size: .24rem;
    line-height: .56rem;
    color: #e70012;
}
.bottom-fixed .fc{
    float: left;
    margin:0 .15rem;
    width: 2.6rem;
    height: .56rem;
    border-radius: .28rem;
    background: #f4f4f4;
    text-align: center;
    line-height: .56rem;
    color: #666666;
}
.bottom-fixed .fl{
    padding-left: .47rem;
    background: url(../images/icon.png) 0 -6.1rem no-repeat;
    background-size: .55rem;
}
.bottom-fixed .fl a{
    position: relative;
}
.bottom-fixed .fl a span{
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    position: absolute;
    top: -.11rem;
    left: -.16rem;
    background: #2079cb;
    z-index: 100;
    color: #FFFFFF;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    border: 1px solid #fff;
    letter-spacing: -1px;
}
.bottom-fixed .fr{
    padding-left: .47rem;
    background: url(../images/icon.png) 0 -7.1rem no-repeat;
    background-size: .55rem;
}
/*列表页*/
.list-as{
    padding:0 .3rem .2rem .3rem;
    box-sizing:border-box;
}
.list-as .fl{
    line-height: .69rem;
    width: .69rem;
    height: .69rem;
    background: url(../images/num-bg.gif) no-repeat;
    background-size: .69rem;
    text-align: center;
    font-size: .36rem;
    color: #fff;
}
.list-as li{
    padding:.2rem 0;
    box-sizing:border-box;
    border-bottom: 1px dashed #ececec;
    overflow: hidden;
}
.list-as li .fr{
    padding-top: .1rem;
    width: 85%;
}
.list-as li h2{
    margin-bottom: .1rem;
    height: .28rem;
    font-size: .28rem;
    font-weight: normal;
    color: #0076ff;
    overflow: hidden;
}
.list-as li p{
    font-size: .22rem;
    color: #666666;
}
.list-cont{
    padding:0 .3rem;
    box-sizing:border-box;
}
.list-cont li{
    overflow: hidden;
    padding: .3rem 0;
    border-bottom:1px dashed #ececec;
}
.list-cont li img{
    width: 2rem;
    height:1.3rem;
    float: left;
}
.list-cont li .fr{
    width: 3.65rem;
    height: 1.3rem;
    display: table;
}
.list-cont li .fr>div{
    display: table-cell;
    vertical-align: middle;
}
.list-cont li .fr>div h2{
    line-height: 1em;
    margin-bottom: .25rem;
    width: 3.65rem;
    height: .28rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: .28rem;
    color: #333333;
}
.list-cont li .fr>div p{
    font-size: .22rem;
    line-height: 1.2em;
    color: #999999;
}
#sync2 {
    margin-top: .15rem;
    padding:0 .3rem;
}
#sync2 .owl-item{
    width: 1.5rem!important;
}
#sync2 .owl-item li.item{
    width: 1.5rem!important;
    height: .5rem;
    line-height: .5rem;
    font-size: .26rem;
    text-align: center;
    float: left;
}
#sync2 .synced .item {
    border-bottom: 1px solid #0076ff;
    color: #0076ff;
}
.page-turn{
    padding:.42rem 0 .5rem 0;
    line-height: .45rem;
    font-size: .24rem;
    color: #666666;
}
.page-turn .prev, .page-turn .next{
    width: 1.86rem;
    height: .45rem;
    border-radius: .1rem;
    border:1px solid #cacaca;
    text-align: center;
}
.block{
    height: .2rem;
    background: #f5f5f5;
}
.right-fixed{
    position: fixed;
    right: 0;
    bottom:30%;
    margin-top:-.55rem; 
    z-index: 10;
}
.right-fixed img{
    width: .93rem;
}
/*文章页*/
.doc{
    padding:.18rem .3rem;
    border-top:1px solid #ececec;
    overflow: hidden;
    display: none;
}
.doc .fl{
    width: 4.1rem;
}
.doc .fl img{
    float: left;
    margin-right: .1rem;
    width: .73rem;
    
}
.doc .fl .text{
    height: .68rem;
    display: table;
}
.doc .fl .text>div{
    display: table-cell;
    vertical-align: middle;
}
.doc .fl .text h3{
    margin-bottom: .06rem;
    font-weight: normal;
    font-size: .24rem;
    color: #333333;
}
.doc .fl .text h3 span{
    color: #0076ff;
}
.doc .fl .text p{
    font-size: .2rem;
    color: #666666;
}
.doc .fr{
    margin-top: .14rem;
}
.doc .fr a{
    display: inline-block;
    line-height: .44rem;
    width: 1.65rem;
    height: .44rem;
    border-radius: .22rem;
    background: #ff6913;
    font-size: .22rem;
    color: #fff;
    text-align: center;
}
.doc .fr a span{
    display: inline-block;
    padding-left: .33rem;
    background: url(../images/icon.png) 0 -1.36rem no-repeat;
    background-size: .55rem;
}
.article{
    position: relative;
    padding:.15rem .3rem .2rem .3rem;
}
.article h1{
    margin-bottom: .25rem;
    font-size: .36rem;
    color: #333333;
    text-align: center;
}
.article .pl{
    font-size:.24rem;
    line-height:.36rem;
}
.on-line{
    padding:.35rem 0 .4rem 0;
    text-align: center;
}
.on-line h3{
    margin-bottom: .15rem;
    font-weight: normal;
    font-size: .28rem;
    color: #333333;
}
.on-line h4{
    margin-bottom: .2rem;
    font-weight: normal;
    font-size: .24rem;
    color: #666666;
}
.on-line a{
    display: inline-block;
    line-height: .56rem;
    width: 2rem;
    height: .56rem;
    border-radius: .28rem;
    background: #ff6913;
    font-size: .28rem;
    color: #fff;
    text-align: center;
}
.tit{
    margin:0 .3rem;
    padding:.25rem 0 .18rem .43rem;
    border-bottom:1px solid #ececec;
    font-size: .28rem;
    color: #333333;
    background: url(../images/icon.png) no-repeat;
    background-size: .55rem;
}
.yydt .tit{
    background-position: 0 -8.43rem;
}
.yydt-cont{
    padding:0 .3rem;
    box-sizing:border-box;
}
.yydt-cont li{
    padding:.2rem 0;
    overflow: hidden;
    border-bottom:1px dashed #ececec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.yydt-cont li i{
    width: .6rem;
    height: .6rem;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: .6rem;
    background: #ff6913;
    font-size: .32rem;
    color: #fff;
}
.yydt-cont li>div{
    margin-left: .2rem;
    width: 5rem;
}
.yydt-cont li>div h3{
    margin-bottom: .1rem;
    width: 100%;
    font-weight: normal;
    font-size: .28rem;
    color: #0076ff;
    line-height: .3rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.yydt-cont li>div p{
    width: 100%;
    height: 1em;
    font-size: .22rem;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bz-list{
    padding:.3rem .3rem 0;
    box-sizing:border-box;
}
.bz-list ul{
    padding-bottom: .05rem;
    overflow: hidden;
}
.bz-list ul li{
    margin:0 .07rem .15rem 0;
    padding-top: .1rem;
    float: left;
    width: 1.1rem;
    height: .9rem;
    border-radius: .1rem;
    border:1px solid #999999;
    box-sizing:border-box;
    text-align: center;
}
.bz-list ul li:nth-of-type(5n){
    margin-right: 0;
}
.bz-list ul li img{
    width: .66rem;
}
.bz-list ul li span{
    padding-top: .1rem;
    display: block;
    width: 100%;
    font-size: .2rem;
    color: #333333;
}
.list-btn{
    padding:0 .3rem;
    margin-bottom: .2rem;
    box-sizing:border-box;
}
.btn-text{
    margin: .3rem 0;
    font-weight: normal;
    font-size: .24rem;
    color: #e70012;
    line-height: 1em;
    text-align: center;
}
.btn{
    overflow: hidden;
}
.btn a{
    width: 2.8rem;
    height: .7rem;
    border-radius: .1rem;
    text-align: center;
    line-height: .7rem;
    font-size: .34rem;
    color: #fff
}
.btn a span{
    padding-left: .65rem;
    display: inline-block;
    background: url(../images/icon.png) no-repeat;
    background-size: .55rem;
}
.btn a.fl span{
    background-position: 0 -10.09rem;
}
.btn a.fr span{
    background-position: 0 -11.1rem;rem;
}
.btn a.fl{
    background: #fe8f01;
}
.btn a.fr{
    background: #0076ff;
}
.doctors .tit{
    background-position: 0 -9.18rem;
}
.doc-cont{
    padding:0 .3rem;
    box-sizing:border-box;
}
.doc-cont .doc-list{
    padding:.2rem 0;
    overflow: hidden;
    border-bottom: 1px dashed #0076ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.doc-cont .doc-list .doc-img{
    float: left;
    margin-right: .15rem;
    width: .98rem;
}
.doc-cont .doc-list .doc-img img{
    width: .98rem;
}
.doc-cont .doc-list .doc-text{
    float: left;
    width: 3.6rem;
}
.doc-cont .doc-list .doc-text .doc-name{
    margin-bottom: .1rem;
}
.doc-cont .doc-list .doc-text .doc-name strong{
    font-size: .26rem;
    color: #0076ff;
}
.doc-cont .doc-list .doc-text .doc-name span{
    font-size: .22rem;
    color: #0076ff;
}
.doc-cont .doc-list .doc-text .doc-info{
    font-size: .22rem;
    line-height: .26rem;
    color: #333333;
}
.doc-cont .doc-list .doc-a{
    display: table;
    float: right;
    width: .76rem;
    height: .76rem;
    border-radius: .1rem;
    background: #e70012;
    font-size: .22rem;
    line-height: .26rem;
    color: #fff;
    text-align: center;
}
.doc-cont .doc-list .doc-a a{
    display: table-cell;
    vertical-align: middle;
}
.recommend .tit{
    background-position: 0 -3.67rem;
}
.article .art-info{
    margin-bottom: .35rem;
    overflow: hidden;
}
.article .art-info .art-num{
    line-height: .46rem;
    width: 2.8rem;
    height: .46rem;
    border-radius: .23rem;
    border:1px solid #0076ff;
    font-size: .26rem;
    color: #999;
    text-align: center;
}
.article .art-info .art-num span{
    display: inline-block;
    padding-left: .5rem;
    background: url(../images/icon.png) 0 -7.8rem no-repeat;
    background-size: .551rem;
    color: #0076ff;
}
.article .art-info .art-time{
    line-height: .46rem;
    font-size: .26rem;
    color: #999999;
}
.article-cont{
    font-size: .24rem;
    line-height: .38rem;
}
.article-cont br{
    line-height: .55rem;
}
.article-cont p, .article-cont div{
    margin-bottom: .2rem;
    font-size: .24rem;
    line-height: .38rem;
}
#art-more{
    display: none;
    transition:all .2s;
}
.click-more{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 1.22rem;
    width: 100%;
    height: 2rem;
    text-align: center;
    background-image: -webkit-linear-gradient(90deg,#FFF 37%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(0deg,#FFF 37%,rgba(255,255,255,0) 100%);
    box-sizing:border-box;
}
.click-more span{
    display: inline-block;
    line-height: .5rem;
    font-size: .24rem;
    color: #0076ff;
    text-align: center;
}
.click-more .ar-down{
    position: relative;
    top:0rem;
    display: inline-block;
    content: '';
    width: .3rem;
    height: .3rem;
    background: url(../images/ar_down.png) center bottom no-repeat;
    background-size: .23rem;
    animation: unfold-arrow-animation 300ms infinite alternate;
}
@keyframes unfold-arrow-animation{
    from{top:.05rem;}
    to{top:0rem;}
}
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-j-spb{
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/*** page
-------------------------------------------------------------- ****/
.pageBox {text-align: center;margin: .1rem 0;line-height: .34rem}
.pageBox a {border:.01rem solid #ddd;display:inline-block;margin-right:.06rem;color: #707070;height:.34rem;font-size: .16rem;padding:0 .1rem}
.pageBox a:hover,.pageBox a:active{background:#0076ff;color: #FFFFFF;text-decoration: none;}
.pageBox .cur { background: #0076ff;border: .01rem solid #0076ff;text-decoration: none;}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: .79rem;}
/* nav */
.swiper-nav{ position:relative; width: 100%; height: .6rem; overflow:hidden; }
.swiper-container-nav {width: 100%; height: 100%; height: .6rem; background-color: #fff; border-top:1px solid #ddd; border-bottom:.01rem solid #ddd;}
.swiper-container-nav .swiper-slide {text-align: center; width: auto; height: .49rem; padding: 0 .1rem; margin:0 .1rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.swiper-container-nav .swiper-slide a{ font-size: .24rem;color:#666;}
.swiper-container-nav .swiper-slide:first-child{margin-left: .2rem;}
.swiper-container-nav .swiper-slide:last-child{margin-right: .2rem;}
.swiper-container-nav .active{ border-bottom:.02rem solid #e3480e; box-sizing:border-box; }
.swiper-container-nav .active a{color:#e3480e;}
.swiper-slide.acrive{border-bottom:.02rem solid #e3480e}
.swiper-slide.acrive a{color:#e3480e}
.recommend-tit{
    margin:0 .3rem;
    padding:.25rem 0 .18rem .43rem;
    border-bottom:1px solid #ececec;
    font-size: .28rem;
    color: #333333;
    background: url(../images/icon.png) 0 -3.67rem no-repeat;
    background-size: .55rem;
}

