@charset "utf-8";
*{margin:0;padding:0;word-break: break-all;}
html,body{font-size: 16px;font-family: '微软雅黑';}
input, button, textarea, select { font: inherit; outline: 0; border: 0; background: none; color: inherit;}
input:focus, textarea:focus { color: inherit;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;}
ol, ul, li { list-style: none;}
input, select { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand {display: none;}
textarea { overflow: auto; resize: none;}
table { border-collapse: collapse; border: 0;}
img { border: 0; outline: 0; vertical-align: middle;}
a{ text-decoration: none;cursor: pointer;}
a:focus { outline: 0;}
input[type=date]{ background-color:transparent; border: 0; filter: alpha(opacity=0);}
.fl{float: left;}
.fr{float: right;}
.container{width: 1300px;margin: 0 auto;}

.header{width: 100%;box-sizing: border-box;}
.header-center{width: 100%;height: 130px;box-sizing: border-box;overflow: hidden;background: #ffffff;}
.header-center .container{height: 100%;}
.header-center .header-logo{box-sizing: border-box;float: left;margin: 25px 0 0;}
.header-center .header-logo a{display: block;}
.header-center .header-logo img{width: 525px;height: auto;display: block;margin: 0 auto;}

.header-center .header-right{height: 100%; float: right;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;}

.header-center .header-right .header-search{width: 260px;height: 40px;box-sizing: border-box;position: relative;border: 1px solid #7ccdc8;border-radius: 20px;overflow: hidden;background: #ffffff;}
.header-center .header-right .header-search input{border: none;box-sizing: border-box;display: block;}
.header-center .header-right .header-search input.searchTxt{float: left; width: 200px;height: 40px;font-size: 14px;color: #333333;padding: 0 20px;line-height: 40px;border: none;}
.header-center .header-right .header-search input.searchBtn{float: right;width: 50px;height: 40px;overflow: hidden;}
.header-center .header-right .header-search input[type='submit']{background: url(../images/header-search.png) center no-repeat;cursor: pointer;}

.header-center .header-right .header-item{width: 101px;height: 40px;margin-left: 10px;}
.header-center .header-right .header-item a{display: block;width: 100%;height: 100%;position: relative;}
.header-center .header-right .header-item a span{display: block;width: 100%;height: 100%;border-radius: 20px;font-size: 14px;line-height: 40px;text-align: center;color: #ffffff;}
.header-center .header-right .header-item a p{display: none;position: absolute;top: 0;right: 0;width: 220px;height: 40px;line-height: 40px;font-size: 14px;text-align: center;color: #ffffff;border-radius: 20px;}
.header-center .header-right .header-item a.h-jj span{background: #e20006;}
.header-center .header-right .header-item a.h-jj p{background: #e20006;}
.header-center .header-right .header-item a.h-yx span{background: #007d75;}
.header-center .header-right .header-item a.h-yx p{background: #007d75;}
.header-center .header-right .header-item a:hover p{display: block;}


.header-nav{width: 100%; height: 62px;position: relative;box-sizing: border-box;background: rgba(0, 125, 117, .86);}
.header-nav .return{display: none;}
.header-nav .navUl{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.header-nav .navUl li{float: left;height: 62px;box-sizing: border-box;}
.header-nav .navUl li .na{display: block;font-size: 25px;color: #ffffff;line-height: 62px;font-weight: bold;box-sizing: border-box;}
.header-nav .navUl li.active{background: url(../images/header-nav.jpg) bottom no-repeat;}
.header-nav .navUl li:hover{background: url(../images/header-nav.jpg) bottom no-repeat;}

.header-nav .navUl li:hover .subNav{display: block;}
.header-nav .navUl li .subNav{display: none;width: 100%;height: auto; position: absolute;left: 0;top: 62px;right: 0;margin: auto;background: rgba(0, 125, 117, .7);box-sizing: border-box;z-index: 99;}
.header-nav .navUl li .subNav .subOne{width: 220px;text-align: center;float: left;box-sizing: border-box;}
.header-nav .navUl li .subNav .subOne h3{color: #ffffff;font-size: 24px;font-weight: bold;margin-top: 30px;}
.header-nav .navUl li .subNav .subOne p{width: 30px;height: 3px;margin: 20px auto; background: #ffffff;}
.header-nav .navUl li .subNav .subTwo{width: 370px;height: 255px;float: left;box-sizing: border-box;border-left: 1px solid rgba(210,210,210,.29);}
.header-nav .navUl li .subNav .subTwo dl{box-sizing: border-box;overflow: hidden;padding: 20px 0 40px 0;}
.header-nav .navUl li .subNav .subTwo dl dt{float: left;width: 50%;height: 30px;padding: 0;text-align: center;margin-top: 10px;box-sizing: border-box;}
.header-nav .navUl li .subNav .subTwo dl dt a{display: block;color: #FFFFFF;font-size: 18px;padding: 0;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.header-nav .navUl li .subNav .subThree{width: 690px;height: 255px;text-align: justify;padding: 30px 45px; float: left;box-sizing: border-box;border-left: 1px solid rgba(210,210,210,.29);}
.header-nav .navUl li .subNav .subThree h3{font-size: 20px;color: #FFFFFF;font-weight: normal;}
.header-nav .navUl li .subNav .subThree p{font-size: 16px;color: #FFFFFF;line-height: 30px;margin-top: 15px;}
.header-nav .navUl li .subNav .subThree a.aLook{display: inline-block;box-sizing: border-box;padding: 5px 16px;margin-top: 20px;font-size: 14px;color: #007d75;border-radius: 28px; background: #FFFFFF;}

/*轮播banner*/
.banner{width: 100%;overflow: hidden;position: relative;z-index: 9;}
.bannerTop{width: 100%;box-sizing: border-box;overflow: hidden;}
.bannerTop .bd{ position:relative;}
.bannerTop .bd li img{width:100%;height: auto;display: block;margin: 0 auto;} 
.bannerTop .hd{ overflow:hidden;position: absolute;width: 100%;bottom: 50px;z-index:10;}
.bannerTop .hd ul{margin:0;box-sizing: border-box;text-align: center;}
.bannerTop .hd ul li{display:inline-block;cursor: pointer;width:50px;height:3px;overflow:hidden;margin: 0 5px;background: #ffffff;font-size: 0;}
.bannerTop .hd ul li.on{background: #007d75;} 



.d-title{width: 100%;box-sizing: border-box;overflow: hidden;}
.d-title a{display: flex;align-items: center;justify-content: space-between; box-sizing: border-box;overflow: hidden;}
.d-title h3{font-size: 30px;color: #666666;font-weight: bold;box-sizing: border-box;}
.d-title h3 i{display: block;font-style: normal;font-size: 12px;color: #999999;text-transform: uppercase;font-weight: 500;}
.d-title span{display: block;font-size: 14px;color: #999999;}
.d-title span i{font-style: normal;font-family: '宋体';display: inline-block;margin-left: 8px;}
.d-title a:hover span{color: #007d75;}

.d-jydh{width: 100%;box-sizing: border-box;padding: 40px 0;background: #f9ffff;}
.d-jydh .jydh-content{width: 100%;height: 324px;box-sizing: border-box;padding: 30px 40px 0;margin-top: 20px;display: flex;justify-content: space-between;box-shadow: 0 1px 15px rgba(0, 125, 117, .16);background: #ffffff;}
.d-jydh .jydh-content ul{width: 820px;box-sizing: border-box;overflow: hidden;}
.d-jydh .jydh-content ul li{width: 200px;height: 68px;float: left;margin: 0 0 30px 110px;}
.d-jydh .jydh-content ul li:nth-child(3n+1){margin-left: 0;}
.d-jydh .jydh-content ul li a{display: flex;width: 100%;height: 100%;align-items: center;}
.d-jydh .jydh-content ul li .jydh-img{width: 68px;height: 68px;border-radius: 100%;display: flex;align-items: center;justify-content: center;background: #007d75;}
.d-jydh .jydh-content ul li .jydh-img img{width: auto;height: 36px;display: block;margin: 0 auto;}
.d-jydh .jydh-content ul li h3{font-size: 20px;color: #007d75;font-weight: 500;margin-left: 10px;}
.d-jydh .jydh-content ul li h3 span{display: block;font-size: 14px;color: #999999;margin-top: 8px;font-weight: 500;}
.d-jydh .jydh-content ul li:hover .jydh-img{background: #0bb0b3;}
.d-jydh .jydh-content ul li:hover h3{font-weight: bold;}

.d-jydh .jydh-content .jydh-href{width: 300px;box-sizing: border-box;overflow: hidden;text-align: center;}
.d-jydh .jydh-content .jydh-href a{display: block;width: 100%;height: 52px;font-size: 22px;color: #ffffff;line-height: 52px;margin-top: 15px;}
.d-jydh .jydh-content .jydh-href a:first-child{margin-top: 0;}
.d-jydh .jydh-content .jydh-href a.j-1{background: #5cb2bb;}
.d-jydh .jydh-content .jydh-href a.j-2{background: #b8c489;}
.d-jydh .jydh-content .jydh-href a.j-3{background: #bdaa82;}
.d-jydh .jydh-content .jydh-href a.j-4{background: #0bb0b3;}



.d-one{width: 100%;box-sizing: border-box;padding: 50px 0;overflow: hidden;}
.news{width: 811px;float: left;}
.news .n-title{width: 100%;box-sizing: border-box;overflow: hidden;}
.news .n-title h3{float: left;font-size: 30px;color: #666666;font-weight: bold;box-sizing: border-box;}
.news .n-title h3 i{display: block;font-style: normal;font-size: 12px;color: #999999;text-transform: uppercase;font-weight: 500;}
.news .n-title .d-more{float: right;display: block;font-size: 14px;color: #999999;line-height: 56px;}
.news .n-title .d-more i{font-style: normal;font-family: '宋体';display: inline-block;margin-left: 8px;}
.news .n-title .d-more:hover{color: #007d75;}

.news .n-title .d-tab{float: left;box-sizing: border-box;overflow: hidden;text-align: center;margin: 6px 0 0 60px;}
.news .n-title .d-tab a{width: 140px;height: 49px;line-height: 49px;float: left;margin-left: 15px;display: block;font-size: 24px;color: #49545d;background: #e5f3f3;cursor: pointer;}
.news .n-title .d-tab a.active{color: #ffffff;background: #0bb0b3;font-weight: bold;}
.news .n-title .d-tab a:hover{color: #ffffff;background: #0bb0b3;font-weight: bold;}

.news .newsContent{width: 100%;display: none;margin-top: 25px;}
.news .show{display: block;}
.news .newsContent .hits{width: 100%;height: 425px;box-sizing: border-box;overflow: hidden;position: relative;}
.news .newsContent .hits a{display: block;width: 100%;height: 100%;}
.news .newsContent .hits img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.news .newsContent .hits img{-moz-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; -o-transition:all 0.4s ease-in-out 0s; -webkit-transition:all 0.4s ease-in-out 0s; transition:all 0.4s ease-in-out 0s;}
.news .newsContent .hits:hover img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.news .newsContent .hits .n-txt{width: 100%;height: 119px;position: absolute;left: 0;bottom: 0;box-sizing: border-box;padding: 0 40px;background: url(../images/n-bg.png) center no-repeat;background-size: cover;}
.news .newsContent .hits .n-txt span{font-size: 13px;color: #fffefe;display: block;margin-top: 15px;}
.news .newsContent .hits .n-txt h3{font-size: 20px;color: #fffefe;font-weight: bold;margin-top: 6px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news .newsContent .hits .n-txt p{font-size: 14px;color: #eeeeee;margin-top: 6px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.news .newsContent ul{width: 100%;box-sizing: border-box;overflow: hidden;}
.news .newsContent ul li{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 20px;}
.news .newsContent ul li a{display: block;float: left;width: 85%;font-size: 18px;color: #333333;box-sizing: border-box;padding-left: 18px;background: url(../images/n-d.png) left no-repeat; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news .newsContent ul li span{display: block;float: right;font-size: 13px;color: #999999;}
.news .newsContent ul li:hover a{color: #007d75;}
.news .newsContent ul li:hover span{color: #007d75;}

.notice{width: 419px;float: right;}
.notice ul{width: 100%;box-sizing: border-box;margin-top: 25px;padding: 20px;background: #e5f3f3;}
.notice ul li{margin-top: 15px;padding-bottom: 20px;box-sizing: border-box;border-bottom: 1px solid #e1e5e9;}
.notice ul li:last-child{border-bottom: none;}
.notice ul li a{display: block;width: 100%;height: 100%;}
.notice ul li h3{font-size: 17px;color: #333333;font-weight: normal;box-sizing: border-box;padding-left: 18px;background: url(../images/n-d.png) left no-repeat;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.notice ul li span{display: block;font-size: 13px;color: #999999;box-sizing: border-box;padding-left: 18px;margin-top: 10px;}
.notice ul li:hover h3{color: #007d75;font-weight: bold;}
.notice ul li:hover span{color: #007d75;}


.department{width: 100%;box-sizing: border-box;overflow: hidden;padding: 15px 0 50px 0;}
.department .iTitle h3{color: #ffffff;}
.department .iTitle span{color: #ffffff;}
.department .iTitle a{color: #ffffff;}
.departmentContent{width: 100%;height: 510px;box-sizing: border-box;background: url(../images/department-bg.jpg) center no-repeat;background-size: cover;}
.departmentTab{width: 565px;float: left;position: relative;overflow: hidden;}
.departmentTab img{width: auto;height: 510px;display: block;margin: 0 auto;}
.departmentTab ul{width: 160px;position: absolute;bottom: 20px;right: 0;box-sizing: border-box;}
.departmentTab ul li{float: right;width: 100%;height: 80px;box-sizing: border-box;margin-top: 5px;background: #ffffff;cursor: pointer;position: relative;}
.departmentTab ul li a{display: flex;align-items: center; width: 100%;height: 100%;padding: 15px 20px;box-sizing: border-box;}
.departmentTab ul li h3{font-size: 19px;color: #333333;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.departmentTab ul li h3 i{display: block;font-style: normal;font-size: 12px;color: #999999;margin-top: 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.departmentTab ul li.active{width: 195px;height: 100px;background: url(../images/department-icon-1.png) 20px no-repeat #0bb0b3;}
.departmentTab ul li.active a{padding: 0 10px 0 80px;}
.departmentTab ul li.active h3{color: #ffffff;}
.departmentTab ul li.active h3 i{color: #ffffff;}
.departmentTab ul li:hover{width: 195px;height: 100px;background: url(../images/department-icon-1.png) 20px no-repeat #0bb0b3;}
.departmentTab ul li:hover a{padding: 0 10px 0 80px;}
.departmentTab ul li:hover h3{color: #ffffff;}
.departmentTab ul li:hover h3 i{color: #ffffff;}

.departmentList{width: 735px;height: 470px;box-sizing: border-box;float: right;padding: 35px 45px 0;}
.departmentList .d-title h3{color: #ffffff;}
.departmentList .d-title h3 i{color: #ffffff;}
.departmentList .d-title span{color: #0bb0b3;}
.departmentList .d-title a:hover span{color: #0bb0b3;}

.departmentList ul{display: none;width: 100%;box-sizing: border-box;overflow: hidden;padding-top: 30px;}
.departmentList .show{display: block;}
.departmentList ul li{width: 195px;height: 50px;float: left;margin: 0 0 20px 30px; box-sizing: border-box;border: 1px solid rgba(224, 235, 239, .8);-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.departmentList ul li:nth-child(3n+1){margin-left: 0;}
.departmentList ul li a{display: block;font-size: 16px;color: #ffffff;line-height: 50px;box-sizing: border-box;padding: 0 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.departmentList ul li:hover{background: #0bb0b3;border-color: #0bb0b3;-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}
.departmentList ul li:hover a{color: #ffffff;}

.doctor{width: 100%;box-sizing: border-box;padding-bottom: 45px;}
.doctor .doctorBanner{width: 100%;height: auto; box-sizing: border-box;position: relative;margin-top: 30px;overflow: hidden;}
.doctor .doctorBanner .bd{width: 100%;overflow: hidden;}
.doctor .doctorBanner .bd ul{box-sizing: border-box;overflow: hidden;}
.doctor .doctorBanner .bd ul li{width: 200px !important;height: 366px;float: left;margin-right: 20px;box-sizing: border-box;border: 1px solid #e2e2e2;}
.doctor .doctorBanner .bd ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 25px;position: relative;}
.doctor .doctorBanner .bd ul li .dImg{width: 100%;height: 180px;overflow: hidden;}
.doctor .doctorBanner .bd ul li .dImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.doctor .doctorBanner .bd ul li .dImg img{ -moz-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; -o-transition:all 0.4s ease-in-out 0s; -webkit-transition:all 0.4s ease-in-out 0s; transition:all 0.4s ease-in-out 0s;}
.doctor .doctorBanner .bd ul li .dTxt{width: 100%;word-break:break-all;box-sizing: border-box;}
.doctor .doctorBanner .bd ul li .dTxt h3{font-size: 20px;color: #007d75;font-weight: normal;text-align: center;margin-top: 10px;}
.doctor .doctorBanner .bd ul li .dTxt p{font-size: 14px;color: #2ba6de;margin-top: 5px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.doctor .doctorBanner .bd ul li .dTxt span{font-size: 13px;color: #999999;margin-top: 12px;display: block;text-align: justify;line-height: 20px;}

.doctor .doctorBanner .hd{overflow:hidden;width: 100%;z-index:10;margin-top: 20px;}
.doctor .doctorBanner .hd ul{margin:0;box-sizing: border-box;text-align: center;}
.doctor .doctorBanner .hd ul li{display:inline-block;cursor: pointer;width:50px;height:5px;overflow:hidden;margin: 0 8px;background: #e5e5e5;font-size: 0;}
.doctor .doctorBanner .hd ul li.on{background: #0bb0b3;} 

.doctor .doctorBanner .bd ul li:hover{border-color: #007d75;}
.doctor .doctorBanner .bd ul li:hover img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.doctor .doctorBanner .bd ul li:hover .dTxt h3{font-weight: bold;}


.d-three{width: 100%;box-sizing: border-box;padding: 50px 0 80px 0;overflow: hidden;background: url(../images/bg-1.jpg) center;background-size: cover;}
.d-three .container{height: 100%;display: flex;justify-content: space-between;}
.d-three .i-list{width: 405px;height: auto;background: #ffffff;}
.d-three .i-content{width: 100%;height: 515px;box-sizing: border-box;margin-top: 25px;border-radius: 5px;box-shadow: 0 0 10px 1px rgba(0, 92, 161, .16);}
.d-three .i-list .i-img{width: 100%;height: 183px;overflow: hidden;}
.d-three .i-list .i-img a{width: 100%;height: 100%;display: block;}
.d-three .i-list .i-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.d-three .i-list .i-img img{ -moz-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; -o-transition:all 0.4s ease-in-out 0s; -webkit-transition:all 0.4s ease-in-out 0s; transition:all 0.4s ease-in-out 0s;}
.d-three .i-list .i-img:hover img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.d-three .i-list .i-txt{width: 100%;box-sizing: border-box;overflow: hidden;padding: 20px 24px 0;}
.d-three .i-list .i-txt .i-hits{width: 100%;box-sizing: border-box;text-align: justify;}
.d-three .i-list .i-txt .i-hits span{display: block;font-size: 13px;color: #999999;}
.d-three .i-list .i-txt .i-hits h3{font-size: 19px;color: #333333;font-weight: 500;line-height: 30px;margin-top: 10px;padding-bottom: 20px;box-sizing: border-box;border-bottom: 1px solid #e1e5e9;}
.d-three .i-list .i-txt .i-hits:hover h3{color: #007d75;}

.d-three .i-list ul{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0 24px;margin-top: 5px;}
.d-three .i-list ul li{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 18px;}
.d-three .i-list ul li a{display: block;float: left;width: 82%;font-size: 17px;color: #333333;box-sizing: border-box;padding-left: 18px;background: url(../images/n-d.png) left no-repeat; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.d-three .i-list ul li span{display: block;float: right;font-size: 13px;color: #999999;}
.d-three .i-list ul li:hover a{color: #007d75;}
.d-three .i-list ul li:hover span{color: #007d75;}


/*悬浮层*/
.iFix{position: fixed;width: auto;height: auto;box-sizing: border-box;right: 0;bottom: 35%;z-index: 999;}
.iFix .ReturnTop{display: none;width: 50px;height: 50px;float: right;box-sizing: border-box;cursor: pointer;background: #ffffff;margin-top: 2px;border-radius: 5px;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
.iFix .ReturnTop img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}


.footer{width: 100%;height: auto;padding-bottom: 30px; box-sizing: border-box;overflow: hidden;position: relative;background: url(../images/footer-bg.jpg) center no-repeat;background-size: cover;}
.links{width: 100%;padding: 25px 0 20px 0;box-sizing: border-box;border-bottom: 1px solid #565656;}
.links p{font-size: 15px;color: #ffffff;}
.links a{display: inline-block;font-size: 15px;color: #ffffff;box-sizing: border-box;padding: 0 20px;}
.links a:first-child{background: none;}
.footer-top{width: 100%;box-sizing: border-box;overflow: hidden;padding: 45px 0;}
.footer-top .footer-txt{float: left;}
.footer-top .footer-txt p{font-size: 16px;color: #ffffff;box-sizing: border-box;margin-bottom: 20px;}
.footer-top .footer-txt p span{display: inline-block;margin-right: 20px;}
.footer-top .footer-txt p.f-1{margin-bottom: 30px;}
.footer-top .footer-txt p a{color: #ffffff;box-sizing: border-box;display: inline-block;}
.footer-top .footer-txt p a.f-0{padding-left: 25px;background: url(../images/f-1.png) left no-repeat;}
.footer-top .footer-txt p.f-1 a{margin-right: 40px;}

.footer-top .footer-img{float: right;margin-top: 50px;display: flex;align-items: center;justify-content: space-between;}
.footer-top .footer-img a{display: block;width: 100px;margin-left: 20px;text-align: center;}
.footer-top .footer-img a.f-2 img{width: 100%;height: auto;display: block;margin: 0 auto;}
.footer-top .footer-img a span{display: block;font-size: 14px;color: #ffffff;margin-top: 10px;}
.footer-top .footer-img a.f-3 img{width: auto;height: auto;display: block;margin: 0 auto;}



.footer-bottom{width: 100%;}
.footer-bottom p{font-size: 16px;color: #ffffff;}


@keyframes rotate {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}
/*特效*/
.moveFromBottom{
    -webkit-animation: moveFromBottom .3s ease both;
	-moz-animation: moveFromBottom .3s ease both;
	animation: moveFromBottom .3s ease both;
}
@-webkit-keyframes moveFromBottom {
	from { opacity: 0.3; -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveFromBottom {
	from { opacity: 0.3; -moz-transform: translateY(100%); }
}
@keyframes moveFromBottom {
	from { opacity: 0.3; transform: translateY(100%); }
}

@media (max-width: 1299px) {
    html{font-size:20px;}
	.container{width: 100%;}

   	/*头部header*/
	.header{width: 100%;}
	.header-center{width: 100%;height: 3rem;background: none;padding: 0 0.3rem;}
	.header-center .header-logo{box-sizing: border-box;margin: 0.5rem 0 0;}
	.header-center .header-logo img{width: auto;height: 1.8rem;display: block;margin: 0 auto;}
	
	.header-center .header-right .header-search{display: none;}
	.header-center .header-right .header-item{display: none;}

	.header-center .navMenu{float: right;box-sizing: border-box;display: block;margin-top: 0.8rem;}
	.header-center .navMenu span{width: 1.3rem;height: 0.1rem;background: #007d75;display: block;margin-top: 0.2rem;}
	
	.header-nav{display: none;width: 100%;height: 100%;position: fixed;left: 0;right: 0;top: 3rem;margin: auto;box-sizing: border-box;border-top: 1px solid #007d75; padding-bottom: 3.5rem;overflow: auto;background: #FFFFFF;z-index: 9999;}
	.header-nav .navUl{width: 100%;display: block;box-sizing: border-box;height: auto;padding: 0;overflow: hidden;background: #FFFFFF;}
	.header-nav .navUl li{float: left;height: auto;width: 100%;margin: 0 !important;border-bottom: 1px solid #e1e1e1;}
	.header-nav .navUl li.active .na{color: #007d75;background: #FFFFFF;}
	.header-nav .navUl li:hover .na{color: #007d75;background: #FFFFFF;}
	.header-nav .navUl li .na{display: block;font-size: 0.9rem;color: #333333;height: 2.2rem;font-weight: bold;padding: 0 0.3rem;line-height: 2.2rem;width: 100%;margin: 0;text-align: left;background: none;}
	
	.header-nav .navUl li:hover .sub-nav{display: block;}
	.header-nav .navUl li .subNav{display: block;width: 100%;height: auto;min-height: auto;position: relative;left: 0;top: 0;right: 0;margin: auto;z-index: 99;background: none;}
	.header-nav .navUl li .subNav .subOne{display: none;}
	.header-nav .navUl li .subNav .subTwo{width: 100%!important;margin-left: 0; height: auto;min-height: auto;float: left;box-sizing: border-box;border-right: none;border: none;background: #F5F5F5;}
	.header-nav .navUl li .subNav .subTwo dl{box-sizing: border-box;overflow: hidden;padding: 0 0 1rem 0;}
	.header-nav .navUl li .subNav .subTwo dl dt{float: left;width: 50%;height: 1.5rem;text-align: left; padding: 0 0;margin-top: 0.5rem;box-sizing: border-box;background: none;border: none;}
	.header-nav .navUl li .subNav .subTwo dl dt a{display: block;color: #333333;font-size: 0.8rem;padding: 0 0.5rem;line-height: 1.5rem;}
	.header-nav .navUl li .subNav .subThree{display: none;}

	/*轮播banner*/
	.bannerTop{position: relative;}
	.bannerTop .hd{ overflow:hidden;position: absolute;width: 100%;bottom: 0.4rem;z-index:100;}
	.bannerTop .hd ul li{display:inline-block;cursor: pointer;width:1rem;height:0.1rem;overflow:hidden;margin: 0 3px;font-size: 0;}
	.bannerTop .n-btn{display: none;}

	.d-title{width: 100%;box-sizing: border-box;overflow: hidden;}
	.d-title h3{font-size: 0.9rem;color: #666666;font-weight: bold;box-sizing: border-box;}
	.d-title h3 i{display: block;font-style: normal;font-size: 0.6rem;margin-top: 0.1rem;}
	.d-title span{display: block;font-size: 0.6rem;color: #999999;}
	.d-title span i{margin-left: 0.3rem;}

	.d-jydh{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;background: #f9ffff;}
	.d-jydh .jydh-content{width: 100%;height: auto;box-sizing: border-box;padding: 0;margin-top: 1rem;display: block;box-shadow: none;background: none;}
	.d-jydh .jydh-content ul{width: 100%;box-sizing: border-box;overflow: hidden;}
	.d-jydh .jydh-content ul li{width: 32%;height: auto;float: left;margin: 0 0 3% 2%;}
	.d-jydh .jydh-content ul li:nth-child(3n+1){margin-left: 0;}
	.d-jydh .jydh-content ul li a{display: flex;width: 100%;height: 100%;align-items: center;}
	.d-jydh .jydh-content ul li .jydh-img{width: 2.4rem;height: 2.4rem;background: #007d75;}
	.d-jydh .jydh-content ul li .jydh-img img{width: auto;height: 1.2rem;}
	.d-jydh .jydh-content ul li h3{font-size: 0.7rem;color: #007d75;font-weight: 500;margin-left: 0.2rem;}
	.d-jydh .jydh-content ul li h3 span{display: none;}


	.d-jydh .jydh-content .jydh-href{width: 100%;margin-top: 0.5rem;}
	.d-jydh .jydh-content .jydh-href a{display: block;float: left;width: 50%;height: 2.3rem;font-size: 0.8rem;color: #ffffff;line-height: 2.3rem;margin-top: 0;}
	.d-jydh .jydh-content .jydh-href a:nth-child(2n+1){margin-left: 0;}

	.d-one{width: 100%;box-sizing: border-box;padding: 1rem 0;overflow: hidden;}
	.news{width: 100%;float: left;box-sizing: border-box;padding: 0 0.3rem;}
	.news .n-title{width: 100%;box-sizing: border-box;overflow: hidden;}
	.news .n-title h3{display: none;}
	.news .n-title .d-more{display: none;}

	.news .n-title .d-tab{width: 100%;text-align: center;margin: 0;}
	.news .n-title .d-tab a{width: 33.33%;height: 2.3rem;line-height: 2.3rem;margin-left: 0;font-size: 0.9rem;}
	.news .n-title .d-tab a.active{color: #ffffff;background: #0bb0b3;font-weight: bold;}
	.news .n-title .d-tab a:hover{color: #ffffff;background: #0bb0b3;font-weight: bold;}

	.news .newsContent{width: 100%;display: none;margin-top: 1rem;}
	.news .show{display: block;}
	.news .newsContent .hits{width: 100%;height: 9rem;box-sizing: border-box;overflow: hidden;position: relative;}
	.news .newsContent .hits a{display: block;width: 100%;height: 100%;}
	.news .newsContent .hits .n-txt{width: 100%;height: auto;box-sizing: border-box;padding: 0.5rem;}
	.news .newsContent .hits .n-txt span{font-size: 0.6rem;color: #fffefe;display: block;margin-top: 0;}
	.news .newsContent .hits .n-txt h3{font-size: 0.8rem;color: #fffefe;font-weight: 500;margin-top: 0.3rem;}
	.news .newsContent .hits .n-txt p{display: none;}

	.news .newsContent ul{width: 100%;box-sizing: border-box;overflow: hidden;}
	.news .newsContent ul li{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 0.8rem;display: flex;align-items: center;justify-content: space-between;}
	.news .newsContent ul li a{float: none;width: 75%;font-size: 0.8rem;color: #333333;box-sizing: border-box;padding-left: 0.8rem;}
	.news .newsContent ul li span{float: none;font-size: 0.6rem;}

	.notice{width: 100%;float: right;margin-top: 1.5rem;}
	.notice .d-title{box-sizing: border-box;padding: 0 0.3rem;}
	.notice ul{width: 100%;box-sizing: border-box;margin-top: 1rem;padding: 0.3rem;background: #e5f3f3;}
	.notice ul li{margin-top: 0.6rem;padding-bottom: 0.6rem;}
	.notice ul li:last-child{border-bottom: none;}
	.notice ul li a{display: block;width: 100%;height: 100%;}
	.notice ul li h3{font-size: 0.8rem;color: #333333;font-weight: normal;box-sizing: border-box;padding-left: 0.8rem;}
	.notice ul li span{display: block;font-size: 0.6rem;color: #999999;box-sizing: border-box;padding-left: 0.8rem;margin-top: 0.3rem;}
	.notice ul li:hover h3{color: #007d75;font-weight: bold;}
	.notice ul li:hover span{color: #007d75;}

	.department{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0 0 0.5rem;}
	.department .iTitle h3{color: #ffffff;}
	.department .iTitle span{color: #ffffff;}
	.department .iTitle a{color: #ffffff;}
	.departmentContent{width: 100%;height: auto;box-sizing: border-box;padding: 1rem 0;overflow: hidden;background: url(../images/department-bg.jpg) center no-repeat;background-size: 100% 100%;}
	.departmentTab{display: none;}

	.departmentList{width: 100%;height: auto;box-sizing: border-box;float: right;padding: 0.3rem;}
	.departmentList .d-title h3{color: #ffffff;}
	.departmentList .d-title h3 i{color: #ffffff;}
	.departmentList .d-title span{color: #ffffff;}
	.departmentList .d-title a:hover span{color: #ffffff;}

	.departmentList ul{display: none;width: 100%;box-sizing: border-box;overflow: hidden;padding-top: 1.5rem;}
	.departmentList .show{display: block;}
	.departmentList ul li{width: 49%;height: 2rem;float: left;margin: 0 0 2% 2%;}
	.departmentList ul li:nth-child(3n+1){margin-left: 2%;}
	.departmentList ul li:nth-child(2n+1){margin-left: 0;}
	.departmentList ul li a{display: block;font-size: 0.8rem;color: #ffffff;line-height: 2rem;box-sizing: border-box;padding: 0 0.5rem;}

	.doctor{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;}
	.doctor .doctorBanner{width: 100%;height: auto; box-sizing: border-box;position: relative;margin-top: 1rem;overflow: hidden;}
	.doctor .doctorBanner .bd{width: 100%;overflow: hidden;}
	.doctor .doctorBanner .bd ul{box-sizing: border-box;overflow: hidden;}
	.doctor .doctorBanner .bd ul li{width: 50%;height: auto;float: left;margin-right: 0;box-sizing: border-box;border: 1px solid #e2e2e2;}
	.doctor .doctorBanner .bd ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 0.5rem;position: relative;}
	.doctor .doctorBanner .bd ul li .dImg{width: 100%;height: 10rem;overflow: hidden;}
	.doctor .doctorBanner .bd ul li .dTxt{width: 100%;word-break:break-all;box-sizing: border-box;}
	.doctor .doctorBanner .bd ul li .dTxt h3{font-size: 0.8rem;color: #007d75;font-weight: normal;text-align: center;margin-top: 0.3rem;}
	.doctor .doctorBanner .bd ul li .dTxt p{font-size: 0.6rem;margin-top: 0.3rem;}
	.doctor .doctorBanner .bd ul li .dTxt span{display: none;}

	.doctor .doctorBanner .hd{overflow:hidden;width: 100%;z-index:10;margin-top: 1rem;}
	.doctor .doctorBanner .hd ul{margin:0;box-sizing: border-box;text-align: center;}
	.doctor .doctorBanner .hd ul li{width:0.5rem;height:0.5rem;overflow:hidden;margin: 0 0.3rem;border-radius: 100%;}

	.d-three{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;background: none;}
	.d-three .container{height: 100%;display: block;justify-content: space-between;}
	.d-three .i-list{width: 100%;height: auto;background: #ffffff;margin-bottom: 1.5rem;}
	.d-three .i-content{width: 100%;height: auto;box-sizing: border-box;margin-top: 1rem;border-radius: 0;box-shadow: none;}
	.d-three .i-list .i-img{width: 100%;height: 8rem;overflow: hidden;}
	.d-three .i-list .i-txt{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0.5rem 0 0;}
	.d-three .i-list .i-txt .i-hits{width: 100%;box-sizing: border-box;text-align: justify;}
	.d-three .i-list .i-txt .i-hits span{display: block;font-size: 0.6rem;color: #999999;}
	.d-three .i-list .i-txt .i-hits h3{font-size: 0.8rem;line-height: 1.2rem;margin-top: 0.5rem;padding-bottom: 0.5rem;}
	.d-three .i-list .i-txt .i-hits:hover h3{color: #007d75;}

	.d-three .i-list ul{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0;margin-top: 0;}
	.d-three .i-list ul li{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 0.7rem;display: flex;align-items: center;justify-content: space-between;}
	.d-three .i-list ul li a{display: block;float: left;width: 82%;font-size: 0.8rem;padding-left: 0.8rem;}
	.d-three .i-list ul li span{display: block;float: right;font-size: 0.6rem;color: #999999;}
	

	/*悬浮层*/
	.iFix{position: fixed;width: 1.7rem;height: auto;box-sizing: border-box;right: 0;top: 60%;z-index: 999;}
	.iFix ul{display: none;}
	.iFix .ReturnTop{width: 1.7rem;height: 1.7rem;display: none;margin-top: 0.5rem;position: relative;border-radius: 0.25rem;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
	.iFix .ReturnTop span{display: none;}
	.iFix .ReturnTop:hover span{display: none;}


	.footer{width: 100%;height: auto;padding: 1rem 0.3rem;}
	.links{display: none;}
	.footer-top{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0;}
	.footer-top .footer-txt{float: left;}
	.footer-top .footer-txt p{font-size: 0.7rem;color: #ffffff;box-sizing: border-box;margin-bottom: 0.6rem;}
	.footer-top .footer-txt p span{display: inline-block;margin-right: 0.5rem;}
	.footer-top .footer-txt p.f-1{margin-bottom: 1rem;}
	.footer-top .footer-txt p a{color: #ffffff;box-sizing: border-box;display: inline-block;}
	.footer-top .footer-txt p a.f-0{padding-left: 25px;background: url(../images/f-1.png) left no-repeat;}
	.footer-top .footer-txt p.f-1 a{margin-right: 40px;}

	.footer-top .footer-img{width: 100%;float: right;margin-top: 1rem;display: flex;align-items: center;justify-content: center;}
	.footer-top .footer-img a{display: block;width: 6rem;margin: 0 0.5rem;text-align: center;}
	.footer-top .footer-img a.f-2 img{width: 100%;height: auto;display: block;margin: 0 auto;}
	.footer-top .footer-img a span{display: block;font-size: 0.6rem;color: #ffffff;margin-top: 0.5rem;}
	.footer-top .footer-img a.f-3 img{width: auto;height: auto;display: block;margin: 0 auto;}



	.footer-bottom{display: none;}


	.commonTitle{height: 7rem;width: 100%;background: url(../images/common-bg.jpg) center no-repeat;}
	.commonTitle .commonContent{bottom: 0;}
	.commonTitle .commonContent h3{width: 100%;font-size: 0.9rem;text-align: center;}


	.location{width: 100%;position: absolute;left: 0;right: 0;bottom: 0;box-sizing: border-box;padding: 0 0.3rem;}
	.location p{font-size: 0.6rem;padding-left: 0;background: none;text-overflow: ellipsis;white-space: nowrap;}
	.location p a{color: #ffffff;display: inline-block;margin: 0 0.2rem;}

	
	.commonUl{box-sizing: border-box;padding: 0 0.3rem;height: 2rem;}
	.commonUl ul{height: 2rem;box-sizing: border-box;overflow-y: hidden;overflow-x: auto;white-space: nowrap;}
	.commonUl ul li{float: none;height: 2rem;display: inline-block; box-sizing: border-box;}
	.commonUl ul li a{display: block;font-size: 0.8rem;font-weight: bold;height: 2rem;line-height: 2rem;margin: 0 0.9rem;box-sizing: border-box}

	.commonMain{width: 100%;box-sizing: border-box;padding: 1rem 0 2rem 0;overflow: hidden;background: #ffffff;}

	.commonMain .commonList{box-sizing: border-box;width: 100%;padding: 0.5rem 0.3rem;margin: 0;}
	.commonMain .commonList li{width: 100%;height: auto;box-sizing: border-box;position: relative;padding-bottom: 0.5rem;margin-bottom: 0.5rem;overflow: hidden;}
	.commonMain .commonList li a{display: block;width: 100%;height: 100%;box-sizing: border-box;}
	.commonMain .commonList li i{display: none;}
	.commonMain .commonList li .nTime{display: none;}
	.commonMain .commonList li .nRight{width: 100%;margin-left: 0;padding-bottom: 0.7rem;}
	.commonMain .commonList li .nImg{float: left;width: 30%;height: 3.6rem;overflow: hidden;}
	.commonMain .commonList li .nTxt{float: right;width: 67%;}
	.commonMain .commonList li .nTxt h3{font-size: 0.7rem;height: auto;color: #333333;white-space: normal;}
	.commonMain .commonList li .nTxt p{display: none;}
	.commonMain .commonList li .nTxt small{display: block;font-size: 0.6rem;margin-top: 0.2rem;}
	.commonMain .commonList li .nTxt p span{display: inline-block;margin-top: 0;}
	.commonMain .commonList li .nTxt span{display: block;font-size: 0.6rem;margin-top: 0.2rem;}
	.commonMain .commonList li .nTxt h3 span{font-size: 0.7rem;}
	.commonMain .commonList li .tTxt{float: right;width: 100%;}
	.commonMain .commonList li .tTxt h3{font-size: 0.7rem;height: auto;white-space: normal;}
	.commonMain .commonList li .tTxt p{display: none;}
	.commonMain .commonList li .tTxt small{display: block;font-size: 0.6rem;margin-top: 0.2rem;}
	.commonMain .commonList li .tTxt span{display: block;font-size: 0.6rem;margin-top: 0.2rem;}
	.commonMain .commonList li .tTxt h3 span{font-size: 0.7rem;}

	
	.commonMain .aboutLeader{box-sizing: border-box;overflow: hidden;}
	.commonMain .aboutLeader li{width: 100%;height: auto;float: left;margin: 0 0 0.6rem 0;box-sizing: border-box;padding-bottom: 0.6rem;border-bottom: 1px dashed #dedede;}
	.commonMain .aboutLeader li a{display: block;width: 100%;height: 100%;}
	.commonMain .aboutLeader li .aboutLeaderImg{width: 32%;height: 8rem;float: left;overflow: hidden;background: #f5f5f5;}
	.commonMain .aboutLeader li .aboutLeaderImg img{width: 100%;height: auto;display: block;margin: 0 auto;}
	.commonMain .aboutLeader li .aboutLeaderNoImg{width: 32%;height: 8rem;float: left;display: flex;align-items: center;overflow: hidden;background: #f5f5f5;}
	.commonMain .aboutLeader li .aboutLeaderNoImg img{max-width: 100%;max-height: 100%;display: block;margin: 0 auto;}

	.commonMain .aboutLeader li .aboutLeaderTxt{width: 65%;float: right;text-align: justify;}
	.commonMain .aboutLeader li .aboutLeaderTxt h3{font-size: 0.8rem;color: #007d75;font-weight: bold;}
	.commonMain .aboutLeader li .aboutLeaderTxt p{font-size: 0.6rem;color: #666666;margin-top: 0.5rem;line-height: 1.2rem;}
	.commonMain .aboutLeader li .aboutLeaderTxt span{font-size: 0.6rem;color: #666666;display: inline-block;margin-top: 0.5rem;}


	.commonMain .container{box-sizing: border-box;padding: 0 0.3rem;}
	.commonMain .depart-h{font-size: 0.9rem;margin-bottom: 1rem;padding: 0 0 0.5rem 0.5rem;}
	.commonMain .depart-h::after{position: absolute;content: '';width: 0.2rem;height: 0.8rem;top: 0.3rem;}
	.commonMain .depart-ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-bottom: 20px;}
	.commonMain .depart-ul li{float: left;width: 49%;height: 2.1rem;line-height: 2.1rem;margin: 0 0 2% 2%;}
	.commonMain .depart-ul li:nth-child(5n+1){margin-left: 2%;}
	.commonMain .depart-ul li:nth-child(2n+1){margin-left: 0;}
	.commonMain .depart-ul li a{display: block;font-size: 0.8rem;padding: 0 0.5rem;}


	.common-ksjs{width: 100%;box-sizing: border-box;padding: 1rem 0;overflow: hidden;background: #f5f5f5;}
	.common-ksjs .ksjs-content{width: 100%;box-sizing: border-box;overflow: hidden;}
	.common-ksjs .ksjs-content .ksjs-txt{width: 100%;height: auto;float: left;padding: 1rem 0.3rem;}
	.common-ksjs .ksjs-content .ksjs-txt p{font-size: 0.8rem;text-indent: 0;line-height: 1.3rem;text-align: justify;margin-top: 1rem;}
	.common-ksjs .ksjs-content .d-title h3{color: #ffffff;}
	.common-ksjs .ksjs-content .ksjs-img{float: right;width: 100%;height: auto;overflow: hidden;background: #ffffff;}
	.common-ksjs .ksjs-content .ksjs-img a{display: block;width: 100%;height: 100%;}
	.common-ksjs .ksjs-content .ksjs-img img{width: 100%;height: auto;display: block;margin: 0 auto;}
	.common-ksjs .ksjs-content .ksjs-noImg{float: right;width: 100%;height: 10rem;overflow: hidden;background: #ffffff;}
	.common-ksjs .ksjs-content .ksjs-noImg a{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
	.common-ksjs .ksjs-content .ksjs-noImg img{max-width: 100%;max-height: 100%;display: block;margin: 0 auto;}

	.common-yhtd{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;background: #ffffff;}
	.common-yhtd ul{box-sizing: border-box;overflow: hidden;display: block;align-items: center;justify-content: space-between;margin-top: 1rem;}
	.common-yhtd ul li{width: 49%;height: auto;box-sizing: border-box;float: left;margin: 0 0 4% 2%;border: none;}
	.common-yhtd ul li:nth-child(2n+1){margin-left: 0;}
	.common-yhtd ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 0;position: relative;}
	.common-yhtd ul li .dImg{width: 100%;height: 11rem;overflow: hidden;}
	.common-yhtd ul li .dTxt{width: 100%;word-break:break-all;box-sizing: border-box;}
	.common-yhtd ul li .dTxt h3{font-size: 0.8rem;margin-top: 0.5rem;}
	.common-yhtd ul li .dTxt p{font-size: 0.6rem;margin-top: 0.2rem;}
	.common-yhtd ul li .dTxt span{display: none;}

	/*医生介绍*/
	.commonMain .doctorUl{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0 0.3rem 1rem;}
	.commonMain .doctorUl li{width: 49%;height: auto;float: left;box-sizing: border-box;float: left;margin: 0 0 2% 2%;border: 1px solid #e2e2e2;}
	.commonMain .doctorUl li:nth-child(5n+1){margin-left: 2%;}
	.commonMain .doctorUl li:nth-child(2n+1){margin-left: 0;}
	.commonMain .doctorUl li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 0.5rem;position: relative;}
	.commonMain .doctorUl li .dImg{width: 100%;height: 10rem;overflow: hidden;}
	.commonMain .doctorUl li .dTxt{width: 100%;word-break:break-all;box-sizing: border-box;}
	.commonMain .doctorUl li .dTxt h3{font-size: 0.8rem;margin-top: 0.5rem;}
	.commonMain .doctorUl li .dTxt p{font-size: 0.6rem;margin-top: 0.2rem;}
	.commonMain .doctorUl li .dTxt span{display: none;}

	.expertsTop{box-sizing: border-box;overflow: hidden;padding: 1rem 0.3rem 2rem;background: #f5f5f5;}
	.expertsTop .expertsImg{width: 100%;height: auto;overflow: hidden; float: left;}
	.expertsTop .expertsImg img{width: 50%;height: auto;display: block;margin: 0 auto;}

	.expertsTop .expertsTxt{width: 100%;height: auto;float: right;text-align: justify;margin-top: 1.5rem;}
	.expertsTop .expertsTxt h3{font-size: 0.9rem;margin-bottom: 0.5rem;text-align: center;}
	.expertsTop .expertsTxt span{display: block;font-size: 0.8rem;line-height: 1.5rem;text-align: center;}

	.expertsTop .expertsTxt .expertsP{text-align: justify;box-sizing: border-box;margin-top: 1rem;}
	.expertsTop .expertsTxt .expertsP p{font-size: 0.8rem;color: #333333;line-height: 1.5rem;}


	.experts-main{box-sizing: border-box;overflow: hidden;padding: 0.5rem 0 0;background: #ffffff;}
	.experts-main .experts-left{width: 100%;height: auto;float: left;box-sizing: border-box;padding: 1rem;box-shadow: none;}
	.experts-main .experts-left .experts-img{width: 50%;height: auto;margin: 0 auto;overflow: hidden;background: #f5f5f5;}
	.experts-main .experts-left .experts-img img{width: 100%;height: auto;display: block;margin: 0 auto;}
	.experts-main .experts-left h3{font-size: 0.9rem;font-weight: 600;margin-top: 0.8rem;}
	.experts-main .experts-left p{font-size: 0.7rem;line-height: 1.5rem;}

	.experts-main .experts-right{width: 100%;height: auto;float: right;box-sizing: border-box;padding: 1rem 0.3rem 2rem;box-shadow: none;border-top: 10px solid #f5f5f5;}
	.experts-main .experts-right .experts-title{width: 100%;box-sizing: border-box;overflow: hidden;}
	.experts-main .experts-right .experts-title h3{font-size: 0.9rem;font-weight: 600;}
	.experts-main .experts-right .experts-title h3 span{font-size: 0.8rem;margin-left: 0.5rem;}
	.experts-main .experts-right .experts-title h5{font-size: 0.9rem;color: #222222;font-weight: 600;}
	.experts-main .experts-right .experts-show{width: 100%;height: auto;text-align: justify;margin: 1rem 0;box-sizing: border-box;}
	.experts-main .experts-right .experts-show p{font-size: 0.8rem;color: #333333;line-height: 1.5rem;}

	.experts-main .experts-right .experts-p{width: 100%;text-align: justify;margin-top: 1rem;box-sizing: border-box;}
	.experts-main .experts-right .experts-p p{font-size: 0.8rem;color: #333333;line-height: 1.5rem;text-indent: 2em;}


	


	/*搜索页*/
	.noSearch{font-size: 0.7rem;color: #333333;margin-top: 1rem;}
	.sTitle{width: 100%;padding: 0.5rem 1rem;margin-bottom: 1rem;}
	.sTitle h3{font-size: 0.8rem;font-weight: 500;color: #333333;}
	.sTitle h3 span{margin: 0 0.2rem;}
	.sTitle h3 i{margin: 0 0.2rem;}

	/*分页*/
	.newsPage{margin-top: 0.5rem;padding: 0.5rem 0;}
	.newsPage .newsPageContent a{font-size: 0.6rem;padding: 0.2rem 0.4rem;background: #eeeeee;margin:0 0.1rem;}
	.newsPage .newsPageContent span{display: none;}
	.newsPage .newsPageContent select{display: none;}


	/*详情页*/
	.showMain{padding: 0 0.3rem;}
	.showTitle{text-align: justify;margin-top: 0.5rem;padding: 0 0 0.5rem;overflow: hidden;}
	.showTitle h3{font-size: 0.8rem;text-align: justify;}
	.showTitle h5{font-size: 0.7rem;text-align: justify;}
	.showTitle .showInfo{margin-top: 0.5rem;height: auto;overflow: hidden;}
	.showTitle .showInfo p{font-size: 0.65rem;width: 100%;}
	.showTitle .showInfo p span{margin-right: 1rem;}
	.showTitle .showInfo p b{display: block;color: #666666;float: left;margin-left: 0;width: 50%;margin-right: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.showTitle .showInfo .showShare{display: none;}
	
	.showContent{box-sizing: border-box;text-align: justify;padding: 1rem 0 !important;word-break: break-all;}
	.showContent section:first-child{text-align: center;width: 100%;margin: 0 auto!important;}
	.showContent section{text-align: center;padding: 0!important;margin: 0!important;}
	.showContent section img{display: block;margin: 0 auto !important;}
	.showContent p{font-size: 0.8rem;color: #333333;line-height: 1.5rem!important;}
	.showContent img{width: auto;max-width: 100%;height: auto!important;;margin: 0.5rem 0;}
	.showContent table{width: 100% !important;}
	
	.showVideo{width: 100%;height: 15rem;padding: 1.2rem 0 0 ;}
	.showPage{display: none;}
	.showEwm{display: none;}
	.recommend{display: none;}
}

@media screen and (min-width:375px){ 
html{ font-size: 20px;}  
}
@media screen and (min-width:384px){ 
html{ font-size: 20.48px;}  
}
@media screen and (min-width:412px){ 
html{ font-size: 21.973px;}  
}
/*iphone 6 plus*/
@media screen and (min-width:414px){ 
html{ font-size: 22.08px;}  
}
@media screen and (min-width:424px){ 
html{ font-size: 22.613px;}  
}
@media screen and (min-width:480px){ 
html{ font-size:25.6px;}  
}
@media screen and (min-width:540px){ 
html{ font-size:28.8px;}  
}
@media screen and (min-width:600px){ 
html{ font-size: 32px;}  
}
@media screen and (min-width:800px){ 
html{ font-size:42.667px;}  
}