@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: 1400px;margin: 0 auto;}

/*头部header*/
.n-header{width: 100%;height: 120px;position: absolute;left: 0;right: 0;top: 0;margin: auto;z-index: 999;background: url(../images/header-bg.png) center;background-size: 100% 100%;}
.header-center{width: 100%;height: 100%;box-sizing: border-box;border-top: 6px solid #015b4b;padding: 0 75px;display: flex;align-items: center;justify-content: space-between;position: relative;}
.header-center .header-logo{width: auto;}
.header-center .header-logo a{display: block;}
.header-center .header-logo img{width: 366px;height: auto;display: block;margin: 0 auto;}

.header-center .header-ul{height: 100%;display: flex;align-items: center;justify-content: space-between;}
.header-center .header-ul li{height: 100%;box-sizing: border-box;margin-left: 30px;}
.header-center .header-ul li .na{height: 100%;display: flex;align-items: center;font-size: 19px;color: #ffffff;}
.header-center .header-ul li:hover .na{font-weight: bold;}
.n-header:hover{background: rgba(0, 103, 76, .8);}
.header-center .header-ul li:hover .subNav{display: block;}
.header-center .header-ul li .subNav{display: none;width: 100%;height: auto; position: absolute;left: 0;top: 114px;right: 0;margin: auto;background: rgba(0, 103, 76, .7);box-sizing: border-box;z-index: 99;}
.header-center .header-ul li .subNav .subOne{width: 220px;text-align: center;float: left;box-sizing: border-box;}
.header-center .header-ul li .subNav .subOne h3{color: #FFFFFF;font-size: 32px;font-weight: bold;margin-top: 30px;}
.header-center .header-ul li .subNav .subOne p{width: 30px;height: 3px;margin: 20px auto; background: #ffffff;}
.header-center .header-ul li .subNav .subTwo{width: 370px;height: 255px;float: left;box-sizing: border-box;border-left: 1px solid rgba(210,210,210,.29);}
.header-center .header-ul li .subNav .subTwo dl{box-sizing: border-box;overflow: hidden;padding: 20px 0 40px 0;}
.header-center .header-ul li .subNav .subTwo dl dt{float: left;width: 50%;height: 30px;padding: 0;text-align: center;margin-top: 10px;box-sizing: border-box;}
.header-center .header-ul 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-center .header-ul li .subNav .subThree{width: 800px;height: 255px;text-align: justify;padding: 30px 45px; float: left;box-sizing: border-box;border-left: 1px solid rgba(210,210,210,.29);}
.header-center .header-ul li .subNav .subThree h3{font-size: 20px;color: #FFFFFF;font-weight: normal;}
.header-center .header-ul li .subNav .subThree p{font-size: 16px;color: #FFFFFF;line-height: 30px;margin-top: 15px;}
.header-center .header-ul li .subNav .subThree a.aLook{display: inline-block;box-sizing: border-box;padding: 5px 16px;margin-top: 25px;font-size: 14px;color: #00674c;border-radius: 28px; background: #FFFFFF;}

.header-center .header-search{box-sizing: border-box;position: relative;}
.header-center .header-search a{display: block;width: 19px;height: 19px;box-sizing: border-box;background: url(../images/header-search.png) center no-repeat;}

.header-center .header-input{display: none;width: 400px;position: absolute;right: 0;height: 45px;top: -15px;z-index: 999;background: #F5F5F5;border-radius: 2px;align-items: center;justify-content: space-between;}
.header-center .header-input input{border: none;box-sizing: border-box;padding: 0 15px;display: block;}
.header-center .header-input .h-input{width: 345px;height: 45px;font-size: 16px;color: #333333;line-height: 45px;border: none;}
.header-center .header-input .h-btn{width: 55px;height: 45px;overflow: hidden;margin-left: 15px;}
.header-center .header-input input[type='submit']{background: url(../images/header-search.png) center no-repeat #00674c;cursor: pointer;}
.header-center .header-search:hover .header-input{display: flex;}

.header-center .header-menu{display: none;}


/*轮播banner*/
.n-banner{width: 100%;height: auto;box-sizing: border-box;overflow: hidden;position: relative;}
.banner-swiper{width: 100%;overflow: hidden;position: relative;}
.banner-swiper .swiper-slide{width: 100%;box-sizing: border-box;overflow: hidden;}
.banner-swiper .swiper-slide a{display: block;width: 100%;height: 100%;}
.banner-swiper .swiper-slide .b-img{width: 100%;height: auto;overflow: hidden;}
.banner-swiper .swiper-slide .b-img img{width: 100%;height: auto;display: block;margin: 0 auto;animation-duration:8s;animation-timing-function:linear;animation-fill-mode: forwards;-webkit-animation-duration:8s;-webkit-animation-timing-function:linear;-webkit-animation-fill-mode: forwards;}

.banner-swiper .banner-pagination{width: 100%;text-align: center;box-sizing: border-box;position: absolute;left: 0;bottom: 190px;right: 0;z-index: 999;}
.banner-swiper .swiper-pagination-bullet{width: 50px;height:3px;opacity: 1;border-radius: 0;background:rgba(255, 255, 255, .68);}	
.banner-swiper .swiper-pagination-bullet-active{background: #ffffff;}

.n-banner .item{width: 100%;display: flex;align-items: center;justify-content: space-between;position: absolute;left: 0;bottom: 0;right: 0;margin: auto;z-index: 99;}
.n-banner .item li{width: 271.4px;height: 146px;background: rgba(255, 255, 255, .9);}
.n-banner .item li a{width: 100%;height: 100%;box-sizing: border-box;display: flex;align-items: center;justify-content: center;}
.n-banner .item li a .item-1{display: block;}
.n-banner .item li a .item-2{display: none;}
.n-banner .item li a h3{font-size: 24px;color: #333333;font-weight: 500;margin-left: 20px;}
.n-banner .item li:hover{background: url(../images/n-icon-hover.jpg) center;background-size: 100% 100%;}
.n-banner .item li:hover .item-1{display: none;}
.n-banner .item li:hover .item-2{display: block;}
.n-banner .item li:hover h3{color: #ffffff;}

.title{width: 100%;box-sizing: border-box;overflow: hidden;}
.title a{height: 60px;display: block;box-sizing: border-box;overflow: hidden;}
.title a h3{float: left;line-height: 60px;font-size: 40px;color: #000000;font-weight: 500;box-sizing: border-box;padding-left: 85px;}
.title a span{display: block;float: right;line-height: 30px;font-size: 16px;color: #00674c;box-sizing: border-box;margin-top: 14px;position: relative;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: #00674c;}
.title a .h-1{background: url(../images/n-title-1.png) left no-repeat;}
.title a .h-2{background: url(../images/n-title-2.png) left no-repeat;}
.title a .h-3{background: url(../images/n-title-3.png) left no-repeat;}
.title a .h-4{background: url(../images/n-title-4.png) left no-repeat;}
.title a .h-6{background: url(../images/n-title-6.png) left no-repeat;}
.title a .h-7{background: url(../images/n-title-7.png) left no-repeat;}
.title a:hover h3{color: #00674c;}

/*新闻中心*/
.news{width: 100%;box-sizing: border-box;padding: 80px 0;overflow: hidden;background: url(../images/n-bg-1.jpg) center;background-size: cover;}
.news-content{width: 1660px;margin: 40px auto 0; box-sizing: border-box;overflow: hidden;}
.news-content .news-banner{width: 958px;float: left;box-sizing: border-box;position: relative;overflow: hidden;}
.news-content .news-banner .swiper-slide{width: 100%;height: 540px;box-sizing: border-box;position: relative;}
.news-content .news-banner .swiper-slide a{display: block;width: 100%;height: 100%;overflow: hidden;}
.news-content .news-banner .swiper-slide a img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.news-content .news-banner .swiper-slide a 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 .swiper-slide: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-content .news-banner .swiper-slide .nTxt{position: absolute;left: 0;bottom: 0;width: 100%;height: 60px;line-height: 60px;padding: 0 30px;box-sizing: border-box;background: rgba(0, 0, 0, .5);}
.news-content .news-banner .swiper-slide .nTxt h3{font-size: 19px;color: #ffffff;font-weight: 600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.news-content .news-list{width: 666px;float: right;box-sizing: border-box;overflow: hidden;}
.news-content .news-list li{width: 100%;height: auto;box-sizing: border-box;padding: 27px 0;border-bottom: 1px dashed #e8e8e8;}
.news-content .news-list li a{display: flex;width: 100%;height: 100%;align-items: center;box-sizing: border-box;text-align: justify;}
.news-content .news-list li .n-time{width: 65px;height: 50px;text-align: center;box-sizing: border-box;border-right: 1px solid #e2e2e2;}
.news-content .news-list li .n-time p{font-size: 30px;color: #00674c;font-weight: bold;line-height: 36px;}
.news-content .news-list li .n-time span{display: block;font-size: 14px;color: #00674c;}
.news-content .news-list li h3{width: 570px;height: 50px;font-size: 18px;color: #333333;font-weight: 500;line-height: 30px;margin-left: 20px;text-align: justify;}
.news-content .news-list li:hover{height: 118px;padding: 27px 20px;border-left: 3px solid #00674c;background: #ffffff;}
.news-content .news-list li:hover h3{color: #00674c;font-weight: bold;}

/*科室导航*/
.depart{width: 100%;height: auto;box-sizing: border-box;padding: 60px 0;overflow: hidden;background: url(../images/n-bg-2.jpg) center;background-size: cover;}
.depart .container{height: 100%;position: relative;}
.depart .title a h3{color: #ffffff;}
.depart .title a span{color: #d9fff5;background: url(../images/more-2.png) left no-repeat;}
.depart .depart-logo{width: 525px;height: 526px;position: absolute;left: 0;bottom: 0;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: 535px;margin-top: 30px;box-sizing: border-box;overflow: hidden;position: relative;}
.depart .depart-left{width: 210px;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 #b9a567;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: 0px;right: 0px;bottom: 0px;left: 0px;background: rgba(185, 165, 103, 0.9) url(../images/depart-active.png) center no-repeat;opacity: 0;border-radius: 50%;}

.depart .depart-left li h3{font-size: 18px;color: #ffffff;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: 20px;right: 0;}
.depart .depart-content .depart-left li.d-2{top: 140px;left: 5px;}
.depart .depart-content .depart-left li.d-3{top: 290px;left: 0;}
.depart .depart-content .depart-left li.d-4{bottom: 0;right: 0;}

.depart .depart-content .depart-list{display: none;width: 1105px;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: #ffffff;font-weight: 500;}
.depart .depart-content .depart-list .depart-title p{font-size: 18px;color: #ffffff;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: 255px;height: 60px;line-height: 60px;text-align: center;margin: 0 0 25px 28px; box-sizing: border-box;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: #b9a567;}
.depart .depart-content .depart-list ul li:hover a{color: #ffffff;}

/*党建工作  通知公告*/
.kyjy-dqgz{width: 100%;height: auto;padding: 65px 0 60px;box-sizing: border-box;background: url(../images/f-bg-3.jpg) center;background-size: cover;overflow: hidden;}
.kyjy-dqgz .kyjy{width: 660px;float: left;}
.kyjy-dqgz .kyjy ul{width: 100%;box-sizing: border-box;margin-top: 50px;}
.kyjy-dqgz .kyjy ul li{box-sizing: border-box;padding-bottom: 13px;margin-bottom: 13px;border-bottom: 1px dashed #d8d8d8;}
.kyjy-dqgz .kyjy ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;overflow: hidden;}
.kyjy-dqgz .kyjy ul li .f-img{width: 162px;height: 100px;float: left;overflow: hidden;}
.kyjy-dqgz .kyjy ul li .f-img img{width: 100%;height: auto;display: block;margin: 0 auto;}
.kyjy-dqgz .kyjy ul li .f-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;}
.kyjy-dqgz .kyjy ul li:hover .f-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);}
.kyjy-dqgz .kyjy ul li .f-txt{width: 476px;float: right;text-align: justify;}
.kyjy-dqgz .kyjy ul li .f-txt span{display: block;font-size: 14px;color: #666666;}
.kyjy-dqgz .kyjy ul li .f-txt h3{font-size: 18px;color: #333333;font-weight: 500;line-height: 33px;margin-top: 10px;}
.kyjy-dqgz .kyjy ul li:hover .f-txt h3{color: #00674c;}

.kyjy-dqgz .dqgz{width: 683px;float: right;}
.kyjy-dqgz .dqgz ul{width: 100%;box-sizing: border-box;margin-top: 50px;}
.kyjy-dqgz .dqgz ul li{width: 335px;height: 305px;float: left;margin: 0 0 13px 13px;box-shadow: 0 0 10px rgba(0, 103, 76, .1); box-sizing: border-box;background: #ffffff;}
.kyjy-dqgz .dqgz ul li:nth-child(2n+1){margin-left: 0;}
.kyjy-dqgz .dqgz ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;overflow: hidden;padding: 40px 20px;text-align: justify;}
.kyjy-dqgz .dqgz ul li span{display: block;font-size: 16px;color: #00674c;}
.kyjy-dqgz .dqgz ul li h3{height: 66px;font-size: 18px;color: #333333;font-weight: 500;line-height: 33px;margin-top: 20px;}
.kyjy-dqgz .dqgz ul li p{font-size: 14px;color: #666666;line-height: 28px;margin-top: 20px;}
.kyjy-dqgz .dqgz ul li:hover{background: #00674c;}
.kyjy-dqgz .dqgz ul li:hover span{color: #ffffff;}
.kyjy-dqgz .dqgz ul li:hover h3{color: #ffffff;font-weight: 600;}
.kyjy-dqgz .dqgz ul li:hover p{color: #ffffff;}

/*通知公告*/
.tzgg{width: 100%;height: auto;padding: 65px 0 0;box-sizing: border-box;overflow: hidden;}
.tzgg .tzgg-title{width: 100%;box-sizing: border-box;overflow: hidden;}
.tzgg .tzgg-title h3{float: left;height: 60px;font-size: 40px;color: #000000;font-weight: 500;box-sizing: border-box;padding-left: 85px;background: url(../images/n-title-5.png) left no-repeat;}
.tzgg .tzgg-title .more-2{display: block;float: right;line-height: 30px;font-size: 16px;color: #00674c;box-sizing: border-box;margin-top: 14px;position: relative;padding-left: 25px;background: url(../images/more-1.png) left no-repeat;}
.tzgg .tzgg-title .more-2::before{position: absolute;content: '';width: 61px;height: 1px;bottom: 0;right: 2px;background: #00674c;}

.tzgg .tzgg-tab{float: left;height: 60px;display: flex;align-items: center;text-align: center;box-sizing: border-box;overflow: hidden;}
.tzgg .tzgg-tab a{width: 130px;display: block;font-size: 24px;color: #000000;box-sizing: border-box;}
.tzgg .tzgg-tab a:first-child{margin-left: 30px;}
.tzgg .tzgg-tab a.active{color: #00674c;background: url(../images/tzgg-active.png) center no-repeat;}
.tzgg .tzgg-tab a:hover{color: #00674c;background: url(../images/tzgg-active.png) center no-repeat;}
.tzgg .tzgg-ul{display: none;width: 100%;align-items: center;justify-content: space-between;margin-top: 30px;}
.tzgg .show{display: flex;}
.tzgg .tzgg-ul li{width: 440px;height: 223px;box-sizing: border-box;background: #f5f6f6;}
.tzgg .tzgg-ul li a{display: block;width: 100%;height: 100%;padding: 30px;box-sizing: border-box;border-top: 4px solid #00674c;}
.tzgg .tzgg-ul li h3{height: 60px;font-size: 19px;color: #333333;font-weight: 500;line-height: 30px;text-align: justify;}
.tzgg .tzgg-ul li p{line-height: 30px;display: block;font-size: 14px;color: #00674c;margin-top: 55px;background: url(../images/tzgg-more-1.png) right no-repeat;}
.tzgg .tzgg-ul li:hover{background: url(../images/tzgg-hover.jpg) center;background-size: 100% 100%;}
.tzgg .tzgg-ul li:hover a{border-color: #b9a567;}
.tzgg .tzgg-ul li:hover h3{color: #ffffff;font-weight: 600;}
.tzgg .tzgg-ul li:hover p{color: #ffffff; background: url(../images/tzgg-more-2.png) right no-repeat;}

/*健康科普*/
.jkkp{width: 100%;height: auto;padding: 65px 0 0;box-sizing: border-box;overflow: hidden;}
.jkkp-content{width: 100%;box-sizing: border-box;margin-top: 35px;}
.jkkp-banner{width: 100%;height: 515px;overflow: hidden;}
.jkkp-banner .swiper-slide{transition: 300ms;text-align: justify;margin-top: 80px;}
.jkkp-banner .swiper-slide a{display: block;width: 100%;height: 100%;box-sizing: border-box;}
.jkkp-banner .swiper-slide .j-img{width: 100%;height: 259px;overflow: hidden;margin: 0 auto;}
.jkkp-banner .swiper-slide .j-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.jkkp-banner .swiper-slide h3{height: 56px;font-size: 18px;color: #333333;font-weight: 500;line-height: 28px;margin-top: 20px;}
.jkkp-banner .swiper-slide p{display: none;font-size: 14px;color: #666666;line-height: 24px;margin-top: 15px;}

.jkkp-content .swiper-btn{width: 100%;display: flex;align-items: center;justify-content: center;margin-top: 40px;}
.jkkp-content .swiper-btn div{margin: 0 15px;cursor: pointer;width: 56px;height: 56px;}
.jkkp-content .swiper-btn .swiper-jkkp-prev{background: url(../images/jkkp-prev.png) center no-repeat;}
.jkkp-content .swiper-btn .swiper-jkkp-next{background: url(../images/jkkp-next.png) center no-repeat;}


.jkkp-banner .swiper-slide-active{background: #f0f7f4;margin-top: 0;transition: 300ms;}
.jkkp-banner .swiper-slide-active a{border-color: #00674c;padding: 25px;}
.jkkp-banner .swiper-slide-active a h3{font-weight: bold;}
.jkkp-banner .swiper-slide-active a p{display: block;}


/*专题专栏*/
.ztzl{width: 100%;height: auto;padding: 65px 0 80px;box-sizing: border-box;overflow: hidden;}
.ztzl .ztzl-ul{display: flex;width: 100%;align-items: center;justify-content: space-between;margin-top: 30px;}
.ztzl .ztzl-ul li{width: 442px;box-sizing: border-box;}
.ztzl .ztzl-ul li a{display: block;width: 100%;height: 100%;text-align: justify;}
.ztzl .ztzl-ul li .n-img{width: 100%;height: 235px;overflow: hidden;border-radius: 15px;}
.ztzl .ztzl-ul li .n-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.ztzl .ztzl-ul li .n-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;}
.ztzl .ztzl-ul li:hover .n-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);}
.ztzl .ztzl-ul li h3{font-size: 18px;color: #333333;font-weight: 500;margin-top: 15px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ztzl .ztzl-ul li:hover h3{color: #00674c;font-weight: 600;}

/*悬浮层*/
.iFix{position: fixed;height: auto;box-sizing: border-box;right: 0;bottom: 0;top: 10%;margin: auto; z-index: 999;}
.iFix .fix-top{width: 100px;height: 110px;overflow: hidden;}
.iFix .fix-top img{width: 100%;height: auto;display: block;}
.iFix ul{width: 100px;height: auto;box-sizing: border-box;padding: 15px 0;position: relative;border-radius: 10px 0 0 10px;background: #00674c;}
.iFix ul li{box-sizing: border-box;margin-top: 20px;position: relative;}
.iFix ul li:first-child{margin-top: 0;}
.iFix ul li a{display: block;text-align: center;}
.iFix ul li a img{display: block;width: auto;height: 35px;display: block;margin: 0 auto;}
.iFix ul li a span{display: block;font-size: 14px;color: #ffffff;margin-top: 5px;}
.iFix ul li .fix-img{display: none;position: absolute;width: 130px;box-sizing: border-box;top: 0;right: 100px;background: #ffffff;}
.iFix ul li .fix-img img{width: 100%;height: auto;display: block;margin: 0 auto;}
.iFix ul li:hover span{text-decoration: underline;}
.iFix ul li:hover .fix-img{display: block;}
.iFix .ReturnTop{display: none;width: 50px;height: 50px;box-sizing: border-box;cursor: pointer;background: #ffffff;margin: 0 auto;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;}


.n-footer{width: 100%;height: 400px;box-sizing: border-box;overflow: hidden;position: relative;background: url(../images/n-footer.jpg) center;background-size: cover;}
.links{width: 100%;text-align: center;padding: 30px 0;box-sizing: border-box;border-bottom: 1px solid #1d7f63;}
.links p{font-size: 18px;color: #ffffff;}
.links a{display: inline-block;color: #ffffff;box-sizing: border-box;padding: 0 20px;}

.footer-center{width: 100%;box-sizing: border-box;overflow: hidden;padding: 60px 0;}
.footer-center .footer-txt{float: left;}
.footer-center .footer-txt .f-logo{box-sizing: border-box;margin-bottom: 30px;}
.footer-center .footer-txt .f-logo a{display: block;}
.footer-center .footer-txt .f-logo a img{width: 360px;height: auto;display: block;}
.footer-center .footer-txt p{font-size: 15px;color: #ffffff;box-sizing: border-box;margin-top: 20px;}
.footer-center .footer-txt p a{display: inline-block;color: #ffffff;box-sizing: border-box;}
.footer-center .footer-txt p a.f-0{padding-left: 25px;margin-right: 25px;background: url(../images/f-1.png) left no-repeat;}

.footer-center .footer-img{float: right;display: flex;align-items: center;}
.footer-center .footer-img a{display: block;float: left;width: 110px;text-align: center;margin-left: 15px;overflow: hidden;}
.footer-center .footer-img a.f-ewm img{width: 100%;height: auto;display: block;margin: 0 auto;}
.footer-center .footer-img a span{height: 40px;display: block;font-size: 15px;color: #ffffff;margin-top: 10px;}


@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*/
	.n-header{width: 100%;height: 3rem;position: relative;left: 0;right: 0;top: 0;margin: auto;z-index: 999;background: rgba(0, 103, 76, .8);}
	.header-center{width: 100%;height: 100%;box-sizing: border-box;border-top: 0.1rem solid #015b4b;padding: 0 0.3rem;}
	.header-center .header-logo{width: auto;}
	.header-center .header-logo a{display: block;}
	.header-center .header-logo img{width: auto;height: 1.8rem;display: block;margin: 0 auto;}

	.header-center .header-menu{box-sizing: border-box;display: block;}
	.header-center .header-menu span{width: 1.3rem;height: 0.1rem;background: #ffffff;display: block;margin-bottom: 0.2rem;}
	
	.header-center .header-ul{display: none;width: 100%;height: 100%;position: fixed;left: 0;right: 0;top: 3rem;margin: auto;box-sizing: border-box;border-top: 1px solid #00674c; padding-bottom: 3.5rem;overflow: auto;background: #FFFFFF;z-index: 9999;}
	.header-center .header-ul li{float: left;height: auto;width: 100%;margin: 0 !important;border-bottom: 1px solid #e1e1e1;}
	.header-center .header-ul 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-center .header-ul li:hover .sub-nav{display: block;}

	.header-center .header-ul 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-center .header-ul li .subNav .subOne{display: none;}
	.header-center .header-ul 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-center .header-ul li .subNav .subTwo dl{box-sizing: border-box;overflow: hidden;padding: 0 0 1rem 0;}
	.header-center .header-ul 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-center .header-ul li .subNav .subTwo dl dt a{display: block;color: #333333;font-size: 0.8rem;padding: 0 0.5rem;line-height: 1.5rem;}
	.header-center .header-ul li .subNav .subThree{display: none;}

	/*轮播banner*/
	.n-banner{width: 100%;height: auto;box-sizing: border-box;overflow: hidden;position: relative;}
	.banner-swiper{width: 100%;overflow: hidden;position: relative;}
	.banner-swiper .swiper-slide{width: 100%;box-sizing: border-box;overflow: hidden;}
	.banner-swiper .swiper-slide a{display: block;width: 100%;height: 100%;}
	.banner-swiper .swiper-slide .b-img{width: 100%;height: auto;overflow: hidden;}
	.banner-swiper .swiper-slide .b-img img{width: 100%;height: auto;display: block;margin: 0 auto;animation-duration:8s;animation-timing-function:linear;animation-fill-mode: forwards;-webkit-animation-duration:8s;-webkit-animation-timing-function:linear;-webkit-animation-fill-mode: forwards;}

	.banner-swiper .banner-pagination{width: 100%;text-align: center;box-sizing: border-box;position: absolute;left: 0;bottom: 0.5rem;right: 0;z-index: 999;}
	.banner-swiper .swiper-pagination-bullet{width: 2rem;height:0.1rem;opacity: 1;border-radius: 0;background:rgba(255, 255, 255, .68);}	
	.banner-swiper .swiper-pagination-bullet-active{background: #ffffff;}

	.n-banner .item{width: 100%;box-sizing: border-box;padding: 0.5rem 0;display: block;position: relative;overflow: hidden;}
	.n-banner .item li{width: 25%;height: auto;box-sizing: border-box;margin: 0.5rem 0;background: #ffffff;float: left;}
	.n-banner .item li a{width: 100%;height: 100%;box-sizing: border-box;display: block;align-items: center;justify-content: center;}
	.n-banner .item li a img{width: auto;height: 1.8rem; margin: 0 auto;}
	.n-banner .item li a .item-1{display: block;}
	.n-banner .item li a .item-2{display: none;}
	.n-banner .item li a h3{font-size: 0.8rem;color: #333333;font-weight: 500;margin: 0.5rem 0 0;text-align: center;}
	.n-banner .item li:hover{background: url(../images/n-icon-hover.jpg) center;background-size: 100% 100%;}
	.n-banner .item li:hover .item-1{display: none;}
	.n-banner .item li:hover .item-2{display: block;}
	.n-banner .item li:hover h3{color: #ffffff;}
		

	.title{width: 100%;box-sizing: border-box;overflow: hidden;}
	.title a{height: auto;display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;overflow: hidden;}
	.title a h3{float: left;line-height: 2rem;font-size: 0.9rem;color: #00674c;font-weight: 600;text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);padding-left: 0;background-size: auto 1.8rem !important;}
	.title a span{display: block;float: right;line-height: 1.1rem;font-size: 0.6rem;margin-top: 0;position: relative;padding-left: 0;background: none;}
	.title a span::before{display: none;}
	.title a .h-1{background: url(../images/n-title-1.png) left no-repeat;}
	.title a .h-2{background: url(../images/n-title-2.png) left no-repeat;}
	.title a .h-3{background: url(../images/n-title-3.png) left no-repeat;}
	.title a .h-4{background: url(../images/n-title-4.png) left no-repeat;}
	.title a .h-6{background: url(../images/n-title-6.png) left no-repeat;}
	.title a .h-7{background: url(../images/n-title-7.png) left no-repeat;}
	.title a:hover h3{color: #00674c;}

	/*新闻中心*/
	.news{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;background: url(../images/n-bg-1.jpg) center;background-size: cover;}
	.news-content{width: 100%;margin: auto; box-sizing: border-box;overflow: hidden;}
	.news-content .news-banner{width: 100%;float: left;box-sizing: border-box;position: relative;overflow: hidden;margin-top: 1rem;}
	.news-content .news-banner .swiper-slide{width: 100%;height: 11rem;box-sizing: border-box;position: relative;}
	.news-content .news-banner .swiper-slide .nTxt{position: absolute;left: 0;bottom: 0;width: 100%;height: 2rem;line-height: 2rem;padding: 0 0.5rem;}
	.news-content .news-banner .swiper-slide .nTxt h3{font-size: 0.8rem;font-weight: 500;}

	.news-content .news-list{width: 100%;float: right;box-sizing: border-box;overflow: hidden;margin-top: 1rem;}
	.news-content .news-list li{width: 100%;height: auto;box-sizing: border-box;padding: 0 0 0.6rem 0;margin-bottom: 0.6rem; border-bottom: 1px dashed #e8e8e8;}
	.news-content .news-list li a{display: flex;width: 100%;height: 100%;align-items: center;box-sizing: border-box;text-align: justify;}
	.news-content .news-list li .n-time{width: 18%;height: 50px;text-align: center;box-sizing: border-box;border-right: 1px solid #e2e2e2;}
	.news-content .news-list li .n-time p{font-size: 0.8rem;color: #00674c;font-weight: bold;line-height: 1.5rem;}
	.news-content .news-list li .n-time span{display: block;font-size: 0.6rem;color: #00674c;}
	.news-content .news-list li h3{width: 80%;height: auto;font-size: 0.8rem;line-height: 1.2rem;margin-left: 0.8rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-clamp: 2;overflow: hidden;}
	.news-content .news-list li:hover{height: auto;padding: 0 0 0.6rem 0;border-left: none;background: none;}
	.news-content .news-list li:hover h3{color: #00674c;font-weight: bold;}

	.depart{display: none;}
	/*党建工作  通知公告*/
	.kyjy-dqgz{width: 100%;height: auto;padding: 1rem 0.3rem;}
	.kyjy-dqgz .kyjy{width: 100%;float: left;}
	.kyjy-dqgz .kyjy ul{width: 100%;box-sizing: border-box;margin-top: 1rem;}
	.kyjy-dqgz .kyjy ul li{box-sizing: border-box;padding-bottom: 0.6rem;margin-bottom: 0.6rem;border-bottom: 1px dashed #d8d8d8;}
	.kyjy-dqgz .kyjy ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;overflow: hidden;}
	.kyjy-dqgz .kyjy ul li .f-img{width: 27%;height: 3rem;float: left;overflow: hidden;}
	.kyjy-dqgz .kyjy ul li .f-txt{width: 70%;float: right;text-align: justify;}
	.kyjy-dqgz .kyjy ul li .f-txt span{display: block;font-size: 0.6rem;color: #666666;}
	.kyjy-dqgz .kyjy ul li .f-txt h3{font-size: 0.8rem;color: #333333;font-weight: 500;line-height: 1rem;margin-top: 0.1rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-clamp: 2;overflow: hidden;}

	.kyjy-dqgz .dqgz{width: 100%;float: right;margin-top: 1rem;}
	.kyjy-dqgz .dqgz ul{width: 100%;box-sizing: border-box;margin-top: 1rem;}
	.kyjy-dqgz .dqgz ul li{width: 49%;height: auto;float: left;margin: 0 0 2% 2%;box-shadow: 0 0 10px rgba(0, 103, 76, .1); box-sizing: border-box;background: #ffffff;}
	.kyjy-dqgz .dqgz ul li:nth-child(2n+1){margin-left: 0;}
	.kyjy-dqgz .dqgz ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0.5rem;text-align: justify;}
	.kyjy-dqgz .dqgz ul li span{display: block;font-size: 0.6rem;color: #00674c;}
	.kyjy-dqgz .dqgz ul li h3{height: auto;font-size: 0.8rem;color: #333333;font-weight: 500;line-height: 1.2rem;margin-top: 0.5rem;}
	.kyjy-dqgz .dqgz ul li p{display: none;}

	/*通知公告*/
	.tzgg{width: 100%;height: auto;padding: 0;box-sizing: border-box;overflow: hidden;}
	.tzgg .tzgg-title{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem 0.5rem;overflow: hidden;background: #b9a567;}
	.tzgg .tzgg-title h3{display: none;}
	.tzgg .tzgg-title .more-2{display: none;}
	.tzgg .tzgg-tab{width: 100%;float: left;height: auto;display: flex;align-items: center;}
	.tzgg .tzgg-tab a{width: auto;display: block;color: #ffffff;font-size: 0.9rem;font-weight: 600;margin-left: 1.5rem;}
	.tzgg .tzgg-tab a:first-child{margin-left: 0;}
	.tzgg .tzgg-tab a.active{color: #00674c;background: none;text-decoration: underline;}
	.tzgg .tzgg-tab a:hover{color: #00674c;background: none;text-decoration: underline;}
	.tzgg .tzgg-ul{display: none;width: 100%;align-items: center;justify-content: space-between;margin-top: 1rem;box-sizing: border-box;padding: 0 0.3rem;}
	.tzgg .show{display: block;}
	.tzgg .tzgg-ul li{width: 100%;height: auto;box-sizing: border-box;background: none;padding-bottom: 0.6rem;margin-bottom: 0.6rem; border-bottom: 1px dashed #e8e8e8;}
	.tzgg .tzgg-ul li a{display: block;width: 100%;height: 100%;padding: 0;box-sizing: border-box;border-top: none;}
	.tzgg .tzgg-ul li h3{height: auto;font-size: 0.8rem;color: #333333;font-weight: 500;line-height: 1.2rem;text-align: justify;}
	.tzgg .tzgg-ul li p{line-height: 1.2rem;display: block;font-size: 0.6rem;color: #00674c;margin-top: 0.5rem;background: none;}
	.tzgg .tzgg-ul li:hover{background: none;}
	.tzgg .tzgg-ul li:hover a{border-color: #b9a567;}
	.tzgg .tzgg-ul li:hover h3{color: #00674c;font-weight: 600;}
	.tzgg .tzgg-ul li:hover p{color: #00674c; background: none;}

	.jkkp{display: none;}
	/*专题专栏*/
	.ztzl{width: 100%;height: auto;padding: 1rem 0.3rem;box-sizing: border-box;overflow: hidden;}
	.ztzl .ztzl-ul{display: block;width: 100%;align-items: center;justify-content: space-between;margin-top: 1rem;}
	.ztzl .ztzl-ul li{width: 100%;box-sizing: border-box;margin-bottom: 1rem;}
	.ztzl .ztzl-ul li a{display: block;width: 100%;height: 100%;text-align: justify;}
	.ztzl .ztzl-ul li .n-img{width: 100%;height: auto;overflow: hidden;border-radius: 0;}
	.ztzl .ztzl-ul li h3{font-size: 0.8rem;color: #333333;font-weight: 500;margin-top: 0.5rem;}



	/*悬浮层*/
	.iFix{position: fixed;width: 1.7rem;height: auto;box-sizing: border-box;right: 0;top: 60%;z-index: 999;}
	.iFix .fix-top{display: none;}
	.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;}


	.n-footer{width: 100%;height: auto;}
	.links{display: none;}

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

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

	

	.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-leader{box-sizing: border-box;overflow: hidden;padding: 1rem 0.3rem;margin-top: 0;}
	.common-leader li{box-sizing: border-box;padding-bottom: 0.6rem;margin-bottom: 0.6rem;border-bottom: 1px dashed #e8e8e8;}
	.common-leader li:last-child{border-bottom: none;}
	.common-leader li a{display: block;width: 100%;height: 100%;}
	.common-leader li h3{font-size: 0.8rem;color: #00674c;font-weight: bold;}
	.common-leader li p{font-size: 0.6rem;color: #555555;margin-top: 0.5rem;line-height: 1.2rem;}

	/*图片*/
	.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 .common-ztzl{width: 100%;box-sizing: border-box;margin: 0;padding: 1rem 0.3rem;}
	.commonMain .common-ztzl li{width: 100%;height: auto;float: left;margin: 0 0 1rem 0;}
	.commonMain .common-ztzl li:nth-child(3n+1){margin-left: 0;}
	.commonMain .common-ztzl li a{display: block;width: 100%;height: 100%;text-align: justify;}
	.commonMain .common-ztzl li .f-img{width: 100%;height: auto;overflow: hidden;}
	.commonMain .common-ztzl li h3{font-size: 0.8rem;margin-top: 0.5rem;white-space: normal;}


	/*科室介绍*/
	.commonMain .container{box-sizing: border-box;padding: 0 0.3rem;}
	.commonMain .depart-h{font-size: 0.9rem;margin-bottom: 1rem;padding: 0 0 0.7rem 0.7rem;position: relative;}
	.commonMain .depart-h::after{position: absolute;content: '';width: 0.2rem;height: 0.8rem;background: #00674c;left: 0;top: 0.25rem;}
	.commonMain .depart-ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-bottom: 1rem;}
	.commonMain .depart-ul li{float: left;width: 49%;height: 2rem;line-height: 2rem;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;}
		

	/*科室导航-首页*/
	.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: #ffffff;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 #00674c; 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;color: #333333;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;}
	.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-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.3rem;background: #ffffff;}
	.d-two ul{width: 100%;height: auto;box-sizing: border-box;margin-top: 1rem;overflow: hidden;}
	.d-two ul li{width: 49%;float: left;box-sizing: border-box;margin: 0 0 2% 2%;cursor: pointer;}
	.d-two ul li:first-child{margin-left: 0;}
	.d-two ul li:nth-child(2n+1){margin-left: 0;}
	.d-two ul li:last-child{display: none;}
	.d-two ul li a{display: block;width: 100%;position: relative;}
	.d-two ul li .dTimg{width: 100%;height: 12rem;box-sizing: border-box;overflow: hidden;background: #F5F5F5;}
	.d-two ul li .dTimg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
	.d-two ul li .dTtxt{width: 100%;text-align: center;}
	.d-two ul li .dTtxt h3{font-size: 0.8rem;color: #000000;font-weight: normal;margin-top: 0.5rem;}
	.d-two ul li .dTtxt i{font-style: normal;display: inline-block;font-size: 0.6rem;color: #000000;margin-left: 0.5rem;}
	.d-two ul li .dTtxt p{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 .doctorUl{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0.5rem 0.3rem 1rem;margin-top: 0;}
	.commonMain .doctorUl li{width: 100%;height: auto;float: left;margin: 0 0 1rem 0;padding: 0.5rem;border: none;}
	.commonMain .doctorUl li:nth-child(3n+1){margin-left: 0;}
	.commonMain .doctorUl li .dImg{width: 35%;height: 8rem;overflow: hidden;float: left;background: #f5f5f5;}
	.commonMain .doctorUl li .dTxt{width: 62%;height: auto;}
	.commonMain .doctorUl li .dTxt h3{font-size: 0.8rem;color: #00674c;}
	.commonMain .doctorUl li .dTxt span{display: block;font-size: 0.7rem;color: #00674c;margin-top: 0.5rem;}
	.commonMain .doctorUl li .dTxt p{font-size: 0.6rem;color: #666666;line-height: 1rem; margin-top: 0.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.8rem;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.8rem;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.8rem;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;}  
}