@font-face {
    font-family: 'DINMedium';
    src: url('../font/DIN-Medium.eot');
    src:
    url('../font/DIN-Medium.eot?#font-spider') format('embedded-opentype'),
    url('../font/DIN-Medium.woff') format('woff'),
    url('../font/DIN-Medium.ttf') format('truetype'),
    url('../font/DIN-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINBlack';
    src: url('../font/DINBlack.eot');
    src:
    url('../font/DINBlack.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINBlack.woff') format('woff'),
    url('../font/DINBlack.ttf') format('truetype'),
    url('../font/DINBlack.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINReg';
    src: url('../font/DINReg.eot');
    src:
    url('../font/DINReg.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINReg.woff') format('woff'),
    url('../font/DINReg.ttf') format('truetype'),
    url('../font/DINReg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChivoBoldItalic';
    src: url('../font/ChivoBoldItalic.eot');
    src:
    url('../font/ChivoBoldItalic.eot?#font-spider') format('embedded-opentype'),
    url('../font/ChivoBoldItalic.woff') format('woff'),
    url('../font/ChivoBoldItalic.ttf') format('truetype'),
    url('../font/ChivoBoldItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font: 16px "Microsoft Yahei","Source Han Sans CN","SimSun",Arial,sans-serif; color:#333; background:#fff;-webkit-font-smoothing: antialiased;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/* flex布局 */
.disflex{display: flex;}
.flexCenter{display: flex;justify-content: center;align-items: center;}
.flexbetween{display: flex;justify-content: space-between;align-items: center;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.scaleimg:hover .pic em,
.scaleimg:hover .pic img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(-6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.w1368{width: 90%;margin: 0 auto;max-width: 1368px;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为normal*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}


.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #008952;}

.header .menuIcon{width: 24px;cursor: pointer;display: none;position: absolute;right: 0;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon img{width: 100%;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.scrollStyle::-webkit-scrollbar{width: 6px;height: 4px;background: #eee;border-radius: 2px;}
.scrollStyle::-webkit-scrollbar-thumb{background: #039f3f;border-radius: 2px;}

.bgStyle{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}

.fz45{font-size: 45px;}
.fz40{font-size: 40px;}
.fz36{font-size: 36px;}
.fz30{font-size: 30px;}
.fz28{font-size: 28px;}
.fz26{font-size: 26px;}
.fz25{font-size: 25px;}
.fz24{font-size: 24px;}
.fz23{font-size: 23px;}
.fz22{font-size: 22px;}
.fz21{font-size: 21px;}
.fz20{font-size: 20px;}
.fz18{font-size: 18px;}
.fz16{font-size: 16px;}
.fz15{font-size: 15px;}
.fz14{font-size: 14px;}
.fz12{font-size: 12px;}

.header{background: url(../images/headerBg.jpg) no-repeat center;}
.header,.header .right{display: flex;align-items: center;justify-content: space-between;}
.header .logo{line-height: 140px;}
.header .logo img{height: 90px;height: 104px;}
.header .tel p{line-height: 1;color: #1a659e;display: flex;align-items: center;margin-bottom: 6px;}
.header .tel em{margin: 0 12px;}
.header .tel h5{line-height: 1;color: #1a659e;font-weight: normal;font-family: "DINMedium";}
.header .tel img{height: 16px;}
.header .searchBtn{margin-left: 40px;width: 43px;height: 43px;/* border: 1px solid #b1b1b1; */border-radius: 5px;background: #f1f1f1;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.header .searchBtn:hover{border-color: #0b5b3b;background: #0b5b3b;}
.header .searchBtn:hover img{filter: brightness(0) invert(1);}
.header .slogan{margin-right: 8.5%;padding-top: 3px;}
.header .slogan img{height: 42px;min-width:415px}
.header .tel,.header .searchBtn{flex-shrink: 0;}

.nav{background: #03653e;position: relative;z-index: 2;}
.nav > ul{display: flex;justify-content: space-between;}
.nav .nLi{position: relative;}
.nav .nLi h3 a{display: block;color: #fff;line-height: 70px;font-weight: normal;position: relative;}
.nav .nLi h3 a:before{content: "";width: 100%;height: 4px;background: #fff;position: absolute;left: 0;bottom: 0;transform: scaleX(0);opacity: 0;}
.nav .nLi.on h3 a:before,
.nav .nLi:hover h3 a:before{transform: scale(1);opacity: 1;}
.nav .nLi .navSub{width: 150px;position: absolute;left: 50%;top:70px;margin-left: -75px;background: #fff;text-align: center;color: #333;display: none;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.nav .nLi .navSub ul li{padding: 8px 0;}
.nav .nLi .navSub a{display: block;line-height: 24px;padding: 0 4px;position: relative;}
.nav .nLi .navSub a:hover{color: #03653e;}
.nav .nLi .navSub a:before{content: "";width: 2px;height: 100%;background: #03653e;position: absolute;left: 0;top:0;-webkit-transform: scale(1,0);transform: scale(1,0);}
.nav .nLi .navSub a:hover:before{-webkit-transform: scale(1);transform: scale(1);}

.banner{position: relative;overflow: hidden;}
.banner a em{display: block;padding-bottom: 570px;background-repeat: no-repeat;background-position: center;background-size: cover;transition: 1s linear 2s; transform: scale(1.05,1.05);}
.banner .swiper-slide-active a em,.banner .swiper-slide-duplicate-active a em{transition: 2s linear; transform: scale(1,1);}
.banner .swiper-pagination{bottom: 45px;line-height: 10px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;opacity: 0.5;border-radius: 5px;margin: 0 5px;transition:all 0.3s linear;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 24px;opacity: 1;}

.iMain{width: 100%;background: url(../images/iMainBg.jpg) no-repeat center top;}
.iMain .tabs{border-bottom: 1px solid #c0c0c0;}
.iMain .tabs li{margin-right: 66px;position: relative;}
.iMain .tabs li:before{content: "";width: 1px;height: 18px;background: #e1e1e1;position: absolute;right: -33px;top:50%;transform: translateY(-50%);}
.iMain .tabs li:last-child{margin-right: 0;}
.iMain .tabs li:last-child:before{display: none;}
.iMain .tabs li a{display: block;position: relative;line-height: 60px;color: #333333;}
.iMain .tabs li a:before{content: "";width: 100%;height: 3px;background: #008952;position: absolute;left: 0;bottom: -1px;transform: scale(0,1);opacity: 0;}
.iMain .tabs li.active a{color: #008952;}
.iMain .tabs li.active a:before{transform: scale(1);opacity: 1;}


.isect1{background: #fff;box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);}
.isect1 .container{position: relative;overflow: hidden;}
.isect1 .container a{display: flex;align-items: center;justify-content: center;width: 100%;height: 102px;line-height: 40px;color: #333333;}
.isect1 .container h5{font-weight: normal;}
.isect1 .container a img{height: 38px;margin-right: 16px;}
.isect1 .container a:hover{background: #008952;color: #fff;}
.isect1 .container a:hover img{filter: brightness(0) invert(1);}


.isect2{margin: 64px auto;}
.isect2 .picScroll{width: 43.34%;position: relative;overflow: hidden;}
.isect2 .picScroll a{display: block;}
.isect2 .picScroll .pic{padding-bottom: 380px;position: relative;overflow: hidden;border-radius: 4px;}
.isect2 .picScroll .text{padding: 26px 26px 26px 40px;background: #fff;border-radius: 0 0 4px 4px;}
.isect2 .picScroll .text span{display: block;color: #222222;line-height: 28px;font-family: "PingFang SC";}
.isect2 .picScroll .text h5{color: #222222;line-height: 34px;}
.isect2 .picScroll a:hover .text h5{color: #008952;}
.btnStyle{width: 32px;height: 70px;position: absolute;top: calc((100% - 114px -70px) / 2);z-index: 2;cursor: pointer;background: rgba(17,17,17,0.2);}
.btnStyle.prev{left: 0;}
.btnStyle.next{right: 0;}
.btnStyle:before{content: "";width: 7px;height: 7px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;position: absolute;left: 50%;top:50%;margin: -4px 0 0 -4px;transform: rotateZ(-135deg);}
.btnStyle.prev:before{transform: rotateZ(45deg);}
.isect2 .picScroll .swiper-pagination{bottom: 140px;}
.swiper-pagination-style{height: 16px;line-height: 16px;text-align: center;}
.swiper-pagination-style .swiper-pagination-bullet{display: inline-block;width: 16px;height: 16px;background: none;margin: 0 2px;opacity: 1;position: relative;}
.swiper-pagination-style .swiper-pagination-bullet:before,
.swiper-pagination-style .swiper-pagination-bullet:after{content: "";border-radius: 50%;position: absolute;background: rgba(255,255,255,0.5);}
.swiper-pagination-style .swiper-pagination-bullet:before{width: 100%;height: 100%;left: 0;top:0;opacity: 0;transform: scale(0);}
.swiper-pagination-style .swiper-pagination-bullet:after{width: 50%;height: 50%;left: 50%;top:50%;transform: translate(-50%, -50%);}
.swiper-pagination-style .swiper-pagination-bullet.swiper-pagination-bullet-active:before{opacity: 1;transform: scale(1);}
.swiper-pagination-style .swiper-pagination-bullet.swiper-pagination-bullet-active:after{background: #fff;}
.swiper-pagination-style.gray .swiper-pagination-bullet:before{background: rgba(0,152,91,0.2);}
.swiper-pagination-style.gray .swiper-pagination-bullet:after{background: rgba(194,194,194,0.5);}
.swiper-pagination-style.gray .swiper-pagination-bullet.swiper-pagination-bullet-active:after{background: #00985b;}

.isect2 .right{width: 53.65%;}
.isect2 .right .container{position: relative;overflow: hidden;}
.isect2 .right .container li{border-bottom: 1px solid #e7e7e7;}
.isect2 .right .container li a{display: block;position: relative;padding-bottom: 11px;}
.isect2 .right .container li a:before{content: "";width: 100%;height: 1px;position: absolute;left: 0;bottom: -1px;background: #008952;transform-origin:left center;transition:all 1s linear;transform: scale(0,1);}
.isect2 .right .container li a:hover:before{transform: scale(1);}
.isect2 .right .container li .title{padding: 0 100px 0 16px;position: relative;line-height: 68px;color: #222222;}
.isect2 .right .container li .title .icon{position: absolute;left: 0;top:50%;transform: translateY(-50%);filter: brightness(0) invert(0.5);opacity: 0.6;display: none;}
.isect2 .right .container li .title::before{content: "";width: 6px;height: 6px;background: #D8D8D8;border-radius: 3px;position: absolute;left: 0;top:50%;margin-top: -3px;}
.isect2 .right .container li .title h5{font-weight: normal;}
.isect2 .right .container li .title span{position: absolute;right: 0;top:0;color: #666666;font-family: "PingFang SC";}
.isect2 .right .container li .desc{color: #666666;line-height: 24px;height: 48px;overflow: hidden;}
.isect2 .right .container li a:hover .title .icon{filter: brightness(1) invert(0);opacity: 1;}
.isect2 .right .container li a:hover .title h5{color: #008952;transform: translateX(15px);}
.isect2 .right .container li a:hover .title:before{width: 15px;background: #008952;}

.isect3 .container{position: relative;overflow: hidden;height: 166px;}
.isect3 .container a{display: block;padding-bottom: 166px;position: relative;overflow: hidden;}
.isect3 .container .swiper-pagination-style{width: 100%;bottom: 10px;right: 0;top: auto;transform: translate3d(0,0,0);}
.isect3 .container .swiper-pagination-style .swiper-pagination-bullet{display: inline-block;margin: 0 2px;}

.isect4{margin: 40px auto 50px;}
.isect4 .tabs{border-color: #fff;}
.isect4 .container{overflow: hidden;}
.isect4 .container ul{padding-top: 24px;}
.isect4 .container li{width: 47.5%;border-top: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;margin-top: -1px;}
.isect4 .container li:nth-child(2n){float: right;}
.isect4 .container li a{display: flex;width: 100%;padding: 24px 0;}
.isect4 .container li .date{flex-shrink: 0;padding-right: 54px;position: relative;}
.isect4 .container li .date:before{content: "";width: 1px;height: 44px;background: #d7d7d7;position: absolute;right: 27px;top:50%;transform: translateY(-50%);}
.isect4 .container li .date span{display: block;line-height: 32px;color: #666666;font-family: "DINBlack";}
.isect4 .container li .date em{display: block;line-height: 30px;font-family: "DINReg";}
.isect4 .container li .text{flex: 1;overflow: hidden;}
.isect4 .container li .text h5{line-height: 32px;color: #111111;}
.isect4 .container li .text p{line-height: 30px;color: #666666;}
.isect4 .container li a:hover .date span,
.isect4 .container li a:hover .date em,
.isect4 .container li a:hover .text h5{color: #008952;}

.iTitle{margin-bottom: 38px;display: flex;justify-content: space-between;align-items: center;}
.iTitle h3{color: #008952;line-height: 1;padding-bottom: 21px;position: relative;}
.iTitle h3:before{content: "";width: 37px;height: 4px;background: #008952;position: absolute;left: 0;bottom: 0;}
.imore{display: inline-block;color: #666666;line-height: 24px;padding-right: 15px;position: relative;}
.imore:before{content: "";width: 7px;height: 7px;border-left: 1px solid #666666;border-bottom: 1px solid #666666;position: absolute;right: 0px;top:50%;transform: translateY(-50%) rotateZ(-135deg);}
.iTitle.white h3,.iTitle.white .imore{color: #fff;}
.iTitle.white .imore:before{border-color: #fff;}
.iTitle.white h3:before{background: #fff;}

.isect5{padding: 80px 0 94px;background: url(../images/isect5Bg.jpg) no-repeat center;background-attachment: fixed;}
.isect5 .left{width: 69.44%;height: 490px;box-sizing: border-box;padding: 10px 10px 10px 15px;background-size: cover;overflow: auto;}


.isect5 .right{width: 27%;height: 490px;box-sizing: border-box;background: url(../images/isect5Bg2.jpg) no-repeat center;background-size: cover;padding: 30px 16px 28px 30px;}
.isect5 .right .title{line-height: 1;margin-bottom: 32px;color: #333333;}
.isect5 .right ul{height: 376px;padding-right: 34px;overflow: auto;}
.isect5 .right li{margin-bottom: 25px;}
.isect5 .right li:last-child{margin-bottom: 0;}
.isect5 .right li a{display: block;padding-bottom: 110px;position: relative;overflow: hidden;}
.isect5 .right li a h5{position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 2;width: 100%;box-sizing: border-box;padding: 0 24px 0 45px;color: #0480d8;line-height: 1.4;white-space: normal;}
.isect5 .right li.white a h5{color: #fff;}

.isect6{margin: 68px auto;}
.docTeamContainer{width: 100%;padding: 24px 30px 58px;margin: -24px 0 0 -30px;position: relative;overflow: hidden;}
.docTeamContainer .btnStyle.prev{left: 30px;}
.docTeamContainer .btnStyle.next{right: 30px;}
.docTeamContainer a{display: block;position: relative;padding-bottom: 90px;overflow: hidden;}
.docTeamContainer .pic{padding-bottom: 135%;position: relative;overflow: hidden;}
.docTeamContainer .text{padding: 20px 40px 0 36px;position: absolute;left: 0;bottom: -142px;background: #fff;box-sizing: border-box;width: 100%;}
.docTeamContainer .text .name{color:#333333;line-height: 30px;}
.docTeamContainer .text .desc{line-height: 24px;color: #666666;margin-bottom: 14px;height: 24px;}
.docTeamContainer .text .btm{padding-bottom: 34px;}
.docTeamContainer .text .btm p{color: #333333;line-height: 24px;height: 72px;overflow: hidden;margin-bottom: 14px;}
.docTeamContainer .text .btm .imore{color: #0b5b3b;}
.docTeamContainer .text .btm .imore:before{border-color: #0b5b3b;}
.docTeamContainer a:hover{transform: translateY(-20px);}
.docTeamContainer a:hover .text{bottom: 0;}
.docTeamContainer a:hover{box-shadow: 0px 15px 46px 0px rgba(0, 0, 0, 0.11);}
.docTeamContainer a:hover .text .name{color: #008952;}


.isect7{background: url(../images/isect7Bg.jpg) no-repeat center bottom;padding-bottom: 75px;}
.isect7 .container{position: relative;overflow: hidden;}
.isect7 .container a{display: block;padding-bottom: 76.47%;position: relative;overflow: hidden;}
.isect7 .container a .text{width: 90%;position: absolute;left: 50%;top:50%;z-index: 2;transform: translate(-50%, -50%);text-align: center;}
.isect7 .container a .title{height: 60px;display: flex;align-items: center;}
.isect7 .container a .title h5{width: 100%;color: #333333;line-height: 30px;max-height: 60px;overflow: hidden;}
.isect7 .container a i{display: block;width: 145px;height: 1px;background: #333333;margin: 16px auto;max-width: 100%;}
.isect7 .container .white a .title h5,
.isect7 .container .white a .imore{color: #fff;}
.isect7 .container .white a .imore:before{border-color: #fff;}
.isect7 .container .white a i{background: #fff;}
.isect7 .container a:hover i{transform: scale(1.5,1);}

.isect8{padding: 76px 0 50px;background: #f8f8f8;}
.isect8 .container{width: 100%;padding: 0 15px 60px;margin-left: -15px;position: relative;overflow: hidden;}
.isect8 .container .swiper-pagination{bottom: 0;}
.isect8 .container a{display: block;border-radius: 4px 4px 0 0;overflow: hidden;}
.isect8 .container .pic{padding-bottom: 46%;position: relative;overflow: hidden;}
.isect8 .container h5{padding: 16px 20px 24px;line-height: 32px;color: #222222;font-weight: normal;}
.isect8 .container a:hover{background: #ffffff;box-shadow: 0px 15px 46px 0px rgba(0, 0, 0, 0.11);}
.isect8 .container a:hover h5{color: #008952;}

.footer{background: url(../images/footerBg.jpg) no-repeat center top;background-size: cover;color: #ffffff;}
.footer .top{padding: 60px 0 48px;display: flex;justify-content: space-between;align-items: center;}
.footer .top .right{text-align: right;}
.footer .top .right h5{display: inline-block;padding-left: 34px;background: url(../images/telIcon1.png) no-repeat left center;line-height: 24px;font-weight: normal;margin: 14px 0;}
.footer .top .right p{line-height: 30px;}
.footer .top .right p span{font-family: "ChivoBoldItalic";margin-left: 20px;color: #fdd171;letter-spacing: -1px;}
.footer .top .right p span:first-child{margin-left: 0;}
.footer .top .right p em{position:relative;top:-2px;}
.footer .med{border-top: 1px solid rgba(255,255,255,0.2);padding: 26px 0 48px;display: flex;align-items: center;justify-content: space-between;}
.footer .med .qrcode{text-align: center;flex-shrink: 0;margin-left: 30px;}
.footer .med .qrcode img{width: 100px;height: 100px;}
.footer .med .qrcode p{opacity: 0.7;margin-top: 10px;line-height: 1;}
.footer .med .left{flex: 1;overflow: hidden;}
.footer .med .fnav{margin-bottom: 40px;line-height: 30px;}
.footer .med .fnav li{margin-right: 30px;}
.footer .med .fnav li:last-child{margin-right: 0;}
.footer .med .fnav li a{opacity: 0.8;}
.footer .med .text li{margin-right: 132px;line-height: 24px;}
.footer .med .text li:last-child{margin-right: 0;}
.footer .med .text li h5{line-height: 44px;font-weight: normal;}
.footer .med .text li p{opacity: 0.8;}
.footer .med .text li p span{margin-right: 20px;}
.footer .med .text li p span:last-child{margin-right: 0;}
.footer .btm{padding: 18px 0;background: rgba(0,0,0,0.1);line-height: 32px;}
.footer .btm > .w1368{display: flex;justify-content: space-between;align-items: center;}
.footer .btm .left{flex: 1;overflow: hidden;}
.footer .btm .left span{margin-right: 20px;}
.footer .btm .left span:last-child{margin-right: 0;}
.footer .btm .left span img{margin-right: 6px;}
.footer .btm .link{flex-shrink: 0;margin-left: 30px;display: flex;}
.footer .btm .link .select{position: relative;width: 194px;z-index: 3;}
.footer .btm .link .select dt{padding-right: 20px;position: relative;cursor: pointer;}
.footer .btm .link .select dt:before{content: "";width: 9px;height: 9px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;position: absolute;right: 2px;top:50%;transform: translateY(-50%) rotateZ(-45deg);margin-top: -0.25em;}
.footer .btm .link .select dd{position: absolute;left: 0;bottom: 100%;width: 100%;background: rgba(0,0,0,0.5);display: none;}
.footer .btm .link .select dd ul{max-height: 200px;overflow: auto;padding: 10px 0;}
.footer .btm .link .select dd ul a{display: block;padding: 4px 10px;}
.footer .btm .link .select dd ul a:hover{background: rgba(0,0,0,0.5);}

.float{position: fixed;right: 0;top:50%;transform: translateY(-50%);z-index: 9;background: #fff;box-shadow: 0px 0px 13.92px 2.08px rgba(0, 71, 74, 0.15);border-radius: 25px;padding: 32px 4px 0;width: 50px;box-sizing: border-box;}
.float li{border-top: 1px solid #ebebeb;position: relative;}
.float li:first-child{border-top: none;}
.float li a{display: block;}
.float li dl{position: relative;}
.float li dt{padding: 12px 0;cursor: pointer;text-align: center;}
.float li dt img{filter: brightness(0) invert(0.5);}
.float li dt span{width: 14px;display: block;margin: 8px auto 0;color: #5b5b5b;line-height: 16px;}
.float li:hover dt span{color: #039f3f;}
.float li:hover dt img{filter: brightness(1) invert(0);}
.float li dd{position: absolute;right: 50px;top:50%;-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);padding-right: 16px;display: none;}
.float li dd:before{content: "";border: 10px solid transparent;border-left-color: #fff;position: absolute;right: -4px;top:50%;margin-top: -10px;}
.float li dd.qrcode .pic{width: 140px;background: #fff;}
.float li dd.qrcode .pic img{width: 100%;}
.float li dd.tel p{padding: 12px;background: #fff;width: 200px;border-radius: 8px;font-family: "DINMedium";color: #0b5b3b;}
.float li:last-child dt{padding: 35px 0 24px;}
.float li:last-child dt img{height: 18px;}

.pageStyle{line-height: 2;color: #333333;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}
.pageStyle ul,.pageStyle ul li{list-style: disc;}

table{border-collapse: collapse;width: 100%;}

.nyBanner{height: 400px;background-repeat: no-repeat;background-position: center;background-size: cover;display: flex;justify-content: center;align-items: center;color: #fff;}
.nyBanner .ch{line-height: 1;}
.nyBanner .en{line-height: 2;font-weight: normal;font-family: "Arial";}

.bread{background: #fff;box-shadow: 0 6px 10px rgba(211,211,211,0.2);line-height: 70px;}
.bread > .w1368{display: flex;justify-content: space-between;align-items: center;}
.bread ul li{margin-right: 48px;}
.bread ul li:last-child{margin-right: 0;}
.bread ul a{display: block;color: #313131;}
.bread ul li.on a{font-weight: bold;}
.bread ul li.on a,.bread ul li a:hover{color: #016F48;}
.bread .path{color: #999999;}
.bread .path a:hover{color: #016F48;text-decoration: underline;}


.nyTitle{color: #111111;text-align: center;line-height: 1;position: relative;padding-bottom: 25px;margin-bottom: 55px;position: relative;}
.nyTitle:before{content: "";width: 30px;height: 4px;background: #016F48;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.nyTitle.left{text-align: left;}
.nyTitle.left:before{left: 0;transform: translateX(0);}

.aboutWrap .item1{padding: 50px 0 80px;}
.aboutWrap .item1 .top{padding: 0 0 88px 54px;position: relative;}
.aboutWrap .item1 .top .pic{width: 570px;padding-bottom: 390px;position: absolute;overflow: hidden;left: 0;top: 56px;z-index: 2;}
.aboutWrap .item1 .top .text{padding: 60px 40px 50px 0;background: #F9FAFC;box-sizing: border-box;min-height: 390px;}
.aboutWrap .item1 .top .text .ulStyle{width: 54.2%;line-height: 24px;color: #016F48;width: 53%;padding-top: 36px;}
.aboutWrap .item1 .top .text .ulStyle li{padding-left: 60px;position: relative;margin-bottom: 27px;}
.aboutWrap .item1 .top .text .ulStyle li:last-child{margin-bottom: 0;}
.aboutWrap .item1 .top .text .ulStyle li:before{content: "";width: 50px;height: 1px;background: #016F48;position: absolute;left: 0;top: 12px;}

.dateList{padding-top: 50px;display: flex;}
.dateList dd{flex: 1;box-sizing: border-box;border-right: 1px solid #EAEAEA;padding: 5px 10px 8px 22px;}
.dateList dd:first-child{border-left: 1px solid #EAEAEA;}
.dateList dd .icon{height: 25px;}
.dateList dd .data{margin: 18px auto 0;line-height: 42px;color: #016F48;}
.dateList dd .data span{font-size: 35px;font-family: "DINReg";margin-right: 6px;}
.dateList dd p{color: #666666;line-height: 1;}



.aboutWrap .item2{padding: 60px 0;background: url(../images/aboutBg1.jpg) no-repeat center top;background-size: cover;}
.aboutWrap .item2 .top{text-align: center;}
.aboutWrap .item2 .med{margin: 45px auto 65px;}
.aboutWrap .item2 .med .dl{display: flex;background: rgba(255,255,255,0.64);}
.aboutWrap .item2 .med .dl .dt{flex-shrink: 0;width: 37.2%;box-sizing: border-box;padding: 62px 20px 0;min-height: 209px;background-image: linear-gradient(90deg, #016F63, #389009);text-align: center;color: #fff;line-height: 22px;position: relative;}
.aboutWrap .item2 .med .dl .dt:before{content: "";width: 40px;height: 1px;background: #FFFFFF;position: absolute;right: -20px;top:50%;}
.aboutWrap .item2 .med .dl .dt .subTitle{margin: 20px auto 14px;font-weight: normal;opacity: 0.7;}
.aboutWrap .item2 .med .dl .dt p{opacity: 0.5;}
.aboutWrap .item2 .med .dl .dd{flex: 1;box-sizing: border-box;height: 209px;padding: 20px 48px 20px 60px;position: relative;overflow: auto;}
.aboutWrap .item2 .med .dl .dd .li{color: #0A7555;line-height: 24px;font-weight: bold;margin-bottom: 10px;list-style: none;}
.aboutWrap .item2 .med .dl .dd .li:last-child{margin-bottom: 0;}
.aboutWrap .item2 .med .company{padding-top: 72px;position: relative;margin-top: 4px;}
.aboutWrap .item2 .med .company:before{content: "";width: 69.3%;height: 1px;background: #666666;position: absolute;left: 15.35%;top:38px;}
.aboutWrap .item2 .med .company:after{content: "";width: 1px;height: 72px;background: #666666;position: absolute;left: 50%;top:0;}
.aboutWrap .item2 .med .company .arr{position: absolute;left: 50%;top: -7px;margin-left: -5px;border: 6px solid transparent;border-bottom-color: #666666;}
.aboutWrap .item2 .med .company .line{width: 1px;height: 35px;background: #666666;position: absolute;top: 38px;}
.aboutWrap .item2 .med .company .line1{left: 15.35%;}
.aboutWrap .item2 .med .company .line2{right: 15.35%;}
.aboutWrap .item2 .med .company ul{display: flex;justify-content: space-between;}
.aboutWrap .item2 .med .company ul li{width: 30.7%;height: 80px;background: url(../images/aboutBg2.jpg) no-repeat center;background-size: cover;color: #FFFFFF;line-height: 24px;display: flex;align-items: center;justify-content: center;text-align: center;position: relative;}
.aboutWrap .item2 .med .company ul li:nth-child(2){background-image: url(../images/aboutBg3.jpg);}
.aboutWrap .item2 .med .company ul li:nth-child(3){background-image: url(../images/aboutBg4.jpg);}
.aboutWrap .item2 .btm .li{margin-bottom: 48px;}
.aboutWrap .item2 .btm .li:last-child{margin-bottom: 0;}
.aboutWrap .item2 .btm .title{margin-bottom: 16px;padding-left: 13px;position: relative;color: #111111;line-height: 1;}
.aboutWrap .item2 .btm .title:before{content: "";width: 4px;height: 16px;background: #016F48;position: absolute;left: 0;top:50%;margin-top: -8px;}

.aboutWrap .item3{padding: 60px 0;}
.aboutWrap .item3 .nyTitle{margin-bottom: 26px;}
.aboutWrap .item3 .container{margin-top: 40px;position: relative;overflow: hidden;}
.aboutWrap .item3 .container .pic{padding-bottom: 51.74%;position: relative;overflow: hidden;margin-bottom: 12px;}
.aboutWrap .item3 .container .text{text-align: center;color: #333333;line-height: 24px;}
.aboutWrap .item3 .container .text span{font-size: 12px;}

.nyWrap{padding: 50px 0 58px;min-height: 350px;}
.nyWrap.grayBg{background: #F8F8F8;}

.moreStyle{display: block;width: 130px;height: 40px;box-sizing: border-box;position: relative;overflow: hidden;border: 1px solid #E4E4E4;border-radius: 8px;text-align: center;line-height: 38px;}
.moreStyle span{display: inline-block;color: #999999;padding-right: 14px;position: relative;}
.moreStyle span:before{content: "";width: 6px;height: 6px;border-left: 1px solid #999999;border-bottom: 1px solid #999999;position: absolute;right: 0;top:50%;margin-top: -3px;transform: rotateZ(-135deg);}
.moreStyle:before{width: 238px;height: 238px;border-radius: 100%;background: #016F48;content: '';
position: absolute;left: -30%;top: -80%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.moreStyle:hover:before,.moreStyle.on:before{-webkit-transform: scale(1);transform: scale(1);}
.moreStyle:hover,.moreStyle.on{border-color: #016F48;color: #fff;}
.moreStyle:hover span,.moreStyle.on span{color: #fff;}
.moreStyle:hover span:before,.moreStyle.on span:before{border-color: #fff;}


.leaderList li{width: 48.24%;margin-bottom: 30px;}
.leaderList li:nth-child(2n){float: right;}
.leaderList li a{display: block;position: relative;padding-left: 122px;}
.leaderList li .pic{width: 245px;height: 300px;position: absolute;left: 0;top:50%;margin-top: -150px;overflow: hidden;z-index: 2;}
.leaderList li .text{padding: 40px 44px 50px 160px;background: #FFFFFF;box-sizing: border-box;height: 380px;}
.leaderList li .text .name{line-height: 32px;color: #111111;font-weight: normal;}
.leaderList li .text .pos{margin: 12px auto 17px;padding-bottom: 17px;position: relative;border-bottom: 1px solid #F1F1F1;line-height: 16px;color: #999999;}
.leaderList li .text .pos:before{content: "";width: 50px;height: 1px;background: #BBBBBB;position: absolute;left: 0;bottom: -1px;transition:all 0.7s linear;}
.leaderList li .text .tit{line-height: 20px;color: #333333;font-weight: normal;}
.leaderList li .text .desc{margin: 12px auto 44px;color: #666666;line-height: 26px;height: 78px;overflow: hidden;}
.leaderList li:hover .text{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.leaderList li:hover .text .name{color: #016F48;}
.leaderList li:hover .text .pos:before{width: 100%;}

.leaderList.noPic li a{padding-left: 0;}
.leaderList.noPic li .pic{display: none;}
.leaderList.noPic li .text{padding: 40px 44px 50px;}

.popWrap{position: fixed;left: 0;top:0;bottom: 0;right: 0;z-index: 99;display: none;}
.popWrap .bgLayer{position: absolute;left: 0;top:0;right: 0;bottom: 0;background: rgba(0,0,0,0.3);}
.popWrap .popContent{position: absolute;left: 50%;top:50%;transform: translate(-50%, -50%);background: #FFFFFF;box-sizing: border-box;padding: 50px 60px 60px 50px;}
.popWrap .close{width: 40px;height: 40px;position: absolute;right: -40px;top:-40px;background: url(../images/closeIcon.svg) no-repeat center;background-size: 100% 100%;cursor: pointer;}
.popWrap .close1{right: 0;top:0;display: none;}

.popWrap .leaderPop{padding-right: 0;display: flex;align-items: flex-start;}
.leaderPop .pic{width: 317px;flex-shrink: 0;margin-right: 80px;position: relative;display: none;}
.leaderPop .pic:before{content: "";width: 100%;height: 100%;position: absolute;left: 39px;top:36px;background: #D8D8D8;opacity: 0.17;}
.leaderPop .pic img{width: 100%;position: relative;z-index: 2;}
.leaderPop .right{flex: 1;box-sizing: border-box;padding-right: 60px;max-height: 80vh;overflow: auto;}
.leaderPop .name{padding: 16px 0 12px;color: #016F48;line-height: 1;}
.leaderPop .pos{line-height: 20px;color: #999999;padding-bottom: 36px;border-bottom: 1px solid #F1F1F1;margin-bottom: 24px;position: relative;}
.leaderPop .pos:before{content: '';width: 50px;height: 1px;background: #BBBBBB;position: absolute;left: 0;bottom: -1px;}
.leaderPop .tit{line-height: 1px;color: #333333;margin-bottom: 30px;}

.ksPopWrap .popContent{width: 90%;max-width: 600px;box-sizing: border-box;padding: 50px;min-height: 280px;max-height: 80%;}
.ksPopWrap .popContent .nyTitle{color: #016F48;margin-bottom: 30px;}
.ksPopWrap .popContent .pageStyle{text-align: center;}


.cultureWrap .item1{padding: 50px 0 76px;display: flex;align-items: flex-start;justify-content: space-between;}
.cultureWrap .item1 .pic{flex-shrink: 0;width: 630px;padding-bottom: 375px;position: relative;overflow: hidden;margin-left: 30px;}
.cultureWrap .item1 .text{flex: 1;}
.cultureWrap .item1 .nyTitle{margin-bottom: 12px;}
.cultureWrap .item1 .subTitle{line-height: 16px;}
.cultureWrap .item1 .tit{line-height: 1;color: #016F48;font-weight: normal;margin: 46px 0 12px;}

.cultureWrap .item2{padding: 62px 0 92px;background: url(../images/cultureBg1.jpg) no-repeat center top;background-size: cover;}
.cultureWrap .item2 .container{position: relative;overflow: hidden;text-align: center;color: #333333;}
.cultureWrap .item2 .pic{padding-bottom: 57.14%;position: relative;overflow: hidden;margin-bottom: 15px;}
.cultureWrap .item2 h5{line-height: 32px;margin-bottom: 14px;}
.cultureWrap .item2 p{line-height: 1.2;}

.cultureWrap .item3{padding: 72px 0 80px;}
.cultureWrap .item3 .content{background-image: linear-gradient(-90deg, #016F63, #389009);padding: 58px 80px 58px 322px;position: relative;overflow: hidden;color: #FFFFFF;max-width: 1200px;margin: 0 auto;box-sizing: border-box;}
.cultureWrap .item3 .content:before{content: "";width: 547px;height: 100%;position: absolute;left: -190px;top: 0;border-radius: 140px;background: #F6F6F6;opacity: 0.2;}
.cultureWrap .item3 .content .logo{position: absolute;left: 92px;top:50%;transform: translateY(-50%);z-index: 2;}
.cultureWrap .item3 .content .li{margin-bottom: 28px;list-style: none;display: flex;align-items: flex-start;}
.cultureWrap .item3 .content .li:last-child{margin-bottom: 0;}
.cultureWrap .item3 .content .li .num{flex-shrink: 0;margin-right: 26px;font-size: 40px;font-family: "Arial";line-height: 44px;}

.recomNews{padding: 48px 50px 52px 60px;background: #fff;margin-bottom: 40px;}
.recomNews .container{position: relative;overflow: hidden;}
.recomNews .container a{display: flex;align-items: flex-start;justify-content: space-between;}
.recomNews .container .pic{width: 48.65%;padding-bottom: 350px;position: relative;overflow: hidden;}
.recomNews .container .text{width: 47.46%;padding-top: 40px;}
.recomNews .container .title{padding-bottom: 30px;margin-bottom: 25px;position: relative;border-bottom: 1px solid #D8D8D8;}
.recomNews .container .title:before{content: "";width: 50px;height: 1px;background: #807F7F;position: absolute;left: 0;bottom: -1px;transition:all 0.7s linear;}
.recomNews .container .title h5{color: #111111;line-height: 32px;max-height: 64px;max-width: 475px;overflow: hidden;font-weight: normal;}
.recomNews .container p{color: #666666;line-height: 26px;max-height: 52px;overflow: hidden;margin-bottom: 68px;}
.recomNews:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.recomNews .container a:hover .title h5{color: #016F48;}
.recomNews .container a:hover .title:before{width: 100%;}
.recomNews .swiper-pagination{width: 48.65%;left: auto;right: 0;bottom: 20px;}
.recomNews .swiper-pagination .swiper-pagination-bullet{margin: 0 2px;width: 16px;height: 16px;position: relative;background: none;opacity: 1;}
.recomNews .swiper-pagination .swiper-pagination-bullet:before,
.recomNews .swiper-pagination .swiper-pagination-bullet:after{content: "";position: absolute;border-radius: 50%;}
.recomNews .swiper-pagination .swiper-pagination-bullet:before{width: 8px;height: 8px;left: 50%;top:50%;margin: -4px 0 0 -4px;background: #F9F9F9;opacity: 0.7;z-index: 2;}
.recomNews .swiper-pagination .swiper-pagination-bullet:after{width: 100%;height: 100%;left: 0;top:0;background: #FDFDFD;opacity: 0;transform: scale(0);}
.recomNews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity: 0.7;transform: scale(1);}
.recomNews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background: #F9F9F9;opacity: 1;}

.dateStyle{flex-shrink: 0;padding: 0 0 12px 47px;border-left: 1px solid #F2F2F2;}
.dateStyle span{display: block;color: #666666;line-height: 30px;font-family: "DINBlack";}
.dateStyle em{display: block;color: #666666;line-height: 20px;font-family: "DINReg";margin-bottom: 18px;}
.dateStyle .arr{filter: brightness(0) invert(0.6);opacity: 0.6;}

.newsList{padding-bottom: 40px;}
.newsList li{margin-bottom: 30px;}
/* .newsList li:last-child{margin-bottom: 0;} */
.newsList a{display: flex;align-items: center;padding: 40px 66px 40px 40px;background: #FFFFFF;}
.newsList .pic{flex-shrink: 0;width: 250px;padding-bottom: 150px;position: relative;overflow: hidden;}
.newsList .text{flex: 1;box-sizing: border-box;padding: 0 50px 0 36px;overflow: hidden;}
.newsList .text h5{color: #111111;font-weight: normal;line-height: 24px;margin-bottom: 8px;}
.newsList .text p{color: #666666;line-height: 26px;max-height: 52px;overflow: hidden;}
.newsList a:hover{box-shadow: 0 0 20px rgba(1,33,88,0.1);}
.newsList a:hover .text h5,.newsList a:hover .dateStyle span{color: #008952;}
.newsList a:hover .dateStyle .arr{filter: brightness(1) invert(0);opacity: 1;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;margin: 0 40px;padding: 0 48px;border: 1px solid #ECECEC;background: #fff;color: #999999;line-height: 48px;font-size: 18px;}
.page a.num{margin: 0 5px;padding: 0 18px;}
.page a.on,.page a:hover{border-color: #008952;background: #008952;color: #fff;}

.nyWrap1{padding-bottom: 200px;}

.passage{box-sizing: border-box;padding: 60px 80px 50px 90px;background: #FFFFFF;}
.passage .psgTitle{margin-bottom: 18px;}
.passage .psgTitle h4{margin-bottom: 50px;text-align: center;color: #111111;line-height: 32px;}
.passage .psgTitle .btm{padding: 20px 0;border-top: 1px solid #D8D8D8;border-bottom: 1px solid #D8D8D8;color: #666666;line-height: 35px;display: flex;align-items: center;justify-content: space-between;}
.passage .psgTitle .btm .left span{margin-right: 45px;}
.passage .psgTitle .btm .left span:last-child{margin-right: 0;}
.passage .psgTitle .share-wrap{margin-right: 24px;}
.passage .psgTitle .share-wrap .item{margin-right: 10px;}
.passage .psgTitle .share-wrap .item img{filter: brightness(0) invert(0.5);opacity: 0.3;}
.passage .psgTitle .share-wrap .item:hover img{filter: brightness(1) invert(0);opacity: 1;}
.passage .psgTitle .share-wrap .icon{margin-right: 4px;}
.passage .psgTitle .fontSize img{margin-right: 12px;cursor: pointer;}
.passage .psgCont{min-height: 300px;padding-bottom: 60px;border-bottom: 1px solid #D8D8D8;margin-bottom: 44px;}
.passage .psgCont .pic{text-align: center;padding: 50px 0 40px;}
.passage .psgCont.large{font-size: 18px;}
.passage .psgCont.small{font-size: 14px;}
.passage .psgCont table{margin: 12px auto !important;}
.passage .psgLink li{margin-bottom: 26px;color: #333333;}
.passage .psgLink li:last-child{margin-bottom: 0;}
.passage .psgLink li a:hover{text-decoration: underline;color: #016F48;}

.noticeList{padding-bottom: 50px;}
.noticeList li{width: 48.97%;margin-bottom: 20px;}
.noticeList li:nth-child(2n){float: right;}
.noticeList a{display: flex;padding: 28px 40px 28px 24px;background: #FFFFFF;align-items: center;}
.noticeList .date{flex-shrink: 0;padding-right: 17px;border-right: 1px solid #F2F2F2;margin-right: 17px;}
.noticeList .date span{display: block;margin-bottom: 7px;line-height: 30px;color: #666666;font-family: "DINBlack";}
.noticeList .date em{display: block;line-height: 20px;color: #666666;font-family: "DINReg";}
.noticeList .text{flex: 1;overflow: hidden;}
.noticeList h5{margin-bottom: 8px;color: #111111;line-height: 22px;font-weight: normal;}
.noticeList p{color: #666666;line-height: 26px;}
.noticeList .arr{flex-shrink: 0;margin-left: 55px;filter: brightness(0) invert(0.5);opacity: 0.3;}
.noticeList a:hover{box-shadow: 0 0 20px rgba(1,33,88,0.1);}
.noticeList a:hover .date span,
.noticeList a:hover h5{color: #008952;}
.noticeList a:hover .arr{filter: brightness(1) invert(0);opacity: 1;}

.noticeList1 li{width: 100%;}
.noticeList1 .date{padding-right: 38px;margin-right: 38px;}

.jobScoll{padding: 0 114px;position: relative;margin-bottom: 55px;}
.jobScoll .btn{position: absolute;padding: 0 10px;top: 0;height: 36px;line-height: 36px;cursor: pointer;}
.jobScoll .btn.prev{left: 40px;}
.jobScoll .btn.next{right: 40px;}
.jobScoll .btn img{filter: brightness(0) invert(0.5);opacity: 0.5;}
.jobScoll .btn:hover img{filter: brightness(1) invert(0);opacity: 1;}
.jobScoll .btn.swiper-button-disabled{opacity: 0.5;pointer-events: none;}
.jobScoll .container{position: relative;overflow: hidden;text-align: center;}
.jobScoll .container a{display: inline-block;color: #666666;line-height: 24px;padding: 0 20px 29px;position: relative;}
.jobScoll .container a:before{content: "";width: 100%;height: 4px;position: absolute;left: 0;bottom: 0;background: #016F48;opacity: 0;transform: scale(0, 1);}
.jobScoll .container .on a,.jobScoll .container a:hover{color: #016F48;}
.jobScoll .container .on a:before{opacity: 1;transform: scale(1);}

.jobList{padding-bottom: 72px;}
.jobList .item{width: 10%;text-align: center;box-sizing: border-box;padding: 0 12px;}
.jobList .item1,.jobList .item2,.jobList .item3{width: 20%;}
.jobList .item1{padding-left: 64px;text-align: left;}
.jobList .hd{background: #EAEAEA;line-height: 70px;color: #111111;font-weight: bold;}
.jobList .dt{line-height: 90px;color: #111111;cursor: pointer;}
.jobList .dt .arr{display: inline-block;width: 30px;height: 30px;box-sizing: border-box;border: 1px solid #D8D8D8;border-radius: 50%;position: relative;vertical-align: middle;}
.jobList .dt .arr::before{content: "";width: 5px;height: 5px;border-left: 1px solid #D8D8D8;border-bottom: 1px solid #D8D8D8;position: absolute;left: 50%;top:50%;margin: -3px 0 0 -3px;transform: rotateZ(-45deg);}
.jobList .nLi:nth-child(2n) .dt{background: #FFFFFF;}
.jobList .dd{background: #FFFFFF;box-shadow: 0 0 20px rgba(1,33,88,0.1);color: #666666;display: none;}
.jobList .dd .wrap{padding: 55px 60px 60px;}
.jobList .dd .wap{display: none;}
.jobList .dd .tit{margin-bottom: 12px;color: #333333;line-height: 26px;font-weight: normal;}
.jobList .dd .cont{margin-bottom: 50px;}
.jobList .nLi.on{margin-bottom: 20px;}
.jobList .nLi.on .dt{background: #016F48;color: #fff;}
.jobList .nLi.on .dt .arr{border-color: #F7F7F7;background: #F7F7F7;transform: rotateZ(180deg);}
.jobList .nLi.on .dt .arr:before{border-color: #016F48;}

.arrStyle{display: block;width: 44px;height: 44px;box-sizing: border-box;border: 1px solid #DCDCDC;border-radius: 50%;position: relative;}
.arrStyle:before{content: "";width: 7px;height: 7px;border-left: 1px solid #999999;border-bottom: 1px solid #999999;position: absolute;left: 50%;top:50%;margin: -4px 0 0 -4px;transform: rotateZ(-135deg);}


.picNewsList{padding-bottom: 20px;}
.picNewsList li{width: 32%;margin: 0 2% 50px 0;}
.picNewsList li:nth-child(3n){margin-right: 0;}
.newsItem a{display: block;background: #FFFFFF;}
.newsItem .pic{padding-bottom: 62.93%;position: relative;overflow: hidden;}
.newsItem .text{padding: 24px 34px 56px;}
.newsItem .text h5{color: #111111;font-weight: normal;line-height: 26px;height: 52px;overflow: hidden;}
.newsItem .text p{color: #666666;line-height: 26px;height: 52px;overflow: hidden;margin: 14px auto 36px;}
.newsItem .text .btm{display: flex;align-items: center;justify-content: space-between;}
.newsItem .text .date em{display: block;line-height: 20px;color: #666666;font-family: "DINReg";}
.newsItem .text .date span{display: block;line-height: 30px;color: #666666;font-family: "DINBlack";}
.newsItem a:hover{box-shadow: 0 0 20px rgba(1,33,88,0.15);}
.newsItem a:hover .text h5,
.newsItem a:hover .text .date span{color: #016F48;}
.newsItem a:hover .arrStyle{border-color: #016F48;background: #016F48;}
.newsItem a:hover .arrStyle:before{border-color: #fff;}

.appointment.grayBg{background: url(../images/appointmentBg.jpg) no-repeat center top;background-size: cover;}
.appointment .item1{margin-bottom: 80px;}
.appointment .item1 ul{display: flex;justify-content: space-between;margin-top: -8px;}
.appointment .item1 li{width: 31.43%;box-sizing: border-box;padding: 57px 20px 100px;text-align: center;background: #FFFFFF;}
.appointment .item1 li .num{color: #016F48;font-size: 60px;line-height: 60px;display: inline-block;font-family: "DIN-Medium";}
.appointment .item1 li .text{color: #111111;line-height: 26px;min-height: 104px;margin: 28px auto 34px;}
.appointment .item1 li .pic img{max-width: 100%;}
.appointment .item1 li:hover{box-shadow: 0 0 20px rgba(1,33,88,0.2);}
.appointment .item2 .nyTitle{margin-bottom: 20px;}
.appointment .item2 .cont{line-height: 26px;}

.search{margin-bottom: 45px;padding: 20px 266px 20px 146px;position: relative;z-index: 2;background: #FFFFFF;border: 1px solid #E7E7E7;}
.search .label{position: absolute;left: 33px;top: 20px;color: #666666;line-height: 66px;}
.search .subm{position: absolute;right: 0;top:0;width: 266px;height: 100%;background: #016F48;border: none;color: #fff;cursor: pointer;}
.search .subm:hover{background: #015839;}
.search .selectWrap{width: 100%;}
.search .select1{width: 46.6%;margin-right: 1.76%;position: relative;z-index: 3;}
.search .select1 dt{background: #F2F2F2;border-radius: 5px;cursor: pointer;position: relative;padding: 0 45px 0 30px;color: #999999;line-height: 66px;}
.search .select1 dt:before{content: "";border: 8px solid transparent;border-top-color: #D8D8D8;position: absolute;right: 21px;top:50%;margin-top: -4px;}
.search .select1 dd{position: absolute;left: 0;top:66px;width: 100%;background: #fff;border-radius: 5px;display: none;}
.search .select1 dd ul{padding: 20px;box-shadow: 0 0 10px rgba(1,33,88,0.1)}
.search .select1 dd ul li{margin: 0 30px 12px 0;cursor: pointer;position: relative;min-width: 96px;}
.search .select1 dd ul li:before{content: "";width: 1px;height: 12px;background: #E3E3E3;position: absolute;right: -15px;top:50%;margin-top: -6px;}
.search .select1 dd ul li:hover{color: #016F48;}
.search .select1 dd ul li:last-child{margin-right: 0;}
.search .select1 dd ul li:last-child:before{display: none;}

.tableStyle table{width: 100%;border-collapse:collapse;background: #FFFFFF;}
.tableStyle table th{border: 1px solid rgba(255,255,255,0.22);background: #016F48;color: #fff;line-height: 90px;font-weight: bold;}
.tableStyle table td{border: 1px solid #EFEFEF;padding: 28px 0;text-align: center;color: #333333;line-height: 24px;}
.tableStyle table td.ks{padding-left: 15px;text-align: left;color: #016F48;font-weight: bold;}
.tableStyle table td.am{color: #CEB200;font-weight: bold;}
.tableStyle table td.pm{color: #E44A0D;font-weight: bold;}
.tableStyle table td a:hover{color: #016F48;text-decoration: underline;}
.tableStyle table tr.grayBg{background: #F8F8F8;}

.guideWrap .guideList{padding-bottom: 30px;}
.guideWrap .dl{margin-bottom: 20px;background: #FFFFFF;}
.guideWrap .dt{color: #111111;line-height: 40px;padding: 20px 40px;display: flex;align-items: center;justify-content: space-between;cursor: pointer;}
.guideWrap .dt .left{padding-left: 60px;position: relative;flex: 1;}
.guideWrap .dt .num{position: absolute;left: 0;top:0;padding-right: 22px;color: #666666;font-family: "DINReg";}
.guideWrap .dt .num:before{content: "";width: 1px;height: 16px;background: #D8D8D8;position: absolute;right: 0;top:50%;margin-top: -8px;}
.guideWrap .dt .arr{flex-shrink: 0;margin-left: 20px;filter: brightness(0) invert(0.5);opacity: 0.5;transform: rotateZ(-90deg);}
.guideWrap .dt .btn{color: #999999;flex-shrink: 0;margin-left: 20px;}
.guideWrap .dt .btn img{margin-left: 18px;filter: brightness(0) invert(0.5);opacity: 0.5;}
.guideWrap .dd{padding: 0 40px;display: none;}
.guideWrap .dd .wrap{border-top: 1px solid #016F48;padding: 15px 0 26px;line-height: 26px;}
.guideWrap .dd .wrap p{margin-bottom: 12px;}
.guideWrap .dl.on .dt,.guideWrap .dl.on .dt .num{color: #016F48;}
.guideWrap .dl.on .dt .num:before{background-color: #016F48;}
.guideWrap .dl.on .dt .arr{filter: brightness(1) invert(0);opacity: 1;transform: rotateZ(90deg);}
.guideWrap .dl:hover dt .num,.guideWrap .dl:hover dt span,.guideWrap .dl:hover dt .btn{color: #016F48;}
.guideWrap .dl:hover dt .num:before{background: #016F48;}
.guideWrap .dl:hover dt .btn img{filter: brightness(1) invert(0);opacity: 1;}

.mrgBtm{margin-bottom: 10px;}

.hospitalGuide .nyTitle{margin-bottom: 36px;}
.hospitalGuide .tit{color: #111111;}
.hospitalGuide .pic{text-align: center;padding: 84px 0 75px;}

.ksNav dl{margin-bottom: 40px;background: #FFFFFF;padding-left: 266px;position: relative;}
.ksNav dl dt{position: absolute;left: 0;top:0;width: 266px;height: 100%;background: url(../images/navBg.jpg) no-repeat center top;background-size: cover;display: flex;align-items: center;}
.ksNav dl dt .text{width: 100%;box-sizing: border-box;padding: 0 10px;color: #fff;line-height: 24px;text-align: center;}
.ksNav dl dt h5{font-weight: normal;margin-bottom: 10px;}
.ksNav dl dd{padding: 55px 35px 20px 24px;}
.ksNav dl dd li{width: 20%;margin-bottom: 26px;width: 25%;position: relative;}
/* .ksNav dl dd li:before{content: "";width: 6px;height: 6px;background: #D8D8D8;border-radius: 50%;position: absolute;left: 28px;top:50%;margin-top: -3px;z-index: 3;} */
.ksNav dl dd li a{display: flex;align-items: center;/* padding: 0 10px 0 44px; */position: relative;color: #333333;line-height: 20px;height: 50px;z-index: 2;border-radius: 5px;}
.ksNav dl dd li a span{position: relative;padding: 0 10px 0 44px;}
.ksNav dl dd li a span:before{content: "";width: 6px;height: 6px;background: #D8D8D8;border-radius: 50%;position: absolute;left: 28px;top: 50%;margin-top: -3px;z-index: 3;}
.ksNav dl dd li:hover a{background: #016F48;color: #fff;}
.ksNav dl dd li:hover a span:before{background: #fff;}

.indexSite {padding:0}
.indexSite dl{margin-bottom: 15px;background: #FFFFFF;padding-left: 110px;position: relative;}
.indexSite dl dt{position: absolute;left: 0;top:0;width: 110px;height: 100%;background: url(../images/navBg.jpg) no-repeat center top;background-size: cover;display: flex;align-items: center;}
.indexSite dl dt .text{width: 100%;box-sizing: border-box;padding: 0 10px;color: #fff;line-height: 24px;text-align: center;}
.indexSite dl dt h5{font-weight: normal;margin-bottom: 10px;}
.indexSite dl dd{padding: 15px 10px 15px 10px}
.indexSite dl dd li{width: 20%;margin-bottom: 5px;width: 25%;position: relative;}
/* .indexSite dl dd li:before{content: "";width: 6px;height: 6px;background: #D8D8D8;border-radius: 50%;position: absolute;left: 28px;top:50%;margin-top: -3px;z-index: 3;} */
.indexSite dl dd li a{display: flex;align-items: center;/* padding: 0 10px 0 44px; */position: relative;color: #333333;line-height: 20px;height: 60px;z-index: 2;border-radius: 5px;}
.indexSite dl dd li a span{position: relative;padding: 0 10px 0 25px;-webkit-line-clamp:3}
.indexSite dl dd li a span:before{content: "";width: 6px;height: 6px;background: #D8D8D8;border-radius: 50%;position: absolute;left: 9px;top: 50%;margin-top: -3px;z-index: 3;}
.indexSite dl dd li:hover a{background: #016F48;color: #fff;}
.indexSite dl dd li:hover a span:before{background: #fff;}

/* 问卷调查 */
.inves{box-sizing: border-box;padding: 40px 84px 76px;background: #FFFFFF url(../images/invesBg.jpg) no-repeat center bottom;}
.inves .item{margin-top: 80px;}
.inves .item .title{color: #111;margin-bottom: 20px;}
.inves .item ul li{height: 80px;border-bottom: 1px solid #f0f0f0;}
.inves .item ul li .option{color: #111;padding-left: 50px;position: relative;}
.inves .item ul li .option .num{position: absolute;left: 0;top:0;color: #666666;font-family: "DINReg";padding-right: 14px;}
.inves .item ul li .option .num:before{content: "";width: 1px;height: 16px;background: #D8D8D8;position: absolute;right: 0;top:50%;margin-top: -8px;}
.inves .item ul li .choice{color: #333;}
.inves .item ul li .choice input{display: none;}
.inves .item ul li .choice label{display: flex;align-items: center;margin-left: 30px;cursor: pointer;}
.inves .item ul li .choice span{width: 12px;height: 12px;border-radius: 50%;border: 1px solid #6a6a6a;margin-right: 12px;position: relative;}
.inves .item ul li .choice span::before{width: 8px;height: 8px;content: '';position: absolute;background: #016F48;border-radius: 50%;left: 50%;top: 50%;margin: -4px 0 0 -4px;transform: scale(0);transition: 0.3s;}
.inves .item ul li .choice label input:checked + span{border-color: #016F48;}
.inves .item ul li .choice label input:checked + span::before{background: #016F48;transform: scale(1);}
.inves form .btn{margin-top: 90px;}
.inves form .btn{display: flex;justify-content: center;margin-top: 30px;}
.inves form .btn input{border: 1px solid #016F48;width: 110px;height: 33px;line-height: 33px;background: #ffffff;border-radius: 5px;margin: 0 7px;cursor: pointer;color: #016F48;}
.inves form .btn input[type=submit]{background: #016F48;color: #fff;}

.msgWrap{margin-bottom: 68px;position: relative;}
.msgWrap .text{width: 18.27%;margin: 0 1.46% 31px 0;box-sizing: border-box;border: 1px solid #EBEBEB;background: #FFFFFF;border-radius: 5px;padding: 0 8px 0 24px;line-height: 63px;color: #333;}
.msgWrap textarea{width: 60.54%;height: 161px;box-sizing: border-box;border: 1px solid #EBEBEB;background: #FFFFFF;border-radius: 5px;padding: 10px 20px 10px 37px;line-height: 43px;}
.msgWrap .code{width: 38%;box-sizing: border-box;padding-right: 179px;position: absolute;left: 0;bottom: 0;}
.msgWrap .code .text{width: 100%;border-radius: 5px 0 0 5px;border-right: none;margin: 0;}
.msgWrap .code img{position: absolute;right: 0;top:0;width: 179px;height: 100%;border-radius: 0 0 5px 5px;cursor: pointer;}
::-webkit-input-placeholder { 
  color: #999999;
}


.ksWrap .item1{margin-bottom: 78px;display: flex;justify-content: space-between;align-items: flex-start;}
.ksWrap .item1 .nyTitle{margin-bottom: 20px;}
.ksWrap .item1 .pic{width: 44.74%;padding-bottom: 350px;position: relative;overflow: hidden;}
.ksWrap .item1 .text{width: 49.12%;padding-top: 27px;}
.ksWrap .item1 .text .cont{max-height: 260px;overflow: auto;padding-right: 20px;}
.ksWrap .item2{padding: 77px 0 73px;background: url(../images/ksBg.jpg) no-repeat center top;background-size: cover;}
.ksWrap .item2 .tabs{margin-bottom: 30px;}
.ksWrap .item2 .tabs li{margin-right: 47px;position: relative;color: #666666;line-height: 1;padding-bottom: 25px;position: relative;cursor: pointer;}
.ksWrap .item2 .tabs li:before{content: "";width: 2px;height: 16px;background: #D8D8D8;position: absolute;right: -21px;top:3px;}
.ksWrap .item2 .tabs li:last-child{margin-right: 0;}
.ksWrap .item2 .tabs li:last-child:before{display: none;}
.ksWrap .item2 .tabs li:after{content: "";width: 30px;height: 4px;background: #016F48;position: absolute;left: 0;bottom: 0;transform: scale(0,1);opacity: 0;ransform-origin:left center;}
.ksWrap .item2 .tabs li.active{color: #111111;font-weight: bold;}
.ksWrap .item2 .tabs li.active:after{transform: scale(1);opacity: 1;}
.ksWrap .item2 .container{position: relative;overflow: hidden;}
.ksWrap .item2 .container .tit{margin: 48px auto 12px;color: #111111;}
.ksWrap .item2 .container .tit:first-child{margin-top: 0;}
.ksWrap .item2 .container .tit .num{font-family: "DINBlack";}
.ksWrap .item3{padding-top: 78px;}

.ksNewsContainer{padding-bottom: 72px;position: relative;overflow: hidden;}

.docList.docTeamContainer{padding: 0 0 40px;margin: 0 auto;overflow: inherit;}
.docList.docTeamContainer li{width: 23%;margin: 0 2.66% 45px 0;}
.docList.docTeamContainer li:nth-child(4n){margin-right: 0;}
.docList.docTeamContainer .text{background: none;}
.docList.docTeamContainer a:hover .text{background: #fff;}

.docContent{box-sizing: border-box;padding: 60px 60px 80px 65px;background: #fff;display: flex;align-items: flex-start;justify-content: space-between;}
.docContent .left{width: 24.13%;}
.docContent .left .pic{width: 100%;}
.docContent .left .name{color: #111111;line-height: 32px;margin: 24px auto 24px;}
.docContent .left .desc{line-height: 26px;color: #666666;}
.docContent .right{width: 70.95%;}
.docContent .right .tit{color: #016F48;line-height: 20px;padding-left: 11px;position: relative;margin: 36px auto 12px;}
.docContent .right .tit:before{content: "";width: 3px;height: 13px;background: #016F48;position: absolute;left: 0;top:50%;margin-top: -6px;}
.docContent .right .tit:first-child{margin-top: 0;}
.docContent .right .tableStyle{padding-top: 10px;}
.docContent .right .tableStyle table th{line-height: 60px;}
.docContent .right .tableStyle table td{padding: 32px 16px;line-height: 14px;color: #666666;}
.docContent .right .tableStyle table tr td:first-child{color: #016F48;font-weight: bold;}


.picList{padding-bottom: 25px;}
.picList li{width: 31.8%;margin: 0 2.3% 45px 0;}
.picList li:nth-child(3n){margin-right: 0;}
.picList li a{display: block;}
.picList li .pic{padding-bottom: 64.13%;position: relative;overflow: hidden;}
.picList.picList1 li .pic{padding-bottom: 45.98%;}
.picList li h5{line-height: 80px;color: #111111;font-weight: normal;}
.picList li a:hover{background: #FFFFFF;box-shadow: 0 0 20px rgba(1,33,88,0.1);}
.picList li a:hover h5{padding: 0 24px;color: #008952;}

.ztWrap{padding: 580px 0 150px;background: #F8F8F8;position: relative;}
.ztWrap .bg{width: 100%;position: absolute;left: 0;top:0;}
.ztWrap .content{position: relative;z-index: 2;}
.ztWrap .toListBtn{position: absolute;right: 0;top:-68px;padding: 0 42px;border: 1px solid rgba(255,255,255,0.39);border-radius: 25px;background: rgba(255,255,255,0.2);line-height: 48px;color: #fff;}
.ztWrap .toListBtn img{margin: -0.25em 0 0 10px;}
.ztWrap .toListBtn:hover{background: #008952;border-color: #008952;}

.tsksList dl{margin-bottom: 30px;display: flex;align-items: center;background: #FFFFFF;}
.tsksList dl:last-child{margin-bottom: 0;}
.tsksList dl .nyTitle{margin-bottom: 25px;}
.tsksList dt{width: 44.7%;padding-bottom: 400px;position: relative;overflow: hidden;}
.tsksList dd{width: 55.3%;box-sizing: border-box;padding: 0 60px 0 70px;}
.tsksList dd .desc{color: #333333;line-height: 32px;height: 96px;overflow: hidden;margin-bottom: 50px;}
.tsksList dl:nth-child(2n){flex-direction: row-reverse;}
.tsksList dl:hover .nyTitle{color: #016F48;}

.contactUs .item{margin-bottom: 130px;padding: 58px 0 0 0;position: relative;}
.contactUs .item:last-child{margin-bottom: 0;}
.contactUs .item .mapWrap{width: 65.7%;height: 500px;position: absolute;right: 0;top:0;}
.contactUs .item .text{width: 41.66%;position: relative;z-index: 2;}
.contactUs .item .title{margin-bottom: 38px;line-height: 20px;color: #111111;font-weight: normal;padding-left: 15px;position: relative;}
.contactUs .item .title:before{content: "";width: 4px;height: 15px;background: #016F48;position: absolute;left: 0;top:50%;margin-top: -7px;}
.contactUs .item .cont{padding: 28px 42px 30px 35px;background: #fff;min-height: 425px;box-sizing: border-box;}
.contactUs .item .pic{padding-bottom: 197px;position: relative;overflow: hidden;margin-bottom: 30px;}
.contactUs .item .txt{color: #666666;line-height: 32px;}
.contactUs .item .txt p em{color: #111111;}

.scheduleNav{margin-bottom: 50px;text-align: center;}
.scheduleNav li{margin: 0 20px;display: inline-block;}
.scheduleNav li a{display: block;color: #666;line-height: 24px;padding: 0 0 20px;position: relative;}
.scheduleNav li a:before{content: "";width: 100%;height: 4px;position: absolute;left: 0;bottom: 0;background: #016F48;opacity: 0;transform: scale(0, 1);}
.scheduleNav li.on a,.scheduleNav li a:hover{color: #016F48;}
.scheduleNav li.on a:before{opacity: 1;transform: scale(1);}

/* 荣誉成就 */
.honorWrap .item1{padding: 64px 0 120px;background: url(../images/honorBg.jpg) no-repeat center top;background-size: cover;}
.honorWrap .item1 .desc{margin-bottom: 80px;}
.honorWrap .item1 .scrollWrap{padding: 60px 72px;background: #FFFFFF;box-shadow: 0 0 15px rgba(1,33,88,0.15);}
.honorWrap .tabScroll{position: relative;overflow: hidden;margin-bottom: 35px;}
.honorWrap .tabScroll:before{content: "";width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;background: #D8D8D8;}
.honorWrap .tabScroll .swiper-slide{line-height: 40px;color: rgba(102,102,102,0.66);font-family: "DINBlack";text-align: center;padding-bottom: 28px;position: relative;cursor: pointer;}
.honorWrap .tabScroll .swiper-slide::before{content: "";width: 100%;height: 6px;position: absolute;left: 0;bottom: 0;background: #016F48;opacity: 0;transform: scale(0,1);}
.honorWrap .tabScroll .swiper-slide.on{color: #016F48;}
.honorWrap .tabScroll .swiper-slide.on:before{opacity: 1;transform: scale(1);}
.honorWrap .tabScroll .btn{position: absolute;padding: 0 10px;top: 0;height: 36px;line-height: 36px;cursor: pointer;z-index: 3;}
.honorWrap .tabScroll .btn.prev{left: 0;}
.honorWrap .tabScroll .btn.next{right: 0;}
.honorWrap .tabScroll .btn img{filter: brightness(0) invert(0.5);opacity: 0.5;}
.honorWrap .tabScroll .btn:hover img{filter: brightness(1) invert(0);opacity: 1;}
.honorWrap .tabScroll .btn.disable{opacity: 0.3;pointer-events: none;}
.honorWrap .contScroll{position: relative;overflow: hidden;}
.honorWrap .contScroll .pageStyle{color: #016F48;}

.honorWrap .item2{margin: 55px auto;}
.honorWrap .item2 .scroll{padding: 20px 48px 64px;position: relative;margin-top: -20px;}
.honorWrap .item2 .scroll .btn{position: absolute;top: calc((100% - 74px) / 2);cursor: pointer;z-index: 2;}
.honorWrap .item2 .scroll .prev{left: 0;}
.honorWrap .item2 .scroll .next{right: 0;}
.honorWrap .item2 .scroll .btn img{filter: brightness(0) invert(0.5);opacity: 0.5;}
.honorWrap .item2 .scroll .btn.swiper-button-disabled{opacity: 0.5;pointer-events: none;}
.honorWrap .item2 .scroll .btn:hover img{filter: brightness(1) invert(0);opacity: 1;}
.honorWrap .item2 .scroll .container{position: relative;overflow: hidden;}
.honorWrap .item2 .scroll .pic{padding: 24px;background: #F3F4F6;margin-bottom: 24px;}
.honorWrap .item2 .scroll .pic .wrap{padding-bottom: 73.05%;position: relative;}
.honorWrap .item2 .scroll .pic .wrap span{position: absolute;left: 0;top:0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.honorWrap .item2 .scroll .pic .wrap img{max-width: 100%;max-height: 100%;}
.honorWrap .item2 .scroll h5{color: #111111;line-height: 25px;font-weight: normal;text-align: center;height: 50px;overflow: hidden;padding: 0 38px;}
.honorWrap .item2 .scroll .swiper-pagination-style{width: 100%;left: 0;bottom: 0;}
.honorWrap .item2 .scroll .swiper-slide:hover .pic{background: #FFFFFF;box-shadow: 0 0 20px rgba(1,33,88,0.1);}
.honorWrap .item2 .scroll .swiper-slide:hover h5{color: #016F48;}

.nyWrap.leaderWrap{background: url(../images/leaderBg1.jpg) no-repeat center top;background-size: cover;}
.leaderList1 li{width: 48.2%;box-sizing: border-box;padding: 40px 50px;background: rgba(255,255,255,0.7);line-height: 40px;display: flex;margin-bottom: 30px;}
.leaderList1 li:nth-child(2n){float: right;}
.leaderList1 li .name{min-width: 110px;flex-shrink: 0;margin-right: 36px;position: relative;color: #06724C;font-weight: bold;}
.leaderList1 li .name:before{content: "";width: 1px;height: 14px;background: #E5E5E5;position: absolute;right: 0;top:50%;margin-top: -7px;}
.leaderList1 li .pos{color: #666666;flex: 1;overflow: hidden;}

.level3Nav{max-width: 670px;margin: 0 auto 32px;border-bottom: 2px solid #ECECEC;display: flex;align-items: center;justify-content: center;}
.level3Nav li{margin: 0 11px;}
.level3Nav li a{display: block;position: relative;color: #666666;line-height: 1;padding: 0 22px 22px;}
.level3Nav li a:before{content: "";width: 100%;height: 2px;background: #016F48;position: absolute;left: 0;bottom: -2px;transform: scale(0,1);opacity: 0;}
.level3Nav li.on a,.level3Nav li a:hover{color: #016F48;}
.level3Nav li.on a::before,.level3Nav li a:hover::before{transform: scale(1);opacity: 1;}

.msgForm{display: flex;justify-content: space-between;flex-wrap: wrap;}
.msgForm .formItem{width: 49.27%;display: flex;background: #FFFFFF;margin-bottom: 20px;}
.msgForm .formItem.w100p{width: 100%;}
.msgForm .formItem .label{flex-shrink: 0;line-height: 65px;color: #666666;padding-left: 10px;}
.msgForm .formItem .label em{color: #D6242B;margin-right: 4px;}
.msgForm .formItem .cont{flex: 1;overflow: hidden;box-sizing: border-box;}
.msgForm .formItem .cont .text,
.msgForm .formItem .cont textarea{width: 100%;height: 65px;border: none;background: none;line-height: 65px;color: #555;}
.msgForm .formItem .cont textarea{height: 296px;}
.msgForm .formItem.codeItem .cont{padding-right: 210px;position: relative;}
.msgForm .formItem.codeItem .pic{width: 210px;height: 100%;position: absolute;right: 0;top:0;cursor: pointer;}
.msgForm .formItem.codeItem .pic img{width: 100%;height: 100%;}
.msgForm .btnWrap{display: flex;align-items: center;justify-content: center;width: 100%;padding-top: 50px;}
.msgForm .btnWrap .btn{width: 145px;height: 45px;box-sizing: border-box;margin: 0 10px;border: 1px solid #016F48;background: #F6F7FA;line-height: 43px;color: #016F48;cursor: pointer;}
.msgForm .btnWrap .btn.subm{background: #016F48;color: #fff;}
.msgForm .btnWrap .btn.reset:hover{background: #016F48;color: #fff;}
.msgForm .btnWrap .btn.subm:hover{background: #F6F7FA;color: #016F48;}

.filter{margin-bottom: 32px;display: flex;align-items: center;justify-content: space-between;}
.filter .btn{width: 14.59%;box-sizing: border-box;border: 1px solid #C9CACA;border-radius: 5px;text-align: center;line-height: 68px;color: #666666;}
.filter .btn.on,
.filter .btn:hover{border-color: #016F48;background: #016F48;color: #fff;font-weight: bold;}
.filter .form{width: 36.49%;position: relative;box-sizing: border-box;padding-right: 170px;}
.filter .form .text{width: 100%;box-sizing: border-box;padding: 0 20px;background: #F5F5F5;border: 1px solid #C9CACA;border-right: none;border-radius: 5px 0 0 5px;line-height: 68px;color: #333;}
.filter .form .subm{width: 170px;height: 100%;position: absolute;right: 0;top: 0;border: none;background: #016F48;border-radius: 0 5px 5px 0;cursor: pointer;color: #fff;}

.mesgList .ul{padding-bottom: 40px;}
.mesgList .nLi{margin-bottom: 27px;padding: 22px 30px 18px 40px;background: #FAFAFA;}
.mesgList .nLi .ques{display: flex;justify-content: space-between;line-height: 30px;border-bottom: 1px solid #E6E6E6;margin-bottom: 12px;padding-bottom: 12px;cursor: pointer;}
.mesgList .nLi .ques h5{font-weight: normal;color: #111111;flex: 1;}
.mesgList .nLi .ques .right{flex-shrink: 0;margin-left: 20px;color: #666666;display: flex;align-items: center;}
.mesgList .nLi .ques .right em{color: #D6242B;padding: 0 14px 0 17px;position: relative;display: block;}
.mesgList .nLi .ques .right em:before{content: "";width: 1px;height: 12px;background: #D8D8D8;position: absolute;left: 8px;top: 50%;transform: translateY(-50%);}
.mesgList .nLi .ques .right em:after{content: "";width: 7px;height: 7px;border-left: 1px solid #D6242B;border-bottom: 1px solid #D6242B;position: absolute;right: 0;top:50%;margin-top: -5px;transform: rotateZ(-45deg);}
.mesgList .nLi .answer{line-height: 28px;color: #333333;}
.mesgList .nLi .answer .dl{display: flex;margin-bottom: 6px;}
.mesgList .nLi .answer .cont{display: none;}
.mesgList .nLi .answer .cont .dl{margin-bottom: 0;}
.mesgList .nLi .answer .dl .dt{flex-shrink: 0;font-weight: bold;}
.mesgList .nLi .answer .dl.cont{display: none;}
.mesgList .nLi:hover,
.mesgList .nLi.on{background: #FFFFFF;box-shadow: 0 0 20px rgba(46,124,211,0.17);}
.mesgList .nLi.on .ques .right em::after{transform: rotateZ(135deg);margin-top: -4px;}



@media screen and (max-width: 1480px){
.header .logo{line-height: 118px;}
.header .logo img{height: 88px;}

.iMain .tabs li{margin-right: 46px;}
.iMain .tabs li:before{right: -22px;}
.isect2{margin: 48px auto;}
.isect4{margin: 40px auto;}
.isect5{padding: 60px 0;}
.isect5 .left{padding: 40px 18px 20px 30px;height: 360px;}
.isect5 .right{height: 360px;padding: 20px 16px 18px;}
.isect5 .right .title{margin-bottom: 20px;}
.isect5 .right ul{height: 278px;padding-right: 20px;}
.docTeamContainer .text{padding: 14px 24px 0;bottom: -128px;}
.docTeamContainer .text .btm{padding-bottom: 20px;}
.isect8{padding: 50px 0 40px;}
.isect8 .container{padding-bottom: 40px;}
.footer .top .logo img{height: 58px;}
.footer .top .right h5{margin: 8px 0;}
.footer .med .fnav li{margin-right: 24px;}
.footer .med .text li{margin-right: 80px;}

.nyBanner{height: 320px;}
.bread{line-height: 60px;}
.nyTitle{margin-bottom: 40px;padding-bottom: 20px;}
.aboutWrap .item1{padding: 50px 0;}
.aboutWrap .item1 .top{padding: 0 0 60px 54px;}
.aboutWrap .item1 .top .pic{width: 508px;padding-bottom: 320px;}
.aboutWrap .item1 .top .text .ulStyle{/* width: 52%; */padding-top: 30px;}
.aboutWrap .item1 .top .text .ulStyle li{margin-bottom: 20px;}
.aboutWrap .item2 .med .company ul li{height: 66px;}
.aboutWrap .item2,.aboutWrap .item3{padding: 50px 0;}
.aboutWrap .item2 .btm .li{margin-bottom: 38px;}

.dateList{padding-top: 30px;}
.dateList dd .data{margin-top: 12px;}
.dateList dd .data span{font-size: 28px;}

.cultureWrap .item1{padding: 50px 0;}
.cultureWrap .item2,.cultureWrap .item3{padding: 40px 0 60px;}

.recomNews{padding: 34px;}
.newsList{padding-bottom: 30px;}
.newsList a{padding: 28px 40px 28px 28px;}
.dateStyle{padding-left: 34px;}

.page a{padding: 0 30px;margin: 0 30px;}

.passage{padding: 40px;}
.passage .psgTitle h4{margin-bottom: 30px;}
.passage .psgTitle .btm{padding: 10px 0;}
.passage .psgCont{padding-bottom: 40px;margin-bottom: 24px;}
.passage .psgLink li{margin-bottom: 14px;}

.noticeList a{padding: 20px 30px 20px 20px;}

.jobScoll{padding: 0 60px;margin-bottom: 40px;}
.jobScoll .btn.prev{left: 0;}
.jobScoll .btn.next{right: 0;}
.jobList{padding-bottom: 40px;}
.jobList .item1{padding-left: 30px;}
.jobList .hd{line-height: 60px;}
.jobList .dt{line-height: 76px;}
.jobList .dd .wrap{padding: 40px;}
.jobList .dd .cont{margin-bottom: 30px;}

.picNewsList li{margin-bottom: 40px;}
.newsItem .text{padding: 20px 20px 40px;}

.appointment .item1{margin-bottom: 60px;}
.appointment .item1 li{padding: 40px 10px 60px;}
.appointment .item1 li .text{margin: 18px auto 24px;}

.search{margin-bottom: 30px;padding: 12px 200px 12px 146px;}
.search .subm{width: 200px;}
.search .label{top:12px;line-height: 54px;}
.search .select1 dt{line-height: 54px;}
.search .select1 dd{top:54px;}
.tableStyle table th{line-height: 77px;}
.tableStyle table td{padding: 18px 0;}
.tableStyle table td.ks{padding-left: 20px;}

.ksNav dl{margin-bottom: 30px;padding-left: 200px;}
.ksNav dl dt{width: 200px;}
.ksNav dl dd{padding: 35px 20px 20px 20px;}
.ksNav dl dd li{margin-bottom: 18px;}

.docContent .right .tableStyle table td{padding: 24px 12px;}

.docContent{padding: 50px;}

.picList{padding: 0;}
.picList li{margin-bottom: 30px;}
.picList li h5{line-height: 66px;}

.ztWrap{padding: 40% 0 100px;}
.ztWrap .toListBtn{padding: 0 30px;line-height: 40px;}
.ztWrap .toListBtn img{height: 12px;}

.tsksList dt{padding-bottom: 320px;}
.tsksList dd{padding: 0 40px;}
.tsksList dd .desc{max-height: 64px;-webkit-line-clamp:2;margin-bottom: 40px;}


.contactUs .item{margin-bottom: 80px;}
.contactUs .item .title{margin-bottom: 28px;}
.contactUs .item .cont{padding: 30px;min-height: 400px;}
.contactUs .item .pic{padding-bottom: 160px;margin-bottom: 20px;}
.contactUs .item .mapWrap{height: 440px;}

.popWrap .close{width: 32px;height: 32px;right: -32px;top: -32px;}

.honorWrap .item1{padding: 50px 0 80px;}
.honorWrap .item1 .desc{margin-bottom: 50px;}
.honorWrap .item1 .scrollWrap{padding: 44px;}
.honorWrap .item2{margin: 40px auto;}
.honorWrap .item2 .scroll{padding: 20px 32px 50px;}

.leaderList1 li{padding: 30px;}
.leaderList1 li .name{margin-right: 28px;min-width: 98px;}

.msgForm .formItem .label{line-height: 50px;}
.msgForm .formItem .cont .text, .msgForm .formItem .cont textarea{line-height: 50px;height: 50px;}
.msgForm .formItem .cont textarea{height: 250px;}
.msgForm .btnWrap{padding-top: 30px;}
.msgForm .formItem.codeItem .cont{padding-right: 160px;}
.msgForm .formItem.codeItem .pic{width: 160px;}
}

@media screen and (max-width: 1200px){
.fz45{font-size: 36px;}
.fz40{font-size: 34px;}
.fz36{font-size: 30px;}
.fz30{font-size: 28px;}
.fz28{font-size: 26px;}
.fz26{font-size: 20px;}
.fz25{font-size: 18px;}
.fz24{font-size: 17px;}
.fz22{font-size: 17px;}
.fz21{font-size: 17px;}
.fz20{font-size: 16px;}
.fz18{font-size: 16px;}
.fz16{font-size: 15px;}
.fz15{font-size: 14px;}
.fz14{font-size: 13px;}

.nav{display: none;}
.header{position: relative;}
.header .logo{line-height: 88px;}
.header .logo img{height: 54px;}
.header .menuIcon{display: block;}
.header .searchBtn{display: none;}
.header .tel{margin-right: 50px;}
.header .tel p{display: none;}
.header .tel h5{padding: 0 34px 0 0;}
.header .slogan{padding-top: 0;}

.banner a em{padding-bottom: 38%;}
.banner .swiper-pagination{bottom: 24px;}
.btnStyle{top: calc((100% - 86px - 70px) / 2);}
.iMain .tabs li{margin-right: 30px;}
.iMain .tabs li:before{right: -15px;}
.iMain .tabs li a{line-height: 44px;}
.isect1 .container a{line-height: 32px;height: 88px;}
.isect2 .picScroll,.isect2 .right{width: 100%;}
.isect2 .picScroll .text{padding: 12px;}
.isect2 .right .container li a{padding-bottom: 0;}
.isect2 .right .container li .title{line-height: 48px;}
.isect2 .right .container li .desc{margin-bottom: 10px;}

.isect3 .container{height: 118px;}
.isect3 .container a{padding-bottom: 118px;}
.isect5 .left,.isect5 .right{width: 100%;}
.isect5 .left{margin-bottom: 20px;}

.footer .top{padding: 20px 0;}
.footer .top .logo{display: none;}
.footer .top .right{width: 100%;text-align: left;}
.footer .top .right p span{margin-left: 10px;}
.footer .med{padding: 20px 0;}
.footer .med .fnav{display: none;}
.footer .med .text li{margin-right: 40px;}
.footer .med .text li h5{line-height: 30px;}
.footer .med .text li p span{margin-right: 6px;}
.footer .med .qrcode{margin-left: 12px;}
.footer .btm > .w1368{display: block;}
.footer .btm .left{line-height: 20px;}
.footer .btm .left span{margin-right: 6px;}
.footer .btm .link{margin-left: 0;}

.nyBanner{height: 240px;}
.bread{line-height: 48px;}
.nyTitle{padding-bottom: 12px;margin-bottom: 24px;}
.aboutWrap .item1,.aboutWrap .item2,.aboutWrap .item3{padding: 30px 0;}
.aboutWrap .item1 .top{padding: 0 0 24px 0;}
.aboutWrap .item1 .top .pic{position: relative;top: 0;width: 100%;padding-bottom: 68%;}
.aboutWrap .item1 .top .text{padding: 24px;min-height: auto;}
.aboutWrap .item1 .top .text .ulStyle{width: 100%;margin-right: 0;padding-top: 0;}
.aboutWrap .item1 .top .text .ulStyle li{margin-bottom: 12px;}
.aboutWrap .item2 .med{margin: 24px auto 34px;}
.aboutWrap .item2 .med .dl .dt{padding-top: 40px;}
.aboutWrap .item3 .container{margin-top: 24px;}
.aboutWrap .item3 .container .text{line-height: 20px;}

.leaderList li{width: 100%;}

.leaderPop .pic{width: 240px;margin-right: 40px;}
.leaderPop .pic:before{left: 20px;top:20px;}
.leaderPop .pos{padding-bottom: 24px;}

.recomNews{padding: 20px;}
.recomNews .container .pic{padding-bottom: 280px;}
.recomNews .container .text{padding-top: 20px;}
.recomNews .container p{margin-bottom: 40px;}

.nyWrap1{padding-bottom: 100px;}
.newsList{padding-bottom: 10px;}
.newsList .text{padding: 0 30px;}
.page a{padding: 0 20px;line-height: 40px;margin: 0 16px;}
.page a.num{padding: 0 15px;margin: 0 2px;}

.passage{padding: 30px;}
.passage .psgTitle .btm .right{display: none;}
.passage .psgTitle .btm .left{width: 100%;text-align: center;}
.passage .psgTitle .btm .left span{margin: 0 6px;}
.passage .psgCont .pic{padding: 20px 0 30px;}

.jobList{padding-bottom: 30px;}
.jobList .item1,.jobList .item3,.jobList .item4,.jobList .item5,.jobList .item6{display: none;}
.jobList .item2{width: 80%;text-align: left;}
.jobList .item7{width: 20%;}
.jobList .item1{padding-left: 18px;}
.jobList .hd{line-height: 48px;}
.jobList .dt{line-height: 54px;}
.jobList .dt .arr{width: 24px;height: 24px;}
.jobList .dd .wrap{padding: 24px;}
.jobList .dd .cont{margin-bottom: 20px;}
.jobList .dd .wap{display: block;}
.jobScoll{padding: 0 40px;margin-bottom: 24px;}
.jobScoll .container a{padding: 0 0 10px;}

.noticeList .arr{margin-left: 40px;}

.ksNav dl dd{padding: 12px;}
.ksNav dl dd li{width: 25%;margin-bottom: 8px;}
.ksNav dl dd li a span{padding-left: 24px;}
.ksNav dl dd li a span:before{left: 10px;}

.inves .item,.inves form .btn{margin-top: 40px;}
.inves{padding: 30px 40px 40px;}
.inves .item ul li .option{max-width: 50%;}

.msgWrap .text{width: 100%;margin: 0 0 20px;}
.msgWrap textarea{width: 100%;margin-bottom: 20px;}
.msgWrap .code{width: 100%;position: relative;float: left;}

.ksWrap .item2 .tabs li:before{top:1px;}
.ksNewsContainer{padding-bottom: 40px;}
.ksNewsContainer.swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}

.picList li{margin-bottom: 20px;}
.picList li h5{line-height: 48px;}

.scheduleNav{margin-bottom: 30px;}
.scheduleNav li{margin: 0 12px;}
.scheduleNav li a{padding-bottom: 10px;}
}


@media screen and (max-width: 1024px){
.header .slogan{display: none;}
.header .tel h5{padding-right: 0;}
.aboutWrap .item2 .med .dl{display: block;}
.aboutWrap .item2 .med .dl .dt{width: 100%;height: auto;padding: 24px 20px;min-height: auto;}
.aboutWrap .item2 .med .dl .dt:before{display: none;}
.aboutWrap .item2 .med .dl .dd{height: auto;padding: 24px;}
.aboutWrap .item2 .med .company ul li{width: 32%;box-sizing: border-box;padding: 0 10px;height: 80px;}

.bread{display: none;}

.cultureWrap .item1{display: block;}
.cultureWrap .item1 .pic{width: 100%;margin: 20px 0 0;}
.cultureWrap .item1 .tit{margin: 30px auto 6px;}
.cultureWrap .item2 .pic{margin-bottom: 10px;}
.cultureWrap .item2 h5{margin-bottom: 0;}
.cultureWrap .item3 .content{padding: 40px 40px 40px 240px;}
.cultureWrap .item3 .content .logo{left: 40px;}
.cultureWrap .item3 .content .logo img{width: 160px;}
.cultureWrap .item3 .content:before{left: -280px;}

.page a{font-size: 13px;line-height: 36px;}
.page a.num{display: none;}
.page a.num.on{display: inline-block;}

.noticeList{padding-bottom: 12px;}
.noticeList li{width: 100%;margin-bottom: 15px;}
.noticeList h5{padding-top: 5px;}

.picNewsList li{width: 49%;margin-right: 0;}
.picNewsList li:nth-child(2n){float: right;}

.appointment .item1{margin-bottom: 40px;}
.appointment .item1 ul{display: block;}
.appointment .item1 li{margin-bottom: 20px;width: 100%;padding: 20px;}
.appointment .item1 li:last-child{margin-bottom: 0;}
.appointment .item1 li .text{min-height: auto;margin: 8px atuo;}
.appointment .item1 li .num{font-size: 44px;line-height: 44px;}

.search{padding: 6px 120px 6px 100px;}
.search .label{left: 16px;top:6px;line-height: 44px;}
.search .subm{width: 120px;}
.search .select1 dt{line-height: 44px;}
.search .select1 dd{top:44px;}

.scheduling{overflow: auto;}
.tableStyle table{min-width: 1200px;}

.guideWrap .guideList{padding-bottom: 15px;}
.guideWrap .dl{margin: 12px;}
.guideWrap .dt{padding: 8px 18px;}
.guideWrap .dt .left{padding-left: 36px;}
.guideWrap .dt .num{padding-right: 10px;}
.guideWrap .dd{padding: 0 18px;}
.guideWrap .dd .wrap{padding: 10px 0 18px;}
.guideWrap .dt .arr{height: 10px;margin-left: 12px;}

.hospitalGuide .pic{padding: 30px 0;}

.inves .item ul li .choice label{margin-left: 15px;}
.inves .item ul li{flex-wrap: wrap;padding: 15px 0;}
.inves .item ul li .option{max-width: 100%;width: 100%;}


.ksWrap .item1{display: block;margin-bottom: 50px;}
.ksWrap .item1 .text,.ksWrap .item1 .pic{width: 100%;}
.ksWrap .item1 .text{margin-bottom: 20px;}
.ksWrap .item1 .text .cont{max-height: auto;padding-right: 0;}
.ksWrap .item2{padding: 50px 0;}
.ksWrap .item2 .tabs li:before{right: -13px;}
.ksWrap .item3{padding-top: 50px;}


.docList.docTeamContainer li{width: 32%;margin: 0 2% 30px 0;}
.docList.docTeamContainer li:nth-child(3n){margin-right: 0;}
.docList.docTeamContainer li:nth-child(4n){margin-right: 2%;}

.docContent{display: block;}
.docContent .left,.docContent .right{width: 100%;}
.docContent .left{margin-bottom: 20px;}
.docContent .left .pic{max-width: 240px;}
.docContent .right .tableStyle{overflow: auto;}

.docContent{padding: 30px;}
.docContent .left .name{margin: 8px auto;}
.docContent .right .tit{margin: 20px auto 6px;}
.docContent .right .tableStyle table th{line-height: 44px;}

.leaderList1 li{width: 100%;padding: 14px;margin-bottom: 14px;}
.leaderList1 li .name{margin-right: 15px;min-width: 68px;}

.mesgList .nLi .ques{display: block;}
.mesgList .nLi .ques .right{margin-left: 0;}
.filter .btn{line-height: 52px;width: 12%;}
.filter .form{width: 44.5%;padding-right: 120px;}
.filter .form .text{padding: 0 10px;line-height: 50px;}
.filter .form .subm{width: 120px;}

}

@media screen and (max-width: 760px){
.fz30{font-size: 24px;}
.fz26{font-size: 18px;}

.header .logo{line-height: 66px;}
.header .logo img{height: 42px;}
.header .tel h5{font-size: 15px;}
.iTitle{margin-bottom: 20px;}
.iTitle h3{padding-bottom: 16px;}
.iTitle h3:before{width: 28px;height: 2px;}
.isect1 .container a{height: 60px;}
.isect1 .container h5{padding-left: 0;}
.isect1 .container h5 .icon{width: 30px;height: 30px;}
.isect1 .container h5 .icon i img{height: 30px;}
.isect2{margin: 30px auto;}
.isect2 .picScroll .pic{padding-bottom: 64%;}
.isect3 .container{height: 68px;}
.isect3 .container a{padding-bottom: 68px;}
.isect4 .container li{width: 100%;}
.isect4 .container li a{padding: 14px 0;}
.isect4 .container li .date{padding-right: 40px;}
.isect4 .container li .date:before{right: 20px;}
.isect5{padding: 30px 0;}
.isect5 .left{padding: 0px;}
.isect5 .left li{width: 50%;margin-bottom: 10px;}
.indexSite dl{padding-left:90px;font-size:14px;}
.indexSite dl dt{width:90px;}
.isect6{margin: 30px auto;}
.docTeamContainer{padding: 24px 0;margin-left: 0;}
.docTeamContainer .btnStyle.prev{left: 0;}
.docTeamContainer .btnStyle.next{right: 0;}
.docTeamContainer .text{padding: 12px 12px 0;}
.isect7{padding-bottom: 30px;}
.isect7 .container a .title{height: 48px;}
.isect7 .container a .title h5{line-height: 24px;max-height: 48px;}
.isect7 .container a i{margin: 10px auto;}
.isect8{padding: 30px 0;}
.isect8 .container{padding-bottom: 24px;}
.isect8 .container h5{padding: 12px;}

.float{display: none;}

.nyBanner{height: 160px;}
.aboutWrap .item1 .top .text .ulStyle li{padding-left: 40px;}
.aboutWrap .item1 .top .text .ulStyle li:before{width: 30px;}
.aboutWrap .item2 .med .dl .dt .subTitle{margin: 10px auto;}

.dateList{padding-top: 20px;flex-wrap: wrap;}
.dateList dd{width: 50%;flex: auto;text-align: center;padding: 8px;margin-bottom: 10px;}
.dateList dd:nth-child(3){border-left: 1px solid #EAEAEA;}
.dateList dd .data{margin-top: 0;}

.nyWrap{padding: 30px 0 38px;}

.moreStyle{width: 108px;height: 36px;line-height: 34px;}
.moreStyle:hover:before,.moreStyle.on:before{-webkit-transform: scale(1.2);transform: scale(1.2);}

.leaderList li{margin-bottom: 20px;}
.leaderList li a{padding-left: 40px;}
.leaderList li .pic{width: 130px;height: 160px;margin-top: -80px;}
.leaderList li .text{padding: 20px 20px 20px 110px;height: 232px;}
.leaderList li .text .pos{padding-bottom: 12px;margin: 6px auto 10px;}
.leaderList li .text .desc{margin: 5px auto 10px;-webkit-line-clamp:2;line-height: 22px;height: 44px;}

.leaderList.noPic li a{padding-left: 0;}
.leaderList.noPic li .text{ppadding: 20px;}

.popWrap .popContent{padding: 24px;}
.popWrap .close{width: 30px;height: 30px;right: 0;top:-40px}
.popWrap .leaderPop{padding-right: 0;}
.leaderPop .right{padding-right: 24px;max-height: 70vh;}
.leaderPop .pic{width: 144px;margin-right: 24px;}
.leaderPop .pic:before{left: 10px;top:10px;}
.leaderPop .pos{padding-bottom: 12px;}

.cultureWrap .item1,.cultureWrap .item2,.cultureWrap .item3{padding: 30px 0;}
.cultureWrap .item1 .tit{margin-top: 20px;}
.cultureWrap .item1 .pic{padding-bottom: 69.72%;}
.cultureWrap .item3 .content{padding: 24px;}
.cultureWrap .item3 .content:before{display: none;}
.cultureWrap .item3 .content .logo{position: relative;left: 0;top:0;transform: translateY(0);display: none;}

.recomNews{margin-bottom: 30px;}
.recomNews .container a{display: block;padding: 20px;padding: 0;}
.recomNews .container .text,.recomNews .container .pic{width: 100%;}
.recomNews .container .pic{padding-bottom: 56%;margin-top: 20px;}
.recomNews .container .title{padding-bottom: 18px;margin-bottom: 20px;}
.recomNews .container p{margin-bottom: 20px;}
.recomNews .swiper-pagination{width: 100%;}

.newsList li{margin-bottom: 20px;}
.newsList a{padding: 20px;display: block;}
.newsList .pic{width: 100%;padding-bottom: 60%;}
.newsList .text{padding: 0;margin-top: 12px;}
.dateStyle{padding: 0;overflow: hidden;margin-top: 10px;}
.dateStyle span,.dateStyle em{display: inline-block;line-height: 24px;margin: 0;float: left;}
.dateStyle span{margin-right: 5px;}
.dateStyle .arr{display: none;}

.passage{padding: 24px;}
.passage .psgTitle h4{line-height: 26px;margin-bottom: 16px;}
.passage .psgTitle .btm{padding: 0;}
.passage .psgCont{padding-bottom: 30px;}

.noticeList a{padding: 20px;}
.noticeList .date{padding-right: 10px;margin-right: 10px;}
.noticeList .date span{margin-bottom: 0;}
.noticeList h5{margin-bottom: 0;}
.noticeList .arr{margin-left: 12px;height: 12px;display: none;}

.jobList .dd .wrap{padding: 18px;}

.picNewsList{padding-bottom: 10px;}
.picNewsList li{width: 100%;margin-bottom: 20px;}
.newsItem .text{padding: 20px;}
.newsItem .text h5{height: auto;max-height: 52px;}
.newsItem .text p{line-height: 24px;height: auto;max-height: 48px;margin: 10px auto 20px;}

.arrStyle{width: 34px;height: 34px;}

.search{padding: 12px;margin-bottom: 20px;}
.search .label{position: relative;top:0;}
.search .subm{width: 100%;height: 40px;position: relative;margin-top: 12px;line-height: 40px;}
.search .select1{margin-right: 0;width: 49%;}
.search .select1:nth-child(2n){float: right;}
.tableStyle table th{line-height: 58px;}
.tableStyle table td{padding: 10px 0;}
.tableStyle table th:first-child,.tableStyle table td.ks{position: sticky;left: 0;top: 0;}
.tableStyle table td.ks{background: #fff;}
.tableStyle table tr.grayBg td.ks{background: #F8F8F8;}

.hospitalGuide .pic{padding: 18px 0;}

.ksNav dl{padding-left: 0;margin-bottom: 20px;}
.ksNav dl dt{position: relative;width: 100%;height: 120px;}
.ksNav dl dd li{width: 50%;}
.ksNav dl dd li a span{padding-left: 14px;font-size: 14px;}
.ksNav dl dd li a span:before{left: 4px;}

.disflex, .flexbetween, .flexCenter{flex-wrap: wrap;}
.inves{padding: 24px;}
.inves .item, .inves form .btn,.list_activity .item{margin-top: 20px;}
.inves .item .title{margin-bottom: 12px;}
.inves .item ul li .option{margin-bottom: 6px;padding-left: 30px;}
.inves .item ul li .option .num{padding-right: 6px;}
.inves .item ul li .choice label{margin: 0 10px 0 0;}
.inves .item ul li .choice label:last-child{margin-right: 0;font-size: 13px;}
.inves .item ul li .choice span{margin-right: 6px;}

.msgWrap{margin-bottom: 30px;}
.msgWrap .text{line-height: 42px;padding: 0 12px;margin-bottom: 12px;}
.msgWrap textarea{height: 120px;padding: 0 12px;margin-bottom: 12px;}

.ksWrap .item1{margin-bottom: 30px;}
.ksWrap .item1 .pic{padding-bottom: 57.2%;}
.ksWrap .item2{padding: 30px 0;}
.ksWrap .item2 .tabs{margin-bottom: 20px;}
.ksWrap .item2 .tabs li{margin-right: 24px;padding-bottom: 15px;}
.ksWrap .item2 .container .tit{margin: 24px auto 10px;}
.ksWrap .item3{padding-top: 30px;}

.docList.docTeamContainer{padding-bottom: 20px;}
.docList.docTeamContainer li{width: 49%;margin: 0 0 20px;}
.docList.docTeamContainer li:nth-child(4n){margin-right: 0;}
.docList.docTeamContainer li:nth-child(2n){float: right;}

.docContent .right .tableStyle table{min-width: 800px;}
.docContent .right .tableStyle table tr td:first-child{position: sticky;left: 0;background: #fff;top:0;}
.docContent .right .tableStyle table td{padding: 18px 10px;}

.picList li{width: 49%;margin-right: 0;}
.picList li:nth-child(2n){float: right;}
.picList li a:hover h5{padding: 0 10px;}

.ztWrap{padding-bottom: 60px;}
.ztWrap .toListBtn{padding: 0 12px;line-height: 30px;top:-40px;font-size: 12px;}
.ztWrap .toListBtn img{height: 8px;margin-left: 6px;}

.tsksList dl{display: block;margin-bottom: 20px;}
.tsksList dt,.tsksList dd{width: 100%;}
.tsksList dl .nyTitle{margin-bottom: 16px;}
.tsksList dt{padding-bottom: 65.36%;}
.tsksList dd{padding: 16px;}
.tsksList dd .desc{line-height: 26px;max-height: 52px;height: auto;margin-bottom: 24px;}

.contactUs .item{margin-bottom: 40px;padding-top: 0;}
.contactUs .item .title{margin-bottom: 20px;}
.contactUs .item .text{width: 100%;}
.contactUs .item .mapWrap{position: relative;height: 280px;width: 100%;}
.contactUs .item .cont{padding: 20px;min-height: auto;}
.contactUs .item .pic{padding-bottom: 40%;}

.search .select1 dt{padding: 0 30px 0 12px;}
.search .select1 dt:before{right: 12px;}
.search .select1 dd ul{padding: 12px;}
.search .select1 dd ul li{min-width: 90px;margin-right: 20px;}
.search .select1 dd ul li:before{right: -10px;}

.honorWrap .item1{padding: 30px 0;}
.honorWrap .item1 .desc{margin-bottom: 20px;}
.honorWrap .item1 .scrollWrap{padding: 14px 20px 20px;}
.honorWrap .tabScroll{margin-bottom: 20px;}
.honorWrap .tabScroll .swiper-slide{padding-bottom: 10px;line-height: 30px;}
.honorWrap .tabScroll .swiper-slide:before{height: 2px;}
.honorWrap .tabScroll .btn{height: 30px;line-height: 30px;padding: 0;}
.honorWrap .tabScroll .btn img{height: 16px;}
.honorWrap .item2{margin: 30px auto;}
.honorWrap .item2 .scroll{padding: 20px 0 30px;}
.honorWrap .item2 .scroll .btn{display: none;}
.honorWrap .item2 .scroll .pic{padding: 15px;margin-bottom: 10px;}
.honorWrap .item2 .scroll h5{padding: 0 15px;}

.guideWrap .dt .btn{margin-left: 4px;font-size: 0;}
.guideWrap .dt .btn img{margin-left: 0;width: 24px;}

.ksPopWrap .popContent{min-height: auto;padding: 50px 24px;}

.level3Nav{margin-bottom: 20px;}
.level3Nav li{margin: 0 6px;}
.level3Nav li a{padding: 0 12px 12px;}
.msgForm .formItem{width: 100%;margin-bottom: 12px;}
.msgForm .formItem.codeItem .cont{padding-right: 130px;}
.msgForm .formItem.codeItem .cont .pic{width: 130px;}
.msgForm .formItem .cont textarea{height: 150px;}
.msgForm .btnWrap{padding-top: 20px;}
.msgForm .btnWrap .btn{width: 128px;height: 40px;line-height: 38px;}


.mesgList .ul{padding-bottom: 10px;}
.mesgList .nLi{padding: 16px;margin-bottom: 16px;box-shadow: 0 0 20px rgb(46 124 211 / 17%);}
.mesgList .nLi .ques{line-height: 26px;}
.mesgList .nLi .answer{line-height: 24px;font-size: 13px;}

.filter{display: block;overflow: hidden;}
.filter .btn{float: left;line-height: 36px;width: 24%;box-sizing: border-box;margin: 0 0 0 1.33%;}
.filter .btn:first-child{margin-left: 0;}
.filter .form{width: 100%;margin-top: 12px;float: left;padding-right: 100px;}
.filter .form .text{line-height: 40px;}
.filter .form .subm{width: 100px;}

}

@media screen and (max-width: 468px){
.header .tel{margin-right: 40px;}
.header .logo img{height: 40px;}
.iMain .tabs{display: flex;justify-content: space-between;}
.iMain .tabs:after{display: none;}
.iMain .tabs li{margin: 0;}
.iMain .tabs li:before{display: none;}
.isect3 .container{height: 48px;}
.isect3 .container a{padding-bottom: 48px;}
.isect3 .container .swiper-pagination-style{bottom: 0;}
.footer .med .text li p span{display: block;margin-right: 0;}
.footer .med .qrcode img{width: 88px;height: 88px;}
.footer .med .qrcode p{font-size: 12px;margin-top: 4px;}

.popWrap .close1{display: block;}
.popWrap .close2{display: none;}
.popWrap .close{right: 5%;top: calc(10vh - 40px);}
.popWrap .leaderPop{display: block;padding: 24px;overflow: auto;max-height: 80%;}
.leaderPop .pic{margin-bottom: 10px;}
.leaderPop .right{padding-right: 0;max-height: none;}

.search .select1{width: 100%;margin-bottom: 10px;}
.search .select1:nth-child(2n){margin-bottom: 0;}
}