@charset "utf-8";
/*通用样式*/
@font-face {
	font-family:sy;
	src: url(sy.otf);
}
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th { padding: 0; margin: 0; border: 0; font-weight: normal; font-family: 'sy', Arial, Helvetica, sans-serif; list-style: none; }
html, body { position: relative; height: 100%; }
body { background: #fff; font: normal 12px/22px "sy"; }
img { border: 0; }
a { text-decoration: none; color: #000; }
a:hover { color: red; }
.clear { clear: both; }
div { box-sizing: border-box; }
.fl { float: left; }
.fr { float: right; }
@font-face { font-family: 'iconfont'; src: url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"), url("iconfont.ttf") format("truetype") }
.iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale }
.foot_contact ul.col01 { display: block }
.foot_contact ul.col01 li { display: block; float: left; width: 50%; height: 90px; position: relative; padding-left: 100px }
button, input { border: 0; outline: none; background: none; box-sizing: border-box; }
/* CSS Document */

/* CSS Document */

.idxcl-tb { width: 30px; height: 30px; position: absolute; bottom: 30px; left: 50%; margin-left: -15px; z-index: 9; cursor: pointer; }
.idxcl-tb:before { border: 2px solid green; content: ""; width: 6px; height: 10px; display: block; border-radius: 3px; background-color: #ffffff; position: absolute; left: 50%; -webkit-transform: translate(-3px, 3px); -ms-transform: translate(-3px, 3px); transform: translate(-3px, 3px); -webkit-animation: mouse 2.4s forwards infinite; animation: mouse 2.4s forwards infinite; box-sizing: inherit; }
.index_copy_inner img { width: 12px; display: block; margin: 0 auto; }
.homeBanner span { background: rgb(33, 156, 84); }
 @-webkit-keyframes mouse { 0% {
 -webkit-transform: translate(-3px, 3px);
 transform: translate(-3px, 3px);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 60% {
 opacity: 1;
}
 100% {
 -webkit-transform: translate(-3px, 16px);
 transform: translate(-3px, 16px);
 opacity: 0;
}
}
 @keyframes mouse { 0% {
 -webkit-transform: translate(-3px, 3px);
 transform: translate(-3px, 3px);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 60% {
 opacity: 1;
}
 100% {
 -webkit-transform: translate(-3px, 16px);
 transform: translate(-3px, 16px);
 opacity: 0;
}
}
.nav-btn { position: absolute; left: 0; top: 0; width: 20px; height: 12px; vertical-align: middle; cursor: pointer; bottom: 0; right: 0; margin: auto; }
.nav-btn .line { position: absolute; display: block; width: 100%; height: 2px; background-color: #fff; transition: .5s ease-in-out; left: 0; border-radius: 4px; }
.nav-btn .line1 { top: 0; }
.nav-btn .line2 { top: 5px; }
.nav-btn .line3 { bottom: 0; }
.header { background: rgba(0,0,0,0.55); z-index: 26; position: fixed; left: 0; top: 0; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.header.productHead { background: #179063; }
.header.productHead .logo { width: 280px; }
.header.act { background: #ffffff; }
.headerCont { padding: 0 0 0 4%; margin: 0 auto; height: 90px; }
.headerCont a.logo { position: absolute; top: 50%; transform: translateY(-50%); width: 215px; }
.headerCont a.logo img { transition: all .36s; width: 100%; display: block; }
.headerCont a.logo .actPic { opacity: 0; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.header.act a.logo .actPic { opacity: 1; }
.header.act a.logo .modePic { opacity: 0; }
.mode img, .actBox img { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.header.act .nav li h2 a { color: #000; }
.projectBg::after { content: ''; position: absolute; left: 0; top: 0; background: rgba(37,123,98,.8); width: 100%; height: 100%; }
.header.act { border-bottom: 1px solid #eee; }
.header.act .actBox { opacity: 1; }
.header.act .nav li h2::after { background: url(../images/ma_topicon61.png) center no-repeat; background-size: 100% auto; }
.header.act .nav li:hover h2 a { color: #257b62; }
.header.act .headerControl li a { color: #333; }
.header.act .ma_pchdmssbox2 { opacity: 1; }
.swiper-container.swiper-container-h { width: 100%; height: 100%; }
.homeVideo { width: 100%; height: 100%; }
.homeVideo video { width: 100%; height: 100%; outline: none; object-fit: cover; }
.headRight { float: right; width: calc(100% - 240px); height: 90px; }
.nav { position: relative; float: right; }
.nav ul { float: right; }
.nav li { position: relative; float: left; }
.nav li h2 { position: relative; line-height: 90px; }
.nav li h2 a { transition: all .5s; padding: 0 30px; color: #ffffff; font-size: 18px; }
.nav li h2::after { content: ""; width: 10px; height: 18px; border-radius: 50%; position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); transition: all 0.36s; opacity: 0; background: url(../images/ma_topicon6.png) center no-repeat; background-size: 100% auto; }
.nav li:hover h2::after { opacity: 1; }
.nav li:first-child h2::after { display: none; }
.act .nav-btn .line { background: rgb(125,125,125); }
.ma_pchdmssbox1 { left: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; height: 100%; opacity: 1; transition: all 0.36s; }
.ma_pchdmssbox2 { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: 100%; opacity: 1; transition: all 0.36s; width: 100%; opacity: 0; transition: all 0.36s; }
.headerControl li:nth-child(1) span { height: 18px; width: 18px; display: inline-block; vertical-align: middle; position: relative; }
.headerControl { float: right; }
.headerControl li { text-align: center; height: 90px; width: 80px; border-left: 1px solid rgba(255, 255, 255, 0.1); position: relative; float: left; line-height: 90px; }
.headerControl li a { font-size: 18px; color: #ffffff; transition: all .5s; opacity: .7; }
.nav li:hover h2 a { opacity: 1; }
.nav dl { position: absolute; left: 50%; transform: translateX(-50%); top: 110px; width: 200px; background-color: rgba(0,0,0,.6); border: 1px solid #5d5856; padding: 30px 40px; box-sizing: border-box; display: none; }
.nav dl dt { padding-bottom: 14px; margin-bottom: 25px; border-bottom: 1px solid #bebebe; text-align: center; line-height: 1.75; }
.nav dl dt a { color: #fff; font-size: 16px; }
.nav dl dt:last-child { margin-bottom: 0; }
.nav dl dt img { margin-right: 10px; vertical-align: middle; width: 18px; }
.NavDown { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 24; }
.NavDown .NavDown_icon { position: absolute; left: -100%; top: 0; width: 100%; height: 100%; transition: all 1s ease; -webkit-transform: all 1s ease; opacity: 0; }
.NavDown.on .NavDown_icon { left: 0%; transition: all 1s ease; -webkit-transform: all 1s ease; opacity: 1; }
.NavDown .NavDown_icon img { width: calc(100% - 160px); height: 100%; }
.NavDown .NavDown_top { max-width: 92%; position: relative; z-index: 2; display: flex; width: 1600px; margin: 0 auto; padding-top: 8vw; }
.NavDown .NavDown_top .NavDown_top_list { margin-right: 5.6vw; opacity: 0; transition: all 0.3s ease; -webkit-transform: all 0.3s ease; }
.NavDown.on .NavDown_top .NavDown_top_list:nth-child(1) { transition: all 1s ease; -webkit-transform: all 1s ease; opacity: 1; }
.NavDown.on .NavDown_top .NavDown_top_list:nth-child(2) { transition: all 1.5s ease; -webkit-transform: all 1.5s ease; opacity: 1; }
.NavDown.on .NavDown_top .NavDown_top_list:nth-child(3) { transition: all 2s ease; -webkit-transform: all 2s ease; opacity: 1; }
.NavDown.on .NavDown_top .NavDown_top_list:nth-child(4) { transition: all 2.5s ease; -webkit-transform: all 2.5s ease; opacity: 1; }
.NavDown.on .NavDown_top .NavDown_top_list:nth-child(5) { transition: all 3s ease; -webkit-transform: all 3s ease; opacity: 1; }
.NavDown.on .NavDown_top .NavDown_top_list:nth-child(6) { transition: all 3.5s ease; -webkit-transform: all 3.5s ease; opacity: 1; }
.NavDown .NavDown_top .NavDown_top_list .top_list_dd a { font-size: 26px; color: #fff; }
.NavDown .NavDown_top .NavDown_top_list .top_list_dt p { margin-top: 40px; }
.NavDown .NavDown_top .NavDown_top_list .top_list_dt p a { transition: all .5s; font-size: 16px; color: rgba(255,255,255,.8); display: flex; align-items: center; }
.NavDown .NavDown_top .NavDown_top_list .top_list_dt p img { width: 18px; margin-right: 3px; }
.NavDown .NavDown_bottom { position: absolute; bottom: 60px; right: 25%; text-align: right; }
.NavDown .NavDown_top .NavDown_top_list .top_list_dt p:hover a { color: #ffffff; }
.NavDown .NavDown_bottom .NavDown_bottom_dd { margin-bottom: 30px; }
.NavDown .NavDown_bottom .NavDown_bottom_dd a { margin-right: 23px; position: relative; display: inline-block; width: 44px; height: 44px; }
.NavDown .NavDown_bottom .NavDown_bottom_dd a:nth-child(1) { background: url("../images/bn35.png") no-repeat 50% 50%; }
.NavDown .NavDown_bottom .NavDown_bottom_dd a:nth-child(2) { background: url("../images/bn36.png") no-repeat 50% 50%; }
.NavDown .NavDown_bottom .NavDown_bottom_dd a:nth-child(3) { background: url("../images/bn37.png") no-repeat 50% 50%; }
.NavDown .NavDown_bottom .NavDown_bottom_dd a:hover .wechat-qrcode { display: block; }
.NavDown .NavDown_bottom .NavDown_bottom_dd a:last-child { margin-right: 0px; }
.NavDown .NavDown_bottom .NavDown_bottom_dt { color: #fff; font-size: 14px; }
.NavDown .NavDown_bottom .NavDown_bottom_dt span { margin: 0px 10px; }
.NavDown .NavDown_bottom .NavDown_bottom_dt a { font-size: 14px; color: #fff; }
.NavDown .NavDown_bottom .NavDown_bottom_dt p:first-child { margin-bottom: 5px; }
.NavDown .NavDown_bottom .NavDown_bottom_dt p:first-child a { margin-left: 20px; }
.wechat-qrcode { display: none; border: 1px solid #eee; position: absolute; z-index: 9; top: -205px; left: -84px; width: 200px; height: 192px; color: #666; font-size: 12px; text-align: center; background-color: #fff; box-shadow: 0 2px 10px #aaa; transition: all 200ms; -webkit-tansition: all 350ms; -moz-transition: all 350ms }
.wechat-qrcode.bottom:after { display: none }
.wechat-qrcode h4 { font-weight: normal; height: 26px; line-height: 26px; font-size: 12px; background-color: #f3f3f3; margin: 0; padding: 0; color: #777 }
.social-share .icon-wechat .wechat-qrcode .qrcode { width: 105px; margin: 10px auto }
.wechat-qrcode .qrcode table { margin: 0 !important }
.wechat-qrcode .help p { font-weight: normal; line-height: 16px; padding: 0; margin: 0 }
.wechat-qrcode:after { content: ''; position: absolute; left: 50%; margin-left: -6px; bottom: -13px; width: 0; height: 0; border-width: 8px 6px 6px 6px; border-style: solid; border-color: #fff transparent transparent transparent }
.Footer .Footer_top .Footer_top_right a:hover .wechat-qrcode { display: block }
.actBox { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.closeImg { transition: all .5s; position: absolute; left: 0; top: 50%; transform: translateY(-50%); opacity: 0; }
.actBox { opacity: 0; transition: all .36s; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.controlMenu { width: 20px; cursor: pointer; position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%; }
.controlMenu.cur .closeImg { opacity: 1; }
.controlMenu.cur .actImg { opacity: 0; }
.IBusiness { padding: 165px 0px 0; position: relative; }
.IBusiness .IBusiness_top { display: flex; align-items: center; justify-content: space-between; }
.IBusiness .IBusiness_top .IBusiness_top_left { font-size: 40px; color: #333333; }
.IBusiness .IBusiness_top .IBusiness_top_right { }
.IBusiness .IBusiness_top .IBusiness_top_right .top_right_list { font-size: 18px; color: #999999; text-align: center; position: relative; width: auto !important; padding-bottom: 13px; cursor: pointertransition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; cursor: pointer; outline: none; }
.IBusiness .IBusiness_top .IBusiness_top_right .top_right_list:last-child { margin-right: 0px !important; }
.IBusiness .IBusiness_top .IBusiness_top_right .top_right_list::before { content: ""; position: absolute; display: inline-block; width: 0px; height: 1px; background: #fff; bottom: 0; left: 0; right: 0; width: 100%; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; margin: 0 auto; }
.IBusiness .IBusiness_top .IBusiness_top_right .top_right_list.swiper-slide-thumb-active { color: #257b62; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.IBusiness .IBusiness_top .IBusiness_top_right .top_right_list.swiper-slide-thumb-active::before { width: 100%; background: #257b62; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.IBusiness .IBusiness_bottom { position: relative; }
.IBusiness .IBusiness_bottom .swiper-slide { opacity: 0; }
.IBusiness .IBusiness_bottom .swiper-slide-active { opacity: 1; }
.IBusiness .IBusiness_bottom .swiper-container { overflow: inherit !important; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list { padding: 40px 0; display: flex; justify-content: space-between; align-items: center; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_left { width: 48%; padding-top: 32px; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_left .list_left_title .left_title_dd { font-weight: bold; margin-top: 10px; font-size: 40px; color: #cccccc; text-transform: uppercase; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_left .list_left_title .left_title_dt { font-size: 26px; color: #cccccc; margin-top: 8px; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_left .list_left_txt { font-size: 16px; color: #cccccc; line-height: 34px; margin-top: 45px; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_left .list_left_btn { font-size: 14px; color: #cccccc; font-weight: bolder; display: flex; align-items: center; position: relative; margin-top: 100px; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_left .list_left_btn::before { content: ""; display: inline-block; width: 38px; height: 38px; border-radius: 100%; background: #cccccc; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_left .list_left_btn span { color: #fff; display: flex; align-items: center; position: relative; margin-left: -23px; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_left .list_left_btn span::before { content: ""; display: inline-block; width: 8px; height: 2px; background: #fff; margin-right: 8px; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_right { margin-right: 110px; margin-top: 60px; padding: 30px; border-radius: 100%; position: relative; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_right:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: inline-block; border-radius: 100%; animation: animtran 7s linear infinite; -webkit-animation: animtran 7s linear infinite; background: url(../images/circleQuan.png) center no-repeat; background-size: 100% 100%; }
.homeTxt { position: absolute; left: 0; width: 100%; text-align: center; top: 50%; transform: translateY(-50%); }
.homeTxt h2 { line-height: 2; font-size: 60px; color: #ffffff; }
.homeTxt p { color: #ffffff; font-size: 20px; }
.businessSlide { position: relative; }
.businessSlide::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2); }
 @keyframes animtran { from {
 transform: rotateZ(0deg);
}
to { transform: rotateZ(360deg); }
}
.IBusiness .IBusiness_bottom .IBusiness_bottom_list.swiper-slide-active .bottom_list_right .list_right_img img { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); transition: all 1s ease; -webkit-transform: all 1s ease; cursor: pointer; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_right .list_right_img { width: 400px; height: 400px; border-radius: 100%; overflow: hidden; box-shadow: 0px 15px 27px rgba(31,155,222,.2); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); transition: all 1s ease; -webkit-transform: all 1s ease; cursor: pointer; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_right .list_right_img img { width: 100%; height: 480px; object-fit: cover; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list.swiper-slide-active .list_left_title .left_title_dd { line-height: 1; color: #fff; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list.swiper-slide-active .list_left_title .left_title_dt { line-height: 1; color: #257b62; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list.swiper-slide-active .list_left_txt { color: #fff; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; text-align: justify; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list.swiper-slide-active .list_left_btn { color: #257b62; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list.swiper-slide-active .bottom_list_left .list_left_btn::before { background: #257b62; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_Switch { position: absolute; right: -125px; top: 0; height: 100%; display: flex; align-items: center; flex-direction: column; justify-content: center; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_Switch .swiper-button-next, .IBusiness .IBusiness_bottom .IBusiness_bottom_Switch .swiper-button-prev { width: 65px; height: 65px; border-radius: 100%; background: #257b62; position: relative; margin: 0px; right: 0; left: 0; box-shadow: 0px 15px 27px rgba(31,155,222,.2); top: 0; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_Switch .swiper-button-next { margin-bottom: 25px; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_Switch .swiper-button-next:after, .IBusiness .IBusiness_bottom .IBusiness_bottom_Switch .swiper-button-prev:after { color: #fff; font-size: 16px; }
.pc_all { width: 1600px; margin: 0 auto; max-width: 92%; }
.pc_all.Footer { max-width: 100%; }
.buttonList { z-index: 2; position: absolute; width: 550px; height: 550px; border: 1px dashed rgba(37,129,98,.5); right: 65px; top: 60px; border-radius: 50%; }
.tabBtn img { background: rgba(0, 0, 0, 0.2); border-radius: 50%; }
.tabBtn span { transition: all .36s; line-height: 65px; width: 80px; left: -80px; font-size: 16px; color: #fff; position: absolute; }
.tabBtn.act span { color: #1a898c; }
.tabBtn { position: absolute; width: 65px; position: absolute; }
.tabBtn:nth-child(1) { left: 4%; top: 14%; }
.tabBtn:nth-child(2) { left: 4%; bottom: 14%; }
.tabBtn:nth-child(3) { right: 4%; top: 14%; }
.tabBtn:nth-child(4) { right: 4%; bottom: 14%; }
.tabBtn:nth-child(3) span, .tabBtn:nth-child(4) span { text-align: right; right: -80px; left: auto; }
.tabBtn.act img { background: #257b62; }
.Footer_top_right a:hover div { opacity: 1; }
.Footer_top_right a div { position: absolute; top: 140%; left: 50%; margin-left: -67.5px; width: 135px; background-color: #fff; border-radius: 10px; box-sizing: border-box; padding: 10px; opacity: 0; pointer-events: none; transition: all 0.5s ease; line-height: 1; }
.Footer_top_right a div img { max-width: 100%; }
.Footer_top_right a div p { text-align: center; font-size: 14px; color: #666; }
.aboutTit h2 { line-height: 1; margin-bottom: 20px; font-size: 40px; color: #1a898c; }
.aboutTit a { line-height: 28px; height: 28px; margin-left: 40px; display: inline-block; transition: all 0.5s ease-in-out 0.01s; -webkit-transition: all 0.5s ease-in-out 0.01s; border: 1px solid #ffffff; border-radius: 28px; text-align: center; padding-left: 24px; color: #fff; font-size: 14px; }
.aboutTit a span { margin-left: 10px; transition: all 0.5s ease-in-out 0.01s; -webkit-transition: all 0.5s ease-in-out 0.01s; color: #f5f5f5; opacity: 0; }
.aboutTit a:hover { padding: 0 15px; color: #fff; background: #257b62; border: 1px solid #257b62; }
.aboutTit a:hover span { opacity: 1; }
.aboutTit p { font-size: 16px; line-height: 2; color: #ffffff; }
.aboutTit { margin-top: 165px; text-align: center; }
.honorCont img { height: 300px; border-radius: 8px; display: block; margin: 0 auto; }
.honorCont p { opacity: 0; color: #ffffff; font-size: 24px; margin: 20px auto 0; text-align: center; }
.honorCont { transition: all 1s; transform: scale(.5); }
.honorSwiper .swiper-slide-active .honorCont { transform: scale(1); }
.honorSwiper .swiper-slide-active .honorCont p { opacity: 1; }
.honorSwiper { padding-top: 40px; margin-top: 80px; position: relative; }
.circleLine { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 800px; height: 800px; }
.circleLine::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/tgyy.png) center no-repeat; background-size: 100% 100%; animation: rotateAni 8s infinite linear; }
.Footer .Footer_top { display: flex; align-items: center; justify-content: space-between; height: 125px; border-bottom: 1px solid #525f79; }
.Footer .Footer_top .Footer_top_right { display: flex; align-items: center; }
.Footer .Footer_top .Footer_top_right a { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 100%; background: #e8f3f7; position: relative; }
.Footer .Footer_top .Footer_top_right a:last-child { margin-right: 0px; }
.Footer .Footer_top .Footer_top_right a:nth-child(1) { background: url("../images/jd_fx03.png") no-repeat 50% 50%; }
.Footer .Footer_top .Footer_top_right a:nth-child(2) { background: url("../images/jd_fx02.png") no-repeat 50% 50%; }
.Footer .Footer_top .Footer_top_right a:nth-child(3) { background: url("../images/jd_fx05.png") no-repeat 50% 50%; }
.Footer_bottom { padding: 52px 0px; padding-bottom: 0px; }
.Footer_bottom_right { float: left; }
.footerContact { float: left; }
.footerContact li { margin-bottom: 20px; position: relative; overflow: hidden; padding-left: 60px; }
.footerContact .icon { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.footerContact .icon i { font-size: 40px; color: #257b62; }
.footerContact li span { font-size: 26px; line-height: 37px; color: #257b62; display: block; }
.footerContact li a { font-size: 26px; display: block; line-height: 37px; transition: all .5s; color: rgba(255,255,255,.5); }
.footerContact li:hover a { color: rgba(255,255,255,1); }
.Footer .Footer_bottom .Footer_bottom_left { float: right; }
.Footer_bottom::after { content: ''; clear: both; display: block; height: 0; }
.Footer .Footer_bottom .Footer_bottom_left .bottom_left_list { float: left; margin-right: 6vw; }
.Footer .Footer_bottom .Footer_bottom_left .bottom_left_list:last-child { margin-right: 0; }
.Footer .Footer_bottom .Footer_bottom_left .bottom_left_list .left_list_dd { margin-bottom: 25px; }
.Footer .Footer_bottom .Footer_bottom_left .bottom_left_list .left_list_dd a { font-size: 20px; color: #fff; }
.Footer .Footer_bottom .Footer_bottom_left .bottom_left_list .left_list_dt p { margin-bottom: 10px; }
.Footer .Footer_bottom .Footer_bottom_left .bottom_left_list .left_list_dt p a { transition: all .5s; font-size: 15px; color: #9bb6e3; }
.Footer .Footer_bottom .Footer_bottom_left .bottom_left_list .left_list_dt p:hover a { color: #ffffff; }
.Footer .Footer_bottom .Footer_bottom_right .bottom_right_title { text-align: right; margin-bottom: 40px; }
.Footer .Footer_bottom .Footer_bottom_right .bottom_right_title .right_title_dd { font-size: 16px; color: #fff; margin-bottom: 8px; }
.Footer .Footer_bottom .Footer_bottom_right .bottom_right_title .right_title_dt { font-size: 28px; color: #257b62; font-family: 'AVGARDM'; }
.Footer .Footer_bottom .Footer_bottom_right .bottom_right_txt { text-align: right; }
.Footer .Footer_bottom .Footer_bottom_right .bottom_right_txt .right_txt_dt { font-size: 14px; color: #999999; margin-right: 23px; margin-top: 15px; }
.Footer .Footer_Link { display: flex; align-items: center; font-size: 15px; color: #9aa1af; padding: 25px 0px; flex-wrap: wrap; }
.Footer .Footer_Link a { color: #9aa1af; font-size: 15px; }
.Footer .Footer_Link a:after { content: "、"; color: #9aa1af; }
.Footer .Footer_Link a:last-child:after { display: none; }
.Footer .Footer_Copyright { height: 70px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #525f79; font-size: 14px; color: #9aa1af; }
.Footer .Footer_Copyright a { color: #9aa1af; font-size: 14px; margin-left: 25px; }
.projectCont { width: 1600px; position: relative; z-index: 2; margin: 180px auto 0; max-width: 92%; }
.projectSwiper .swiper-slide { font-size: 18px; background: #f5f5f5; }
.honorPic { background: url(../images/honorp.png) center bottom no-repeat; padding-bottom: 50px; }
.projectSwiper .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; transition: all 1s; }
.projectSwiper .swiper-slide:hover img { transform: scale(1.1); }
.projectInfor { overflow: hidden; }
.projectInfor:hover .projectTxt h2 { color: #257b62; }
.projectImg { height: 520px; overflow: hidden; float: left; width: 50%; }
.projectTxt { float: left; padding: 40px 40px 0; width: 50%; }
.projectSwiper { overflow: hidden; }
.projectTxt h2 { transition: all .5s; font-size: 24px; color: #333; line-height: 1; margin-bottom: 30px; }
.projectTxt p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; font-size: 16px; color: #333; line-height: 2; }
.projectTxt p b { float: left; width: calc(100% - 80px); }
.projectTxt p span { font-weight: bold; color: #257b62; float: left; }
.porojectTit { position: relative; margin-bottom: 60px; overflow: hidden; }
.porojectTit p { line-height: 1; opacity: .7; color: #fff; font-size: 26px; }
.porojectTit h2 { line-height: 60px; color: #fff; font-weight: bold; font-size: 40px; }
.porjectControl { position: absolute; right: 0; top: 0; }
.porjectControl div { transition: all .5s; border: 1px solid #fff; border-radius: 50%; width: 40px; height: 40px; font-size: 14px; position: static; float: left; margin: 10px 0 0 20px; }
.porjectControl div::after { font-size: 14px; color: #ffffff; }
.porjectControl div:hover { background: rgb(37,123,98); border: 1px solid rgb(37,123,98); }
.projectTxt a { line-height: 35px; height: 35px; margin: 30px 0 0 0; float: left; transition: all 0.5s ease-in-out 0.01s; -webkit-transition: all 0.5s ease-in-out 0.01s; color: #257b62; font-size: 16px; }
.projectTxt a span { margin-left: 10px; transition: all 0.5s ease-in-out 0.01s; -webkit-transition: all 0.5s ease-in-out 0.01s; color: #f5f5f5; }
.projectSwiper .swiper-slide:hover a { padding: 0 15px; color: #fff; background: #257b62; }
.module7 { padding-top: 140px; width: 1600px; max-width: 92%; margin: 0 auto; }
.module7 .ul { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: -0.26rem; }
.module7 .swiper-slide { flex-shrink: 0; background-color: #fff; transition: all 0.5s ease; position: relative; }
.module7 .swiper-slide a { position: relative; z-index: 3; display: block; }
.module7 .swiper-slide em { display: block; width: 100%; padding-bottom: 50%; position: relative; overflow: hidden; }
.module7 .swiper-slide em i { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; transition: all 0.5s ease; font-style: normal }
.module7 .swiper-slide div { padding: 20px 30px; }
.module7 .swiper-slide div h5 { font-size: 20px; font-weight: bold; line-height: 1.4; height: 28px; overflow: hidden; color: #333; transition: all 0.5s ease; }
.module7 .swiper-slide div p { font-size: 16px; color: #9ca3b0; line-height: 1.8; height: 84px; overflow: hidden; text-align: justify; margin: 20px 0 10px; }
.module7 .swiper-slide div h6 { display: flex; align-items: center; justify-content: space-between; }
.module7 .swiper-slide div h6 span { font-size: 14px; color: #999; }
.module7 .swiper-slide div h6 i { flex-shrink: 0; font-size: 26px; color: #257b62; width: 55px; height: 55px; text-align: center; line-height: 55px; box-sizing: border-box; border-radius: 50%; border: 1px dashed #257b62; background-image: url(../images/sk.png); background-size: 100% 100%; transition: all 0.5s ease; font-style: normal; }
.newsSwiper { position: relative; padding: 0 60px; overflow: hidden; }
.newsSwiper .swiper-button-next, .newsSwiper .swiper-button-prev { transition: all .5s; background: #ffffff; width: 40px; height: 40px; border-radius: 50%; }
.newsSwiper .swiper-button-next::after, .newsSwiper .swiper-button-prev::after { color: #999; font-size: 16px; font-weight: bold; }
.newsSwiper .swiper-button-next:hover, .newsSwiper .swiper-button-prev:hover { background: #257b62; }
.newsSwiper .swiper-button-next:hover::after, .newsSwiper .swiper-button-prev:hover::after { color: #ffffff; }
.newsSwiper .swiper { width: 100%; overflow: hidden; }
.module7 .swiper-slide:hover h6 i { color: #ffffff; background: #257b62; background-size: 100% 100%; }
.module7Tit p { font-size: 26px; line-height: 1; color: #999; }
.title-h5 { font-weight: bold; font-size: 40px; line-height: 60px; margin-bottom: 30px; color: #333; }
.module7 .swiper-slide:hover h5 { color: #257b62; }
.module7 a.more-a { display: block; width: 190px; height: 36px; text-align: center; line-height: 36px; border: 2px solid #257b62; margin: 0 auto; font-size: 16px; color: #257b62; border-image: url(../images/bk2.png) 10 10; border-width: 10px; transition: all 0.5s ease; margin: 30px auto 0; transition: all .5s; }
.module7 a.more-a:hover { background: #257b62; color: #ffffff; }
 @keyframes rotateAni { from {
 transform: rotate(0);
}
to { transform: rotate(360deg); }
}
.swiper-container-h>.swiper-wrapper>.swiper-slide:last-child { height: auto!important; }
.ma_pchdmsstc { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.86); display: none; z-index: 50; }
.ma_st_main { max-width: 92%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; padding-bottom: 10px; border-bottom: 2px solid #999; }
.ma_stm_input { width: calc(100% - 80px); height: 30px; padding: 0 20px; }
.ma_stm_input input { width: 100%; height: 44px; color: #999; font-size: 20px; }
.ma_stm_btn button { color: #fff; font-size: 30px; }
.ma_modal_close { position: absolute; top: 20px; right: 20px; font-size: 30px; color: #fff; font-weight: bold; cursor: pointer; }
.newSlide { float: right; width: calc(100% - 760px); }
.newSlide ul.on { animation: fadeInRight .8s .1s ease both; -webkit-animation: fadeInRight .8s .1s ease both; -moz-animation: fadeInRight .8s .1s ease both; }
.newSlide li { border-bottom: 1px solid #dcdcdc; padding: 10px 0; overflow: hidden; }
.img span { transition: all 1s; display: block; width: 100%; height: 100%; background-position: center!important; background-size: cover!important; }
.newSlide li:hover .txt b.title { color: #257b62; }
.newSlide li:hover .img span { transform: scale(1.2); }
.newSlide li a { display: block; height: 160px; }
.newSlide .img { overflow: hidden; height: 100%; float: left; width: 30%; }
.newSlide .txt { padding: 30px; float: right; width: 70%; }
.newSlide .txt b.title { display: block; height: 20px; line-height: 20px; overflow: hidden; font-size: 20px; color: #333; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; font-weight: bold; }
.newSlide .txt .des { color: #666; font-weight: lighter; font-size: 16px; line-height: 26px; height: 52px; margin: 10px 0 20px; overflow: hidden; }
.newSlide .txt .date { display: block; color: #257b62; font-size: 16px; font-family: 'aria'; font-weight: bold; }
.sy_navk { width: 400px; height: 400px; overflow: visible; position: relative; margin-left: 110px; float: left; margin-top: 80px; background-size: auto 100%; background-repeat: no-repeat; background-position: center center; }
.sy_navk::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: inline-block; border-radius: 100%; border: 1px dashed #257b62; animation: animtran 50s linear infinite; -webkit-animation: animtran 50s linear infinite; }
.centerInfor { background: url(../images/sy_tb1.png) center no-repeat; background-size: 100% 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 90%; height: 90%; border-radius: 50%; }
 @keyframes animtran { from {
 transform: rotateZ(0deg);
}
to { transform: rotateZ(360deg); }
}
.sy_navk i { width: 106%; height: 106%; left: -3%; top: -3%; position: absolute; background-image: url("../images/in_05.png"); background-size: auto 100%; background-repeat: no-repeat; background-position: center center; transition: all .5s; z-index: 2; }
.sy_navk .s_bt { font-size: 16px; color: #333; font-weight: bold; position: absolute; cursor: pointer; }
.sy_navk .s_bt.on { color: #257b62; font-size: 24px; }
.sy_navk .s_bt.on:before, .sy_navk .s_bt.on:after { display: none; }
.sy_navk .s_bt:nth-of-type(1) { left: 102%; width: 150px; bottom: 140px; }
.sy_navk .s_bt:nth-of-type(2) { right: 102%; width: 150px; text-align: right; bottom: 140px; }
.sy_navk .s_more { width: 34%; line-height: 40px; position: absolute; left: 33%; bottom: 13%; z-index: 4; }
.sy_navk .s_more a { display: block; background-color: #257b62; color: #fff; width: 100%; text-align: center; }
.sy_navk .s_more a:hover { background-color: #257b62; }
/*newslist*/

.footerbox { background: #3e4d6a; }
.fgt { height: 90px; }
.banner1 { background: url(../images/banner1.jpg) no-repeat center center; height: 445px; background-size: cover; position: relative; }
.banner_text { width: 1600px; margin: 0 auto; max-width: 92%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.banner_text h2 { font-size: 36px; color: #fff; font-weight: bold; padding-bottom: 50px; position: relative; }
.banner_text h2:before { position: absolute; content: ""; border-bottom: 5px solid #fff; width: 50px; left: 0; bottom: 20px; }
.banner_text p { font-size: 24px; color: #fff; }
.ttxw { width: 1600px; margin: 0 auto; position: relative; z-index: 10; max-width: 92%; position: relative; }
.ttxw_top { border-bottom: 1px solid #ddd; position: relative; }
.ttxw_top ul { overflow: hidden; padding: 0 20px; }
.ttxw_top li { float: left; line-height: 80px; font-size: 14px; padding: 0 30px; }
.ttxw_top ul li a { color: #666; display: block; padding: 0 10px; position: relative; }
.ttxw_top ul li a:before { position: absolute; content: ""; border-bottom: 2px solid #179063; width: 0; bottom: 0; left: 50%; transform: translateX(-50%); transition: All 0.4s ease-in-out; }
.ttxw_top li.cur a { color: #179063; }
.ttxw_top li.cur a:before { position: absolute; content: ""; border-bottom: 2px solid #179063; width: 100%; bottom: 0; left: 50%; transform: translateX(-50%); transition: All 0.4s ease-in-out; }
.ttxw_top ul li a:hover:before { width: 100%; }
.ttxw_top ul li a:hover { color: #179063; }
.fhbtn { position: absolute; width: 150px; line-height: 40px; color: #fff; background: #179063; border-radius: 20px; text-align: center; font-size: 14px; right: 40px; top: 50%; transform: translateY(-50%); }
.fhbtn img { display: inline-block; vertical-align: middle; margin: -3px 6px 0 0; }
.ttxw .cpzx { width: 100%; max-width: none; }
.wzxw { overflow: hidden; padding: 30px 0 70px 0; }
.wzxwbox { overflow: hidden; position: relative; background: #178e63; }
.wzxw_tp { width: 50%; overflow: hidden; transition: All 0.4s ease-in-out; position: absolute; left: 0; top: 0; height: 100%; }
.wzxw_tp img { height: 100%; object-fit: cover; display: block; width: 100%; transition: All 0.4s ease-in-out; }
.wzxw_tp a:hover img { transform: scale(1.1); }
.wzxw_text { padding: 3.48vw 7.296vw; box-sizing: border-box; float: right; width: 50%; }
.wzxw_text h3 { font-size: 22px; color: #fff; font-weight: bold; margin-bottom: 25px; }
.wzxw_text h3 span { font-size: 14px; color: #fff; padding-left: 5px; }
.wzxw_text h2 { font-size: 20px; line-height: 33px; height: 66px; margin-bottom: 20px; color: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.wzxw_text p { font-size: 14px; line-height: 24px; color: #fff; height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.wzxw_text a { display: block; text-align: center; margin: 7.8vw auto 0 auto; background: #fff; font-size: 14px; line-height: 40px; border-radius: 20px; width: 150px; color: #178e63; }
.wzxw .swiper-container-horizontal>.swiper-pagination-bullets { padding: 0 0 0 50%; bottom: 13vw; position: absolute; }
.wzxw .swiper-pagination-bullet { position: relative; width: 16px; height: 16px; opacity: 1; background: none; }
.wzxw .swiper-pagination-bullet:before { position: absolute; content: ""; width: 6px; height: 6px; background: #fff; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.wzxw .swiper-pagination-bullet-active { border: 3px solid #fff; box-sizing: border-box; }
.lbxw_bj { background: #f8f8f8; padding: 35px 0; }
.lbxw ul { overflow: hidden; margin-left: -30px; }
.lbxw li { float: left; width: 33.33%; padding: 0 0 50px 30px; box-sizing: border-box; }
.lbxw { width: 1600px; margin: 0 auto; max-width: 92%; }
.lbxwbox span { display: block; overflow: hidden; height: 320px; }
.lbxwbox img { width: 100%; transition: All 0.4s ease-in-out; height: 100%; object-fit: cover; }
.lbxw a:hover img { transform: scale(1.1); }
.lbxwtext { padding: 40px 30px 30px 30px; position: relative; }
.lbxwtext:before { position: absolute; content: ""; border-bottom: 2px solid #178e63; left: 0; bottom: 0; width: 0; transition: All 0.4s ease-in-out; }
.lbxwtext h3 { font-size: 22px; color: #178e63; margin-bottom: 20px; }
.lbxwtext h3 b { font-size: 14px; padding-left: 5px; color: #666; }
.lbxwtext h2 { color: #666; font-size: 20px; line-height: 32px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 64px; }
.lbxwtext p { font-size: 12px; line-height: 20px; color: #999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 40px; margin-top: 17px; }
.lbxw a:hover .lbxwbox { background: #fff; }
.lbxw a:hover .lbxwtext:before { width: 100%; }
.fynr { padding-bottom: 100px; text-align: center; }
.fynr .page-status { display: none }
.fynr li, .fynr span { display: inline-block; padding: 0 7px; }
.fynr a { transition: All 0.4s ease-in-out; display: block; line-height: 36px; padding: 0 16px; font-size: 14px; color: #999; border: 1px solid #dddddd; background: #fff; }
.fynr a.page-num { display: inline-block; margin: 0 7px }
.fynr li.cur a, .fynr a.page-num-current { color: #fff; background: #257b62; border: 2px solid #257b62; }
.fynr a:hover { color: #fff; background: #257b62; border: 2px solid #257b62; }
.rjqh { text-align: center; border-bottom: 1px solid #e5e5e5; padding-top: 60px; }
.rjqh li { vertical-align: top; display: inline-block; padding: 0 30px; position: relative; }
.rjqh li:before { position: absolute; content: ""; border-right: 1px solid #e9e9e9; right: 0; height: 30px; top: 50%; transform: translateY(-50%); }
.rjqh li:last-child::before { display: none; }
 .wdjd_lb ul li:nth-child:before(3) {
 border: none;
}
.rjqh p { font-size: 24px; color: #999; height: 32px; line-height: 32px; position: relative; z-index: 10; text-align: center; width: 160px; transition: All 0.4s ease-in-out; }
.rjqh a { display: block; position: relative; padding: 40px 0; }
.rjqh span { transition: All 0.4s ease-in-out; font-size: 70px; line-height: 70px; position: absolute; font-style: italic; left: 0; width: 100%; text-align: center; top: 0; background-image: -webkit-linear-gradient(top, #178e63, #ffffff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; opacity: 0; }
.rjqh a:before { position: absolute; content: ""; border-bottom: 5px solid #178e63; bottom: -3px; left: 50%; transform: translateX(-50%); width: 0; display: block; }
.rjqh ul li.cur a span { opacity: .3; }
.rjqh ul li.cur a p { color: #178e63; font-size: 32px; }
.rjqh ul li.cur a:before { width: 100%; }
.rjqh a:hover p { color: #178e63; font-size: 32px; }
.rjqh a:hover span { opacity: .3; }
/*news*/

.wzxq { width: 1600px; background: #fff; margin: 0 auto; padding: 0 60px; max-width: 92%; }
.wzxq_title { text-align: center; padding: 65px 0 25px; border-bottom: 1px solid #dcdcdc; }
.wzxq_title h2 { font-weight: bold; font-size: 24px; color: #333333; margin-bottom: 30px; line-height: 1.6; }
.wzxq_title p { font-size: 14px; color: #666; }
.wzxq_title p span { padding: 0 20px; }
.wzxq_nr { padding: 35px 0 80px; border-bottom: 1px solid #dcdcdc; }
.wzxq_nr table {border-collapse: collapse; margin:0 auto}
.wzxq_nr table tr td {  border:1px solid #000000}
.wzxq_nr p { font-size: 14px; line-height: 26px; color: #666; text-indent: 28px; text-align: justify; word-break: break-all; }
.wzxq_nr img { margin: 0 auto 20px; max-width: 100%; display: block; }
.fynra { position: relative; padding: 40px 0; }
.fynra ul { overflow: hidden; }
.fynra li { float: left; width: calc(50% - 100px); font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fynra li a { color: #333; }
.fynra li a:hover { color: #179063; }
.fhbtn2 { position: absolute; width: 150px; line-height: 38px; border-radius: 20px; font-size: 14px; color: #333; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #eee; text-align: center; transition: All 0.4s ease-in-out; }
.fhbtn2 img { display: inline-block; vertical-align: middle; margin: -3px 0 0 10px; }
.fhbtn2:hover { border: 1px solid #178E63; color: #178E63; }
.fynra ul li:nth-child(2) { float: right; text-align: right; }
/*product*/





.cpzx { width: 1600px; margin: 0 auto; max-width: 92%; }
.cpzx_title { text-align: center; padding-bottom: 30px; }
.cpzx_title h2 { font-weight: bold; font-size: 24px; margin-bottom: 25px; color: #333; }
.cpzx_title p { line-height: 1.6; color: #999; font-size: 14px; }
.cpzx_nr ul { overflow: hidden; }
.cpzx_nr li { float: left; width: 32%; margin-bottom: 2%; margin-right: 2%; box-sizing: border-box; }
.cpzx_nr li:nth-child(3n) { margin-right: 0; }
.cpzxbox { background: #fff; padding: 15px; }
.cpzx_tp { position: relative; overflow: hidden; height: 270px; }
.cpzx_tp img { width: 100%; transition: All 0.6s ease-in-out; height: 100%; object-fit: cover; }
.zpzx_zz { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(23,144,99,.7); opacity: 0; transition: All 0.4s ease-in-out; }
.zpzx_zz p { font-size: 16px; position: absolute; line-height: 50px; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; }
.zpzx_zz p:before { position: absolute; content: ""; top: 0; left: 50%; transform: translateX(-50%); width: 200%; border-bottom: 1px solid #fff; opacity: 0; transition: All 0.4s ease-in-out; }
.zpzx_zz p:after { position: absolute; content: ""; bottom: 0; left: 50%; transform: translateX(-50%); width: 200%; border-bottom: 1px solid #fff; opacity: 0; transition: All 0.4s ease-in-out; }
.cpzx_nr a:hover p:before { width: 25px; opacity: 1; }
.cpzx_nr a:hover p:after { width: 25px; opacity: 1; }
.cpzx_nr a:hover .zpzx_zz { opacity: 1; }
.cpzx_nr a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.cpzx_nr h2 { font-size: 18px; margin-top: 20px; text-align: center; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
/*企业概况*/

.banner3 { position: relative; }
.banner3 img { width: 100%; display: block; }
.ywly_title { text-align: center; padding: 60px 0 40px; }
.ywly_title h2 { font-weight: bold; font-size: 36px; line-height: 1.6; color: #333; }
.qygm_nr ul { overflow: hidden; padding: 15px 0 0; }
.qygm_nr li { float: left; width: 25%; text-align: center; }
.qygm_nr p { font-size: 18px; color: #333; margin-top: 25px; }
.qygm_nr h2 { font-size: 18px; color: #333; }
.qygm_nr h2 span { font-size: 36px; font-weight: bold; color: #178E63; }
.qygm_nr h2 b { font-weight: bold; }
.qygm_text { width: 990px; max-width: 100%; margin: 0 auto; }
.qygm_text h2 { font-weight: bold; font-size: 36px; line-height: 1.6; color: #333; text-align: center; margin: 40px 0; }
.qygm_text p { color: #666; font-size: 16px; line-height: 30px; text-align: center; }
.qygk_fl ul { overflow: hidden; padding: 50px 0; }
.qygk_fl li { float: left; text-align: center; width: 25%; }
.qygk_fl p { font-size: 16px; margin-top: 30px; font-weight: bold; line-height: 28px; color: #333; }
.qygk_fl img { display: block; margin: 0 auto; }
.ywly_nr ul { overflow: hidden; margin-left: -35px; }
.ywly_nr li { float: left; width: 20%; padding-left: 35px; box-sizing: border-box; }
.ywly_box b { display: block; overflow: hidden; }
.ywly_box img { width: 100%; transition: All 0.4s ease-in-out; }
.ywly_box p { font-weight: bold; font-size: 20px; line-height: 60px; color: #179063; }
.ywly_box p span { color: #333; font-weight: bold; }
.ywly_nr a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.ywly_title p { font-size: 16px; color: #999; line-height: 1.6; margin-top: 15px; }
.qjbj_nr { padding-bottom: 100px; }
.qjbj_nr img { width: 100%; }
/*企业介绍*/

.yghonor.ygzz_nr { padding-top: 0; }
.gsjs_bj { background: url(../images/bj1.jpg) no-repeat center bottom; background-size: cover; }
.gsjs { width: 1600px; margin: 0 auto; max-width: 92%; padding: 80px 0; }
.gsjs_title { padding-bottom: 30px; position: relative; }
.gsjs_title p { font-family: arial; font-size: 48px; color: #179063; opacity: .2; line-height: 1; }
.gsjs_title h2 { line-height: 1; font-weight: bold; font-size: 28px; margin-top: 20px; color: #333; }
.gjjs_nr { overflow: hidden; }
.gsjs_left { float: left; width: 50%; height: 533px; }
.gsjs_left img { width: 100%; max-height: 430px; object-fit: cover; display: block; }
.gsjs_left h2 { text-align: center; font-size: 24px; font-weight: bold; color: #333; padding: 25px 0; }
.jsjs_right { float: right; width: calc(50% - 40px); overflow: auto; height: 430px; padding-right: 20px; }
 .jsjs_right::-webkit-scrollbar-track {
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
 border-radius:10px;
 background-color:#F5F5F5;
}
 .jsjs_right::-webkit-scrollbar {
 width:5px;
 height:5px;
 background-color:#fff;
}
 .jsjs_right::-webkit-scrollbar-thumb {
 border-radius:10px;
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
 background-color:#178E63;
}
.jsjs_right p { font-size: 16px; color: #666; line-height: 30px; text-indent: 32px; }
.szgd ul { display: flex; justify-content : space-between; }
.szgd h2 { font-size: 18px; color: #333; }
.szgd h2 span { font-weight: bold; font-size: 58px; color: #178E63; }
.szgd h3 { font-size: 18px; margin-top: 20px; color: #333; }
.ttjs_bj { background: url(../images/a30.png) no-repeat center -240px; background-size: cover; }
.gsjs { width: 1600px; margin: 0 auto; max-width: 92%; }
.ttjs_nr p { font-size: 16px; line-height: 2; }
.ttjs_nr { padding: 0 0 100px 0; }
.ttjs_nr img { width: 100%; margin-top: 40px; }
.qywm_bj { background: url(../images/a25.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; }
.qywm { width: 1600px; margin: 0 auto; max-width: 92%; }
.qywm_title { padding: 80px 0 30px; }
.qywm_title p { font-family: arial; font-size: 48px; color: #179063; opacity: .2; }
.qywm_title h2 { font-weight: bold; font-size: 28px; margin-top: 20px; color: #fff; }
.qywm_nr { padding-bottom: 100px; }
.qywm_nr ul { overflow: hidden; margin-left: -200px; }
.qywm_nr li { float: left; width: 33.33%; padding-left: 200px; box-sizing: border-box; }
.qywmbox { border: 1px solid #fff; position: relative; padding: 70px 0; box-sizing: border-box; text-align: center; overflow: hidden; }
.iconfont { font-size: 80px; text-align: center; color: #fff; transition: All 0.4s ease-in-out; }
.qywmbox h2 { font-weight: bold; font-size: 28px; color: #fff; margin: 40px 0 20px; transition: All 0.4s ease-in-out; }
.qywmbox p { font-size: 16px; line-height: 2; height: 64px; color: #fff; transition: All 0.4s ease-in-out; }
.qywmbox:hover .iconfont { color: #178E63; }
.qywmbox:hover .iconfont { color: #178E63; }
.qywmbox:hover .iconfont { color: #178E63; }
.qywmbox:hover h2 { color: #178E63; }
.qywmbox:hover p { color: #178E63; }
.qywmbox:before { position: absolute; content: ""; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; left: -40px; border-bottom: 2px solid #25d908; width: 40px; top: -40px; transition: All 0.4s ease-in-out; }
.qywmbox:hover:before { top: 10px; left: 10px; }
.qywmbox:after { position: absolute; content: ""; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; bottom: 40px; border-bottom: 2px solid #25d908; width: 40px; right: -40px; transition: All 0.4s ease-in-out; }
.qywmbox:hover:after { bottom: 40px; right: 0; }
.fzlc_bj { background: url(../images/a33.jpg) no-repeat center center; background-size: cover; }
.fzlc { width: 1600px; margin: 0 auto; overflow: hidden; max-width: 92%; padding: 100px 0 120px; position: relative; }
.fzlc_nr { margin: 60px auto 0 auto; position: relative; overflow: hidden; }
.fzfzbox { overflow: hidden; padding: 40px 0; background: url(../images/a33.jpg) no-repeat center center; }
.fz_left { float: left; width: 360px; }
.fz_left h2 { font-weight: bold; font-size: 48px; margin-bottom: 30px; color: #fff; font-family: "arial black"; }
.fz_left p { font-size: 36px; color: #fff; }
.fz_right { float: right; width: calc(100% - 490px); height: 240px; overflow: auto; padding-right: 30px; }
 .fz_right::-webkit-scrollbar-track {
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
 border-radius:10px;
 background-color:#F5F5F5;
}
 .fz_right::-webkit-scrollbar {
 width:5px;
 height:5px;
 background-color:#fff;
}
 .fz_right::-webkit-scrollbar-thumb {
 border-radius:10px;
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
 background-color:#178E63;
}
.fz_right li { overflow: hidden; padding-bottom: 20px; font-size: 18px; line-height: 2; color: #999; }
.fz_right span { float: left; color: #fff; }
.fz_right b { float: right; width: calc(100% - 100px); }
.fzlc_title ul { text-align: center; position: relative; }
.fzlc_title ul:before { position: absolute; content: ""; border-bottom: 3px solid rgba(255,255,255,.2); width: 100%; left: 0; bottom: 15px; }
.fzlc_title li { display: inline-block; padding: 0 100px; }
.fzlc_title span { font-size: 16px; color: #eee; position: relative; padding-bottom: 40px; line-height: 23px; transition: All 0.4s ease-in-out; width: 150px; text-align: center; display: block; }
.fzlc_title span:before { position: absolute; content: ""; width: 10px; height: 10px; background: #FFF; border: 3px solid #008000; border-radius: 50%; bottom: 6px; left: 50%; transform: translateX(-50%); box-sizing: border-box; cursor: pointer; border: 10px solid #008000; transition: All 0.4s ease-in-out; }
.fzlc_title li.cur span:before { width: 30px; height: 30px; border-radius: 50%; bottom: -2px; }
.fzlc_title li.cur span { font-size: 24px; color: #fff; }
.fclc_top h2 { font-size: 24px; line-height: 48px; color: #333; font-weight: bold; }
.fclc_top p { font-size: 16px; line-height: 26px; color: #666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.fclc_top:before { width: 13px; height: 13px; border-radius: 50%; background: #179063; left: -6px; bottom: -6px; position: absolute; content: ""; }
.fclc_top:after { width: 29px; height: 29px; background: #179063; left: -14px; bottom: -14px; border-radius: 50%; opacity: 0.4; position: absolute; content: ""; }
.fclc_bottom { position: relative; padding: 0 60px 0 20px; margin-left: 80px; border-left: 1px dashed #d3d3d3; height: 195px; }
.fclc_bottom h2 { font-size: 24px; line-height: 48px; color: #333; font-weight: bold; }
.fclc_bottom p { font-size: 16px; line-height: 26px; color: #666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.fclc_bottom:before { width: 13px; height: 13px; border-radius: 50%; background: #179063; left: -6px; top: -6px; position: absolute; content: ""; }
.fclc_bottom:after { width: 29px; height: 29px; background: #179063; left: -14px; top: -14px; border-radius: 50%; opacity: 0.4; position: absolute; content: ""; }
.gshj { width: 1600px; margin: 0 auto; padding: 100px 0; max-width: 92%; }
.gshj_nr { overflow: hidden; position: relative; padding: 0 50px; }
.gshj_nr .swiper-button-next { width: 40px; height: 40px; border: 1px solid #ddd; border-radius: 50%; background: #fff; right: 0; color: #999; transition: All 0.4s ease-in-out; }
.gshj_nr .swiper-button-next:hover { background: #178E63; color: #fff; }
.gshj_nr .swiper-button-prev { width: 40px; height: 40px; border: 1px solid #ddd; border-radius: 50%; background: #fff; left: 0; color: #999; transition: All 0.4s ease-in-out; }
.gshj_nr .swiper-button-prev:hover { background: #178E63; color: #fff; }
.gshj_nr .swiper-button-next:after, .gshj_nr .swiper-button-prev:after { font-size: 18px; }
.gshjqh { overflow: hidden; position: relative; padding: 10px; }
.gshjbox { border-radius: 15px; overflow: hidden; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); margin-bottom: 5px; }
.gshjbox span { display: block; overflow: hidden; height: 260px; }
.gshjbox img { width: 100%; height: 100%; object-fit: cover; }
.gshjbox p { line-height: 56px; font-size: 16px; text-align: center; color: #333; }
/*公司荣誉*/

.ryzz { width: 1600px; margin: 0 auto; max-width: 92%; padding: 30px; background: #fff; }
.ryzz_title ul { overflow: hidden; }
.ryzz_bj { background: #f8f8f8; padding: 50px 0; }
.ryzz_title li { float: left; width: 50%; padding: 20px 0; background: url(../images/a22.png) no-repeat 50px center; padding-left: 140px; box-sizing: border-box; cursor: pointer; }
.zltit li.aa1 { background: url(../images/zlh.png) no-repeat 50px center; background-size: auto 55px; }
.zltit li.aa2 { background: url(../images/rzh.png) no-repeat 50px center; background-size: auto 55px; }
.textTitle li.aa1 { background: url(../images/jch.png) no-repeat 50px center; background-size: auto 55px; }
.textTitle li.aa2 { background: url(../images/xch.png) no-repeat 50px center; background-size: auto 55px; }
.ryzz_title h2 { font-weight: bold; font-size: 22px; margin-bottom: 10px; color: #333; }
.ryzz_title p { font-size: 16px; color: #999; font-weight: bold; }
.ryzz_title li.cur { background: url(../images/a21.png) no-repeat 50px center #178E63; }
.zltit li.aa1.cur { background: url(../images/zlb.png) no-repeat 50px center #178E63; background-size: auto 55px; }
.zltit li.aa2.cur { background: url(../images/rzb.png) no-repeat 50px center #178E63; background-size: auto 55px; }
.textTitle li.aa1.cur { background: url(../images/jcb.png) no-repeat 50px center #178E63; background-size: auto 55px; }
.textTitle li.aa2.cur{ background: url(../images/xcb.png) no-repeat 50px center #178E63; background-size: auto 55px; }
.ryzz_title li.cur h2 { color: #fff; }
.ryzz_title li.cur p { color: #fff; }
.ryzz_title li.cur:before { background: url(../images/z11.png) no-repeat center center; position: absolute; content: ""; width: 90px; height: 90px; background-size: 100% 100%; bottom: -10px; right: 60px; opacity: 0.3; }
.ryzz_xq ul { overflow: hidden; margin-left: -35px; }
.ryzz_xq li { float: left; width: 33.33%; padding: 0 0 35px 35px; box-sizing: border-box; }
.ryzz_xq a { display: block; border-radius: 15px; }
.ryzz_xq a span { display: block; height: 360px; border-radius: 15px 15px 0 0; border: 8px solid #e3e4e4; display: flex; justify-content: space-around; align-items: center; position: relative; }
.ryzz_xq a span:before { position: absolute; content: ""; background: #179063; opacity: 0.3; transition: All 0.4s ease-in-out; width: 0; height: 0; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.ryzz_xq span:after { background: url(../images/a31.png) no-repeat center center; width: 40px; height: 40px; z-index: 10; background-size: 100% 100%; position: absolute; content: ""; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0; transition: All 0.4s ease-in-out; }
.ryzz_xq img { max-height: 85%; display: block; }
.ryzz_xq p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; line-height: 56px; background: #eeeeee; font-size: 18px; text-align: center; border-radius: 0 0 15px 15px; transition: All 0.4s ease-in-out; }
.ryzz_xq a:hover p { background: #179063; color: #fff; }
.ryzz_xq a:hover span:before { width: 100%; height: 100%; }
.ryzz_xq a:hover span:after { opacity: 1; }
.ryzz_xq { animation: fadeIn .25s, 100ms; }
/*公司领导*/

.ldbz { width: 1600px; margin: 0 auto; max-width: 92%; padding: 40px 50px 20px 50px; padding: 60px 0 0 0; }
.gsld_title { text-align: center; padding-bottom: 40px; }
.gsld_title h2 { font-weight: bold; font-size: 36px; color: #333; margin-bottom: 25px; }
.gsld_title p { font-size: 16px; color: #999; }
.tcld_top { width: calc(50% - 40PX); box-sizing: border-box; margin: 0 auto; text-align: center; }
.tcld_top img { display: block; vertical-align: middle; width: 100%; }
.tcld_top h2 { font-size: 22px; margin: 30px 0 20px; color: #333; font-weight: bold; }
.tcld_top p { font-size: 14px; line-height: 1.6; color: #999; }
.tcld_top a { display: block; padding: 30px; background: #f6f6f6; }
.tcld_xq { padding-top: 40px; }
.tcld_xq ul { overflow: hidden; margin-left: -30px; box-sizing: border-box; }
.tcld_xq li { float: left; width: 33.33%; padding: 0 0 30px 30px; box-sizing: border-box; }
.tcld_xq li h2 { font-weight: bold; line-height: 2; text-align: center; color: #000000; }
.tcld_xq img { width: 100%; }
.tcld_xq a { display: block; padding: 20px 20px 10px; background: #f6f6f6; cursor:default}
.tcld_xq p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 28px; font-size: 14px; text-align: center; color: #333; height: 28px; }
.ryzz_title li { position: relative; }
.ryzz_title.ryzz_title_b li.aa1 { background: url(../images/z12.png) no-repeat 50px center; background-size: 54px auto; }
.ryzz_title.ryzz_title_b li.aa1.cur { background: url(../images/z11.png) no-repeat 50px center #178E63; background-size: 54px auto; }
.ryzz_title.ryzz_title_b li.aa2 { background: url(../images/z14.png) no-repeat 50px center; background-size: 54px auto; }
.ryzz_title.ryzz_title_b li.aa2.cur { background: url(../images/z13.png) no-repeat 50px center #178E63; background-size: 54px auto; }
.ryzz_title.ryzz_title_b li.aa1.cur:before { background: url(../images/z11.png) no-repeat center center; position: absolute; content: ""; width: 90px; height: 90px; background-size: 100% 100%; bottom: -10px; right: 60px; opacity: 0.3; }
.ryzz_title.ryzz_title_b li.aa2.cur:before { background: url(../images/z13.png) no-repeat center center; position: absolute; content: ""; width: 90px; height: 90px; background-size: 100% 100%; bottom: -10px; right: 60px; opacity: 0.3; }
/*企业福利*/   

.qyfl { width: 1600px; margin: 0 auto; max-width: 92%; padding: 100px 0; }
.ygfl_nr { overflow: hidden; }
.ygfl_left { width: 50%; float: left; padding-right: 30px; box-sizing: border-box; }
.ygfl_text p { font-size: 16px; line-height: 26px; color: #666; }
.ygfl_right { float: right; width: calc(50% - 30px); box-sizing: border-box; overflow: hidden; position: relative; }
.ygfl_right img { width: 100%; display: block; }
.ygfl_right p { padding: 0 20px; font-size: 16px; line-height: 46px; width: 100%; position: absolute; bottom: 0; left: 0; color: #fff; background: rgba(0,0,0,.7); }
.ygfl_right .swiper-pagination-bullet { opacity: 1; background: #fff; }
.ygfl_right .swiper-pagination-bullet-active { background: #257B62; }
.ygfl_right .swiper-pagination { text-align: right; padding-right: 20px; }
.bj1 { background: #f5f6f9; }
.ygly_title { text-align: center; border-bottom: 1px solid #ddd; }
.ygly_title li { display: inherit; font-size: 16px; padding: 0 20px; display: inline-block; line-height: 60px; color: #333; }
.ygly_title span { cursor: pointer; color: #333; display: block; position: relative; }
.ygly_title span:before { position: absolute; content: ""; border-bottom: 3px solid #1A898C; width: 0; bottom: 0; left: 50%; transform: translateX(-50%); transition: All 0.4s ease-in-out; }
.ygly_title li.cur span:before { width: 100%; }
.ygly_title li.cur span { color: #1A898C; }
.ygly_xq { overflow: hidden; position: relative; }
.ygly_xq .mySwiper { overflow: hidden; }
.ygly_xq .swiper-button-next { width: 40px; height: 40px; border: 1px solid #ddd; border-radius: 50%; background: #fff; right: 0; color: #999; transition: All 0.4s ease-in-out; }
.ygly_xq .swiper-button-next:hover { background: #178E63; color: #fff; }
.ygly_xq .swiper-button-prev { width: 40px; height: 40px; border: 1px solid #ddd; border-radius: 50%; background: #fff; left: 0; color: #999; transition: All 0.4s ease-in-out; }
.ygly_xq .swiper-button-prev:hover { background: #178E63; color: #fff; }
.ygly_xq .swiper-button-next:after, .ygly_xq .swiper-button-prev:after { font-size: 18px; }
.ygly_b { overflow: hidden; position: relative; padding: 30px 50px 0 50px; }
.ygly_box span { display: block; overflow: hidden; }
.ygly_box img { display: block; width: 100%; }
.ygly_box p { font-size: 16px; text-align: center; line-height: 42px; background: #1A898C; color: #fff; transition: All 0.4s ease-in-out; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.img2 { transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-ou }
.img2:hover { transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); }
.lytxt { text-align: right; position: absolute; top: 0; right: 0; }
.lytxt p { font-size: 16px; line-height: 26px; color: #999; opacity: 1; }
.gshj_nr { position: relative; overflow: hidden; }
.gshj_nr .swiper { overflow: hidden; }
.pd0 { padding: 0!important; }
/*员工资质*/   

.ygxq { width: 1600px; margin: 0 auto; max-width: 92%; padding: 60px 0 0 0; }
.ygzz .rjqh { padding-top: 0; }
.ygzz_nr { padding: 40px 0; }
.ygzz_nr ul { overflow: hidden; }
.ygzz_nr li { float: left; width: 24%; margin-right: 1.333%; margin-bottom: 1.333%; float: left; box-sizing: border-box; }
.ygzz_nr li:nth-child(4n) { margin-right: 0; }
.ygzzbox { position: relative; background: #eaeaea; }
.ygzzbox span { position: relative; padding: 30px 40px; display: block; }
.ygzzbox img { width: 100%; }
.ygzztext { padding: 20px 0; background: #f3f3f3; text-align: center; transition: All 0.4s ease-in-out; }
.ygzztext h2 { font-size: 18px; margin-bottom: 10px; color: #333; font-weight: bold; }
.ygzztext p { font-size: 14px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 10px; }
.ygzz_nr a:hover .ygzztext { background: #178e63; }
.ygzz_nr a:hover h2 { color: #fff; }
.ygzz_nr a:hover p { color: #fff; }
/*联系我们*/  

.lxwm_nr { overflow: hidden; background: #fff; }
.lxwm_right { float: right; width: 55%; }
.lxwm_right img { width: 100%; }
.lxwm_left { float: left; width: 45%; padding: 0 60px; }
.lxwm_left h2 { font-weight: bold; font-size: 20px; padding: 40px 0; position: relative; }
.lxwm_left h2:before { position: absolute; content: ""; border-bottom: 4px solid #179063; width: 40px; left: 0; bottom: 10px; }
.lxwm_left li { overflow: hidden; padding: 25px 0; border-bottom: 1px solid #d9dde0; }
.lxwmtext { float: right; width: calc(100% - 60px); }
.lxwmtext h3 { font-weight: bold; font-size: 18px; color: #333; margin-bottom: 12px; }
.lxwmtext p { color: #999; font-size: 16px; }
.lxwm_left img { float: left; }
.bddt { padding: 40px 0 100px; }
#container { height: 500px; border: 1px solid #ddd; }
/*人才招聘*/ 

 

.rzzw_title { text-align: center; }
.rzzw_title h2 { color: #333; font-size: 32px; font-weight: bold; position: relative; padding: 40px 0; }
.rzzw_title h2:before { position: absolute; content: ""; border-bottom: 4px solid #1A898C; width: 60px; bottom: 10px; left: 50%; transform: translateX(-50%); }
.rzzw_nr ul { overflow: hidden; margin-left: -100px; padding: 10px; }
.rzzw_nr li { float: left; width: 33.33%; padding-left: 100px; box-sizing: border-box; }
.rzzw_nr a { display: block; text-align: center; border-radius: 10px; border: 1px solid #ddd; padding: 25px 0; transition: All 0.4s ease-in-out; }
.rzzw_nr img { margin: 0 auto; display: block; }
.rzzw_nr h2 { font-size: 18px; font-weight: bold; color: #333; margin: 25px 0 15px; }
.rzzw_nr p { color: #999; font-size: 16px; }
.rzzw_nr a:hover { box-shadow: 0 0 10px rgba(0, 0, 0, .1); }
.rzzw_title p { font-size: 16px; line-height: 26px; color: #999; }
.zxns_nr li { padding-bottom: 15px; }
.zxnsbox { background: #fefefe; overflow: hidden; padding: 40px 0; position: relative; }
.zx_left { float: left; width: 210px; text-align: center; }
.zx_left h2 { font-size: 20px; font-weight: bold; color: #333; margin-bottom: 20px; }
.zx_left p { font-size: 16px; color: #999; }
.zx_right { float: right; width: calc(100% - 210px); padding: 0 100px; border-left: 1px solid #eee; height: 86px; overflow: hidden; }
.zxns_nr { margin: 40px 0; }
.zx_right h1 { font-size: 18px; color: #333; margin-bottom: 15px; }
.zx_right h1 span { font-size: 16px; color: #999; }
.zx_right h2 { color: #333; font-size: 16px; }
.zx_right p { font-size: 16px; line-height: 26px; color: #999; }
.zx_right p strong { font-weight:bold; color:#333}
.zxnsbox a { display: block; position: absolute; text-align: center; color: #fff; width: 50px; height: 50px; background: #1A898C; right: 20px; top: 50%; transform: translateY(-50%); font-size: 24px; line-height: 50px; }
.system2 { padding: 80px 0px; background: #fff; }
.pc_all_content { overflow: hidden; max-width: 92%; width: 1600px; margin: 0 auto; }
.pc_all_contnet { overflow: hidden; max-width: 92%; width: 1600px; margin: 0 auto; }
.system2 .pc_all_contnet { overflow: hidden; max-width: 92%; width: 1600px; margin: 0 auto; }
.system2 .system2_right { margin-left: 65px; }
.system2_right b { font-weight: bold; }
.system2 .system2_right dd { line-height: 1; color: #444444; font-size: 26px; position: relative; padding-bottom: 25px; margin-bottom: 50px; }
.system2 .system2_right dd::before { content: ""; position: absolute; display: inline-block; width: 238px; height: 2px; background: url(../images/bnl.png) no-repeat 50% 50%; bottom: 0; }
.system2 .system2_right dd span { font-size: 16px; text-transform: uppercase; margin-left: 25px; }
.system2 .system2_right dt { line-height: 2; color: #666666; font-size: 16px; text-align: justify; }
.system2_left { width: 600px; float: left; }
.system2_left img { display: block; width: 100%; }
.system2 .system2_right { float: right; margin-left: 0; width: calc(100% - 640px); }
.system2:nth-child(2n) { background: #f5f5f5; }
.system2_right a.checkMore { text-align: center; border: 1px solid #257b62; color: #666; width: 140px; line-height: 46px; margin: 30px 0 0; font-size: 16px; border-radius: 4px; transition: all .5s; display: block; }
.system2_right a.checkMore:hover { color: #ffffff; background: #257b62; }
.clear::after { content: ''; clear: both; display: block; height: 0; }
.productBar { background: #f5f5f5; padding: 2.6vw 0 5.2vw; }
.productCont { width: 1600px; margin: 0 auto; max-width: 92%; }
.productSwiper { float: left; width: 600px; overflow: hidden; }
.productSwiper .swiper { position: relative; width: 100%; }
.productSwiper img { display: block; width: 100%; }
.productSwiper span.swiper-pagination-bullet-active { background: #257b62; }
.productArt { float: right; width: calc(100% - 640px); }
.productArt h2 { margin-bottom: 15px; font-size: 24px; line-height: 32px; font-weight: bold; color: #333333; }
.productArt p { font-size: 14px; color: #666666; line-height: 25px; }
.product_b_nav { box-shadow: 0px 5px 15px rgba(0,0,0,.3); border-radius: 5px; overflow: hidden; position: absolute; width: 100%; z-index: 10; top: -37px; }
.contSlide { padding-bottom: 40px; width: 1600px; margin: 0 auto; max-width: 92%; }
.choseTit { padding: 40px 0 0; width: 1600px; margin: 0 auto; max-width: 92%; position: relative; }
.product_b_nav.on { max-width: 92%; width: 1600px; position: fixed; top: 90px; }
.product_b_nav a { line-height: 75px; font-size: 15px; font-weight: bold; color: #ffffff; float: left; width: 25%; text-align: center; }
.product_b_nav { background: #257b62; }
.product_b_nav a.on { background: #ffffff; color: #257b62; }
.product_b_nav a b { font-weight: bold; }
.product_b_nav a span { margin-right: 10px; display: inline-block; position: relative; vertical-align: -10px; }
.product_b_nav a span img { display: block; height: 35px; }
.slideTit { margin-bottom: 40px; text-align: center; position: relative; line-height: 2.5; font-size: 38px; color: #257b62; }
.slideTit::after { content: ''; width: 300px; max-width: 60%; position: absolute; bottom: 0; height: 1px; background: #257B62; left: 50%; transform: translateX(-50%); }
.slideText p { font-size: 16px; line-height: 2; text-indent: 32px; }
.rdimg { text-align: center; }
.rdimg img { display: inline-block;  box-shadow: 0 0 10px rgba(0,0,0,0.2); margin: 0 3%; }
.downloadBox { text-align: center; }
.downloadBox p { font-size: 16px; line-height: 2; color: #333333; }
.actimgs { position: absolute; left: 0; top: 0; opacity: 0; }
.b_nav_list.on img { opacity: 0; }
.b_nav_list.on .actimgs { opacity: 1; }
.locationCont { width: 1600px; margin: 0 auto; max-width: 92%; background: url(../images/aboutHk.png) left center no-repeat; padding-left: 36px; font-size: 15px; color: #303030; background-size: 30px auto; }
.locationCont a { color: #303030; }
.location { background: rgb(246,246,246); line-height: 58px; border-bottom: 1px solid #dfdfdf; }
.detailSection { width: 1600px; padding: 80px 0; max-width: 92%; overflow: hidden; margin: 0 auto; }
.productTitle { margin-bottom: 40px; text-align: center; position: relative; line-height: 2.5; font-size: 26px; color: #257b62; }
.bussinesCont { padding-bottom: 80px; }
.bussinessInt { padding: 80px 0; width: 1600px; margin: 0 auto; max-width: 92%; }
.bussinessSwiper .swiper { width: 100%; }
.bussinessSwiper { overflow: hidden; }
.bussinessSwiper img { display: block; width: 100%; }
.bussinessSwiper p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; font-size: 16px; color: #333333; line-height: 3; }
.bussinessDesc, .testingDesc { font-size: 16px; color: #666666; line-height: 32px; text-align: justify; }
.bussinessSwiper { position: relative; }
.bussinessSwiper .swiper-button-next, .bussinessSwiper .swiper-button-prev { width: 96px; height: 40px; border-radius: 6px; color: #ffffff; background: rgba(0,0,0,0.5); font-size: 16px; }
.bussinessSwiper .swiper-button-next::after, .bussinessSwiper .swiper-button-prev::after { font-size: 18px; }
.bussinessSwiper .swiper-button-next { transition: all .5s; right: calc(25% + 35px); }
.bussinessSwiper .swiper-button-prev { transition: all .5s; left: calc(25% + 35px); }
.bussinessSwiper .swiper-button-next:hover, .bussinessSwiper .swiper-button-prev:hover { background: #257B62; }
.testingCont { width: 1600px; margin: 0 auto; padding: 80px 0; max-width: 92%; }
.testing { background: #f5f5f5; }
.testingHd { margin-bottom: 40px; text-align: center; border-bottom: 1px solid #eee; font-size: 0; }
.testingHd span { cursor: pointer; display: inline-block; position: relative; font-size: 18px; color: #666; margin: 0 40px; line-height: 3; }
.testingHd span.cur { border-bottom: 2px solid #257B62; color: #257B62; }
.testingDesc { margin: 20px auto; }
.dpower { width: 1600px; margin: 0 auto; max-width: 92%; }
.dn { display: none; }
.dpowerBox img { display: block; width: 100%; }
.dpowerImg { position: relative; width: 49%; float: left; overflow: hidden; }
.dpowerImg .swiper { width: 100%; }
.dpowerImg .swiper-slide { text-align: center; width: 100%; }
.dpowerImg .swiper-slide p { background: #eee; font-size: 16px; line-height: 3; }
.dpowerTxt { float: right; width: 49%; }
.dpowerInfor { overflow: hidden; }
.dpowerTxt { font-size: 16px; color: #666666; padding-top: 32px; line-height: 32px; text-align: justify; }
.powerCont { padding: 80px 0; }
.equiment { position: relative; }
.equiment .dpowerImg { float: right; }
.equiment .dpowerTxt { float: left; }
.powerCont.graybg { background: #f5f5f5; }
 @media screen and (max-width:1460px) {
.product_b_nav.on { top: 60px; }
.product_b_nav a { line-height: 60px; }
.wzxw .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 15vw; }
.bussinessInt { padding: 40px 0; }
.NavDown .NavDown_bottom { right: 29%; }
.header.productHead .logo { margin-top: 0; width: 200px; }
.footerContact li span { font-size: 20px; }
.Footer .Footer_bottom .Footer_bottom_left .bottom_left_list { margin-right: 4vw; }
.footerContact li a { font-size: 20px; }
.newSlide li a { height: 110px; }
.newSlide .txt { padding: 10px; }
.newSlide .txt .des { height: 26px; margin-bottom: 10px; }
.newSlide li { margin-bottom: 0; }
.newSlide { width: calc(100% - 550px); }
.title-h5 { font-size: 30px; margin-bottom: 20px; line-height: 50px; }
.porojectTit h2, .IBusiness .IBusiness_bottom .IBusiness_bottom_list.swiper-slide-active .list_left_title .left_title_dd { font-size: 30px; line-height: 50px; }
.porojectTit p, .IBusiness .IBusiness_bottom .IBusiness_bottom_list.swiper-slide-active .list_left_title .left_title_dt { font-size: 20px; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list { padding: 0; }
.tabBtn:nth-child(3) span, .tabBtn:nth-child(4) span { right: -60px; width: 60px; }
.tabBtn img { transform: scale(.8); }
.nav li h2 a { font-size: 16px; padding: 0 25px; }
.projectCont { margin-top: 120px; }
.porojectTit { margin-bottom: 30px; }
.IBusiness { padding-top: 85px; }
.honorCont img { height: 240px; }
.honorCont p { font-size: 16px; margin-top: 0; }
.projectImg { height: 370px; }
.module7 { padding-top: 90px; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_right .list_right_img { width: 340px; height: 340px; }
.buttonList { width: 480px; height: 480px; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_left .list_left_btn { margin-top: 50px; }
.headerCont { height: 60px; }
.nav li h2 { line-height: 60px; }
.headerControl li { height: 60px; line-height: 60px; }
.headRight { height: 60px; }
.tabBtn span { font-size: 14px; }
.nav dl { top: 80px; }
.buttonList { top: 35px; right: 15px; }
.aboutTit { margin-top: 100px; }
.aboutTit h2 { font-size: 30px; }
.honorSwiper { margin-top: 0; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_right { margin-right: 56px; margin-top: 80px; }
.sy_navk { zoom: .8; margin-top: 20px; }
.ryzz_xq a span { height: 300px; }
.newSlide .txt b.title { font-size: 18px; }
.bussinesCont { padding-bottom: 40px; }
.testingCont, .powerCont { padding: 40px 0; }
.rjqh { padding-top: 30px; }
}
 @media screen and (max-width:1380px) {
.bussinessSwiper .swiper-button-next { transition: all .5s; right: 26%; }
.bussinessSwiper .swiper-button-prev { transition: all .5s; left: 25%; }
.ryzz_xq a span { height: 230px; }
.qyfl { padding-top: 50px; }
}
 @media screen and (max-width:1200px) {
.headerCont a.logo, .header.productHead .logo { width: 125px; }
.headRight { width: auto; }
.nav { display: none; }
.homeTxt h2 { font-size: 20px; }
.homeTxt p { font-size: 12px; }
.aboutTit h2 { font-size: 20px; }
.aboutTit p { font-size: 12px; padding: 0 4%; }
.aboutTit a { display: block; margin: 10px auto; width: 120px; }
.system2_left { float: none!important; margin: 0 auto; max-width: 100%; }
.system2 .system2_right { float: none; margin: 20px auto 0; width: 100%; }
.system2 .system2_right dd { margin-bottom: 20px; }
.system2 .system2_right dd { font-size: 20px; }
.system2 .system2_right dd span { font-size: 14px; margin-left: 7px; }
.system2_right a.checkMore { width: 100px; font-size: 14px; line-height: 2; margin-top: 20px; }
.system2 { padding: 30px 0; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_right { display: none; }
.buttonList { border: none; text-align: center; position: static; width: 100%; height: auto; }
.tabBtn { left: auto!important; right: auto!important; display: inline-block; vertical-align: top; position: relative; display: inline-block; }
.tabBtn span { top: 55%; position: absolute; left: 50%!important; transform: translateX(-50%); right: auto!important; }
.IBusiness { z-index: 2; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_left { width: 100%; }
.IBusiness .IBusiness_bottom .IBusiness_bottom_list .bottom_list_left .list_left_txt { font-size: 14px; line-height: 2; margin-top: 20px; }
.porojectTit h2, .IBusiness .IBusiness_bottom .IBusiness_bottom_list.swiper-slide-active .list_left_title .left_title_dd { font-size: 20px; line-height: 2; }
.title-h5 { font-size: 20px; }
.module7Tit p { font-size: 20px; }
}
 @media screen and (max-width:780px) {
.lbxwbox span { height: auto; }
.lbxwtext h3 { margin-bottom: 0; }
.lbxwtext { padding: 20px; }
.lbxwtext p { margin: 0; }
.lbxw ul { margin: 0 auto; }
.lbxw li { padding: 0; float: none; width: 100%; margin-bottom: 20px; background: #ffffff; }
.wzxw .swiper-container-horizontal>.swiper-pagination-bullets { padding: 0; text-align: center; bottom: 10px; }
.wzxw .swiper { position: relative; }
.wzxw_tp { position: static; width: 100%; height: auto; }
.wzxw_text { float: none; width: 100%; padding: 20px 20px 50px; }
.wzxw_text h2, .lbxwtext h2 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; height: auto; margin: 0; }
.wzxw_text h3 { font-size: 16px; margin-bottom: 10px; }
.wzxw_text a { width: 100px; line-height: 30px; font-size: 12px; }
.rjqh a:before { border-bottom-width: 2px; bottom: 0; }
.rjqh { padding-top: 0; }
.rjqh li { padding: 0 10px; }
.rjqh a { padding: 20px 0; }
.rjqh span { font-size: 40px; }
.rjqh ul li.cur a p, .rjqh a:hover p { font-size: 18px; }
.rjqh p { width: auto; font-size: 16px; }
.downloadBox img { width: 80px; }
.downloadBox p { font-size: 14px; }
.footerContact .icon i { font-size: 30px; }
.footerContact li { padding-left: 40px; }
.slideText p { font-size: 14px; text-indent: 28px; line-height: 1.5; }
.slideTit { font-size: 18px; margin-bottom: 20px; }
.slideTit::after { width: 120px; }
.product_b_nav { top: -20px; }
.product_b_nav a { line-height: 40px; }
.productBar { padding-bottom: 40px; }
.product_b_nav a span { display: none; }
.product_b_nav a span img { display: none; }
.productTitle { margin-bottom: 0; }
.productArt { float: none; width: 100%; }
.productTitle h2 { font-size: 18px; }
.productSwiper { float: none; width: 100%; }
.locationCont { font-size: 12px; }
.banner_text h2:before { bottom: 0; border-bottom: 2px solid #ffffff; }
.banner_text h2 { font-size: 18px; margin-bottom: 10px; padding-bottom: 10px; }
.banner_text p { font-size: 14px; }
.banner3 { margin-top: 60px; }
.newSlide .txt b.title { font-size: 16px; }
.newSlide { float: none; width: 100%; }
.sy_navk { float: none; zoom: 1; width: 100%; overflow: hidden; line-height: 40px; margin: 0 auto; height: auto; }
.sy_navk i { display: none; }
.sy_navk .s_bt { position: static; }
.honorCont img { height: 160px; }
.honorCont p { font-size: 14px; }
.projectImg { float: none; width: 100%; height: auto; }
.projectTxt { float: none; width: 100%; padding: 10px; }
.projectCont { margin-top: 100px; }
.projectTxt h2 { font-size: 16px; margin-bottom: 15px; }
.projectTxt p { font-size: 14px; line-height: 1.5; }
.projectTxt p b { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.centerInfor { display: none; }
.sy_navk::after { display: none; }
.sy_navk .s_more { left: auto; right: 0; top: 0; }
.sy_navk .s_bt { margin-right: 12px; }
.sy_navk .s_bt.on { font-size: 16px; }
.newSlide .txt .date { font-size: 14px; }
.newSlide .txt .des { font-size: 14px; }
.Footer_bottom_left { display: none; }
.Footer_top_logo img { max-width: 80%; }
.Footer .Footer_top .Footer_top_right { display: none; }
.Footer .Footer_top { height: 85px; }
.Footer .Footer_Copyright { height: auto; text-align: center; padding: 10px 0; display: block; }
.Footer_Copyright_left a { display: block; }
.Footer_bottom { padding: 20px 0; }
.footerContact li span { font-size: 16px; line-height: 1.5; }
.footerContact li a { font-size: 14px; line-height: 1.5; }
.Footer .Footer_Link { font-size: 14px; padding-top: 0; }
.Footer .Footer_Link a { font-size: 12px; }
.NavDown .NavDown_icon img { width: 140%; }
.NavDown_bottom { display: none; }
.top_list_dt { display: none; }
.NavDown .NavDown_top { margin-top: 60px; padding-top: 0; display: block; }
.NavDown .NavDown_top .NavDown_top_list .top_list_dd a { line-height: 3; font-size: 16px; }
.NavDown .NavDown_top .NavDown_top_list { margin-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.NavDown .NavDown_top .NavDown_top_list .top_list_dt p { font-size: 14px; margin-top: 0; }
.NavDown .NavDown_top .NavDown_top_list .top_list_dt p a { line-height: 2.5; font-size: 14px; }
.NavDown .NavDown_top .NavDown_top_list .top_list_dt { padding-bottom: 20px; }
.ygxq { padding: 20px 0; }
.gsjs_title p { font-size: 13px; }
.gsjs_title h2 { font-size: 20px; margin: 0; line-height: 2; }
.lxwm_right { float: none; width: 100%; }
.lxwm_right img { display: block; }
.gsjs_title { padding-bottom: 20px; }
.lxwm_left { float: none; width: 100%; padding: 20px; }
.lxwm_left h2 { padding: 0 0 20px; }
.lxwm_left h2:before { border-bottom-width: 2px; bottom: 0; }
#container { height: 260px; }
.BMap_bubble_title { font-size: 15px!important; }
.lxwmtext h3 { font-size: 16px; margin-bottom: 0; }
.lxwmtext p { font-size: 14px; }
.lxwmtext { width: calc(100% - 40px); }
.lxwm_left li:last-child { border: none; padding-bottom: 0; }
.lxwm_left li { padding: 15px 0; }
.lxwm_left img { width: 26px; }
.bddt { padding: 40px 0 20px; }
.ma_stm_input input, .ma_stm_btn button { font-size: 16px; }
.lbxw_bj { padding: 20px 0; }
.wzxq { padding: 0 20px; }
.wzxq_title { padding: 20px 0; }
.wzxq_title h2 { margin-bottom: 15px; font-size: 18px; }
.wzxq_title p span { padding: 0 5px; }
.wzxq_nr { padding: 20px 0; }
.fynra li { width: 49%; font-size: 14px; }
.fhbtn2 { display: none; }
.fynr { padding-bottom: 20px; }
.fynr a { font-size: 13px; padding: 0 5px; line-height: 20px; }
.fynr li { padding: 0 2px; }
.ryzz_xq li { width: 49%; float: left; margin-right: 0; margin-bottom: 2%; padding: 0; }
.ryzz_xq li:nth-child(2n) { float: right; }
.ryzz_xq ul { margin: 0; }
.ryzz_bj { padding: 20px 0; }
.ryzz_title li { text-align: center; background: #ffffff!important; padding: 10px 0; }
.textTitle li.cur, .ryzz_title li.cur { background: #178E63!important; }
.ryzz_title li.cur:before { display: none; }
.ryzz_title h2 { font-size: 16px; margin: 0; }
.ryzz_title p { font-size: 12px; font-weight: normal; }
.ryzz { padding: 10px; }
.ryzz_xq p { border-radius: 0 0 4px 4px; font-size: 14px; line-height: 2; }
.ryzz_xq a span { border-radius: 4px 4px 0 0; height: 100px; }
.system2 .system2_right dd { font-size: 16px; }
.cpzx_nr li { width: 49%; margin-right: 0; margin-bottom: 2%; }
.cpzx_nr li:nth-child(2n) { float: right; }
.cpzx_nr h2 { font-size: 14px; margin: 10px 0 0; }
.cpzxbox { padding: 5px; }
.cpzx_tp { height: 120px; }
.cpzx_nr { margin-bottom: 20px; }
.tcld_top { width: 100%; }
.tcld_top a { padding: 20px; }
.tcld_top h2 { font-size: 16px; margin: 10px 0; }
.tcld_xq { padding-top: 20px; }
.tcld_xq li { width: 100%; margin-bottom: 20px; padding: 0; }
.tcld_xq ul { margin: 0; }
.ldbz, .qyfl { padding-top: 20px; }
.ygfl_right { float: none; width: 100%; }
.ygfl_left { margin-bottom: 20px; float: none; width: 100%; padding: 0; }
.ygfl_text p { font-size: 14px; }
.qyfl { padding-bottom: 20px; }
.lytxt { position: static; text-align: left; font-size: 14px; }
.gshjbox span { height: auto; }
.gsjs_left { height: auto; float: none; width: 100%; }
.gsjs { padding: 20px 0; }
.gsjs_left h2 { font-size: 18px; padding: 15px 0; }
.jsjs_right { width: 100%; }
.jsjs_right p { font-size: 14px; text-indent: 28px; line-height: 1.5; }
.szgd ul { display: block; overflow: hidden; }
.szgd li { padding: 10px 0; text-align: center; float: left; width: 50%; display: block; }
.szgd h2 span { font-size: 20px; }
.szgd h2 { font-size: 14px; }
.szgd h3 { margin-top: 0; font-size: 16px; }
.fzlc { padding: 20px 0; }
.fzlc_nr { margin-top: 0; }
.fzfzbox { padding: 0; }
.fz_left h2 { font-size: 20px; line-height: 1; margin-bottom: 10px; }
.fz_left p { font-size: 16px; line-height: 1; }
.fz_left { float: none; width: 100%; }
.fz_right { height: 180px; margin: 20px 0; float: none; width: 100%; }
.fz_right li { font-size: 14px; margin-bottom: 10px; line-height: 1.5; padding-bottom: 0; }
.fzlc_title li { width: 30%; padding: 0; }
.fzlc_title li span { width: 100%; font-size: 14px; }
.fzlc_title li.cur span { font-size: 16px; }
.gshj { padding: 20px 0; }
.zxnsbox { padding: 20px; }
.zx_left { margin-bottom: 10px; float: none; width: 100%; text-align: left; }
.zx_right { border: none; float: none; width: 100%; padding: 0; }
.zx_right h1 { font-size: 16px; margin-bottom: 10px; }
.zxnsbox a { right: 0; top: 0; transform: translate(0); zoom: .5; }
.zx_left h2 { margin-bottom: 10px; font-size: 18px; }
.zx_right h2, .zx_right p { font-size: 14px; }
.zxns_nr { margin: 0 auto 40px; }
.bussinessDesc, .testingDesc { font-size: 14px; line-height: 1.5; }
.bussinessSwiper .swiper-button-prev { zoom: .5; left: 4%; }
.bussinessSwiper .swiper-button-next { zoom: .5; right: 4%; }
.bussinessInt { padding: 20px 0; }
.bussinesCont { padding-bottom: 20px; }
.testingDesc { margin: 0 0 20px; }
.testingHd { margin-bottom: 20px; }
.testingHd span { font-size: 16px; line-height: 2; }
.dpowerImg { float: none; width: 100%; }
.dpowerTxt { font-size: 14px; line-height: 1.5; width: 100%; margin-top: 20px; }
.dpowerImg .swiper-slide p { font-size: 14px; }
.ygzz_nr li { width: 49%; margin: 0 0 2%; }
.ygzz_nr li:nth-child(2n) { float: right; }
.ygzz_nr { padding: 0 0 20px; }
.ygzzbox span { padding: 20px; }
.ygzztext { padding: 10px 0; }
.ygzztext h2 { font-size: 16px; margin-bottom: 0; }
.ygzzbox img { height: 185px; }
.pd0 { padding-top: 20px!important; }
}
