﻿/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "阿里巴巴普惠体 2.0 35 Thin";src: url("//at.alicdn.com/wf/webfont/0frPAQovwgbQ/xEOwysdvFBoq.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/0frPAQovwgbQ/EhSlySxwD55R.woff") format("woff");
  font-display: swap;
}
*{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0;}
body,textarea,input,button,select,keygen,legend,pre{font-size: 14px;color:#333;outline:0;font-family:"阿里巴巴普惠体 2.0 35 Thin",'Microsoft Yahei',Arial, sans-serif;}
pre{white-space: pre-wrap;}
html{font-size:calc(100vw / 19.2);}
body{overflow-x:hidden;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

/** 重置超链接元素 **/
a{text-decoration:none;color:#333;}
a:hover{color:#2f8bcc;}

/** 重置图片元素 **/
.l{ float:left;}
.r{ float:right;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.pd95{padding-left: 2.5%;padding-right: 2.5%;}
.pdt60{padding-top: 60px;padding-bottom: 60px;}
.w1200{ width:1200px;max-width: 95%; margin:auto;}

.top_bg{position: fixed;left: 0;top: 0;right: 0;z-index: 9;height: 60px;-webkit-transition: 0.5s;transition: 0.5s;}
.top_bg.xs{top:-60px;}
.top_h{display: flex;align-items: center;justify-content: space-between;}
.top_h .logo{}
.top_h .logo img{display: block;height:60px;padding: 5px 0;}
.top_h .logo img.hs{display: none;}
.dh{flex: 1;padding-left: 60px;}
.dh ul{display: flex;}
.dh ul li{}
.dh ul li p a{display:block;line-height:60px;font-size:14px;position:relative;color:#fff;padding:0 12px;font-weight: normal;font-weight: bold;}
.dh ul li p a:after{content: "";position: absolute;left: 12px;right: 12px;bottom: 0;height: 3px;background: #fff;-webkit-transform: scale(0, 1);transform: scale(0, 1);opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li:hover p a:after{-webkit-transform: scale(1, 1);transform: scale(1, 1);opacity: 1;}
.dh ul li.pt{position: relative;}
.dh ul li.pt .dh_fl{position: absolute;left: 50%;top: 60px;width:150px;margin-left: -75px;display: none;background: #fff;}
.dh ul li.pt .dh_fl ul{display: block;}
.dh ul li.pt .dh_fl ul li{width: 100%;padding-top: 0;}
.dh ul li.pt .dh_fl ul li a{display: block;font-size: 14px;line-height: 20px;padding: 7px 10px;text-align: center; color: #666;border-top: 1px solid #eee;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li.pt .dh_fl ul li a:hover{color:#fff;background: #2f8bcc;}
.dh ul li.cp .dh_fl{position: absolute;left: 0;top: 60px;width:100%;display: none;background: #fff;border-top: 1px solid #eee;padding: 30px 0;}
.dh ul li.cp .dh_fl ul{width: 1200px;max-width: 95%;margin: auto;display: flex;}
.dh ul li.cp .dh_fl ul li{position: relative;}
.dh ul li.cp .dh_fl ul li:after{content: "";position: absolute;right: 0;top: 15px;height: 80px;width: 1px;background: #eee;}
.dh ul li.cp .dh_fl ul li:last-child:after{display: none;}
.dh ul li.cp .dh_fl ul li a{display: block;padding: 0 30px;}
.dh ul li.cp .dh_fl ul li a .fl_img{}
.dh ul li.cp .dh_fl ul li a .fl_img img{display: block;width: 100%;}
.dh ul li.cp .dh_fl ul li a span{display: block;font-size: 14px;line-height: 24px;color: #333;text-align: center;padding-top: 10px;}

.top_ssyy{display: flex;}
.top_yy{position: relative;}
.top_yy span{padding: 0 10px;font-size: 14px;line-height: 60px;color: #fff;display: flex;align-items: center;-webkit-transition:0.5s;transition:0.5s;cursor: pointer;}
.top_yy span i{font-size: 20px;padding-right: 6px;}
.top_yy span em{font-size: 12px;padding-left: 3px;}
.top_yy_xl{position: absolute;left:0;top: 60px;background: #fff;display: none;padding: 10px 0;width: 100%;}
.top_yy_xl a{display: block;font-size: 14px;line-height: 30px;color: #666;text-align: center;}
.top_yy_xl a:hover{color: #2f8bcc;}

.top_ss{margin-left: 30px;}
.top_ss span.button{display:flex;align-items: center;font-size: 14px;line-height: 60px;color: #fff; cursor:pointer;-webkit-transition:0.5s;transition:0.5s;}
.top_ss span.button i{font-size: 20px;padding-right: 5px;}
.serach{position:fixed;left: 0; right:0px;top:0px;bottom: 0;z-index:10;display: none;}
.serach2{position:absolute;left: 0; right:0px;top:80px;display: flex;align-items: center;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.top_bg.xs .serach2{top:20px;}
.serach form{position: relative;width: 100px;max-width: 85%;-webkit-transition:0.5s;transition:0.5s;background: #fff;padding: 0px 20px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);}
.serach.on form{width: 1200px;}
.serach form input[type='text']{font-size:14px; width:100%; height:50px; line-height:50px;padding:0 80px 0 30px; color:#000;background: none;}
.serach form i{position: absolute;left: 20px;top:0px;height:50px;font-size: 18px;line-height: 50px;text-align: center;color: #000;}
.serach form a{position: absolute;right: 60px;top:0px;font-size: 14px;line-height: 50px;color: #000;}
.serach form span{position: absolute;right: 20px;top:0px;width: 24px;height:50px;cursor: pointer;}
.serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 20px;height:2px;background: #2f8bcc;margin: -1px 0 0 -10px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:after{content:""; position: absolute;left: 50%;top:50%;width: 2px;height:20px;background: #2f8bcc;margin: -10px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:hover:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.serach form span:hover:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}

.top_bg.on{background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.top_bg.on .top_h .logo img.bs{display: none;}
.top_bg.on .top_h .logo img.hs{display: block;}
.top_bg.on .dh ul li p a{color:#000;}
.top_bg.on .dh ul li p a:after{background: #2f8bcc;}
.top_bg.on .dh ul li.on p a{color:#2f8bcc;}
.top_bg.on .dh ul li:hover p a{color:#2f8bcc;}
.top_bg.on .top_yy span{color: #000;}
.top_bg.on .top_yy span:hover{color: #2f8bcc;}
.top_bg.on .top_ss span.button{color: #000;}
.top_bg.on .top_ss:hover span.button{color: #2f8bcc;}

.top_bg.on2{background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.top_bg.on2 .top_h .logo img.bs{display: none;}
.top_bg.on2 .top_h .logo img.hs{display: block;}
.top_bg.on2 .dh ul li p a{color:#000;}
.top_bg.on2 .dh ul li p a:after{background: #2f8bcc;}
.top_bg.on2 .dh ul li.on p a{color:#2f8bcc;}
.top_bg.on2 .dh ul li:hover p a{color:#2f8bcc;}
.top_bg.on2 .top_yy span{color: #000;}
.top_bg.on2 .top_yy span:hover{color: #2f8bcc;}
.top_bg.on2 .top_ss span.button{color: #000;}
.top_bg.on2 .top_ss:hover span.button{color: #2f8bcc;}

.top_bg.on3{background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.top_bg.on3 .top_h .logo img.bs{display: none;}
.top_bg.on3 .top_h .logo img.hs{display: block;}
.top_bg.on3 .dh ul li p a{color:#000;}
.top_bg.on3 .dh ul li p a:after{background: #2f8bcc;}
.top_bg.on3 .dh ul li.on p a{color:#2f8bcc;}
.top_bg.on3 .dh ul li:hover p a{color:#2f8bcc;}
.top_bg.on3 .top_yy span{color: #000;}
.top_bg.on3 .top_yy span:hover{color: #2f8bcc;}
.top_bg.on3 .top_ss span.button{color: #000;}
.top_bg.on3 .top_ss:hover span.button{color: #2f8bcc;}

.banner{ width:100%; overflow:hidden;position:relative;}
.banner ul li{position: relative;overflow: hidden;}
.banner ul li img{display:block; width:100%;height:100%;-o-object-fit: cover;object-fit: cover;}
.bandd{position:absolute; left:0; bottom:25px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd span{z-index:2;cursor:pointer;margin:0 6px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.5);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#fff;}
.bandd span:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #fff;width: 18px;height: 18px;border-radius: 50%;-webkit-transform: scale(0);transform: scale(0);-webkit-transition:0.5s;transition:0.5s;}
.bandd span.swiper-pagination-bullet-active:after{-webkit-transform: scale(1);transform: scale(1);}
.banz,.bany{ position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;  -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: rgba(0, 0, 0, 0.4);border-radius: 50%;display: none;}
.banz{ left:5%;}
.bany{ right:5%;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}

.bg{background: #f6f6f6;}

.sy_cp_fl_bg{}
.sy_cp_fl{padding-top: 60px;padding-bottom: 60px;}
.sy_cp_fl ul{display: flex;flex-wrap: wrap;}
.sy_cp_fl ul li{width: 15.833%;margin: 0 1% 0 0;background: #fff;-webkit-transition: 0.5s;transition: 0.5s;border-radius: 10px;overflow: hidden;}
.sy_cp_fl ul li:nth-child(6n){margin-right: 0;}
.sy_cp_fl ul li a{display: block;padding: 20px 0;}
.sy_cp_fl ul li .img{overflow: hidden;}
.sy_cp_fl ul li .img img{display: block;width: 100%;}
.sy_cp_fl ul li .txt{font-size: 18px;line-height: 24px;color: #333;text-align: center;padding-top: 20px;}
.sy_cp_fl ul li:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);-webkit-transform: translate(0, -5px);transform: translate(0, -5px);}

.sy_bt{font-size: 36px;line-height: 46px;text-align: center;color: #000;font-weight: bold;}

.sy_dbt{font-size: 36px;line-height: 46px;color: #000;font-weight: bold;}

.sy_cp_tj_bg{margin-top: 20px;}
.sy_cp_tj{margin-bottom:1%;background: #fff;display: flex;border-radius: 10px;overflow: hidden;align-items: center;}
.sy_cp_tj .img{width: 60%;}
.sy_cp_tj .img img{display: block;width: 100%;}
.sy_cp_tj .txt{width: 40%;padding: 60px;}
.sy_cp_tj .txt .ml1{font-size: 36px;line-height: 36px;color: #000;}
.sy_cp_tj .txt .ml2{font-size: 16px;line-height: 30px;color: #666;margin-top: 30px;}
.sy_cp_tj .txt .ml3{display: flex;margin-top: 40px;}
.sy_cp_tj .txt .ml3 a{font-size: 16px;line-height: 50px;color: #fff;padding: 0 50px;background: #000;border-radius: 8px;-webkit-transition: 0.5s;transition: 0.5s;}
.sy_cp_tj .txt .ml3 a:hover{color: #fff;background: #2f8bcc;}
.sy_cp_tj2{flex-direction: row-reverse;}

.sy_cp_bg{padding-bottom:60px;}
.sy_cp{}
.sy_cp .lb{}
.sy_cp .lb ul{display: flex;flex-wrap: wrap;}
.sy_cp .lb ul li{width: 24.25%;margin: 0 1% 0 0;background: #fff;-webkit-transition: 0.5s;transition: 0.5s;border-radius: 10px;overflow: hidden;}
.sy_cp .lb ul li:nth-child(4n){margin-right: 0;}
.sy_cp .lb ul li .img{overflow: hidden;}
.sy_cp .lb ul li .img img{display: block;width: 100%;}
.sy_cp .lb ul li .txt{padding:0 20px 30px;text-align: center;}
.sy_cp .lb ul li .txt .ml1{font-size: 18px;line-height: 30px;color: #000;}
.sy_cp .lb ul li .txt .ml2{font-size: 14px;line-height: 24px;color: #999;margin-top: 5px;}
.sy_cp .lb ul li .txt .ml3{display: flex;align-items: center;justify-content: center;margin-top: 20px;}
.sy_cp .lb ul li .txt .ml3 span{font-size: 14px;line-height: 36px;color: #2f8bcc;border: 1px solid #2f8bcc;padding: 0 30px;-webkit-transition: 0.5s;transition: 0.5s;border-radius: 5px;}
.sy_cp .lb ul li:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);-webkit-transform: translate(0, -5px);transform: translate(0, -5px);}
.sy_cp .lb ul li:hover .txt .ml3 span{color: #fff;background: #2f8bcc;}

.sy_gy_bg{background:url('../img/sy_gy_bg.jpg?1') center no-repeat;background-size: cover;background-attachment: fixed;}
.sy_sz{padding: 100px 0  80px;}
.sy_sz ul{display: flex;align-items: center;justify-content:center;width: 100%;}
.sy_sz ul li{text-align: center;border-right: 1px solid rgba(255, 255, 255, 0.3);width: 250px;}
.sy_sz ul li:nth-child(3n){border-right: none;padding-right: 0;margin-right: 0;}
.sy_sz ul li .m1{font-size: 30px;color: #fff;display: flex;align-items: baseline;justify-content: center;}
.sy_sz ul li .m1 span{font-family: 'Impact';font-size: 60px;}
.sy_sz ul li .m2{font-size: 18px;line-height: 18px;color: #fff;padding-top: 5px;}
.sy_gy{text-align: center;padding-bottom: 100px;width: 800px;max-width: 95%;}
.sy_gy .ml1{font-size: 36px;color: #fff;line-height: 36px;font-weight: bold;}
.sy_gy .ml1:after{content: "";display: block;width: 40px;height: 2px;background: #fff;margin: 25px auto 0;}
.sy_gy .ml2{font-size: 16px;line-height: 36px;color: #fff;padding-top: 30px;}
.sy_gy .ml3{padding-top: 40px;display: flex;align-items: center;justify-content: center;}
.sy_gy .ml3 a{font-size: 16px;line-height: 50px;padding: 0 50px;color: #fff;background: #000;border-radius: 8px;-webkit-transition: 0.5s;transition: 0.5s;}
.sy_gy .ml3 a:hover{color: #fff;background: #2f8bcc;}

.sy_xw_bg{padding-bottom: 60px;padding-top: 60px;background: #f6f6f6;}
.sy_xw_bg .lb_bg{margin-top: 40px;position: relative;}
.sy_xw_bg .lb_bg .lb{}
.sy_xw_bg .lb_bg .lb ul{display: flex;}
.sy_xw_bg .lb_bg .lb ul li{width: 32%;margin-right: 2%;}
.sy_xw_bg .lb_bg .lb ul li:nth-child(3n){margin-right: 0;}
.sy_xw_bg .lb_bg .lb ul li a{display: block;border-bottom: 1px solid #eee;padding-bottom: 25px;}
.sy_xw_bg .lb_bg .lb ul li .img{overflow: hidden;}
.sy_xw_bg .lb_bg .lb ul li .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_bg .lb_bg .lb ul li .img:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.sy_xw_bg .lb_bg .lb ul li .txt{padding:20px 0 0;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml1{font-size:14px;line-height: 24px;color: #999;padding-bottom: 5px;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml2{font-size:18px;line-height: 24px;color: #000;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml3{font-size:14px;line-height: 24px;color: #666;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml4{display: flex;margin-top: 20px;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml4 span{font-size: 14px;line-height: 36px;color: #999;background: #fff;padding:0 20px;-webkit-transition:0.5s;transition:0.5s;display: flex;align-items: center;justify-content: center;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml4 span i{font-size: 30px;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml4 span:hover{background: #2f8bcc;color: #fff;}

.sy_hz{padding-bottom: 60px;padding-top: 60px;}
.sy_hz .lb{margin-top: 40px;}
.sy_hz .lb ul{display: flex;flex-wrap: wrap;}
.sy_hz .lb ul li{width: 15.833%;margin:0 1% 1% 0;border-radius: 5px;overflow: hidden;}
.sy_hz .lb ul li:nth-child(6n){margin-right: 0;}
.sy_hz .lb ul li img{display: block;width: 100%;}

.more{display: flex;align-items: center;justify-content: center;margin-top: 30px;}
.more a{font-size: 24px;width: 46px;height: 46px;display: flex;align-items: center;justify-content: center;color: #ddd;border: 1px solid #ddd;border-radius: 50%;-webkit-transition:0.5s;transition:0.5s;}
.more a:hover{color: #fff;border: 1px solid #2f8bcc;background: #2f8bcc;}

.foot_bg{background:#2f8bcc;padding-top: 60px;}
.foot1{display: flex;justify-content: space-between;padding-bottom: 50px;}
.foot_dh{width: 40%;display: flex;justify-content: space-between;}
.foot_dh ul{width: 25%;}
.foot_dh ul li.bt{padding-bottom: 10px;}
.foot_dh ul li a{font-size: 14px;line-height: 30px;color: #a9c8df;-webkit-transition:0.5s;transition:0.5s;}
.foot_dh ul li.bt a{font-size: 16px;color: #fff;font-weight: bold;}
.foot_dh ul li a:hover{color: #fff;}
.foot_lx{width: 30%;}
.foot_lx .ml1{font-size: 16px;line-height: 30px;font-weight: bold;color: #fff;}
.foot_lx .ml2{font-size: 36px;line-height: 36px;color: #fff;padding: 20px 0 20px;font-family: 'Impact';}
.foot_lx .ml2 i{font-size: 42px;padding-right: 10px;}
.foot_lx .ml3{font-size: 14px;line-height: 24px;color: #a9c8df;}
.foot_lx .ml3 p{display: flex;padding: 5px 0;}
.foot_lx .ml3 p i{font-size: 20px;padding-right: 5px;}
.foot_gz{width: 20%;}
.foot_gz .ml4{font-size: 16px;line-height: 30px;font-weight: bold;color: #fff;}
.foot_gz .ml4ms{font-size: 14px;line-height: 30px;color: #a9c8df;}
.foot_gz .ml5{margin-top: 20px;}
.foot_gz .ml5 ul{display: flex;}
.foot_gz .ml5 ul li{margin-right: 5%;position: relative;}
.foot_gz .ml5 ul li a{display: block;font-size: 24px;line-height: 44px;width: 46px;border: 1px solid rgba(255, 255, 255, 0.2);border-radius: 50%;color: #a9c8df;text-align: center;-webkit-transition:0.5s;transition:0.5s;}
.foot_gz .ml5 ul li:hover a{border: 1px solid #fff;background: #fff;color: #2f8bcc;}
.foot_gz .ml5 ul li .xl{position: absolute;left:50%;bottom: 46px;margin-left:-70px; padding-bottom: 15px;display: none;}
.foot_gz .ml5 ul li .xl:after{content: "";position: absolute;left: 50%;margin-left:-10px; bottom:-5px;border: 10px solid transparent;border-top:10px solid #fff;}
.foot_gz .ml5 ul li .xl img{display: block;width: 140px;padding: 5px;background: #fff;border-radius: 5px;}
.bqsy{font-size: 14px;line-height: 24px;padding: 20px 0;text-align: center;color: #a9c8df;border-top: 1px solid rgba(255, 255, 255, 0.1);}
.bqsy a{color: #fff;}

.bat{overflow: hidden;position: relative;}
.bat .img img{display: block;width: 100%;}
.bat .txt{position: absolute;left: 2.5%;bottom:50px;}
.bat .txt .ml1{font-size: 36px;line-height: 36px;color: #fff;}
.bat .txt .ml2{padding-top: 30px;}
.bat .txt .ml2{display: flex;align-items: center;}
.bat .txt .ml2 em{line-height: 24px;margin-right:5px;font-size: 16px;color: #fff;}
.bat .txt .ml2 i{line-height: 24px;font-size: 14px;color: #fff;}
.bat .txt .ml2 span{font-size:14px;color:#fff;line-height: 24px;}
.bat .txt .ml2 a{font-size:14px;color:#fff;line-height: 24px;-webkit-transition:0.5s;transition:0.5s;}
.bat .txt .ml2 a:hover{color:#2f8bcc;}

.ny_dqlj_dw{height: 60px;}
.ny_dqlj_bg{border-bottom: 1px solid #eee;background: #fff;}
.ny_dqlj_bg.on{position: fixed;top: 60px;left: 0;right: 0;z-index: 8;-webkit-transition:0.5s;transition:0.5s;}
.ny_dqlj_bg.on.xs{top: 0px;}
.ny_dqlj{display: flex;justify-content: center;align-items: center;}
.ny_dqlj .fl{}
.ny_dqlj .fl ul{display: flex;align-items: center;}
.ny_dqlj .fl ul li{position: relative;z-index: 1;margin:0 30px;}
.ny_dqlj .fl ul li a{display: block;font-size: 16px;line-height: 60px;color: #333;position: relative;}
.ny_dqlj .fl ul li a:after{content:"";position: absolute;left: 0px;right: 0px;bottom: 0px;border-bottom: 2px solid #2f8bcc;-webkit-transform: scale(0);transform: scale(0);-webkit-transition:0.5s;transition:0.5s;}
.ny_dqlj .fl ul li:hover a{color: #2f8bcc;}
.ny_dqlj .fl ul li:hover a:after{-webkit-transform: scale(1);transform: scale(1);}
.ny_dqlj .fl ul li.on a{color: #2f8bcc;font-weight: bold;}
.ny_dqlj .fl ul li.on a:after{-webkit-transform: scale(1);transform: scale(1);}

.ny_gy{font-size: 16px;line-height: 30px;color: #333;}
.ny_gy_img{padding-top: 0;}
.ny_gy_img ul{display: flex;}
.ny_gy_img ul li{width: 32%;margin-right: 2%;}
.ny_gy_img ul li:nth-child(3n){margin-right: 0;}
.ny_gy_img ul li img{display: block;width: 100%;}

.ny_gy_wh{}
.ny_gy_wh ul{}
.ny_gy_wh ul li{display: flex;align-items: center;}
.ny_gy_wh ul li:nth-child(2n){flex-direction: row-reverse;}
.ny_gy_wh ul li .img{width: 50%;border-radius: 20px 0 0 20px;overflow: hidden;height: 380px;}
.ny_gy_wh ul li:nth-child(2n) .img{border-radius:0 20px 20px 0;}
.ny_gy_wh ul li .img img{display: block;width: 100%;height:100%;-o-object-fit: cover;object-fit: cover;}
.ny_gy_wh ul li .txt_bg{width: 50%;padding: 60px;display: flex;justify-content: center;}
.ny_gy_wh ul li .txt{width: 100%;text-align: center;}
.ny_gy_wh ul li .txt .ml1{font-size: 36px;line-height: 36px;color: #000;}
.ny_gy_wh ul li .txt .ml2{font-size: 16px;line-height: 30px;color: #666;margin-top: 30px;}

.ny_ry{}
.ny_ry ul{display: flex;flex-wrap: wrap;}
.ny_ry ul li{position: relative;margin: 0 2% 2% 0;}
.ny_ry.lb3 ul li{width:32%;}
.ny_ry.lb3 ul li:nth-child(3n){margin-right: 0;}
.ny_ry.lb4 ul li{width:23.5%;}
.ny_ry.lb4 ul li:nth-child(4n){margin-right: 0;}
.ny_ry.lb5 ul li{width:18.4%;}
.ny_ry.lb5 ul li:nth-child(5n){margin-right: 0;}
.ny_ry.lb6 ul li{width:15%;}
.ny_ry.lb6 ul li:nth-child(6n){margin-right: 0;}
.ny_ry ul li .img{overflow: hidden;border: 1px solid #eee;}
.ny_ry ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_ry ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_ry ul li .txt{font-size: 14px;line-height: 24px;padding: 10px 0px; color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;text-align: center;}
.ny_ry ul li:hover .txt{color: #2f8bcc;}

.pagination{width:100%; height:auto;text-align:center; font-size:0px; position:relative; overflow:hidden; margin:auto; padding-top:20px;}
.pagination a,.pagination span{display:inline-block; padding:0 20px; line-height:36px; font-size:14px; border:1px solid #eee; margin:0 5px;color: #666;background: #fff;}
.pagination span.current,.pagination a:hover{color:#fff; border-color:#2f8bcc; background:#2f8bcc;}

.ny_cp{background: #f2f2f2;}
.ny_cp ul{display: flex;flex-wrap: wrap;}
.ny_cp ul li{width: 24.25%;margin: 0 1% 1% 0;background: #fff;padding:40px 0;}
.ny_cp ul li:nth-child(4n){margin-right: 0;}
.ny_cp ul li .img{display: block;overflow: hidden;}
.ny_cp ul li .img img{display: block;width: 100%;-webkit-transition:0.5s; transition:0.5s;}
.ny_cp ul li:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.ny_cp ul li .txt{padding:40px 30px 0;}
.ny_cp ul li .txt .ml1{display: block;font-size: 22px;line-height: 30px;color: #000;font-weight: bold;}
.ny_cp ul li .txt .ml2{font-size: 14px;line-height: 30px;color: #666;margin-top: 10px;}
.ny_cp ul li .txt .ml2 pre{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;font-size: 14px;line-height: 30px;color: #999;}
.ny_cp ul li .txt .ml3{display: flex;margin-top: 20px;justify-content: center;}
.ny_cp ul li .txt .ml3 a{font-size: 14px;line-height: 32px;color: #000;border: 1px solid #ddd;padding: 0 30px;border-radius: 17px;-webkit-transition:0.5s; transition:0.5s;}
.ny_cp ul li .txt .ml3 a:nth-child(1){margin-right: 20px;}
.ny_cp ul li .txt .ml3 a:hover{color: #fff;border: 1px solid #2f8bcc;background: #2f8bcc;}

.ny_cpxq1{background: #f6f6f6;display: flex;align-items: center;justify-content:space-between;padding-top: 60px;height: 100vh;}
.ny_cpxq1 .lb{width: 45%;margin: 0;}
.ny_cpxq1 .lb .lb_dd{display: flex;align-items: center;justify-content: center;display: none;}
.ny_cpxq1 .lb .lb_dd span{margin:0 5px !important;background: #fff;}
.ny_cpxq1 .lb ul li{background: #fff;}
.ny_cpxq1 .lb ul li img{display: block;height: 70vh;margin: auto;}
.ny_cpxq1 .txt{width: 50%;}
.ny_cpxq1 .txt .ml1{font-size: 48px;line-height: 56px;color: #333;}
.ny_cpxq1 .txt .ml2{font-size: 16px;line-height: 36px;color: #666;margin-top: 30px;}
.ny_cpxq1 .txt .ml3{margin-top: 50px;}
.ny_cpxq1 .txt .ml3 ul{display: flex;}
.ny_cpxq1 .txt .ml3 ul li{margin-right: 20px;}
.ny_cpxq1 .txt .ml3 ul li a{display: flex;align-items: center;justify-content: center;font-size: 16px;line-height: 42px;color: #2f8bcc;border: 2px solid #2f8bcc;border-radius: 23px;padding: 0 30px;-webkit-transition:0.5s;transition:0.5s;}
.ny_cpxq1 .txt .ml3 ul li a span{padding-right: 10px;font-size: 24px;}
.ny_cpxq1 .txt .ml3 ul li a:hover{color: #fff;background: #2f8bcc;border: 2px solid #2f8bcc;}

.ny_cpxq2{}
.cp_xq_txt{}
.cp_xq_txt .bt{}
.cp_xq_txt .bt span{display: block;font-size: 36px;line-height: 36px;color: #333;border-bottom: 1px solid #eee;padding-bottom: 30px;}
.cp_xq_txt .txt{line-height:30px; font-size:16px; color:#333;margin-top: 50px;}
.cp_xq_txt .txt img{display: block;max-width: 100%;margin: auto;}
.cp_xq_txt .txt table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;}
.cp_xq_txt .txt table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;background: #f1f3f5;color: #333;line-height: 24px;text-align: left;}
.cp_xq_txt .txt table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;}

.view-page2{position:relative; padding-top:20px;border-top: 1px solid #eee;margin-top: 50px;}
.view-page2 .prev,.view-page2 .next{font-size:16px;line-height:36px;width:45%;}
.view-page2 .prev{float: left;}
.view-page2 .prev a,.view-page2 .next a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.view-page2 a{display:block;color: #666;} 
.view-page2 .next{float: right;text-align:right;}
.view-page2 .prev:hover a{color:#2f8bcc;}
.view-page2 .next:hover a{color:#2f8bcc;}

.ny_xw{}
.ny_xw ul{display: flex;flex-wrap: wrap;}
.ny_xw ul li{width: 32%;margin: 0 2% 2% 0;border-radius: 30px;overflow: hidden;background: #eff7ff;}
.ny_xw ul li:nth-child(3n){margin-right: 0;}
.ny_xw ul li .img{display: block;overflow: hidden;}
.ny_xw ul li .img img{display: block;width: 100%;-webkit-transition:0.5s; transition:0.5s;}
.ny_xw ul li:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.ny_xw ul li .txt{padding: 50px 12%;}
.ny_xw ul li .txt .ml1{font-size: 20px;color: #333;line-height: 30px;font-weight: bold;height: 100px;}
.ny_xw ul li .txt .ml2{font-size: 14px;color: #666;line-height: 24px;}
.ny_xw ul li .txt .ml1:hover{text-decoration: underline;}

.fa_xq{}
.fa_xq .bt{font-size: 30px;line-height: 42px;color: #333;text-align: center;}
.fa_xq .ms{margin-top: 20px;color: #999;font-size: 14px;line-height: 24px;text-align: center;display: flex;align-items: center;justify-content: center;}
.fa_xq .ms .line{padding:0 15px;color: #ccc;font-size: 12px;}
.fa_xq .ms span.iconfont{padding-right: 5px;font-size: 18px;color: #aaa;}
.fa_xq .ms a{color: #999;-webkit-transition:0.5s;transition:0.5s;display: flex;}
.fa_xq .ms a i{padding-right: 5px;font-size: 18px;}
.fa_xq .ms a:hover{color: #2f8bcc;}
.fa_xq .txt{color: #333;padding-top: 30px;font-size: 16px;line-height: 30px;border-top: 1px solid #eee;margin-top: 30px;}
.fa_xq .txt img{max-width: 100%;}

.ny_xz{}
.ny_xz ul{padding-bottom: 20px;}
.ny_xz ul li{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #eee;padding-bottom: 20px;margin-bottom: 20px;}
.ny_xz ul li .txt{}
.ny_xz ul li .txt p a{font-size: 16px;line-height: 30px;color: #333;-webkit-transition:0.5s; transition:0.5s;}
.ny_xz ul li .txt span{font-size: 14px;line-height: 30px;color: #666;}
.ny_xz ul li .tb{display: flex;}
.ny_xz ul li .tb a{font-size: 14px;line-height: 38px;color: #666;padding: 0 30px;border: 1px solid #999;border-radius: 5px;-webkit-transition:0.5s; transition:0.5s;}
.ny_xz ul li .txt p a:hover{color: #2f8bcc;}
.ny_xz ul li .tb a:hover{color: #fff;border: 1px solid #2f8bcc;background: #2f8bcc;}

.ny_zp{position: relative;}
.ny_zp ul{display: flex;flex-wrap: wrap;}
.ny_zp ul li{padding:50px 50px; position:relative;width: 49%;margin:0 2% 2% 0;background: #eff7ff;border-radius: 30px;}
.ny_zp ul li:nth-child(2n){margin-right: 0;}
.ny_zp ul li .ny_zp_txt{ position:relative;}
.ny_zp ul li .ny_zp_txt .h1{ font-size:24px; line-height:32px; color:#2f8bcc;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-weight: bold;}
.ny_zp ul li .ny_zp_txt .h2{ font-size:14px; line-height:30px; color:#333;margin-top: 10px;height: 120px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
.ny_zp ul li .ny_zp_txt .h3{font-size:14px; line-height:35px; color:#2f8bcc;width: 120px;border: 1px solid #2f8bcc; text-align: center;margin-top: 15px;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;border-radius: 10px;}
.ny_zp ul li .ny_zp_txt .h3:hover{color:#fff;background: #2f8bcc;border: 1px solid #2f8bcc;}

.ny_zp_tc_bg{position: fixed; left: 0;top: 0;bottom: 0;right: 0;background: rgba(0, 0, 0, 0.75);z-index: 99;display: none;}
.ny_zp_tc{position: absolute; left: 50%;top: 50%;background:#fff;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);padding: 60px 50px 60px 50px;border-radius: 10px;font-size: 14px;line-height: 30px;color: #444;width: 80%; max-width: 700px;height: 0;-webkit-transition:0.5s;transition:0.5s;}
.ny_zp_tc_gb{position:absolute;right: -18px;top: -18px;width: 36px;line-height:36px;text-align: center;font-size: 14px;color: #fff;background: #2f8bcc;border-radius: 50%;cursor: pointer;}
.ny_zp_tc_xx{height: 100%;overflow: auto;padding-right: 10px;}
.ny_zp_tc_xx::-webkit-scrollbar{width:5px;height:5px;}
.ny_zp_tc_xx::-webkit-scrollbar-track{background:#eee;border-radius:2px;}
.ny_zp_tc_xx::-webkit-scrollbar-thumb{background: #2f8bcc;border-radius:2px;}
.ny_zp_tc_xx .jl{display:block; font-size:14px; line-height:40px; color:#2f8bcc;width: 150px;border: 1px solid #2f8bcc;text-align: center;margin-top: 20px;margin-bottom: 10px;border-radius: 10px;-webkit-transition:0.5s; transition:0.5s;}
.ny_zp_tc_xx .jl:hover{color:#fff;background: #2f8bcc;}
.ny_zp_tc_xx_gd .h1{font-weight: bold;padding-bottom: 15px;font-size: 24px;color: #333;}
.ny_zp_tc_xx_gd .h2{font-size: 14px;line-height: 30px;color: #333;}

.ny_lx{display: flex;justify-content: space-between;position: relative;}
.ny_lx .txt{width: 43%;border: 1px solid #eee;padding:50px 50px;}
.ny_lx .txt .bt{font-size: 30px;line-height: 30px;color: #333;}
.ny_lx .txt .nr{font-size: 14px;line-height: 36px;color: #333;margin-top: 20px;}
.ny_lx .dt{width: 55%;border: 1px solid #eee;overflow: hidden;}
.ny_lx .dt iframe{display: block;width: 100%;height: 100%;}

.ny_ly{padding-top: 0;}
.ny_ly .bt{font-size: 30px;line-height: 30px;color: #333;}
.ny_ly form{margin-top: 30px;}
.ny_ly ul{display: flex;flex-wrap: wrap;}
.ny_ly ul li{width: 100%;margin:0 0 2% 0;position: relative;}
.ny_ly ul li:nth-child(1){width: 49%;margin-right: 2%;}
.ny_ly ul li:nth-child(2){width: 49%;}
.ny_ly ul li:nth-child(3){width: 49%;margin-right: 2%;}
.ny_ly ul li:nth-child(4){width: 49%;}
.ny_ly ul li label{display: block;font-size: 14px;line-height: 24px;color: #333;padding-bottom: 10px;}
.ny_ly ul li label span{color: #c00;}
.ny_ly ul li input{display: block;width: 100%;border: 1px solid #eee;font-size: 14px;line-height: 44px;height: 46px;padding: 0 15px;color: #666;-webkit-transition:0.5s; transition:0.5s;}
.ny_ly ul li textarea{display: block;width: 100%;border: 1px solid #eee;font-size: 14px;line-height: 24px;height: 150px;padding: 5px 15px;color: #666;-webkit-transition:0.5s; transition:0.5s;}
.ny_ly ul li input:focus,.ny_ly ul li textarea:focus{border: 1px solid #0b89f5!important;}
.ny_ly ul li.button{width: 100%;margin:0;display: flex;align-items: center;justify-content: center;}
.ny_ly ul li.button button{display: block;width: 180px;font-size: 14px;line-height: 48px;color: #fff;background: #0b89f5;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.ny_ly ul li.button button:nth-child(2){margin-left:2%;}