@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: 143px;box-sizing: border-box;overflow: hidden;background: url(../images/header-bg.jpg) center;background-size: cover;}
.header-center .header-logo{float: left;margin: 34px 0 0;}
.header-center .header-logo a{display: block;}
.header-center .header-logo img{width: 454px;height: auto;display: block;margin: 0 auto;}

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


.header-nav{width: 100%; height: 64px;position: relative;box-sizing: border-box;background: #0047ba; background: linear-gradient(to right, #0047ba, #00bf63);}
.header-nav .return{display: none;}
.header-nav .navUl li{float: left;height: 64px;box-sizing: border-box;margin-left: 65px;}
.header-nav .navUl li:first-child{margin-left: 15px;}
.header-nav .navUl li .na{display: block;font-size: 20px;line-height: 64px;color: #ffffff;box-sizing: border-box;text-align: center;}
.header-nav .navUl li.active{background: url(../images/header-nav-active.jpg) bottom no-repeat;}
.header-nav .navUl li.active .na{font-weight: bold;}
.header-nav .navUl li:hover{background: url(../images/header-nav-active.jpg) bottom no-repeat;}
.header-nav .navUl li:hover .na{font-weight: bold;}

.header-nav .navUl li:hover .subNav{display: block;}
.header-nav .navUl li .subNav{display: none;width: 100%;height: auto; position: absolute;left: 0;top: 64px;right: 0;margin: auto;background: rgba(0, 71, 186, .9);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: #0047ba;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: 40px;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: rgba(255, 255, 255, .68);font-size: 0;}
.bannerTop .hd ul li.on{background: #0047ba;} 
.bannerTop .n-btn{position: absolute;width: 56px;height: 56px;top: 0;bottom: 0;margin: auto;display: block;cursor: pointer;}
.bannerTop .prev{left: 20px;background: url(../images/b-prev.png) center no-repeat;}
.bannerTop .next{right: 20px;background: url(../images/b-next.png) center no-repeat;}


.title{width: 100%;box-sizing: border-box;overflow: hidden;}
.title a{display: block;box-sizing: border-box;overflow: hidden;}
.title a h3{float: left;font-size: 40px;color: #000000;font-weight: 500;box-sizing: border-box;padding-left: 52px;background: url(../images/title-1.png) left no-repeat;}
.title a h3 i{display: inline-block;font-style: normal;font-size: 18px;color: #999999;margin-left: 10px;}
.title a span{display: block;float: right;line-height: 30px;font-size: 16px;color: #0047ba;box-sizing: border-box;position: relative;margin-top: 11px;padding-left: 25px;background: url(../images/more-1.png) left no-repeat;}
.title a span::before{position: absolute;content: '';width: 61px;height: 1px;bottom: 0;right: 2px;background: #0047ba;}


/*新闻中心*/
.news{width: 100%;box-sizing: border-box;padding: 70px 0;overflow: hidden;background: #ffffff;}
.news-content{width: 1600px;margin: 40px auto 0; box-sizing: border-box;overflow: hidden;}
.news-content .news-banner{width: 820px;float: left;box-sizing: border-box;position: relative;overflow: hidden;}
.news-content .news-banner .bd{width: 100%;}
.news-content .news-banner .bd ul{box-sizing: border-box;overflow: hidden;}
.news-content .news-banner .bd ul li{float: left;width: 100%;overflow: hidden;background: #ffffff;}
.news-content .news-banner .bd ul li a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;}
.news-content .news-banner .bd ul li .nImg{width: 100%;height: 563px;overflow: hidden;}
.news-content .news-banner .bd ul li .nImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.news-content .news-banner .bd ul li .nImg 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-content .news-banner .bd ul li:hover .nImg 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-content .news-banner .bd ul li .nTxt{position: absolute;left: 0;bottom: 0;width: 100%;height: 63px;line-height: 63px;padding: 0 140px 0 40px;box-sizing: border-box;background: rgba(0, 71, 186, .5);}
.news-content .news-banner .bd ul li .nTxt h3{font-size: 20px;color: #ffffff;font-weight: 600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-content .news-banner .bd ul li:hover .nTxt h3{text-decoration: underline;}
.news-content .news-banner .hd{width: 90px;position: absolute;right: 20px;bottom: 20px;overflow:hidden;}
.news-content .news-banner .hd ul{box-sizing: border-box;display: flex;align-items: center;justify-content: center;}
.news-content .news-banner .hd ul li{display:block;cursor: pointer;width:8px;height:8px;border-radius: 100%;overflow:hidden;margin: 0 4px;background: #ffffff;font-size: 0;}
.news-content .news-banner .hd ul li.on{width: 16px;height: 16px;background: url(../images/news-d-1.png) center;} 

.news-content .news-list{width: 735px;float: right;box-sizing: border-box;overflow: hidden;}
.news-content .news-list .news-tab{width: 100%;box-sizing: border-box;overflow: hidden;border-bottom: 1px solid #c2c2c2;}
.news-content .news-list .news-tab i{float: left;display: block;font-style: normal;width: 1px;height: 16px;background: url(../images/news-x.png) center;margin: 8px 30px 0;}
.news-content .news-list .news-tab a{float: left;display: block;font-size: 24px;color: #333333;font-weight: bold;box-sizing: border-box;padding-bottom: 18px;}
.news-content .news-list .news-tab a.active{color: #0047ba;background: url(../images/news-active.jpg) bottom no-repeat;}
.news-content .news-list .news-tab a:hover{color: #0047ba;background: url(../images/news-active.jpg) bottom no-repeat;}
.news-content .news-list .news-ul{display: none;width: 100%;box-sizing: border-box;padding-top: 15px;}
.news-content .news-list .show{display: block;}
.news-content .news-list .news-ul li{box-sizing: border-box;overflow: hidden;padding-bottom: 15px;margin-top: 15px;border-bottom: 1px dashed #bebdbd;}
.news-content .news-list .news-ul li a{display: block;width: 80%;float: left;font-size: 18px;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-content .news-list .news-ul li span{display: block;float: right; font-size: 14px;color: #999999;line-height: 24px;}
.news-content .news-list .news-ul li:hover a{color: #0047ba;font-weight: bold;}

/*科室导航*/
.depart{width: 100%;height: 762px;box-sizing: border-box;padding: 60px 0;overflow: hidden;background: url(../images/bg-1.jpg) center;background-size: cover;}
.depart .container{height: 100%;position: relative;}
.depart .depart-logo{width: 570px;height: 570px;position: absolute;left: 0;bottom: -20px;animation: rotate 30s linear 0s infinite both;z-index: 0;background: url(../images/depart-1.png) center;background-size: 100% 100%;}
.depart .depart-content{width: 100%;height: 585px;margin-top: 30px;box-sizing: border-box;overflow: hidden;position: relative;}
.depart .depart-left{width: 241px;height: 100%;float: left;box-sizing: border-box;position: relative;}
.depart .depart-left li{width: 102px;position: absolute;text-align: center;cursor: pointer;transition: .5s;}
.depart .depart-left li .depart-box{width: 100px;height: 100px;display: flex;align-items: center;margin: 0 auto;justify-content: center;position: relative;z-index: 1;}
.depart .depart-left li .depart-box::after{transition: .5s;content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;border: 2px solid #ffffff ;border-radius: 50%;z-index: -1;}
.depart .depart-left li .depart-box .depart-x{position: absolute;top: 0;right: 0;bottom: 0;left: 0;border: 4px solid #0047ba;z-index: -1;border-radius: 50%;transform: scale(.5);}
.depart .depart-left li .depart-box .depart-img{width: 88px;height: 88px;border-radius: 100%;overflow: hidden;position: relative;}
.depart .depart-left li .depart-box .depart-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.depart .depart-left li .depart-box .depart-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;}
.depart .depart-left li:hover .depart-box .depart-img 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);}
.depart .depart-left li .depart-box .depart-img::after{transition: .5s;content: "";position: absolute;top: 1px;right: 1px;bottom: 1px;left: 1px;background: rgba(0, 71, 186, 0.8) url(../images/depart-active.png) center no-repeat;opacity: 0;border-radius: 50%;}

.depart .depart-left li h3{font-size: 18px;color: #333333;font-weight: bold;margin-top: 5px;}

.depart .depart-left li.active .depart-box .depart-x{transform: scale(1);}
.depart .depart-left li.active .depart-box::after{transform: scale(0.5);}
.depart .depart-left li.active .depart-box .depart-img::after{opacity: 1;}

.depart .depart-content .depart-left li.d-1{top: 0;right: 10px;}
.depart .depart-content .depart-left li.d-2{top: 80px;left: 15px;}
.depart .depart-content .depart-left li.d-3{top: 225px;left: 0;}
.depart .depart-content .depart-left li.d-4{bottom: 85px;left: 30px;}
.depart .depart-content .depart-left li.d-5{bottom: 10px;right: 0;}

.depart .depart-content .depart-list{display: none;width: 1063px;height: 100%;position: absolute;top: 0;right: 0;bottom: 0;margin: auto;box-sizing: border-box;}
.depart .depart-content .show{display: block;}
.depart .depart-content .depart-list .depart-title{width: 100%;box-sizing: border-box;text-align: center;}
.depart .depart-content .depart-list .depart-title h3{font-size: 34px;color: #000000;font-weight: 500;}
.depart .depart-content .depart-list .depart-title p{font-size: 18px;color: #666666;margin-top: 10px;}
.depart .depart-content .depart-list ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 45px;}
.depart .depart-content .depart-list ul li{float: left;width: 245px;height: 60px;line-height: 60px;text-align: center;margin: 0 0 20px 27px; box-sizing: border-box;border: 1px dashed #0047ba;background: #ffffff;}
.depart .depart-content .depart-list ul li:nth-child(4n+1){margin-left: 0;}
.depart .depart-content .depart-list ul li a{display: block;font-size: 17px;color: #000000;box-sizing: border-box;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.depart .depart-content .depart-list ul li:hover{background: #0047ba;}
.depart .depart-content .depart-list ul li:hover a{color: #ffffff;}


.bottom{width: 100%;height: auto;padding: 60px 0 80px 0;box-sizing: border-box;overflow: hidden;background: url(../images/bg-2.jpg) center;background-size: cover;}
/*招标采购  特色医疗*/
.g-one{width: 100%;box-sizing: border-box;overflow: hidden;}
.g-one .zbcg{width: 600px;float: left;box-sizing: border-box;}
.g-one .zbcg ul{width: 100%;box-sizing: border-box;margin-top: 30px;border-top: 1px solid #5487da;}
.g-one .zbcg ul li{height: 134px;box-sizing: border-box;border-bottom: 1px solid #5487da;}
.g-one .zbcg ul li a{display: block;width: 100%;height: 100%;position: relative;text-align: justify;box-sizing: border-box;padding: 18px 12px;}
.g-one .zbcg ul li h3{height: 50px;font-size: 20px;color: #000000;font-weight: 500;}
.g-one .zbcg ul li p{font-size: 14px;color: #0047ba;box-sizing: border-box;margin-top: 20px;padding-left: 25px;background: url(../images/icon-1.png) left no-repeat;}
.g-one .zbcg ul li span{position: absolute;width: 28px;height: 28px;bottom: 20px;right: 10px;background: url(../images/icon-3.png) center;}
.g-one .zbcg ul li:hover{background: url(../images/hover-1.jpg) center;background-size: 100% 100%;}
.g-one .zbcg ul li:hover h3{color: #ffffff;}
.g-one .zbcg ul li:hover p{color: #ffffff;background: url(../images/icon-2.png) left no-repeat;}
.g-one .zbcg ul li:hover span{background: url(../images/icon-4.png) center;}

.g-one .tsyl{width: 642px;float: right;box-sizing: border-box;}
.g-one .tsyl ul{width: 100%;box-sizing: border-box;margin-top: 30px;overflow: hidden;}
.g-one .tsyl ul li{width: 321px;height: 267px;float: left;margin-bottom: 2px;box-sizing: border-box;}
.g-one .tsyl ul li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;padding: 60px 55px 0;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.g-one .tsyl ul li img{width: auto;height: 68px;display: block;margin: 0 auto;}
.g-one .tsyl ul li span{display: block;width: 30px;height: 2px;margin: 25px auto;background: #ffffff;}
.g-one .tsyl ul li h3{font-size: 22px;color: #ffffff;font-weight: bold;}
.g-one .tsyl ul li a:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}

.g-one .tsyl ul li.t-1{background: url(../images/tsyl-bg-1.jpg) center;background-size: 100% 100%;}
.g-one .tsyl ul li.t-2{background: url(../images/tsyl-bg-2.jpg) center;background-size: 100% 100%;}
.g-one .tsyl ul li.t-3{background: url(../images/tsyl-bg-3.jpg) center;background-size: 100% 100%;}
.g-one .tsyl ul li.t-4{background: url(../images/tsyl-bg-4.jpg) center;background-size: 100% 100%;}

/*重点学科*/
.zdxk{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 70px;}
.zdxk .zdxk-tab{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 30px;}
.zdxk .zdxk-tab .zdxk-item{width: 325px;height: 261px;float: left;position: relative;box-sizing: border-box;}
.zdxk .zdxk-tab a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 40px 15px 0;text-align: center;z-index: 9;position: relative;}
.zdxk .zdxk-tab a img{width: auto;height: 80px;display: block;margin: 0 auto;}
.zdxk .zdxk-tab a span{display: block;width: 29px;height: 3px;margin: 25px auto;background: #ffffff;}
.zdxk .zdxk-tab a h3{font-size: 20px;color: #ffffff;font-weight: 500;}

.zdxk .zdxk-tab .z-1{background: url(../images/zdxk-bg-1.jpg) center;background-size: 100% 100%;}
.zdxk .zdxk-tab .z-2{background: url(../images/zdxk-bg-2.jpg) center;background-size: 100% 100%;}
.zdxk .zdxk-tab .z-3{background: url(../images/zdxk-bg-3.jpg) center;background-size: 100% 100%;}
.zdxk .zdxk-tab .z-3 a{padding: 40px 65px 0;}
.zdxk .zdxk-tab .z-4{background: url(../images/zdxk-bg-4.jpg) center;background-size: 100% 100%;}
.zdxk .zdxk-tab .zdxk-item::after{transition: .5s;content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 71, 186, 0.8);opacity: 0;z-index: 1;}
.zdxk .zdxk-tab .active::after{opacity: 1;}
.zdxk .zdxk-content{display: none;width: 100%;box-sizing: border-box;overflow: hidden;}
.zdxk .show{display: block;}
.zdxk .zdxk-content h3{font-size: 20px;color: #0047ba;margin-top: 20px;}
.zdxk .zdxk-content .zdxk-ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 15px;}
.zdxk .zdxk-content .zdxk-ul li{width: 247px;height: 47px;line-height: 47px;float: left;box-sizing: border-box;margin: 0 0 10px 16px;background: url(../images/zdxk-hover-1.png) center;background-size: 100% 100%;}
.zdxk .zdxk-content .zdxk-ul li:nth-child(5n+1){margin-left: 0;}
.zdxk .zdxk-content .zdxk-ul li a{display: block;font-size: 17px;color: #000000;box-sizing: border-box;padding: 0 20px 0 12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zdxk .zdxk-content .zdxk-ul li:hover{background: url(../images/zdxk-hover-2.png) center;background-size: 100% 100%;}
.zdxk .zdxk-content .zdxk-ul li:hover a{color: #0047ba;}


/*专题专栏*/
.ztzl{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 70px;}
.ztzl ul{width: 100%;box-sizing: border-box;overflow: hidden;padding-top: 30px;}
.ztzl ul li{width: 300px;height: 520px;float: left;margin-left: 33px;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.ztzl ul li:first-child{margin-left: 0;}
.ztzl ul li a{display: block;width: 100%;height: 100%;position: relative;text-align: center;}
.ztzl ul li a h3{width: 30px;position: absolute;left: 32px;top: 50px;font-size: 24px;color: #ffffff;font-weight: bold;}
.ztzl ul li a span{width: 15px;position: absolute;bottom: 0;right: 32px;font-size: 14px;color: #ffffff;box-sizing: border-box;padding-bottom: 45px;background: url(../images/ztzl-x.jpg) bottom no-repeat;}
.ztzl ul li.z-1{margin-top: 10px;}
.ztzl ul li.z-2{margin-top: 25px;}
.ztzl ul li.z-3{margin-top: 0;}
.ztzl ul li.z-4{margin-top: 25px;}
.ztzl ul li:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}


/*悬浮层*/
.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%;box-sizing: border-box;overflow: hidden;position: relative;}
.footer .footer-top{width: 100%;height: auto;background: url(../images/footer-bg.jpg) center no-repeat;background-size: cover;}
.links{width: 100%;text-align: center;padding: 35px 0 35px 0;box-sizing: border-box;border-bottom: 1px solid rgba(40, 99, 181, .36);}
.links p{font-size: 16px;color: #ffffff;}
.links a{display: inline-block;color: #ffffff;box-sizing: border-box;padding: 0 20px;background: url(../images/f-x.png) left no-repeat;}
.links a:first-child{background: none;}
.footer-center{width: 100%;box-sizing: border-box;overflow: hidden;padding: 40px 0;}
.footer-center .footer-txt{float: right;}
.footer-center .footer-txt p{font-size: 16px;color: #ffffff;box-sizing: border-box;margin-bottom: 22px;padding-left: 35px;}
.footer-center .footer-txt p.f-1{background: url(../images/f-5.png) left no-repeat;}
.footer-center .footer-txt p.f-2{background: url(../images/f-6.png) left no-repeat;}
.footer-center .footer-txt p.f-3{background: url(../images/f-7.png) left no-repeat;}

.footer-center .footer-img{float: left;}
.footer-center .footer-img .f-logo{box-sizing: border-box;}
.footer-center .footer-img .f-logo a{display: block;}
.footer-center .footer-img .f-logo a img{width: 441px;height: auto;display: block;margin: 0 auto;}
.footer-center .footer-img .f-img{display: flex;align-items: center;margin-top: 30px;}
.footer-center .footer-img .f-img a{display: block;float: left;width: 92px;text-align: center;margin-right: 15px;border-radius: 5px;overflow: hidden;}
.footer-center .footer-img .f-img a.f-ewm img{width: 100%;height: auto;display: block;margin: 0 auto;}
.footer-center .footer-img .f-img a span{display: block;font-size: 14px;color: #ffffff;margin-top: 5px;}

.footer-bottom{width: 100%;box-sizing: border-box;padding: 30px 0; background: #002455;}
.footer-bottom p{display: inline-block; font-size: 15px;color: #ffffff;margin: 0 25px 0 0;}
.footer-bottom a{color: #ffffff;box-sizing: border-box;display: inline-block;margin: 0 25px 0 0;}
.footer-bottom a.f-0{padding-left: 25px;background: url(../images/f-1.png) left no-repeat;}


@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 (min-width: 1200px) and (max-width: 1399px)  {
	.container{width: 1200px;}


}

@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-search{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: #0047ba;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 #0047ba; padding-bottom: 3.5rem;overflow: auto;background: #FFFFFF;z-index: 9999;}
	.header-nav .navUl{width: 100%;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: #0047ba;background: #FFFFFF;}
	.header-nav .navUl li:hover .na{color: #0047ba;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;}

	.title{width: 100%;box-sizing: border-box;overflow: hidden;}
	.title a{display: block;box-sizing: border-box;overflow: hidden;display: flex;align-items: center;justify-content: space-between;}
	.title a h3{float: none;font-size: 1rem;font-weight: bold;padding-left: 0;background: none;}
	.title a h3 i{font-size: 0.6rem;color: #999999;margin-left: 0.3rem;font-weight: 500;}
	.title a span{display: block;float: none;line-height: 1.2rem;font-size: 0.6rem;margin-top: 0;padding-left: 0;background: none;}
	.title a span::before{display: none;}

	/*新闻中心*/
	.news{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;background: #ffffff;}
	.news-content{width: 100%;margin: 1rem auto 0; box-sizing: border-box;overflow: hidden;}
	.news-content .news-banner{width: 100%;float: left;box-sizing: border-box;position: relative;overflow: hidden;}
	.news-content .news-banner .bd{width: 100%;}
	.news-content .news-banner .bd ul{box-sizing: border-box;overflow: hidden;}
	.news-content .news-banner .bd ul li{float: left;width: 100%;overflow: hidden;background: #ffffff;}
	.news-content .news-banner .bd ul li a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;}
	.news-content .news-banner .bd ul li .nImg{width: 100%;height: 12rem;overflow: hidden;}
	.news-content .news-banner .bd ul li .nTxt{position: absolute;left: 0;bottom: 0;width: 100%;height: 2rem;line-height: 2rem;padding: 0 1rem;}
	.news-content .news-banner .bd ul li .nTxt h3{font-size: 0.8rem;font-weight: 500;}
	.news-content .news-banner .hd{width: 100%;position: absolute;right: 0;bottom: 2.3rem;left: 0;overflow:hidden;}
	.news-content .news-banner .hd ul li{width:0.4rem;height:0.4rem;margin: 0 0.2rem;background: #ffffff;font-size: 0;}
	.news-content .news-banner .hd ul li.on{width: 0.8rem;height: 0.8rem;background-size: 100% 100%;} 

	.news-content .news-list{width: 100%;float: right;box-sizing: border-box;overflow: hidden;margin-top: 1rem;}
	.news-content .news-list .news-tab{width: 100%;display: flex;align-items: center;justify-content: space-between;}
	.news-content .news-list .news-tab i{display: none;}
	.news-content .news-list .news-tab a{float: none;font-size: 1rem;color: #333333;font-weight: bold;box-sizing: border-box;padding-bottom: 0.8rem;}
	.news-content .news-list .news-tab a.active{color: #0047ba;background: url(../images/news-active.jpg) bottom no-repeat;}
	.news-content .news-list .news-tab a:hover{color: #0047ba;background: url(../images/news-active.jpg) bottom no-repeat;}

	.news-content .news-list .news-ul{display: none;width: 100%;box-sizing: border-box;padding-top: 0.5rem;}
	.news-content .news-list .show{display: block;}
	.news-content .news-list .news-ul li{box-sizing: border-box;overflow: hidden;padding-bottom: 0.5rem;margin-top: 0.5rem;}
	.news-content .news-list .news-ul li a{display: block;width: 75%;float: left;font-size: 0.8rem;}
	.news-content .news-list .news-ul li span{display: block;float: right; font-size: 0.6rem;color: #999999;line-height: 1.2rem;}
	.news-content .news-list .news-ul li:nth-child(7){border-bottom: none;}
	.news-content .news-list .news-ul li:nth-child(8),.news-content .news-list .news-ul li:nth-child(9){display: none;}


	/*科室导航*/
	.depart{width: 100%;height: auto;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;background: url(../images/bg-1.jpg) center;background-size: cover;}
	.depart .container{height: 100%;position: relative;}
	.depart .depart-logo{width: 25rem;height: 25rem;position: absolute;left: 0;bottom: -1rem;}
	.depart .depart-content{width: 100%;height: auto;margin-top: 1rem;box-sizing: border-box;overflow: hidden;position: relative;}

	.depart .depart-left{width: 100%;height: 100%;float: left;box-sizing: border-box;position: relative;margin-bottom: 1rem;}
	.depart .depart-left li{width: 20%;position: relative;float: left;text-align: center;cursor: pointer;transition: .5s;}
	.depart .depart-left li .depart-box{width: 100%;height: auto;display: flex;align-items: center;margin: 0 auto;justify-content: center;position: relative;z-index: 1;}
	.depart .depart-left li .depart-box::after{display: none;}
	.depart .depart-left li .depart-box .depart-x{display: none;}
	.depart .depart-left li .depart-box .depart-img{width: 100%;height: auto;border-radius: 0;overflow: hidden;position: relative;}
	.depart .depart-left li .depart-box .depart-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
	.depart .depart-left li:hover .depart-box .depart-img 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);}
	.depart .depart-left li .depart-box .depart-img::after{transition: .5s;content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 71, 186, 0.8) url(../images/depart-active.png) center no-repeat;opacity: 0;border-radius: 50%;}

	.depart .depart-left li h3{font-size: 0.7rem;color: #333333;font-weight: bold;margin-top: 0.2rem;}

	.depart .depart-left li.active .depart-box .depart-x{transform: scale(1);}
	.depart .depart-left li.active .depart-box::after{transform: scale(0.5);}
	.depart .depart-left li.active .depart-box .depart-img::after{opacity: 1;}

	.depart .depart-content .depart-left li.d-1{top: 0;right: 0;}
	.depart .depart-content .depart-left li.d-2{top: 0;left: 0;}
	.depart .depart-content .depart-left li.d-3{top: 0;left: 0;}
	.depart .depart-content .depart-left li.d-4{bottom: 0;left: 0;}
	.depart .depart-content .depart-left li.d-5{bottom: 0;right: 0;}

	.depart .depart-content .depart-list{display: none;width: 100%;height: 100%;position: relative;top: 0;right: 0;bottom: 0;margin: auto;}
	.depart .depart-content .show{display: block;}
	.depart .depart-content .depart-list .depart-title{display: none;}
	.depart .depart-content .depart-list ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 1rem;}
	.depart .depart-content .depart-list ul li{float: left;width: 32.5%;height: 2.5rem;line-height: 1rem;text-align: justify;margin: 0 0 1% 1%; box-sizing: border-box;border: 1px solid #4f7ec9;}
	.depart .depart-content .depart-list ul li:nth-child(4n+1){margin-left: 1%;}
	.depart .depart-content .depart-list ul li:nth-child(3n+1){margin-left: 0;}
	.depart .depart-content .depart-list ul li a{width: 100%;height: 100%;display: flex;align-items: center;font-size: 0.7rem;padding: 0 0.5rem;overflow: hidden;text-overflow: ellipsis;white-space: normal;}

	.bottom{width: 100%;height: auto;padding: 1rem 0.3rem;box-sizing: border-box;overflow: hidden;background: url(../images/bg-2.jpg) center;background-size: cover;}

	/*招标采购  特色医疗*/
	.g-one{width: 100%;box-sizing: border-box;overflow: hidden;}
	.g-one .zbcg{width: 100%;float: left;box-sizing: border-box;}
	.g-one .zbcg ul{width: 100%;box-sizing: border-box;margin-top: 1rem;border-top: 1px solid #5487da;}
	.g-one .zbcg ul li{height: auto;box-sizing: border-box;border-bottom: 1px solid #5487da;}
	.g-one .zbcg ul li a{display: block;width: 100%;height: 100%;position: relative;text-align: justify;box-sizing: border-box;padding: 0.5rem 0;}
	.g-one .zbcg ul li h3{height: auto;font-size: 0.8rem;color: #000000;font-weight: 500;}
	.g-one .zbcg ul li p{font-size: 0.6rem;color: #0047ba;box-sizing: border-box;margin-top: 0.5rem;padding-left: 1.2rem;}
	.g-one .zbcg ul li span{display: none;}
	.g-one .zbcg ul li:hover{background: none;}
	.g-one .zbcg ul li:hover h3{color: #0047ba;font-weight: bold;}
	.g-one .zbcg ul li:hover p{color: #0047ba;background: none;}
	.g-one .zbcg ul li:hover span{background: none;}

	.g-one .tsyl{width: 100%;float: right;box-sizing: border-box;margin-top: 1.5rem;}
	.g-one .tsyl ul{width: 100%;box-sizing: border-box;margin-top: 1rem;overflow: hidden;}
	.g-one .tsyl ul li{width: 49%;height: auto;float: left;margin: 0 0 2% 2%;box-sizing: border-box;}
	.g-one .tsyl ul li:nth-child(2n+1){margin-left: 0;}
	.g-one .tsyl ul li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;padding: 1rem 0.5rem;}
	.g-one .tsyl ul li img{width: auto;height: 2rem;display: block;margin: 0 auto;}
	.g-one .tsyl ul li span{display: block;width: 1.5rem;height: 0.1rem;margin: 1rem auto;background: #ffffff;}
	.g-one .tsyl ul li h3{font-size: 0.8rem;color: #ffffff;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

	/*重点学科*/
	.zdxk{display: none;}

	/*专题专栏*/
	.ztzl{display: none;}



	/*悬浮层*/
	.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%;box-sizing: border-box;overflow: hidden;position: relative;}
	.footer .footer-top{width: 100%;height: auto;background: url(../images/footer-bg.jpg) center no-repeat;background-size: cover;}
	.links{display: none;}
	.footer-center{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0.3rem;}
	.footer-center .footer-txt{float: right;width: 100%;margin-top: 1rem;}
	.footer-center .footer-txt p{font-size: 0.7rem;color: #ffffff;box-sizing: border-box;margin-bottom: 0.8rem;padding-left: 0;background: none !important;}

	.footer-center .footer-img{float: left;width: 100%;}
	.footer-center .footer-img .f-logo{box-sizing: border-box;}
	.footer-center .footer-img .f-logo a{display: block;}
	.footer-center .footer-img .f-logo a img{width: auto;height: 2rem;display: block;margin: 0;}

	.footer-center .footer-img .f-img{width: 100%;display: flex;align-items: center;margin-top: 1rem;}
	.footer-center .footer-img .f-img a{display: none;float: left;width: 4rem;text-align: center;margin-right: 0.5rem;border-radius: 0.2rem;overflow: hidden;}
	.footer-center .footer-img .f-img a.f-ewm{display: block;}
	.footer-center .footer-img .f-img a.f-ewm img{width: 100%;height: auto;display: block;margin: 0 auto;}
	.footer-center .footer-img .f-img a span{display: block;font-size: 0.7rem;color: #ffffff;margin-top: 0.3rem;}

	.footer-bottom{width: 100%;padding: 1rem 0.3rem;background: #002455;}
	.footer-bottom p{display: none;}
	.footer-bottom a{color: #ffffff;font-size: 0.7rem;box-sizing: border-box;display: block;margin: 0;line-height: 1.5rem;}
	.footer-bottom a.f-0{padding-left: 1rem;background: url(../images/f-1.png) left no-repeat;}

	.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;line-height: 5rem;text-align: center;margin-top: 0;}


	.location{width: 100%;position: absolute;left: 0;right: 0;bottom: 0.5rem;}
	.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;}

	/*图片*/
	.common-pic{box-sizing: border-box;overflow: hidden;padding: 0.5rem 0.3rem 1rem;margin-top: 0;}
	.common-pic li{width: 49%;height: auto;float: left;margin: 0 0 2% 2%;box-sizing: border-box;position: relative;background: #FFFFFF;}
	.common-pic li:nth-child(3n+1){margin-left: 2%;}
	.common-pic li:nth-child(2n+1){margin-left: 0;}
	.common-pic li .pic-img{width: 100%;height: 6rem;margin: 0 auto;}
	.common-pic li .pic-txt{box-sizing: border-box;width: 100%;height: 2rem;}
	.common-pic li .pic-txt h3{font-size: 0.8rem;font-weight: 500;}

	/*专题专栏*/
	.commonMain .ztzl-ul{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0 0.3rem 1rem; margin: 0;}
	.commonMain .ztzl-ul li{width: 49%;height: auto;float: left;margin: 0 0 3% 2%;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
	.commonMain .ztzl-ul li:nth-child(4n+1){margin-left: 2%;}
	.commonMain .ztzl-ul li:nth-child(2n+1){margin-left: 0;}
	.commonMain .ztzl-ul li a{display: block;width: 100%;height: 100%;position: relative;text-align: center;}
	.commonMain .ztzl-ul li a h3{width: auto;position: relative;left: 0;top: 0;font-size: 0.8rem;color: #333333;font-weight: 500;margin-top: 0.5rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.commonMain .ztzl-ul li a span{display: none;}


	/*多学科诊疗*/
	.common-dxkzl{width: 100%;box-sizing: border-box;padding: 0.5rem 0.3rem;}
	.common-dxkzl li{height: auto;margin-bottom: 1rem;}
	.common-dxkzl li a{padding: 0.6rem;text-align: justify;}
	.common-dxkzl li h3{font-size: 0.8rem;padding-bottom: 0.5rem;color: #0047b9;}
	.common-dxkzl li p{font-size: 0.7rem;color: #666666;margin-top: 0.5rem;line-height: 1.2rem;}

	.common-dxkzl li:hover{background: #0047b9;}
	.common-dxkzl li:hover h3{color: #ffffff;background: url(../images/g-d-4.jpg) left bottom no-repeat;}
	.common-dxkzl li:hover p{color: #ffffff;}


	/*教育教学*/
	.jyjx-title{width: 100%;}
	.jyjx-title a h3{font-size: 1rem;font-weight: 600;}
	.jyjx-title a span{width: 1.5rem;height: 0.2rem;}

	.jyjx-one{padding: 1rem 0.3rem;}
	.jyjx-two{padding: 1rem 0.3rem;}

	.jyjx-content{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 0;float: left;}
	.jyjx-content .jyjx-item{width: 100%;float: left;margin: 1.5rem 0 0 0;box-sizing: border-box;}
	.jyjx-content .jyjx-item:first-child{margin-left: 0;}
	.jyjx-content .jyjx-item .jyjx-item-title{width: 100%;box-sizing: border-box;}
	.jyjx-content .jyjx-item .jyjx-item-title a{display: block;overflow: hidden;line-height: 1.5rem;}
	.jyjx-content .jyjx-item .jyjx-item-title a h3{font-size: 0.9rem;padding-left: 1.5rem;font-weight: 600;}
	.jyjx-content .jyjx-item .jyjx-item-title a span{font-size: 0.6rem;padding-right: 2.5rem;}

	.jyjx-content .jyjx-item .jyjx-top{width: 100%;height: auto;margin-top: 1rem;}
	.jyjx-content .jyjx-item .jyjx-top a{display: block;width: 100%;height: 100%;position: relative;}
	.jyjx-content .jyjx-item .jyjx-top .jyjx-img{width: 100%;height: 10rem;overflow: hidden;}
	.jyjx-content .jyjx-item .jyjx-top .jyjx-img img{width: 100%;min-height: 100%;height: auto;display: block;margin: 0 auto;}
	.jyjx-content .jyjx-item .jyjx-top .jyjx-more{display: none;}
	.jyjx-content .jyjx-item .jyjx-top .jyjx-txt{position: relative;right: 0;bottom: 0;width: 100%;height: auto;padding: 0.5rem;}
	.jyjx-content .jyjx-item .jyjx-top .jyjx-txt h3{font-size: 0.8rem;line-height: 1.2rem;}
	.jyjx-content .jyjx-item .jyjx-top .jyjx-txt p{font-size: 0.6rem;margin-top: 0.3rem;}

	.jyjx-content .jyjx-item ul{width: 100%;box-sizing: border-box;margin-top: 1rem;}
	.jyjx-content .jyjx-item ul li{box-sizing: border-box;padding-bottom: 0.6rem;margin-top: 0.6rem;}
	.jyjx-content .jyjx-item ul li a h3{height: auto;font-size: 0.8rem;color: #000000;font-weight: 500;}
	.jyjx-content .jyjx-item ul li a p{font-size: 0.6rem;color: #666666;margin-top: 8px;}

	.jyjx-three{width: 100%;box-sizing: border-box;padding: 1rem 0;overflow: hidden;background: #ffffff;}
	.jyjx-three .yjspy-title{width: 100%;box-sizing: border-box;}
	.jyjx-three .yjspy-title a{display: block;font-size: 1rem;padding-bottom: 1rem;font-weight: bold;}

	.jyjx-three .jyjx-left{display: none;}

	.jyjx-three .jyjx-right{width: 100%;height: auto;float: right;box-sizing: border-box;padding: 0.5rem;margin-top: 1rem;}
	.jyjx-three .jyjx-right ul{width: 100%;box-sizing: border-box;margin-top: 1rem;}
	.jyjx-three .jyjx-right ul li{box-sizing: border-box;padding-bottom: 0.6rem;margin-top: 0.6rem;}
	.jyjx-three .jyjx-right ul li:last-child{border-bottom: none;}
	.jyjx-three .jyjx-right ul li a{font-size: 0.8rem;white-space: normal;}
	.jyjx-three .jyjx-right ul li span{font-size: 0.6rem;margin-top: 0.5rem;}

	.jyjx-four{width: 100%;box-sizing: border-box;padding: 1rem 0;overflow: hidden;background: #ffffff;}
	.jyjx-four .d-two-banner{float: left;}

	.common-one{width: 100%;box-sizing: border-box;}
	.common-one .container{height: auto;margin-top: 0;z-index: 99;position: relative;}
	.common-one .location{position: relative;bottom: 1.2rem;}

	/*医疗服务*/
	.common-channel{width: 100%;height: auto;overflow-y: hidden;overflow-x: auto;white-space: nowrap;padding: 0;}
	.common-channel li{display: inline-block;background: #f5f8fb;border-radius: 0;margin: 0 0.5rem;}
	.common-channel li a{display: block;font-size: 0.8rem;color: #3a5e97;padding: 0.3rem 0.8rem;}

	.common-two{width: 100%;box-sizing: border-box;padding: 0 0 2rem;}
	.common-two .common-list{width: 100%;box-sizing: border-box;padding-top: 0.6rem;}
	.common-two .common-list li{height: auto;line-height: normal;margin-bottom: 0.6rem;box-sizing: border-box;padding: 0.5rem 0.3rem;border-bottom: 1px solid #dedede; overflow: hidden;box-shadow: none;}
	.common-two .common-list li a{width: 100%;float: none;font-size: 0.8rem;line-height: 1.3rem;padding-left: 0;background: none;white-space: normal;}
	.common-two .common-list li span{width: 100%;display: block;float: none;font-size: 0.6rem;margin-top: 0.5rem;color: #666666;}
	.common-two .common-list li:hover a{color: #ffffff;background: none;}

	/*GCP*/
	.gcp-bg-2{width: 100%;box-sizing: border-box;padding-bottom: 1.5rem;}
	.gcp-one{width: 100%;height: auto;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;}
	.gcp-one .container{height: 100%;position: relative;}
	.gcp-one .gcp-one-img{width: 100%;height: auto;float: left;position: relative;z-index: 9;background: #f5f5f5;}
	.gcp-one .gcp-one-img span{display: none;}

	.gcp-one .gcp-one-txt{width: 100%;float: right;text-align: justify;margin: 1rem 0 0;}
	.gcp-one .gcp-one-txt a{display: block;font-size: 0.9rem;padding-left: 0;background: none;color: #0047ba;}
	.gcp-one .gcp-one-txt p{font-size: 0.7rem;line-height: 1.2rem;margin-top: 0.5rem;overflow: hidden;display: -moz-box;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 5;-webkit-line-clamp: 5;}

	.gcp-one .gcp-one-fix{display: none;}

	.gcp-two{width: 100%;height: auto;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;}
	.gcp-two .gcp-item{width: 100%;float: left;margin-left: 0;box-sizing: border-box;margin-bottom: 1rem;}
	.gcp-two .gcp-item:first-child{margin-left: 0;}

	.gcp-two .gcp-item .gcp-title{width: 100%;box-sizing: border-box;}
	.gcp-two .gcp-item .gcp-title a{display: block;overflow: hidden;line-height: 1.5rem;}
	.gcp-two .gcp-item .gcp-title a h3{float: left;font-size: 0.9rem;padding-left: 1.5rem;background-size: auto 1rem !important;}
	.gcp-two .gcp-item .gcp-title a span{display: block;float: right;font-size: 0.6rem;padding-left: 0;background: none;}

	.gcp-two .gcp-item .gcp-img{width: 100%;height: auto;overflow: hidden;margin-top: 1rem;}
	.gcp-two .gcp-item .gcp-img a{display: block;}
	.gcp-two .gcp-item .gcp-img a img{width: 100%;height: auto;display: block;margin: 0 auto;}

	.gcp-two .gcp-item ul{width: 100%;box-sizing: border-box;padding-top: 0.5rem;}
	.gcp-two .gcp-item ul li{box-sizing: border-box;padding-bottom: 0.6rem;margin-top: 0.6rem; border-bottom: 1px dashed #bebdbd;}
	.gcp-two .gcp-item ul li a{display: block;font-size: 0.8rem;padding-left: 0.7rem;}
	.gcp-two .gcp-item ul li:hover a{color: #0047b9;}

	/*专家简介*/
	.zjjj-top{display: none;}

	.zjjj-two{width: 100%;box-sizing: border-box;}
	.zjjj-two .zjjj-tab{width: 100%;height: auto;box-sizing: border-box;overflow-y: hidden;overflow-x: auto;white-space: nowrap;border-bottom: 1px solid #d9dfe9;}
	.zjjj-two .zjjj-tab h3{display: none;}
	.zjjj-two .zjjj-tab a{display: inline-block;float: none;font-size: 0.8rem;font-weight: 600;margin: 0 0.8rem;padding-bottom: 0.8rem;}

	.zjjj-two .zjjj-ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 1rem;}
	.zjjj-two .zjjj-ul li{float: left;width: 32%;height: 1.8rem;line-height: 1.8rem;text-align: center;margin: 0 0 2% 2%;border-radius: 0.2rem;}
	.zjjj-two .zjjj-ul li:nth-child(5n+1){margin-left: 2%;}
	.zjjj-two .zjjj-ul li:nth-child(3n+1){margin-left: 0;}
	.zjjj-two .zjjj-ul li a{display: block;font-size: 0.7rem;padding: 0 0.3rem;}

	.zjjj-three{width: 100%;box-sizing: border-box;padding: 1rem 0 2rem;}
	.zjjj-three .container{width: 100%;}
	.zjjj-three .zjjj-h3{font-size: 1rem;color: #000000;text-align: center;font-weight: 600;}
	.zjjj-three .zjjj-list{width: 100%;box-sizing: border-box;overflow: hidden;margin-bottom: 50px;}
	.zjjj-three .zjjj-list li{width: 100%;height: auto;float: left;margin: 1rem 0 0 0;background: #edf3f9;}
	.zjjj-three .zjjj-list li:nth-child(3n+1){margin-left: 0;}
	.zjjj-three .zjjj-list li a{display: block;width: 100%;height: 100%;overflow: hidden;padding: 0.5rem;box-sizing: border-box;}
	.zjjj-three .zjjj-list li .z-left{width: 30%;height: 8rem;float: left;position: relative;}
	.zjjj-three .zjjj-list li .z-left .z-img{width: 100%;height: 100%;overflow: hidden;position: relative;z-index: 99;}
	.zjjj-three .zjjj-list li .z-left .z-img img{width: 100%;height: auto;display: block;margin: 0 auto;}
	.zjjj-three .zjjj-list li .z-left span{display: none;}

	.zjjj-three .zjjj-list li .z-txt{width: 67%;float: right;text-align: justify;}
	.zjjj-three .zjjj-list li .z-txt h3{font-size: 0.9rem;color: #000000;font-weight: 600;margin-bottom: 0.3rem;}
	.zjjj-three .zjjj-list li .z-txt h3 span{display: inline-block;font-size: 0.9rem;}
	.zjjj-three .zjjj-list li .z-txt summary{display: block;font-size: 0.6rem;line-height: 1rem;}
	.zjjj-three .zjjj-list li .z-txt i{display: block;width: 100%;height: 1px;background: #9fb8e1;font-style: normal;margin:  0.5rem 0;}
	.zjjj-three .zjjj-list li .z-txt h5{font-size: 0.7rem;color: #333333;font-weight: 600;}
	.zjjj-three .zjjj-list li .z-txt p{font-size: 0.7rem;color: #666666;margin-top: 0.3rem;line-height: 1rem;overflow: hidden;display: -moz-box;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 2;-webkit-line-clamp: 2;}

	/*科室导航*/
	.ksdh-one{width: 100%;box-sizing: border-box;padding: 0 0 1.5rem;overflow: hidden;background: url(../images/ksdh-bg-1.jpg) bottom no-repeat;}
	.ksdh-one .ksdh-item{width: 100%;margin-bottom: 1rem;box-sizing: border-box;display: block;}
	.ksdh-one .ksdh-item .ksdh-title{width: 100%;height: auto;}
	.ksdh-one .ksdh-item .ksdh-title a{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;box-sizing: border-box;padding: 1rem 0.5rem;}
	.ksdh-one .ksdh-item .ksdh-title img{display: block;width: auto;height: 1.5rem;margin: 0;}
	.ksdh-one .ksdh-item .ksdh-title h3{width: auto;font-size: 1rem;font-weight: bold;line-height: 1.2rem;text-align: center;margin: 0 0 0 0.5rem;}

	.ksdh-one .ksdh-item .ksdh-1{background: url(../images/ksdh-img-1.jpg) center;background-size: cover;}
	.ksdh-one .ksdh-item .ksdh-2{background: url(../images/ksdh-img-2.jpg) center;background-size: cover;}
	.ksdh-one .ksdh-item .ksdh-3{background: url(../images/ksdh-img-3.jpg) center;background-size: cover;}

	.ksdh-one .ksdh-item .ksdh-content{width: 100%;height: auto;box-shadow: none;}
	.ksdh-one .ksdh-item .ksdh-content ul{width: 100%;box-sizing: border-box;overflow: hidden;margin: 1rem 0 0;padding: 0 0.3rem;}
	.ksdh-one .ksdh-item .ksdh-content ul li{float: left;width: 49%;height: 2rem;line-height: 2rem;margin: 0 0 2% 2%;border-radius: 0.2rem;background: url(../images/ksdh-d-1.png) 0.6rem no-repeat;}
	.ksdh-one .ksdh-item .ksdh-content ul li:nth-child(2n+1){margin-left: 0;}
	.ksdh-one .ksdh-item .ksdh-content ul li a{display: block;font-size: 0.8rem;padding: 0 0.5rem 0 1.6rem;}

	.ksdh-title{width: 100%;box-sizing: border-box;text-align: center;}
	.ksdh-title a{display: block;}
	.ksdh-title a h3{font-size: 1rem;font-weight: 600;}
	.ksdh-title a span{width: 1.8rem;height: 0.2rem;}

	.ksdh-one .ksdh-zbmz{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 1rem;}
	.ksdh-one .ksdh-zbmz .ksdh-zbmz-list{width: 100%;padding: 1rem 0.3rem 0;display: block;}
	.ksdh-one .ksdh-zbmz .ksdh-zbmz-list a{width: 32%;height: auto;float: left;border-radius: 0.2rem;margin: 0 0 2% 2%;padding: 1rem 0.5rem;}
	.ksdh-one .ksdh-zbmz .ksdh-zbmz-list a:nth-child(3n+1){margin-left: 0;}
	.ksdh-one .ksdh-zbmz .ksdh-zbmz-list a img{width: auto;height: 2.1rem;display: block;margin: 0 auto;}
	.ksdh-one .ksdh-zbmz .ksdh-zbmz-list a h3{font-size: 0.8rem;margin-top: 0.8rem;}

	.ksdh-yjks{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 1rem;padding: 0 0.3rem 3rem;}
	.ksdh-yjks .ksdh-yjks-list{width: 100%;padding-top: 30px;box-sizing: border-box;overflow: hidden;}
	.ksdh-yjks .ksdh-yjks-list a{display: block;width: 32%;height: auto;float: left;border-radius: 10px;margin: 0 0 2% 2%;padding: 1rem 0.5rem;}
	.ksdh-yjks .ksdh-yjks-list a:nth-child(7n+1){margin-left: 2%;}
	.ksdh-yjks .ksdh-yjks-list a:nth-child(3n+1){margin-left: 0;}
	.ksdh-yjks .ksdh-yjks-list a img{width: auto;height: 2.1rem;display: block;margin: 0 auto;}
	.ksdh-yjks .ksdh-yjks-list a h3{font-size: 0.8rem;margin-top: 0.8rem;}



	/*科室导航-首页*/
	.d-header{width: 100%;box-sizing: border-box;padding: 0.5rem 0.3rem;overflow: hidden;}
	.d-header .d-logo{float: left;}
	.d-header .d-logo a{display: block;}
	.d-header .d-logo a img{width: auto;height: 1.8rem;display: block;margin: 0 auto;}

	.d-header .d-menu{float: right;box-sizing: border-box;display: block;margin-top: 0.3rem;}
	.d-header .d-menu span{width: 1.3rem;height: 0.1rem;background: #0047ba;display: block;margin-top: 0.2rem;}

	.d-header .d-nav{float: none;display: none;width: 100%;height: 100%;position: fixed;left: 0;right: 0;top: 2.8rem;margin: auto;box-sizing: border-box;border-top: 1px solid #0047ba; padding-bottom: 3.5rem;overflow: auto;background: #FFFFFF;z-index: 9999;}
	.d-header .d-nav li{width: 100%;float: left;margin-left: 0;line-height: 2.5rem;}
	.d-header .d-nav li:first-child{margin-left: 0;}
	.d-header .d-nav li a{display: block;font-size: 1rem;font-weight: bold;box-sizing: border-box;padding: 0 0.3rem;}

	.d-one{width: 100%;height: auto;box-sizing: border-box;padding: 1rem 0.3rem;background: url(../images/d-bg-1.jpg) center;background-size: cover;}
	.d-one .container{height: 100%;position: relative;overflow: hidden;}
	.d-one .d-location{width: 100%;padding-left: 1rem;font-size: 0.6rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.d-one .d-location a{margin: 0 0.2rem;}

	.d-one .d-one-img{width: 100%;height: auto;float: left;margin-top: 1rem;position: relative;z-index: 9;}
	.d-one .d-no-img{width: 100%;height: 13rem;float: left;margin-top: 1rem;position: relative;z-index: 9;}

	.d-one .d-one-img span{display: none;}

	.d-one .d-one-txt{width: 100%;float: right;margin: 1rem 0 0;text-align: justify;}
	.d-one .d-one-txt a{display: block;font-size: 1rem;color: #ffffff;font-weight: bold;text-align: center;}
	.d-one .d-one-txt span{width: 1.5rem;height: 0.1rem;display: block;background: #ffffff;margin: 1rem auto;}
	.d-one .d-one-txt p{overflow: hidden;font-size: 0.8rem;line-height: 1.5rem;text-indent: 2em;display: -moz-box;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 5;-webkit-line-clamp: 5;}

	.d-one .d-zdxk{width: 100%;float: right;margin: 1rem 0 0 0;text-align: justify;}
	.d-one .d-zdxk a{display: block;font-size: 0.9rem;color: #ffffff;font-weight: bold;}
	.d-one .d-zdxk span{width: 1.5rem;height: 0.1rem;display: block;background: #ffffff;margin: 0.5rem 0;}
	.d-one .d-zdxk .d-zdxk-scroll{width: 100%;height: 12rem;overflow: auto;text-align: justify;box-sizing: border-box;padding-right: 0.7rem;}
	.d-one .d-zdxk .d-zdxk-scroll p{font-size: 0.7rem;color: #ffffff;line-height: 1.2rem;text-indent: 2em;}
	.d-one .d-zdxk .d-zdxk-scroll::-webkit-scrollbar {width: 0.4rem;background-color: #4f7ec9;}
	.d-one .d-zdxk .d-zdxk-scroll::-webkit-scrollbar-thumb {background-color: #ffffff;border-radius: 0.2rem; /* 修改滑块圆角 */}

	.d-one .d-one-fix{display: none;}

	.d-title{width: 100%;box-sizing: border-box;text-align: center;}
	.d-title a{display: block;}
	.d-title a h3{font-size: 1rem;color: #000000;font-weight: 600;}
	.d-title a span{width: 1.5rem;height: 0.1rem;}

	.d-two{width: 100%;box-sizing: border-box;padding: 1rem 0;background: #ffffff;}
	.d-two .d-two-banner{width: 100%;box-sizing: border-box;position: relative;padding-top: 1rem;}
	.d-two .d-two-banner .bd{width: 100%;overflow: hidden;}
	.d-two .d-two-banner .bd ul{width: 100%;height: auto;box-sizing: border-box;}
	.d-two .d-two-banner .bd ul li{width: 32%;float: left;box-sizing: border-box;margin-right: 10px;cursor: pointer;}
	.d-two .d-two-banner .bd ul li a{display: block;width: 100%;position: relative;}
	.d-two .d-two-banner .bd ul li .dTimg{width: 100%;height: 8rem;box-sizing: border-box;overflow: hidden;background: #F5F5F5;}
	.d-two .d-two-banner .bd ul li .dTimg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
	.d-two .d-two-banner .bd ul li .dTtxt{width: 100%;text-align: center;}
	.d-two .d-two-banner .bd ul li .dTtxt h3{font-size: 0.8rem;color: #000000;font-weight: normal;margin-top: 0.5rem;}
	.d-two .d-two-banner .bd ul li .dTtxt h3 i{font-style: normal;display: block;font-size: 0.6rem;color: #000000;margin-left: 0;}
	.d-two .d-two-banner .bd ul li .dTtxt p{display: none;}
	.d-two .d-two-banner .bd ul li .dTtxt summary{display: none;}
	.d-two .d-two-banner .bd ul li span{display: none;}

	.d-two .d-two-banner .dExpert{display: none;}
	.d-two .d-two-banner .d-x{display: none;}
	.d-two .d-two-banner .d-btn{display: none;}


	.d-three{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;background: #ffffff;overflow: hidden;}
	.d-three .d-title{float: left;}

	.d-three .d-three-left{width: 100%;float: left;margin-top: 1rem;overflow: hidden;position: relative;}
	.d-three .d-three-left .bd{width: 100%;}
	.d-three .d-three-left .bd ul{box-sizing: border-box;overflow: hidden;}
	.d-three .d-three-left .bd ul li{float: left;width: 100%;overflow: hidden;background: #ffffff;}
	.d-three .d-three-left .bd ul li a{display: block;width: 100%;height: 100%;position: relative;}
	.d-three .d-three-left .bd ul li .d-three-img{width: 100%;height: 12rem;overflow: hidden;background: #f5f5f5;}
	.d-three .d-three-left .bd ul li .d-three-time{display: none;}

	.d-three .d-three-left .bd ul li .d-three-txt{width: 100%;height: auto;border-left: none;overflow: hidden;margin-top: 0.5rem;}
	.d-three .d-three-left .bd ul li .d-three-txt h3{font-size: 0.8rem;font-weight: 500;padding: 0;white-space: normal;}

	.d-three .d-three-left .hd{bottom: 3.5rem;}
	.d-three .d-three-left .hd ul li{display:block;cursor: pointer;width: 0.4rem;height:0.4rem;margin: 0 0.2rem;}
	.d-three .d-three-left .hd ul li.on{width: 0.4rem;height: 0.4rem;background: #0047ba;} 


	.d-three .d-three-right{width: 100%;float: right;margin-top: 1rem;box-sizing: border-box;border-top: 1px dashed #b9cff1;}
	.d-three .d-three-right li{box-sizing: border-box;margin-top: 0.7rem;padding-bottom: 0.7rem;position: relative;}
	.d-three .d-three-right li a{display: block;width: 100%;height: 100%;text-align: justify;}
	.d-three .d-three-right li h3{height: auto;font-size: 0.8rem;color: #333333;font-weight: 500;}
	.d-three .d-three-right li p{font-size: 0.6rem;color: #999999;margin-top: 0.5rem;}
	.d-three .d-three-right li span{display: none;}


	.d-yzkxz{width: 100%;box-sizing: border-box;padding: 1rem 0 2rem;background: #ffffff;overflow: hidden;}
	.d-yzkxz ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 1rem;display: block;}
	.d-yzkxz ul li{box-sizing: border-box;float: left;}
	.d-yzkxz ul li img{width: 100%;min-height: 100%;height: auto;display: block;margin: 0 auto;}
	.d-yzkxz ul li a{position: absolute;left: 0;top: 0;bottom: 0;right: 0;margin: auto;width: 100%;height: 100%;box-sizing: border-box;}
	.d-yzkxz ul li a{display: flex;align-items: center;justify-content: center;font-size: 0.9rem;padding: 0.5rem;}
	.d-yzkxz ul.yzkxz-4 li{width: 50%;height: auto;}
	.d-yzkxz ul.yzkxz-3 li{width: 50%;height: auto;}
	.d-yzkxz ul.yzkxz-2 li{width: 50%;height: auto;}


	.commonMain .doctor-ul{width: 100%;height: auto;margin-bottom: 0;padding: 0.2rem 0.3rem 1rem;}
	.commonMain .doctor-ul li{width: 49%;float: left;box-sizing: border-box;margin: 0 0 3% 2%;cursor: pointer;}
	.commonMain .doctor-ul li:nth-child(5n+1){margin-left: 2%;}
	.commonMain .doctor-ul li:nth-child(2n+1){margin-left: 0;}
	.commonMain .doctor-ul li a{display: block;width: 100%;position: relative;}
	.commonMain .doctor-ul li .dTimg{width: 100%;height: 12rem;}
	.commonMain .doctor-ul li .dTtxt{height: 3.5rem;display: flex;align-items: center;justify-content: center;}
	.commonMain .doctor-ul li .dTtxt h3{font-size: 0.8rem;color: #000000;font-weight: normal;margin-top: 0;}
	.commonMain .doctor-ul li .dTtxt h3 i{font-style: normal;display: block;font-size: 0.6rem;color: #000000;margin-left: 0;margin-top: 0.3rem;}
	.commonMain .doctor-ul li .dTtxt p{display: none;}
	.commonMain .doctor-ul li:hover .dTtxt h3{color: #0047ba;}

	.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;}


	.d-footer{width: 100%;height: auto;box-sizing: border-box;overflow: hidden;background: #f6f6f6;position: relative;}
	.d-links{display: none;}

	.d-footer-center{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0.3rem;}
	.d-footer-center .footer-txt{display: none;}

	.d-footer-center .footer-img{float: right;width: 100%;}
	.d-footer-center .footer-img .f-img{display: flex;align-items: center;justify-content: space-between;}
	.d-footer-center .footer-img .f-img a{display: block;float: none;width: 5rem;text-align: center;margin-left: 0;border-radius: 5px;overflow: hidden;}
	.d-footer-center .footer-img .f-img a.f-ewm img{width: 100%;height: auto;display: block;margin: 0 auto;}
	.d-footer-center .footer-img .f-img a span{display: block;font-size: 0.7rem;color: #333333;margin-top: 5px;}

	.d-footer-bottom{width: 100%;height: auto;line-height: 1.5rem;box-sizing: border-box;padding: 0 0.3rem 1rem;}
	.d-footer-bottom p{display: none;}
	.d-footer-bottom a{color: #333333;font-size: 0.7rem;box-sizing: border-box;display: block;}
	.d-footer-bottom a.f-0{padding-left: 1rem;background: url(../images/f-1.png) left no-repeat;}


	/*搜索页*/
	.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;}  
}