﻿@charset "utf-8";
/* CSS Document*/
body{text-align: left;padding: 0;margin: 0;font-size: 14px;font-family: 'microsoft yahei';-webkit-text-size-adjust: none;height: auto;color: #333;background: #fff;}
body{overflow-x: hidden;overflow-y: auto;}
html{min-width: 1280px;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{padding: 0;margin: 0;}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{padding: 0;margin: 0;}
fieldset{border-top-width: 0;border-left-width: 0;border-bottom-width: 0;border-right-width: 0;}
a img{border: 0;padding: 0;margin: 0;}
i{font-style: normal;}
address,caption,cite,cite,code,dfn,em,th,var{font-weight: normal;font-style: normal;}
li{list-style-type: none;}
caption{text-align: left;}
th{text-align: left;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
q:unknown{content: '';}
input,textarea,select{font-family: inherit;font-size: 100%;outline: none;}
a:link{color: #333;text-decoration: none;}
a:visited{color: #333;text-decoration: none;}
a:hover{color: #026eb8;text-decoration: none;}
.fl{float: left;}
.fr{float: right;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;font-size: 0;margin: 0;padding: 0;display: block;_height: 0;overflow: hidden;}
/*清除浮动*/
.clearfix{zoom: 1;}
.clearfix:before,.clearfix:after{visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0;}
/*高光特效*/
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: '';position: absolute;left: -100%;top: 0;width:100%;height:100%;background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));transform: skewx(-25deg);}
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after{left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
/*缩放特效*/
.scale{overflow: hidden;}
.scale img{transition: all .5s;}
.scale:hover img{transform: scale(1.1);}
/*网站公用样式表*/
.w1200{width: 1200px;margin: 0 auto;}
/*顶部*/
.top_main{line-height: 36px;background: #026eb8;}
.top_main>div{position: relative;display: flex;justify-content: flex-end;}
.top_main>div:after{content: " ";position: absolute;top: 0;right: 0;width: 65%;height: 100%;background-image: linear-gradient(90deg ,transparent ,#018eee,transparent);}
.top_main ul{position: relative;z-index: 1;}
.top_main li{position: relative;float: left;text-align: center;padding: 0 30px;border-right: 1px solid #0098ff;}
.top_main li:last-child{border: 0;padding-right: 0;}
.top_main li a{position: relative;display: block;color: #fff;padding-left: 25px;cursor: pointer;}
.top_main li i{position: absolute;top: 0;left: 0;font-size: 16px;}
.top_main li .ewm{position: absolute;top: 100%;left: 50%;margin-left: -50px;margin-top: 10px;width: 100px;padding: 5px;border-radius: 3px;background: #026eb8;box-sizing: border-box;box-shadow: 3px 0 10px rgb(0 0 0 / 10%);opacity: 0;visibility: hidden;transition: all .5s ease;transform: translate3d(0, -10px, 0);}
.top_main li .ewm:before{content: " ";position: absolute;top: -10px;left: 50%;margin-left: -10px;width: 0;height: 0;border: 10px solid transparent;border-top: 0;border-bottom-color: #026eb8;}
.top_main li .ewm img{max-width: 100%;}
.top_main li:hover .ewm{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);}
/*头部*/
.head_main{border-bottom: 1px solid #e1e1e1;}
.head_main>div{display: flex;align-items: center;height: 120px;justify-content: space-between;}
.head_main .logo{display: block;}
.head_main .logo img{display: block;}
.head_main .tel{line-height: 26px;margin-left: 30px;}
.head_main .tel p{color: #393939;line-height: 35px;}
.head_main .tel span{color: #ff8400;font-size: 25px;font-family: arial;vertical-align: top;}
.head_main .search{width: 350px;}
.head_main .search .sbtn{width: 65px;color: #fff;line-height: 40px;text-align: center;background: #026eb8;border: 0;border-radius: 0 3px 3px 0;cursor:pointer;}
.head_main .search .stxt{width: 285px;height: 40px;padding-left: 20px;color: #8c8c8c;line-height: 38px;border: 1px solid #026eb8;border-right: 0;border-radius: 3px 0 0 3px;box-sizing: border-box;}
/*导航*/
.nav_main{width:100%;height: 50px;background: #f2f2f2;border-top: 1px solid #fff;}
.nav_main ul{display: flex;flex-wrap: nowrap;}
.nav_main ul li{width: 100%;position: relative;text-align: center;}
.nav_main ul li>a{display: block;color: #292929;font-size: 15px;line-height: 50px;}
.nav_main ul li>a:after{content:" ";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 0;height: 2px;background: #faac26;opacity: 0;transition: all .5s;}
.nav_main ul li:hover>a:after, .nav_main ul li.on>a:after{width: 100%;opacity: 1;}
.nav_main ul li dl:before{content: " ";position: absolute;top: -10px;left: 50%;margin-left: -10px;width: 0;height: 0;border: 10px solid transparent;border-top: 0;border-bottom-color: #fff;}
.nav_main ul li dl{width: 150%;position: absolute;left: -25%;top: 100%;background: #fff;border-radius: 5px;padding: 10px 0;margin-top: 10px;z-index: 200;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main ul li dl{position: absolute;opacity: 0;visibility: hidden;transition: all .5s ease;transform: translate3d(0, 10px, 0);}
.nav_main ul li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);}
.nav_main ul li dl dd{display: block;width: 100%;}
.nav_main ul li dl dd a{display: block;color: #333;font-size: 14px;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0;text-align:center;transition: all 0.5s;}
.nav_main ul li dl dd a:hover {background: #e9eaeb;}
/*网站大图*/
.banner{width:100%;max-width: 1920px;position:relative;overflow:hidden;z-index:0;}
.banner .swiper-slide{overflow: hidden;}.banner .swiper-slide img{width: 100%;display:block;transition: transform 5s ease;-webkit-transition: transform 5s ease;transform: scale(1.1);-webkit-transform: scale(1.1);}
.banner .swiper-slide-active img{transform: matrix(1, 0, 0, 1, 0, 0);-webkit-transform: matrix(1, 0, 0, 1, 0, 0);}
#banner .tip{position: absolute;left: 0;text-align: center;bottom: 85px;z-index: 3;}
#banner .tip span{width: 10px;height: 10px;margin: 0 5px;display: inline-block;cursor: pointer;background: #fff;opacity: 1;border-radius: 10px;transition: all .5s;outline: none;}
#banner .tip span.swiper-pagination-bullet-active{background: #026eb8;}
#banner #btn_prev,#banner #btn_next{position: absolute;top: 50%;margin-top: -30px;width: 40px;height: 60px;background: #000 url(../images/slider-arrow.png) no-repeat;z-index: 5;opacity: 0;}
#banner #btn_prev{background-position: -126px -137px;left: 2%;}
#banner #btn_next{background-position: -6px -137px;right: 2%;}
#banner:hover #btn_prev,#banner:hover #btn_next{opacity: .5;}
/*******index css*******/
.index{background: #f1f1f1;}
/*首页标题*/
.index .in_title{display: flex;flex-wrap: nowrap;justify-content: space-between;line-height: 48px;border-bottom: 1px solid #036eb8;}
.index .in_title h3{position: relative;color: #454545;font-size: 18px;padding-left: 30px;}
.index .in_title h3 span{position: absolute;left: 0;color: #faac26;font-size: 20px;}
.index .in_title a{display:block;color: #5b5b5b;font-size: 13px;}
/*就医指南*/
.index .guide{position: relative;z-index: 2;background: #fff;}
.index .guide ul{position: relative;top: -72.5px;display: flex;height: 105px;padding: 20px 0;border-radius: 5px;overflow: hidden;box-shadow: 0 70px 20px -60px rgb(0 0 0 / 30%);}
.index .guide ul:after{content: " ";position: absolute;top: 0;right: 0;width: 100%;height: 100%;background: linear-gradient(90deg, #003da5, #1f7bd8);opacity: .95;}
.index .guide ul li{position: relative;width: 100%;display: flex;text-align: center;border-right: 1px solid rgba(255,255,255,.22);z-index: 1;justify-content: center;align-items: center;}
.index .guide ul li a{display: block;width: 100%;}
.index .guide ul li span{color: #fff;font-size: 48px;line-height: 50px;}
.index .guide ul li:last-child{border: 0;}
.index .guide ul li h3{color: #fff;font-size: 15px;margin-top: 15px;}
.index .guide ul li:hover a{transform: translateY(-10px);}
/*新闻资讯*/
.index .inews{background: #fff url(../images/news_bg.jpg) no-repeat center bottom;padding-bottom: 80px;}
.index .inews>div{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.index .inews .tit{display: flex;flex-wrap: nowrap;justify-content: space-between;line-height: 45px;}
.index .inews .tit h3{position: relative;color: #454545;font-size: 18px;padding-left: 30px;}
.index .inews .tit h3 span{position: absolute;left: 0;color: #faac26;font-size: 20px;}
.index .inews .tit a{position: relative;color: #5b5b5b;font-size: 13px;padding-left: 17px;}
.index .inews .tit a span{position: absolute;left: 0;color: #026eb8;font-size: 12px;font-weight: bold;}
.index .inews .news .tit{padding: 0 10px;background: #f1f1f1;}
.index .news{width: 800px;padding: 0;margin-right: 60px;flex-shrink: 0;overflow: hidden;}
.index .news .box{display: flex;flex-wrap: nowrap;margin: 25px 0;}
.index .news .tabs{display: flex;flex-wrap: nowrap;margin-left: 20px;margin-right: auto;align-items: center;}
.index .news .tabs a{display: flex;width: 100px;color: #181818;font-size: 14px;line-height: 34px;border-radius: 3px;margin: 0 4px;padding: 0;justify-content: center;align-items: center;}
.index .news .tabs a.on{color: #fff;background: #036eb8;}
.index .focus{width: 260px;margin-right: 30px;flex-shrink: 0;}
.index .focus li{width: 100%;}
.index .focus li .img{width: 100%;}
.index .focus li .img img{width: 100%;height: 173px;display: block;object-fit: cover;}
.index .focus .swiper-pagination{right: 0;width: auto;/* margin-right: 15px; *//* text-align: right; */}
.index .focus .swiper-pagination-fraction{color: #fff;font-size: 13px;text-align: right;padding-right: 15px;text-shadow: 0 0 4px #000;}
.index .focus .swiper-pagination-bullet{width: 20px;height: 5px;border-radius: 3px;background: #fff;opacity: 1;transition: all .5s;}
.index .focus .swiper-pagination-bullet-active{background: #faac26;}
.index .news .hot{flex: 1;width: 0;font-size: 13px;line-height: 42px;}
.index .news .hot li{position: relative;display: flex;flex-wrap: nowrap;justify-content: space-between;border-bottom: 1px dashed #cccbcb;}
.index .news .hot li:first-child{border-top: 1px dashed #cccbcb;}
.index .news .hot li s{position: absolute;top: 50%;left: 4px;margin-top: -5px;width: 10px;height: 10px;background: #f1f1f1 url(../images/you.svg) center no-repeat;}
.index .news .hot li a{width: 78%;display: block;color: #454545;padding-left: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index .news .hot li span{color: #8e8e8e;}
.index .news .hot li:hover a{color: #026eb8;}
.index .news .list dl{margin-top: 5px;background: #f1f1f1;transition: all .5s;}
.index .news .list dl a{display: flex;flex-wrap: nowrap;}
.index .news .list dl dt{display: flex;width: 9%;font-family: Arial, Helvetica, sans-serif;color: #8e8e8e;text-align: center;border-right: 1px solid #dfdfdf;flex-shrink: 0;flex-direction: column;justify-content: center;}
.index .news .list dl dt span{display: block;font-size: 23px;line-height: 22px;margin-bottom: 5px;}
.index .news .list dl dd{width: 91%;padding: 0 2%;box-sizing: border-box;}
.index .news .list dl dd h3{display: block;color: #181818;line-height: 60px;transition: all .5s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index .notice{flex: 1;width: 0;}
.index .notice ul{margin-top: -7px;}
.index .notice ul li{margin-top: 20px;}
.index .notice ul li a{display: flex;width: 100%;height: 85px;line-height: 30px;padding: 0 15px;box-sizing: border-box;flex-wrap: wrap;align-content: center;background: #fff;border-radius: 3px;box-shadow: 0 0 8px #ddd;}
.index .notice ul li h3{width: 100%;color: #181818;transition: all .5s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index .notice ul li span{color: #8e8e8e;transition: all .5s;}
.index .notice ul li:hover a{background: #026eb8;}
.index .notice ul li:hover h3,.index .notice ul li:hover span{color: #fff;}
/*科室介绍*/
.index .introduce{padding: 20px 0;}
.index .introduce .box{display: flex;margin: 35px 0;flex-wrap: wrap;}
.index .about{position: relative;/* width: 330px; *//* flex-shrink: 0; *//* margin-right: 35px; */}
.index .about .img{width: 100%;}
.index .about .img img{width: 100%;display: block;object-fit: cover;}
.index .about .txt{padding: 30px 25px;background: rgba(3,110,184,.94);}
.index .about .txt p{color: #fff;font-size: 16px;line-height: 30px;text-align: justify;overflow: hidden;}
.index .intro{flex: 1;width: 0;}
.index .two{display: flex;flex-wrap: nowrap;margin-top: 30px;}
.index .two a{width: 100%;color: #fff;font-size: 18px;line-height: 50px;text-align: center;border-radius: 3px;background: #036eb8;margin-right: 25px;}
.index .two a:nth-child(2){background: #55a5aa;}
.index .two a:nth-child(3){background: #eac284;}
.index .two a:nth-child(4){background: #017759;}
.index .two a:last-child{margin-right: 0;}
.index .two a span{width: 30px;font-size: 28px;line-height: 100%;margin-right: 15px;vertical-align: sub;}
.index .two a:hover{box-shadow: 0 0 15px 0 #666 inset;}
.index .three{display: flex;flex-wrap: wrap;display: none;}
.index .three a{position: relative;width: calc( 100% / 3 - 17px);color: #5b5b5b;font-size: 13px;line-height: 33px;border: 1px solid #b8b8b8;border-radius: 3px;padding: 0 13px;box-sizing: border-box;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin: 8px 0;margin-right: 25px;}
.index .three a:nth-child(3n){margin-right: 0;}
.index .three s{position: absolute;top: -1px;left: 3px;width: 1px;height: 100%;padding: 1px 0;background: #b8b8b8;transition: all .5s;}
.index .three s:before,.index .three s:after{content:" ";position: absolute;top: 50%;left: 0;transform: translateY(-50%);border-color: transparent transparent  transparent #b3b3b3;border-style: dashed dashed dashed solid;border-width: 5px;transition: all .5s;}
.index .three s:after{left: -2px;border-width: 5px;border-left-color: #f1f1f1;}
.index .three a:hover{color: #fff;background: #026eb8;border-color: #026eb8;}
.index .three a:hover s{background: #fff;opacity: .5;}
.index .three a:hover s:before,.index .three a:hover s:after{border-left-color: #fff;}
.index .three a:hover s:after{border-left-color: #026eb8;}
.index .huanjing{display: flex;flex-wrap: nowrap;margin-right: -18px;}
.index .huanjing li{width: 100%;margin-right: 18px;}
.index .huanjing li .img{position: relative;padding-bottom: 75%;overflow: hidden;}
.index .huanjing li .img img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.index .huanjing li h3{position: absolute;left: 0;right: 0;bottom: 0;color: #fff;font-size: 16px;line-height: 45px;text-align: center;padding: 0 10px;background: rgba(4,110,184,.8);text-overflow: ellipsis;white-space: nowrap;overflow: hidden;z-index: 1;}
.index .huanjing li:nth-child(2n) h3{background: rgba(252,171,38,.8);}
/*专家介绍*/
.index .expert{padding-bottom: 20px;background: url(../images/expert_bg.jpg) center no-repeat;}
.index .expert .in_title{position: relative;line-height: 65px;border-color: rgba(255,255,255,.5);}
.index .expert .in_title h3{color: #fff;}
.index .expert .in_title a{color: #b4d8ff;}
.index .expert .in_title .btn{position: absolute;top: 0;right: 5%;width: 100px;height: 100%;}
.index .expert .in_title .btn .swiper-button-prev,.index .expert .in_title .btn .swiper-button-next {/* position: initial; */width: 30px;height: 30px;margin-top: -15px;background-size: 10px;border: 1px solid #fff;border-radius: 3px;transition: all .5s;}
.index .expert .in_title .btn>div:hover{box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%) inset;}
.index .expert .list{margin-top: 25px;}
.index .expert .list li{width: 0;padding: 2px;margin-right: 48px;background: #d2e7fc;box-sizing: border-box;text-align: center;}
.index .expert .list li:last-child{margin-right: 0;}
.index .expert .list li .img{position: relative;width: 100%;padding-top: 127%;overflow: hidden;}
.index .expert .list li .img img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.index .expert .list li .img h3{position: absolute;left: 0;right: 0;bottom: 0;color: #fff;font-size: 17px;line-height: 40px;padding: 0 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;background: #036eb8;background: rgba(3,110,184,.8);}
.index .expert .list li p{color: #2e2e2e;line-height: 26px;padding: 10px 0;}
.index .expert .list li .btn{display: flex;flex-wrap: nowrap;}
.index .expert .list li .btn a{width: 100%;color: #fff;line-height: 30px;background: #0073c3;}
.index .expert .list li .btn a:last-child{background: #d8a450;}
.index .expert .list li .btn a:hover{box-shadow: 0 0 15px 0 #666 inset;}
.index .expert .swiper-pagination{position: relative;bottom: 0;margin-top: 20px;}
.index .expert .swiper-pagination-bullet{width: 10px;height: 10px;transition: all .5s;}
.index .expert .swiper-pagination-bullet-active{background: #fff;}
/*特色科室*/
.index .tese{padding: 20px 0;}
.index .tese ul{margin-top: 40px;display: flex;flex-wrap: nowrap;margin-right: -1px;}
.index .tese ul li{position: relative;width: 100%;margin-right: 1px;}
.index .tese ul li:after{content: ' ';position: absolute;top: 50%;left: 50%;margin-left: -8px;border: 8px solid transparent;border-top-color: rgba(0,115,195,.7);}
.index .tese ul li a{display: flex;flex-direction: column;}
.index .tese ul li .box{position: relative;height: 100%;}
.index .tese ul li .box img{width: 100%;display: block;object-fit: cover;}
.index .tese ul li .txt{position: absolute;display: flex;width: 100%;height: 100%;color: #fff;padding: 25px;text-align: center;box-sizing: border-box;background: rgba(0,115,195,.7);flex-direction: column;justify-content: center;z-index: 1;}
.index .tese ul li .txt h3{font-size: 18px;transition: all .5s;}
.index .tese ul li .txt p{font-size: 16px;line-height: 24px;height: 48px;margin-top: 20px;overflow: hidden;}
.index .tese ul li .img{position: relative;width: 100%;}
.index .tese ul li .img img{width: 100%;display: block;object-fit: cover;}
.index .tese ul li:nth-child(2) .txt{color: #484848;background: rgba(241,241,241,.72);}
.index .tese ul li:nth-child(2) .txt p{color: #6a6a6a;}
.index .tese ul li:nth-child(3) .txt{background: rgba(227,193,124,.92);}
.index .tese ul li:nth-child(4) .txt{background: rgba(86,165,170,.9);}
.index .tese ul li:nth-child(2n) a{flex-direction: column-reverse;}
.index .tese ul li:nth-child(2n):after{margin-top: -16px;border-top-color: transparent;border-bottom-color: rgba(0,115,195,.7);}
.index .tese ul li:nth-child(2):after{border-bottom-color: rgba(241,241,241,.72);}
.index .tese ul li:nth-child(3):after{border-top-color: rgba(227,193,124,.92);}
.index .tese ul li:nth-child(4):after{border-bottom-color: rgba(86,165,170,.9);}
/*健康教育*/
.index .knowledge{padding: 70px 0;}
.index .knowledge>div{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.index .knowledge .tit{position: relative;width: 195px;margin-right: 35px;flex-shrink: 0;}
.index .knowledge .tit img{width: 100%;}
.index .knowledge .tit h3{position: absolute;bottom: 67px;width: 100%;color: #1a76d1;font-size: 22px;text-align: center;}
.index .knowledge .con{width: 100%;display: flex;flex-wrap: nowrap;}
.index .knowledge .item{flex: 1;width: 0;margin-right: 45px;}
.index .knowledge .item:last-child{margin-right: 0;}
.index .knowledge .item .img{width: 100%;}
.index .knowledge .item .img img{width: 100%;display: block;}
.index .knowledge .item .title{display: flex;flex-wrap: nowrap;justify-content: space-between;height: 37px;}
.index .knowledge .item .title h3{position: relative;width: 130px;height: 38px;color: #fff;font-size: 16px;line-height: 38px;text-align: center;border-radius: 3px;margin: -16px 0 0 13px;background: #1a76d1;}
.index .knowledge .item .title a{color: #717171;line-height: 28px;}
.index .knowledge .item .list{line-height: 39px;}
.index .knowledge .item .list li{position: relative;border-bottom: 1px dashed #cccbcb;}
.index .knowledge .item .list li span{position: absolute;left: 2px;color: #fcab26;font-size: 12px;}
.index .knowledge .item .list li a{display: block;color: #454545;font-size: 13px;padding-left: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index .knowledge .item .list li:hover a{color: #026eb8;}
/*底部*/
.footer{background: #0860aa url(../images/foot_bg.jpg) center no-repeat;}
.footer .links{line-height: 25px;padding: 15px 0;background: #026eb8;overflow: hidden;}
.footer .links span{color: #fff;}
.footer .links a{color: #fff;padding-right: 20px;}
.footer .bottom{display: flex;flex-wrap: nowrap;align-items: center;height: 185px;}
.footer .danwie{margin-right: 50px;}
.footer .lxwm{color: #fff;line-height: 30px;margin-left: 65px;}
.footer .ewm{margin-left: auto;}
.footer .ewm p{float: left;text-align: center;}
.footer .ewm p:last-child{margin-left: 30px;}
.footer .ewm p img{width: 100px;  display:block}
.footer .ewm p span{display: block;color: #fff;font-size: 13px;margin-top: 10px;}
.copyright{color: #fff;line-height: 60px;text-align: center;border-top: 1px solid rgba(255,255,255,.48);}
.copyright a{color: #fff;}
/*浮动客服*/
.rightbtn{position: fixed;bottom: 310px;z-index: 10;background: #fff;width: 35px;right: -60px;text-align: center;border-radius: 5px 0 0 5px;background-image: linear-gradient(-90deg, #003da5, #1f7bd8);padding: 20px 0;box-shadow: 0 0 4px 0px #d3d0d0;opacity: 0;visibility: hidden;cursor: pointer;transition: all 1s;}
.rightbtn.on{right: 0;opacity: .8;visibility: visible;}
.rightbtn h3{color: #fff;font-size: 14px;text-shadow: 1px 1px 3px #000;}
.fixed-bar{position:fixed;bottom: -400px;right: 1%;width: 135px;background: url(../images/fixed-bar-header.png) top center no-repeat;padding-top: 95px;z-index:10;opacity: 0;transform: scale(0);visibility: hidden;transition: all 1s;}
.fixed-bar .close{position: absolute;top: 10px;left: -5px;display: block;width: 20px;height: 20px;color: #fff;text-align: center;background: #333;border-radius: 50%;opacity: .8;cursor: pointer;}
.fixed-bar .fixed-bar-wrapper{border:1px solid #bcd4e9;border-radius: 0 0 18px 18px;margin: 0 1px;padding: 10px;overflow:hidden;background-color:#fff}
.fixed-bar .fixed-bar-wrapper .qrcode{text-align:center}
.fixed-bar .fixed-bar-wrapper .qrcode img{width: 100px;}
.fixed-bar .fixed-bar-wrapper .tel{border-top: 1px solid #eee;text-align:center;line-height: 24px;padding-top: 10px;margin-top: 10px;}
.fixed-bar .fixed-bar-wrapper .tel span,.fixed-bar .fixed-bar-wrapper .tel strong{display:block}
.fixed-bar .fixed-bar-wrapper .tel strong{color:#ff8400}
.fixed-bar .fixed-bar-wrapper .go-top{border-top: 1px solid #eee;text-align:center;padding-top: 10px;margin-top: 10px;cursor:pointer}
.fixed-bar .fixed-bar-wrapper .go-top:hover{color:#ff8400}
.fixed-bar.cur{bottom: 200px;opacity: 1;visibility: visible;transform: scale(1);}
.fixed-bar.cur.on{opacity: 0;transform: scale(0);transform: translateX(120%);}
/*内页大图*/
.nybanner{position: relative;height: 350px;background-position: center;background-repeat: no-repeat;overflow: hidden;}
/*内页样式*/
.submian{padding: 30px 0;}
.sobtitle{position: relative;display: flex;flex-wrap: nowrap;justify-content: space-between;line-height: 50px;padding-bottom: 2px;}
.sobtitle:after{content:" ";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: linear-gradient(90deg, #b6b6b6 40%, #028eef);}
.sobtitle h3{display: flex;flex-wrap: nowrap;align-items: center;color: #454545;font-size: 24px;margin-right: auto;}
.sobtitle s{width: 24px;height: 24px;margin-right: 15px;background: url(../images/home.svg) center no-repeat;}
.sobtitle span,.sobtitle a{color: #454545;}
.sobtitle span i{color: #026eb8;line-height: 100%;vertical-align: middle;}
.sobtitle a:hover{color: #026eb8;}
/*内页左侧*/
.subleft{width: 260px;}
.subleft .title{color: #fff;font-size: 24px;line-height: 85px;text-align: center;background: url(../images/tit_bg.jpg) center no-repeat;overflow: hidden;}
/*栏目分类*/
.subleft .lefta .comt{border: 1px solid #dbdbdb;border-top: 0;}
.subleft .lefta ul{padding: 15px 0;}
.subleft .lefta ul li{position: relative;padding: 0 5px;margin-top: -1px;transition: all .5s;}
.subleft .lefta ul li:after{content:" ";position: absolute;top: 50%;left: 3px;transform: translateY(-50%);border-color: transparent transparent  transparent #f3ae2d;border-style: dashed dashed dashed solid;border-width: 4px 5px;opacity: 0;transition: all .5s;}
.subleft .lefta ul li:before{content:" ";position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 3px;height: 38px;background: #f3ae2d;opacity: 0;transition: all .5s;}
.subleft .lefta ul li a{position: relative;display: block;color: #454545;font-size: 16px;line-height: 50px;padding-left: 35px;border-bottom: 1px dashed #d2d2d2;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.subleft .lefta ul li a:after{content: " ";position: absolute;top: 50%;left: 10px;transform: translateY(-50%);border-color: transparent transparent transparent #ababab;border-style: dashed dashed dashed solid;border-width: 4px 6px;transition: all .5s;}
.subleft .lefta ul li.on:after,.subleft .lefta ul li.on:before{opacity: 1;}
.subleft .lefta ul li:hover,.subleft .lefta ul li.on{background: #e9e9e9;}
.subleft .lefta ul li:hover a,.subleft .lefta ul li.on a{border-color: #e9e9e9;}
.subleft .lefta ul li:hover a:after{margin-left: 5px;border-left-color: #f3ae2d;}
.subleft .lefta ul li.on a:after{opacity: 0;}
.subleft .lefta .comt img{max-width: 100%;padding: 1px;box-sizing: border-box;}
/*内页右侧*/
.subright.fr{width: 890px;}
.subright .box{padding-top: 20px;min-height: 640px;}
/*默认单页*/
.Aboutpage{color: #454545;font-size: 15px;line-height: 28px;text-align: justify;}
.Aboutpage img{max-width: 100%;}
.Aboutpage table{background: #fff;border: 1px solid #e5e5e5;border-collapse: collapse;color: #666;line-height: 40px;}
.Aboutpage table tr{cursor: pointer;transition: all .5s;}
.Aboutpage table td{color: #454545;line-height: 39px;text-align: center;border: 1px solid #c1c1c1;box-sizing: border-box;transition: all .5s;}
.Aboutpage table tr:first-child{background: #eaeaea;}
.Aboutpage table tr:hover{background: #026eb8;}
.Aboutpage table tr:hover td{color: #fff;}
.Aboutpage .t{padding: 0 0 25px;color: #026eb8;font-size: 18px;}
.Aboutpage .t2{padding: 25px 0;color: #026eb8;font-size: 24px;}
.Aboutpage .tit{position: relative;line-height: 30px;padding-bottom: 15px;margin-bottom: 20px;}
.Aboutpage .tit:after{content:" ";position: absolute;left: 0;bottom: 0;width: 65px;height: 2px;background: #d30;}
.Aboutpage .tit span{display: block;color: #a9a9a9;text-transform: uppercase;}
.Aboutpage .tit h3{color: #454545;font-size: 24px;}
/*医院简介*/
.about_us ul{display: flex;flex-wrap: nowrap;justify-content: space-between;margin: 40px 0;}
.about_us ul li{display: flex;width: 270px;height: 110px;padding: 0 30px;border-radius: 20px 0 20px 0;box-sizing: border-box;box-shadow: 3px 3px 7px 0 #b5b5b5;flex-direction: column;flex-wrap: nowrap;justify-content: center;cursor: pointer;transition: all .5s;}
.about_us ul li h3{color: #f3ae2d;font-size: 37px;transition: all .5s;}
.about_us ul li h3 span{font-size: 17px;margin-left: 15px;vertical-align: middle;}
.about_us ul li p{color: #454545;line-height: normal;margin-top: 10px;transition: all .5s;}
.about_us ul li:hover{background: #026eb8;}
.about_us ul li:hover h3,.about_us ul li:hover p{color: #fff;}
.about_us .txt{display: flex;flex-wrap: nowrap;margin: 40px 0;align-items: center;}
.about_us .txt .pic{width: 430px;margin-right: 50px;flex-shrink: 0;}
.about_us .img{display: flex;margin-top: 40px;align-items: flex-start;justify-content: space-between;}
.about_us .img img{width: auto;height: 290px;}
/*联系我们*/
.lianxi h2{color: #454545;font-size: 17px;line-height: 50px;margin-top: 20px;}
.lianxi table{width: 100% !important;}
.lianxi table td{line-height: 39px;text-align: left;padding: 0 35px;}
.lianxi table td:first-child{width: 260px;font-weight: bold;}
.lianxi table tr:nth-child(odd){background: #eaeaea;}
.lianxi table tr:hover{background: #026eb8;}
.lianxi .ditu{display: flex;flex-wrap: nowrap;height: 340px;margin-top: 60px;}
.lianxi .ditu .map{width: 500px;flex-shrink: 0;}
.lianxi .ditu .map img{width: 100%;height: 100%;object-fit: cover;}
.lianxi .ditu .txt{width: 100%;color: #fff;padding: 20px;background: #0575ca url(../images/map_bg.jpg) right bottom no-repeat;}
.lianxi .ditu .txt h3{position: relative;font-size: 22px;line-height: 50px;margin-bottom: 30px;}
.lianxi .ditu .txt h3:after{content:" ";position: absolute;left: 0;bottom: 0;width: 75px;height: 2px;background: #fff;}
.lianxi .ditu .txt p{line-height: 30px;}
/*文章列表*/
.Newslist .list{line-height: 50px;}
.Newslist .list li{position: relative;display: flex;flex-wrap: nowrap;justify-content: space-between;border-bottom: 1px dashed #cccbcb;}
.Newslist .list li i{position: absolute;left: 2px;color: #fcab26;font-size: 12px;font-weight: bold;}
.Newslist .list li a{flex: 1;color: #454545;padding-left: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.Newslist .list li span{color: #a0a0a0;margin-left: 20px;}
.Newslist .list li:hover a{color: #026eb8;}
.Newslist.expert_main .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Newslist.expert_main .list li{width: 49%;}
/*图片列表*/
.Piclist .list{display: flex;flex-wrap: wrap;border-bottom: 1px solid #c1c1c1;}
.Piclist .list li{width: 276px;background: #f3f3f3;margin-right: 30px;margin-bottom: 30px;transition: all .5s;}
.Piclist .list li:nth-child(3n){margin-right: 0;}
.Piclist .list li .img{position: relative;width: 100%;padding-bottom: 75%;overflow: hidden;transition: all .5s;}
.Piclist .list li .img img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.Piclist .list li h3{color: #3c3c3c;font-size: 15px;text-align: center;display: block;line-height: 50px;padding: 0 10px;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.Piclist .list li:hover h3{color: #fff;background: #026eb8;}
/*科室介绍*/
.Kslist{padding: 10px 0;}
.Kslist dl{margin-bottom: 10px;}
.Kslist dt{background: linear-gradient(90deg, #003da5, #1f7bd8);color: #fff;font-size: 18px;line-height: 100%;padding: 12px 21px;border-radius: 5px;display: inline-block;position: relative;}
.Kslist dt span{position: absolute;top: 50%;right: -15px;margin-top: -8px;border: 8px solid transparent;border-left-color: #1f7bd8;}
.Kslist dd{padding-top: 28px;}
.Kslist dd ul{display: flex;margin-right: -1.6%;flex-wrap: wrap;}
.Kslist dd li{float: left;width: 23.4%;margin: 0 1.6% 1.6% 0;}
.Kslist dd li a{border: 1px solid #e3e3e3;padding: 16px;}
.Kslist dd li h3{font-size: 18px;font-weight: bold;border-bottom: 1px solid #e5e5e5;padding: 5px 8px 12px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.Kslist dd li p{margin: 12px 8px 8px;color: #aeaeae;line-height: 24px;height: 48px;text-align: justify;word-break: break-all;text-justify: distribute;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all .5s;}
.Kslist dd li a{display: block;color: #535353;}
.Kslist dd li:hover h3,.Kslist dd li:hover p{color: #fff;}
.Kslist dd li:hover a{background: #026eb8;border-color: #026eb8;box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);}
/*专家介绍*/
.Zjlist .tit,
.expert_main .tit{color: #026eb8;font-size: 18px;line-height: 20px;margin: 25px 0;padding-left: 10px;border-left: 4px solid #026eb8;}
.Zjlist .list{display: flex;margin: -1%;flex-wrap: wrap;margin-bottom: 20px;}
.Zjlist .list li{width: 18%;padding: 2px;margin: 1%;background: #d2e7fc;box-sizing: border-box;text-align: center;}
.Zjlist .list li:last-child{margin-right: 0;}
.Zjlist .list li .img{position: relative;width: 100%;padding-top: 127%;overflow: hidden;}
.Zjlist .list li .img img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.Zjlist .list li .img h3{position: absolute;left: 0;right: 0;bottom: 0;color: #fff;font-size: 17px;line-height: 40px;padding: 0 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;background: #036eb8;background: rgba(3,110,184,.8);}
.Zjlist .list li p{color: #2e2e2e;line-height: 26px;padding: 10px 0;}
.Zjlist .list li .btn{display: flex;flex-wrap: nowrap;}
.Zjlist .list li .btn a{width: 100%;color: #fff;line-height: 30px;background: #0073c3;}
.Zjlist .list li .btn a:last-child{background: #d8a450;}
.Zjlist .list li .btn a:hover{box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%) inset;}
/*专家详情*/
.expert_main .item{display: flex;flex-wrap: nowrap;}
.expert_main .item .img{width: 200px;height: 250px;flex-shrink: 0;margin-right: 3%;}
.expert_main .item .img span{position: relative;width: 100%;display: block;padding-top: 127%;overflow: hidden;}
.expert_main .item .img img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.expert_main .item ul{flex: 1;display: flex;flex-wrap: wrap;}
.expert_main .item ul li{flex: 0 0 50%;color: #535353;font-size: 16px;line-height: 55px;border-bottom: 1px dashed #cccbcb;box-sizing: border-box;}
.expert_main .item ul li:last-child{flex: 0 0 100%;line-height: 30px;text-align: justify;height: 80px;padding-top: 10px;border-bottom: 0;overflow: hidden;}
.expert_main .text{color: #535353;font-size: 16px;line-height: 30px;text-align: justify;}
/*内容详情页*/
.conBox .ArticleTitle h1{font-size: 24px;line-height: 36px;text-align: center;}
.conBox .ArticleMessage{line-height: 50px;margin-bottom: 20px;text-align: center;border-bottom: 1px solid #f3f3f3;}
.conBox .ArticleMessage span:first-child{margin-left:0;}
.conBox .ArticleMessage span{position: relative;color: #888;margin-left: 14px;padding-left: 20px;}
.conBox .ArticleMessage span i{position: absolute;left: 0;margin-right: 5px;}
.conBox .ArticleTencont{color: #454545;font-size: 15px;line-height: 28px;text-align: justify;padding-bottom: 20px;margin-bottom: 20px;overflow: hidden;border-bottom: 1px solid #f3f3f3;}
.conBox .ArticleTencont img{max-width: 100%;}
.conBox #pic{text-align: center;}
.conBox #pic img{display: inline-block;max-width: 800px;padding: 1px;box-shadow: 0 0 20px 0 rgba(0,0,0,.3);}
/*内容分页*/
.rsLink{display: flex;margin: 10px auto 10px;flex-wrap: nowrap;justify-content: space-between;}
.rsLink>div{width: 49.5%;font-size: 15px;line-height: 28px;padding: 1.5% 2%;border-radius: 5px;background: #f6f6f6;box-sizing: border-box;transition: all .5s;}
.rsLink .nextLink{text-align: right;}
.rsLink a{color: #888;}
.rsLink i{font-size: inherit;}
.rsLink h3{color: #026eb8;transition: all .5s;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.rsLink>div:hover{color: #fff;background: #026eb8;}
.rsLink>div:hover a,.rsLink>div:hover h3{color: #fff;display: block;}
/*漂浮广告*/
#ads_img_box{position:absolute;z-index:999999}
#ads_img_box img{display: block;min-width: 100px;height: auto;}
#ads_img_box .close{position: absolute;top: 0;right: 0;width: 20px;height: 20px;color: #fff;font-size: 16px;line-height: 20px;text-align: center;cursor: pointer;background: rgba(0,0,0,.5);opacity: 0;transition: all .5s;}
#ads_img_box:hover .close{opacity: 1;}