@charset "utf-8";

*{margin:0;padding:0;}
body{ font-family:  "Microsoft YaHei", Arial, Helvetica, sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#333; width:100%;  zoom:1;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#333;font-family: Microsoft YaHei,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#666666; text-decoration:none !important;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;text-decoration:none !important;}
a:hover{text-decoration:none !important; color:#0fae71;}
.fl{float:left;}
.fr{float:right;}
.clear{ clear:both;}

/*单行文本省略号*/
.dot {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.dot2 {
  -webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
  -webkit-line-clamp: 3;
}
.dot4 {
  -webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
  border: solid 1px #d9d9d9; text-indent:1em;
}

select::-ms-expand {
display: none;
}
::-webkit-scrollbar{width: 6px; height:6px;-webkit-overflow-scrolling : touch;background-color: #e6e6e6;}
::-webkit-scrollbar-track{background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #58504a;}
::-webkit-scrollbar-button{height: 0px;background-color: #e6e6e6;}

.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../images/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .5s;}
.imgbox img{ width:auto !important; max-height:100%;}
li:hover .imgbox span,.item:hover .imgbox span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.Pages{ padding-top:5%; padding-bottom:4%; text-align:center; line-height:27px;}
.Pages b{ font-weight:normal;}
.Pages .p_count b,.Pages .p_cur b{ color:#e60012;}
.Pages span,.Pages a,.Pages select{ display:inline-block; *display:inline; zoom:1;margin-bottom:3px;}
.Pages select{ width:48px; border:1px solid #eee;}
.Pages .p_count,.Pages .p_cur,.Pages .p_page a,.Pages .p_jump b,.Pages select{ margin:2px 3px;}
.Pages .p_page a{ background-color:#e8e8e8; padding:0px 12px;}


.Contain{max-width:1360px;width:95%;margin:0 auto;}

.Header {padding:60px 0 40px;background:#ffffff;}
.Header .Logo{display:flex}

.Header .Logo .logoTxt{font-size: 15px;color:#666666;line-height: 24px;padding-left:20px;margin-left:20px;}
.Header .Logo .logoTxt.logoTxt2{align-items:center;justify-content:center;font-size:15px;ine-height: 24px;border-left:2px solid #999999;}
.Header .Logo .logoTxt.logoTxt2 a{color:#666666}
.Search { width:350px; height:42px;  }
.Search .Searchico {
        cursor: pointer;
        color: #fff;
        width: 30px;
        height: 30px;
        background: #1f64dc;
     
        margin-top: 60px;
        text-align: center;
        line-height: 28px;
    }
 .jiansuo {
        cursor: pointer;
        color: #fff;
        width: 30px;
        height: 30px;
        background: #1f64dc;
        /* margin: 58px 0; */
        margin-top: 60px;
        text-align: center;
        line-height: 30px;
        margin-right: 20px;
    }
 .jiansuo img{vertical-align: middle;height: 20px;margin-top: -3px;}
.Search .Searchico:hover {
        opacity: 0.8;
    }
    
 .Search .Searchico .close {
        display: none;
    }
.Search .Searchico.on .search {
        display: none;
    }
.Search .Searchico.on .close {
        display: inline-block;
    }
 .Search .searchbox {
        background: #fff;
        width: 325px;
        line-height: 34px;
     
        right: 0px;
        top: 150px;

        transition: all 0.3s;
     
        border-radius: 4px;
        box-sizing: border-box;
        padding-right: 60px;
    }
 .Search .searchbox .input {
        width: 100%; background:#f2f2f2;    border-radius:5px 0   0 5px;
        height: 40px;
        line-height: 38px;
        text-indent: 1em;
    }
.Search .searchbox .input::-webkit-input-placeholder {
        color: #959595;
    }
.Search .searchbox .btn {
        position: absolute; background:#0fae71;
        width: 80px;
        height: 40px;
        text-align:center;
        color: #fff;
        border-radius: 0 4px 4px 0;
    }
.Search .searchbox .btn img {
        width: 20px;
    }
 .Search .searchbox.on {
        opacity: 1;
        visibility: visible;
        top: 101px;
    }
/*导航条*/
.MainNav{background:#0fae71;}
.MainNav ul{ height:52px;}
.MainNav .NavClose{display: none;}
.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{width:11%;float:left;line-height:52px;text-align: center;position: relative; font-size:18px;}
.MainNav ul li a{display: block; color:#fff;}

.MainNav ul li.on a{color:#fff;}
.MainNav ul li:hover{}
.MainNav ul li:hover a{color:#fff;}

.MainNav ul li .NavPull{position: absolute;width:120px; background:#0fae71; top:48px;left:50%;display: block;z-index:999;margin-left:-60px;display: none;background:rgba(15, 174, 113, 0.8) none repeat scroll 0 0 !important; filter:Alpha(opacity=80);}
.MainNav ul li .NavPull dl dd{line-height: 45px;border-top:1px dotted rgba(255,255,255,0.1); border-bottom:1px #7ecfad dashed; font-size:16px; }
.MainNav ul li .NavPull dl dd a{color:#fff;position:relative;}
.MainNav ul li .NavPull dl dd:hover{}
.MainNav ul li .NavPull dl dd:last-child{border-bottom:0;}

/* banner */

/*服务 */
.HomeNav{padding:40px 0;background:#f7f9fc;display:inline-block;width:100%}
.HomeNav ul::after{content:'';display: block;clear: both;}
.HomeNav ul{background:#fff;}
.HomeNav ul li{width:20%;float:left;border-left:1px solid #f3f3f3;box-sizing: border-box;position: relative;padding:40px 0 50px 50px;}
.HomeNav ul li:first-child{border-left:none;}
.HomeNav ul li .ico{float:left;height:50px;line-height: 50px;}
.HomeNav ul li .txt{display: inline-block;margin-left: 10px;margin-top: 10px;}
.HomeNav ul li .txt p{font-size: 20px;color:#0fae71;}
.HomeNav ul li .txt span{font-size: 12px;font-family: Arial;color:#bbbbbb;line-height: 18px;}
.HomeNav ul li::before{content:'';display: block;width:100%;height:2px;background:#0fae71;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all .5s;-webkit-transition: all .5s;position: absolute;bottom:0;left:0;opacity: 0;}

.HomeNav ul li:hover::before{opacity: 1;transform: rotateY(0);-webkit-transform: rotateY(0);}
.HomeNav ul li:hover .ico img{
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
/*新闻和公告*/
.HomeCom{padding-top:50px;}
.HomeTit{margin-bottom:25px;}
.HomeTit .HomeTitBox{padding-left:65px;position: relative;margin-right:30px;cursor: pointer;}
.HomeTit .HomeTitBox .ico{position: absolute;left:0;top:50%;margin-top:-25px;}
.HomeTit .HomeTitBox p{font-size: 26px;color:#10507d;font-weight: bold;}
.HomeTit .HomeTitBox span{text-transform: uppercase;color:#b2b2b2;font-size: 14px;font-family: Arial;}
.HomeTit .HomeTitBox p{color:#666;}
.HomeTit .HomeTitBox.on p{color:#666;}
.HomeNews .HNews{width:73.5%;}
.HomeNews .HNews .slider-for{width:68%;}
.HomeNews .HNews .slider-for .item{position: relative;}
.HomeNews .HNews .slider-for .item .img{padding-top:460px;}
.HomeNews .HNews .slider-for .item .txt{position: absolute;bottom:0;left:0;width:100%;box-sizing: border-box;background:url(../images/newstxtbg.png) no-repeat top center;background-size: cover;color:#fff;padding:30px;}
.HomeNews .HNews .slider-for .item .txt .date{font-size: 14px;font-family: Arial;}
.HomeNews .HNews .slider-for .item .txt h1{font-size: 20px;margin:15px 0;}
.HomeNews .HNews .slider-for .item .txt .dec{}
.HomeNews .HNews .slider-nav{width:32%;background:#f5f7fa;}
.HomeNews .HNews .slider-nav .item{padding:26px 30px;line-height: 30px;height:115px;box-sizing: border-box;position: relative;width:100% !important;}
.HomeNews .HNews .slider-nav .item::before{content:'';display: block;width:2px;height:100%;background:#0fae71;position: absolute;right:0;top:0;transition: all .5s;-webkit-transition: all .5s;transform: rotateX(90deg);-webkit-transform: rotateX(90deg);}
.HomeNews .HNews .slider-nav .item.slick-current::before{transform: rotateX(0);-webkit-transform: rotateX(0);}
.HomeNews .HNews .slider-nav .item.slick-current p{color:#0fae71;}
.HomeNews .HNews .slider-nav .item.slick-current{background:#fff;width:100% !important;}

.HomeNews .HNews .HNewsBox2 .slider-for2{width:68%;}
.HomeNews .HNews .HNewsBox2 .slider-for2 .item{position: relative;}
.HomeNews .HNews .HNewsBox2 .slider-for2 .item .img{padding-top:460px;}
.HomeNews .HNews .HNewsBox2 .slider-for2 .item .txt{position: absolute;bottom:0;left:0;width:100%;box-sizing: border-box;background:url(../images/newstxtbg.png) no-repeat top center;background-size: cover;color:#fff;padding:30px;}
.HomeNews .HNews .HNewsBox2 .slider-for2 .item .txt .date{font-size: 14px;font-family: Arial;}
.HomeNews .HNews .HNewsBox2 .slider-for2 .item .txt h1{font-size: 20px;margin:15px 0;}
.HomeNews .HNews .HNewsBox2 .slider-for2 .item .txt .dec{}
.HNews .HNewsBox2{display:none}
.HomeNews .HNews .HNewsBox2 .slider-nav2{width:32%;background:#f5f7fa;}
.HomeNews .HNews .HNewsBox2 .slider-nav2 .item{padding:26px 30px;line-height: 30px;height:115px;box-sizing: border-box;position: relative;width:100% !important;}
.HomeNews .HNews .HNewsBox2 .slider-nav2 .item::before{content:'';display: block;width:2px;height:100%;background:#10507d;position: absolute;right:0;top:0;transition: all .5s;-webkit-transition: all .5s;transform: rotateX(90deg);-webkit-transform: rotateX(90deg);}
.HomeNews .HNews .HNewsBox2 .slider-nav2 .item.slick-current::before{transform: rotateX(0);-webkit-transform: rotateX(0);}
.HomeNews .HNews .HNewsBox2 .slider-nav2 .item.slick-current p{font-weight: bold;color:#10507d;}
.HomeNews .HNews .HNewsBox2 .slider-nav2 .item.slick-current{background:#fff;width:100% !important;}
.HomeNews .HNews .slick-list.draggable{height:460px  !important;overflow: hidden;}
.HomeNews .HomeGg{width:24%;}
.HomeNews .HomeGg .HomeGgBox{background:#f5f7fa;padding:20px 20px 20px 35px;}

.HomeNews .HomeGg .HomeGgBox ul li{position: relative;padding:11.5px 0;}
.HomeNews .HomeGg .HomeGgBox ul li p{margin-bottom:5px;}
.HomeNews .HomeGg .HomeGgBox ul li::before{content:'';display: block;width:12px;height:12px;background:url(../images/ico.png) no-repeat center center;position: absolute;left: -18px;top: 16px;}
.HomeNews .HomeGg .HomeGgBox ul li span{color:#bfbfbf;font-size: 14px;font-family: Arial;}



.slider .item:focus{outline: none;}

.HomeZt{padding:50px 0;}
.HomeZt .HomeZtBox .slick-list{margin-left:-25px;}
.HomeZt .HomeZtBox .item{margin-left:25px; height:150px !important;}
.HomeZt .HomeZtBox .item .img{padding-top:100px;   height:150px !important; }
.HomeZt .HomeZtBox span{ background-size:cover; width:320px; height:150px; border-radius:5px;}

.slick-arrow{ font-size:0; z-index:10;position: absolute; top:50%; margin-top:-20px; width:40px; height:40px; line-height:38px; background:#fff; border:1px solid #d8e2ea;color:#10507d;font-weight: bold;border-radius: 50%;box-sizing: border-box;}
.slick-arrow:hover{ color:#fff; background-color:#10507d;border:1px solid #10507d;}
.slick-prev:before{content: '<';}
.slick-next:before{content: '>';}
.slick-prev:before, .slick-next:before { font-size:20px; font-family:"宋体"; font-weight:bold;}
.slick-prev{ left:-70px;}
.slick-next{ right:-70px;}
/*科室介绍*/
#ksjs{ width:100%; background:#fff; margin-top:40px;}
.ksjs{max-width:1360px;width:95%;margin:0 auto;}
.ksjs .more a { margin-right:20px; color: #999;font-size: 14px;line-height: 56px;
}
.ksjs .HomeTitBox {padding-left: 65px;position: relative; margin-right: 30px; cursor: pointer;}
.ksjs .HomeTitBox .ico{position: absolute;left:0;top:50%;margin-top:-25px;}
.ksjs .HomeTitBox p{font-size: 26px;color:#10507d;font-weight: bold;}
.ksjs .HomeTitBox span{text-transform: uppercase;color:#b2b2b2;font-size: 14px;font-family: Arial;}
.ksjs .HomeTitBox p{color:#666;}
.ksjs ul{ margin-top:35px; display: flex; flex-wrap: wrap; justify-content: center;}
.ksjs li{ line-height:66px;font-size:18px; display:inline-block;}
.ksjs ul a{  color:#666666;   flex: 0 0 18.2%; border:1px #dcdcdc solid;  display:block; margin-right:2%; margin-bottom:25px;border-radius:5px; background: #fff url(../images/mz1.png)200px 30px  no-repeat; text-align:center;}
.ksjs ul a:nth-child(5),.ksjs ul a:nth-child(10),.ksjs ul a:nth-child(15){ margin-right:0;}
.ksjs ul a:hover{background:#0fae71 url(../images/mz2.png)200px 30px  no-repeat; color:#fff; border:1px #0fae71 solid; }

/*知名专家*/
  .Famous_doctors {  padding: 3% 0;  background:#f8f8f8;   background-size: cover;
   }
    .Famous_doctors .HomeTitBox{padding-left:65px;position: relative;margin-right:30px;cursor: pointer;}
.Famous_doctors .HomeTitBox .ico{position: absolute;left:0;top:50%;margin-top:-25px;}
.Famous_doctors .HomeTitBox p{font-size: 26px;color:#10507d;font-weight: bold;}
.Famous_doctors .HomeTitBox span{text-transform: uppercase;color:#b2b2b2;font-size: 14px;font-family: Arial;}
.Famous_doctors .HomeTitBox p{color:#666;}
    .Famous_doctors  .more a { color: #999;font-size: 14px;line-height: 56px;
}
    .Famous_doctors .f_top {    overflow: hidden;  margin-bottom:20px; }
    
    .Famous_doctors .f_top .tit {
        float: left;
    }
    
    .Famous_doctors .f_top .tit .tit_cn {
        font-family: MicrosoftYaHei;
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 34px;
        width: 125px;
        letter-spacing: 0px;
        /* color: #1f64dc; */
        /* color: #595f65; */
        background-image: -webkit-gradient(linear, left top, right bottom, from(#2bcd8a), to(#3a81fd));
        /* 背景色渐变 */
        -webkit-background-clip: text;
        /* 规定背景的划分区域 */
        -webkit-text-fill-color: transparent;
        /* 防止字体颜色覆盖 */
    }
    
    .Famous_doctors .f_top .tit .tit_en {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        line-height: 40px;
        letter-spacing: 1px;
        color: #dde4f1;
    }
    
    .Famous_doctors .f_top .more_btn {
        width: 106px;
        height: 40px;
        border: solid 2px #1f64dc;
        line-height: 40px;
        text-align: center;
        float: right;
    }
    
    .Famous_doctors .f_top .more_btn a {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #1f64dc;
    }
    
    .Famous_doctors .f_top .more_btn:hover {
        background-color: #1f64dc;
    }
    
    .Famous_doctors .f_top .more_btn:hover a {
        color: #fff;
    }
    
    .Famous_doctors .f_bott {
        padding: 1% 0;
    }
    
    .Famous_doctors .f_bott .doctor_list dl {
        background-color: #ffffff;
        text-align: center;
        padding: 65px;
        transition: all .5s;
        -webkit-transition: all .5s;
    }
    
    .Famous_doctors .f_bott .doctor_list dl a {}
    
    .Famous_doctors .f_bott .doctor_list dl dt {
        background-color: #f6f6f6;
        border: solid 1px #eaf0f5;
        border-radius: 50%;
        margin: 0 auto;
        vertical-align: middle;
        overflow: hidden;
        padding-top: 100%;
    }
    
    .Famous_doctors .f_bott .doctor_list dl dt img {}
    
    .Famous_doctors .f_bott .doctor_list dl .d_name {
        font-family: MicrosoftYaHei-Bold;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        padding: 20px 0 10px 0;
    }
    
    .Famous_doctors .f_bott .doctor_list dl .d_position {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        position: relative;
        padding-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    
    .Famous_doctors .f_bott .doctor_list dl .d_instroduce {
        height: 36px;  font-family: MicrosoftYaHei;     font-size: 14px;   font-weight: normal;     font-stretch: normal;     line-height: 24px;
     letter-spacing: 0px;  color: #b8b8b8;   height: 48px;  overflow: hidden;  text-overflow: ellipsis;  display: box;  display: -webkit-box; -webkit-line-clamp: 2;    -webkit-box-orient: vertical;  color: #b8b8b8;   text-align: center;    padding-top: 5%;
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-nav {
        display: block !important; }
    
    .Famous_doctors .f_bott .doctor_list .owl-nav span {
        font-size: 30px;
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-prev {
        position: absolute;
        width: 35px;
        height: 65px;
        line-height: 65px;
        background-color: #fff;
        border-radius: 0;
        left: -80px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-next {
        position: absolute;
        width: 35px;
        height: 65px;
        line-height: 65px;
        border-radius: 0;
        right: -80px;
        background-color: #fff;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-prev:hover,
    .Famous_doctors .f_bott .doctor_list .owl-next:hover {
        color: #fff;
        background-color: #525157;
        border: 1px solid #525157; opacity:0.8;}
    
    .Famous_doctors .f_bott .doctor_list dl:hover {
        box-shadow: 0 0 10px #999; }
    
    .Famous_doctors .imgbox span {background-position: center top; }

        .Famous_doctors .f_bott .doctor_list { overflow: hidden;}
        .Famous_doctors .f_bott .doctor_list .owl-prev { left: 0;}
        .Famous_doctors .f_bott .doctor_list .owl-next { right: 0; }
    

/*友情链接*/
#links{ width:100%; background:#f8f8f8; padding:40px 0;color:#737171;  }
.links{ max-width:1360px;width:95%;margin:0 auto;}
.links-tit{ background:url(../images/link.png) 3px 0 no-repeat; padding-left:65px;}
.links-tit h4{ font-size:26px; line-height:28px; color:#666666; text-transform:uppercase;}
.links-tit h4 span{     font-size: 14px; font-family: Arial; font-weight:100;    color: #b2b2b2;}
.links-col{ padding-top:35px;}
.links-col a{ display:block;width:18.2%; height:55px; background:#fff; border:#ebeaea 1px; float:left;
display:inline-block; vertical-align:middle;-webkit-transform: perspective(1px) translateZ(0); box-shadow:0 0  rgba(0,0,0,0); -webkit-transition-duration:0.3s;  transition-duration:0.3s; -webkit-transition-property:box-shadow,transform; transition-property:box-shadow,transform;}
.links-col li{ font-size:16px; color:#737171; line-height:55px; text-align:center; }
.links-col a+a{ margin-left:29px; margin-bottom:28px;}
.links-col a:nth-child(6){margin-left:0;}

.links-col a:hover,.links-col a:focus,.links-col a:active { box-shadow:0 10px 10px -10px #C4C4C4;-webkit-transform:scale(1.1); transform:scale(1.1); 
}

/*底部*/
footer{ width:100%; background:#324149; padding:47px 0 50px;color:#fff; }
.foot{ max-width:1360px;width:95%;margin:0 auto;}
.footerL ul { margin-top:35px;}
.footerL ul li{ font-size:14px; line-height:30px;}
.footerR{padding:16px 46px 0  0;}
.footerR img+img{ margin-left:57px;}
.footerRcol{margin-top:26px;}
.footerRcol span{ font-size:16px; padding:0 30px 0; line-height:16px;}
.footerRcol span+span{ margin-left:57px;}


/* 专家列表页 */
.nBan img{width:100%;}

.Main{padding:40px 0 80px 0;}
.SubMenu{width:17.2%;border-radius: 5px;overflow: hidden;border:1px solid #f7f7f7;background:#f0fef9;}
.SubMenu .SubTit{width:100%;height:80px;background:url(../images/ntitbg.png) no-repeat center center;background-size: cover;border-radius: 5px;overflow: hidden;box-sizing: border-box;padding:13px 30px;color:#fff;}
.SubMenu .SubTit h1{font-size: 28px;}
.SubMenu .SubTit span{opacity: 0.2;font-family: Arial;font-size: 14px;}
.SubMenu ul{padding:20px 20px 35px 20px;}
.SubMenu ul li{width:100%;box-sizing: border-box;border-radius: 5px;text-align: center;position: relative;padding:12px 20px 12px 10px;border:1px solid transparent;margin-bottom:2px; font-size:18px;}
.SubMenu ul li::before{content:'';display: block;width:2px;height:16px;background:#0fae71;position: absolute;left:0;top:50%;margin-top:-8px;transition: all .5s;-webkit-transition: all .5s;transform: rotateX(90deg);-webkit-transform: rotateX(90deg);}

.SubMenu ul li.on{border:1px solid #e2eaef;background:url(../images/jtb.png) no-repeat center right 10px #fff;box-shadow: 0 10px 10px rgba(16,80,165,0.05);}
.SubMenu ul li.on a{color:#10ae74;}
.SubMenu ul li.on::before{transform: rotateX(0);-webkit-transform: rotateX(0);}

.SubMenu ul li:hover{border:1px solid #e2eaef;background:url(../images/jtb.png) no-repeat center right 10px #fff;}
.SubMenu ul li:hover a{color:#10ae74;}
.SubMenu ul li:hover::before{transform: rotateX(0);-webkit-transform: rotateX(0);}

.Main .MainCon{width:80%;}
.Main .LocalTion{text-align: right;border-bottom:1px solid #e2eaef;padding-bottom:18px;font-size: 14px;margin-bottom:40px;color:#767272;    padding-right: 70px;}

.Main .LocalTion a{color:#767272;}
.Main .LocalTion a:last-child{color:#535253;}
.Main .LocalTion a:hover{color:#0fae71;}

.About .tit{font-size: 26px;font-weight: bold;margin:20px 0 30px 0;text-align: center;}
.About .AboutCon{line-height: 30px;color:#666;}
.About .AboutCon p{text-indent: 2em;}

.Doctor .DoctorBox{margin-left:-2%;}
.Doctor .DoctorBox .item{padding:20px 0 20px 20px;padding-left:180px;position: relative;box-sizing: border-box;margin-bottom:45px;width:46%;float:left;margin-left:4%; border:1px #cdeee1 solid;}
.Doctor .DoctorBox .item .img{position: absolute;left:25px;top:50px;overflow: hidden;}
.Doctor .DoctorBox .item .img img{ width:165px; height:165px; border-radius:200px;}
.Doctor .DoctorBox .item .txt{padding:30px;}
.Doctor .DoctorBox .item .txt h1{font-size: 26px; color:#2b2a2a; margin-bottom:10px;}
.Doctor .DoctorBox .item .txt .type{font-size: 17px;color:#999;margin-top:3px;}
.Doctor .DoctorBox .item .txt .type span{ color:#696262;}
.Doctor .DoctorBox .item .txt .dec{font-size: 15px;line-height: 24px;color:#666;margin:10px 0;height:72px;text-align: justify;}
.Doctor .DoctorBox .item .txt .more{font-size: 16px;color:#999; position:absolute; bottom:20px; right:30px;}
.Doctor .DoctorBox .item .txt .more img{vertical-align: revert;}
.Doctor .DoctorBox .item:hover{transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);box-shadow: 0 5px 10px #7794a3; border:1px solid #fff;}
.Doctor .Pages .pagesnew{ font-size:18px; color:#000000; margin-right:10px; font-family:"Adobe 黑体 Std";}



/* 名医专家-专家列表详情 */
.DoctorInfo{position: relative; border:1px solid #e5e5e5; margin-top:140px;margin-right: 30px; }
.DoctorInfo::before{content:'';display: block;width:100%;height:70%;position: absolute;bottom:0;left:0;z-index:0;}
.DoctorInfo .DoctorImg{ margin:0 auto;position: relative;text-align: center; top:-100px;}
.DoctorInfo .DoctorImg img{width:188px; border-radius:100px;}
.DoctorInfo .DoctorInfoBox{padding:0 60px 0;position: relative; top:-80px;}
.DoctorInfo .DoctorInfoBox .name{text-align: center;}
.DoctorInfo .DoctorInfoBox .name h1{font-size: 26px;font-weight: normal;margin-bottom:10px;}
.DoctorInfo .DoctorInfoBox .name p {color: #999;  display: block; padding-left: 43%;margin: 0 auto;  text-align: left;  line-height: 30px;
}
.DoctorInfo .DoctorInfoBox .name p span{color:#666666;}
.DoctorInfo .DoctorInfoBox .dec{line-height: 30px;color:#666666;margin:30px 0 0 0;}
.DoctorInfo .DoctorInfoBox .dec p{ margin-top:25px;}
.DoctorInfo .DoctorInfoBox .dec p span{ text-indent:2em; display:block;}

/* 文章页 */
.NewsInfo{ padding-bottom:60px;}
.Titleinfo{ border-bottom:1px solid #e6e6e6; text-align:center; margin-bottom:30px; padding:0px 0 18px;}
.Titleinfo .tits{font-size:26px; color:#010101; line-height:40px;}
.Titleinfo .date{ font-size:14px; padding:5px 0 0 0;color:#808080;}
.Titleinfo .date i{ display:inline-block; margin:0 10px;}
.Titleinfo .share{ display:inline-block;*display:inline; zoom:1; vertical-align:middle;}
.SinglePage {line-height: 30px; padding:0 40px;}
.SinglePage p{ text-indent:2em; color:#544f4f; letter-spacing:1px;}

/* 文章列表 */

.listcol p.dot {display: contents;}
.List_01 ul li{line-height: 48px;}
.listcol .List_01   a{    position: relative; display: block; color:#666666;}
.listcol .List_01   a:hover p,.listcol .List_01   a:hover span{color:#0fae71;}
.listcol .List_01 a p{ background:url(../images/listc1.png) no-repeat left 15px; padding-left:40px;    display: inline-block; max-width: 800px;  overflow: hidden;
}
.listcol .List_01 a span{    position: absolute;right: 0; color:#cccccc;}
.listcol .Pages{padding-right: 100px; }
.listcol .pagesnew{ font-family: "Adobe 黑体 Std";}


/* 病种页 */
#discate{ width:100%;margin:0 auto;}
.discate{max-width: 1360px; width: 95%; margin: 0 auto; padding:40px 0 45px;}
.discateCol2{  width:700px;}
.discateCol2 h4{ border-bottom:1px solid #e9e8e8;line-height:62px; font-size:24px; font-weight:200;}
.discateCol2 h4 span{ font-size:32px; font-weight:600; margin-right:15px; border-bottom:4px #0fae71 solid; padding-bottom:11px;}
.discateCol2 .discatecolR{ color:#666666; font-size:18px; line-height:36px; margin-top:20px; height:100%; 
    overflow: hidden;   text-overflow: ellipsis;-webkit-line-clamp: 8;-webkit-box-orient: vertical;}
.discateCol2 .discateCol2A{ width:130px; height:41px; border-radius:20px; background:#0fae71; display:block; text-align:center; line-height:41px; color:#fff;    float: right;}

.discateDoc{ background:#f6f6f6; width:100%;  margin:0 auto; position:relative;}
.discateDoc .swiper-slide{padding: 0 1.5%;width:40rem !important;}
.discateDocol{max-width: 1360px; width: 95%; margin: 0 auto; padding:35px 0 50px;position:relative;}
.discateDocol .HomeTitBox{padding-left:65px;position: relative;margin-right:30px;cursor: pointer; margin-bottom:40px;}
.discateDocol .HomeTitBox .ico{position: absolute;left:0;top:50%;margin-top:-25px;}
.discateDocol .HomeTitBox p{font-size: 26px;color:#10507d;font-weight: bold;}
.discateDocol .HomeTitBox span{text-transform: uppercase;color:#b2b2b2;font-size: 14px;font-family: Arial;}
.discateDocol .HomeTitBox p{color:#666;}
.discateDocol  .item{padding:20px 0 20px 20px;padding-left:175px; text-align:left;position: relative;box-sizing: border-box;float:left;width:100%; height:320px; background:#fff;    margin-bottom: 2%;}
.discateDocol  .item { margin-right:3.9%; }
.discateDocol .item .img{position: absolute;left:48px;top:70px;overflow: hidden;}
.discateDocol  .item .img img{ width:190px; height:190px; border-radius:200px;}
.discateDocol .item .txt{ width:320px; position:relative; top:25px; left:100px;}
.discateDocol .item .txt h1{font-size: 26px; color:#2b2a2a; margin-bottom:10px;}
.discateDocol .item .txt .type{font-size: 17px;color:#999;margin-top:3px;}
.discateDocol  .item .txt .type span{ color:#696262;}
.discateDocol .item .txt .dec{font-size: 15px;line-height: 28px;color:#666;margin:10px 0;text-align: justify;}
.discateDocol  .item .txt .more{font-size: 16px;color:#999;  bottom: -10px;right: 0px; float:right;}
.discateDocol .item .txt .more img{vertical-align: revert;}
.discateDocol  .item:hover{transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);box-shadow: 0 5px 10px #d9cece; border:1px solid #fff;}
.swiper-button-next, .swiper-button-prev{    top: 56% !important;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{    right: -25px !important;    background-image: url(/images/ksright.png) !important;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{    left: -25px !important; background-image: url(/images/ksleft.png) !important;}



/*科室列表*/
ul.surListcol{ margin-top:-15px;display: flex;overflow: hidden;    flex-wrap: wrap;flex-direction: row;}
ul.surListcol li{ line-height:66px;font-size:18px; display:inline-block;    padding-left: 20px;}
ul.surListcol  a{  color:#666666;       flex: 0 0 23.3%; border:1px #dcdcdc solid;  display:block; margin-right:2%; margin-bottom:25px;border-radius:5px; background: #fff url(../images/mz1.png) 85% 30px  no-repeat; }
ul.surListcol  a:nth-child(4),ul.surListcol a:nth-child(8),ul.surListcol a:nth-child(12),ul.surListcol a:nth-child(16){ margin-right:0;}
ul.surListcol  a:hover{background:#0fae71 url(../images/mz2.png)200px 30px  no-repeat; color:#fff; border:1px #0fae71 solid; }



/*医院环境*/
.hospEn{ padding-left: 15px;}
body:after {
  content: url(../images/close.png) url(../images/loading-gray.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400; }

.lightbox .lb-image {
  display: block;
  width:800px !important;
  height: 600px !important;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 800px !important;
  height: 600px !important;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }


.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading-gray.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/dclose.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1; }
.imgs-list ul {
  margin-left: -2.5%;
  margin-right: -2.5%; }
  .imgs-list ul li {
    float: left;
    width: 31%;
    margin: 0 1% 30px 1%;
    height: 228px; }
    .imgs-list ul li .il-link {
      width: 100%;
      display: block;
      position: relative; }
      .imgs-list ul li .il-link:hover img {
        transform: scale(1.2); }
      .imgs-list ul li .il-link:hover .il-img:after {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotate(90deg); }
      .imgs-list ul li .il-link:hover .il-img:before {
        opacity: .9;
        filter: alpha(opacity=90); }
      .imgs-list ul li .il-link .il-tit {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #d7d7d7;
        font-weight: normal; }
      .imgs-list ul li .il-link .il-img {
        font-size: 0;
        line-height: 0;
        position: relative;
        height: 237px; }
        .imgs-list ul li .il-link .il-img:after, .imgs-list ul li .il-link .il-img:before {
          transition: opacity .48s;
          display: block;
          content: "";
          position: absolute;
          opacity: 0;
          filter: alpha(opacity=0); }
        .imgs-list ul li .il-link .il-img:before {
          background-color: #91dabe;
          z-index: 2;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          box-shadow: 0px 5px 5px rgba(148, 148, 148, 0.5); }
        .imgs-list ul li .il-link .il-img:after {
          transition: all .24s ease; background: url(../images/clicks.png) no-repeat;
          z-index: 3;
          width: 50px;
          height: 50px;
          line-height: 1;
          font-size: 50px;
          text-align: center;
          color: #fff;
          left: 50%;
          margin-left: -25px;
          top: 50%;
          margin-top: -25px; }
        .imgs-list ul li .il-link .il-img .il-img-wp {
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .imgs-list ul li .il-link .il-img .il-img-wp img {
            width: 100%;
            height: 100%;
            transition: transform 0.68s; }
    .imgs-list ul li span {
      font-size: 12px;
      display: block;
      padding-top: 7px;
      color: #999; }
      .imgs-list ul li span u {
        color: #e8e4e8;
        margin: 0 5px; }

