﻿*{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{font:14px/1.5;color:#333;outline:0;font-family: Arial, sans-serif;}
html,body{width:100%; position:relative;height:100%;}
.bodyw,.body_st{height:100%;}
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:#e50012;}

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

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.w1400{ width:1400px;max-width: 95%; margin:auto;}
.w1200{ width:1250px;max-width: 95%; margin:auto;}
.pd06{padding-left: 6%;padding-right: 6%;}

.top_bg{position: fixed;left: 0;top: 0;right: 0;z-index: 9;-webkit-transition: 0.5s;transition: 0.5s;border-bottom: 1px solid rgba(255, 255, 255, 0.1);height: 100px;}
.top_h{display: flex;align-items: center;justify-content: space-between;}
.top_h .logo{}
.top_h .logo img{display: block;height:100px;padding: 15px 0;-webkit-transition:0.5s;transition:0.5s;}
.dhss_bg{display: flex;align-items: center;}
.dh_tx{position: absolute;top:0;display: none;}
.dh_tx i{position: absolute;top: 0; height:100px;-webkit-transition:0.5s;transition:0.5s;}
.dh_tx i:after{content: "";position: absolute;left: 36px;bottom: 0;right: 36px; -webkit-transition:0.5s;transition:0.5s;border-bottom: 3px solid #fff;}
.dh{}
.dh ul li{float: left;}
.dh ul li p a{display: block;line-height: 100px;font-size: 18px;position: relative;color: #fff;padding: 0 36px;/*font-weight: bold;*/-webkit-transition:0.5s;transition:0.5s;}
.dh ul li.on p a{color: #fff;}

.top_ss{margin-left: 20px;}
.top_ss span.button{ display:block; width:30px; height:100px;font-size: 22px;font-weight: bold;line-height: 100px;text-align: center;color: #fff; cursor:pointer;-webkit-transition:0.5s;transition:0.5s;}
.serach{position:fixed;left: 0; right:0px;top:0px;bottom: 0;z-index:10;display: none;}
.serach2{position:absolute;left: 0; right:0px;background:rgba(0, 0, 0, 0.7); top:0px;bottom: 0;overflow:hidden;z-index:10;display: flex;align-items: center;justify-content: center;}
.serach form{position: relative;width: 100px;max-width: 85%;border-bottom: 1px solid #fff;-webkit-transition:1s;transition:1s;}
.serach.on form{width: 1250px;}
.serach form input[type='text']{font-size:16px; width:100%; height:60px; line-height:60px;padding:0 40px 0 40px; color:#fff;background: none;}
.serach form input[type='text']::-webkit-input-placeholder {color:#fff;}
.serach form input[type='text']:-moz-placeholder{color:#fff;}
.serach form input[type='text']::-moz-placeholder{color:#fff;}
.serach form input[type='text']:-ms-input-placeholder{color:#fff;}
.serach form i{position: absolute;left: 0;top:0px;height:60px;font-size: 20px;line-height: 60px;text-align: center;color: #fff;}
.serach form a{position: absolute;right: 40px;top:0px;font-size: 16px;line-height: 60px;color: #fff;}
.serach form span{position: absolute;right: 0;top:0px;width: 24px;height:60px;cursor: pointer;}
.serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 24px;height:2px;background: #fff;margin: -1px 0 0 -12px;-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:24px;background: #fff;margin: -12px 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);border-bottom: 1px solid rgba(0, 0, 0, 0.1);height: 80px;}
.top_bg.on .top_h .logo img{height: 80px;padding: 10px 0;}
.top_bg.on .dh_tx i{height:80px;}
.top_bg.on .dh_tx i:after{border-bottom: 3px solid #65ac1e;}
.top_bg.on .dh ul li p a{color: #333;line-height: 80px;}
.top_bg.on .dh ul li.on p a{color: #65ac1e;}
.top_bg.on .top_ss span.button{color: #333;height:80px;line-height: 80px;}
.top_bg.on .top_ss:hover span.button{color: #65ac1e;}

.top_bg.on2{background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.top_bg.on2 .dh_tx i:after{border-bottom: 3px solid #65ac1e;}
.top_bg.on2 .dh ul li p a{color: #333;}
.top_bg.on2 .dh ul li.on p a{color: #65ac1e;}
.top_bg.on2 .top_ss span.button{color: #333;}
.top_bg.on2 .top_ss:hover span.button{color: #65ac1e;}

.banner{width:100%;overflow:hidden;position:relative;}
.banner ul{}
.banner ul li{overflow:hidden;position:relative;}
.banner ul li .img{overflow: hidden;}
.banner ul li .img img{display:block; width:100%;height:100%;-o-object-fit: cover;object-fit: cover;}
.banner ul li .img video{display:block; width:100%;height:100%;-o-object-fit: cover;object-fit: cover;}
.banner ul li .txt{position: absolute;left: 0;bottom: 0;right: 0;top: 0;display: flex;align-items: center;justify-content: center;}
.banner ul li .txt .txt2{width: 100%;max-width: 1250px;}
.banner ul li .txt .txt2 .ml1{font-size: 42px;line-height: 66px;color: #fff;/*font-weight: bold;*/}
.banner ul li .txt .txt2 .ml2{margin-top: 50px;display: flex;}
.banner ul li .txt .txt2 .ml2 span{font-size: 16px;line-height: 46px;color: #fff;padding: 0 30px;background: #65ac1e;}
.banner .banner_qh_bg{position: absolute;left: 0;bottom: 100px;right: 0;display: flex;align-items: center;justify-content: center;z-index: 1;}
.banner .banner_qh{width: 100%;max-width: 1250px;display: flex;align-items: center;}
.banner .banner_qh .banz,.banner .banner_qh .bany{font-size: 24px;line-height: 48px;width: 50px;border: 1px solid #65ac1e;text-align: center;color: #65ac1e;background: #fff;cursor: pointer;-webkit-transition:0.5s; transition:0.5s;}
.banner .banner_qh .banz:hover,.banner .banner_qh .bany:hover{border: 1px solid #65ac1e;color: #fff;background: #65ac1e;}
.banner .banner_qh .bandd{width: auto;font-size: 24px;color: #65ac1e;padding: 0 24px;}

.sy_gy_bg{padding: 60px 0 0;}
.sy_gy_bg .ml1{font-size: 18px;line-height: 30px;color: #65ac1e;}
.sy_gy_bg .ml1 .spbg{display: inline-block;padding-top: 2px;}
.sy_gy_bg .ml1 .sp{cursor: pointer;margin-left: 5px;font-size: 14px;line-height: 24px;background: #fff;color: #000;border: 1px solid #65ac1e;border-radius: 13px;padding: 0 10px;display: flex;align-items: center;justify-content: center;-webkit-transition: 0.5s;transition: 0.5s;}
.sy_gy_bg .ml1 .sp i{font-size: 18px;padding-right: 5px;color: #65ac1e;-webkit-transition: 0.5s;transition: 0.5s;}
.sy_gy_bg .ml1 .sp:hover{background: #65ac1e;color: #fff;border: 1px solid #65ac1e;}
.sy_gy_bg .ml1 .sp:hover i{color: #fff;}
.sy_gy_bg .ml2{margin-top: 30px;}
.sy_gy_bg .ml2 ul{display: flex;flex-wrap: wrap;}
.sy_gy_bg .ml2 ul li{width: 32%;margin-right: 2%;margin-bottom: 2%;}
.sy_gy_bg .ml2 ul li:nth-child(3n){margin-right: 0;}
.sy_gy_bg .ml2 ul li .img{overflow: hidden;}
.sy_gy_bg .ml2 ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.sy_gy_bg .ml2 ul li:hover .img img{ -webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_gy_bg .ml2 ul li .txt{padding: 20px 0;}
.sy_gy_bg .ml2 ul li .txt .b1{font-size: 18px;line-height: 24px;color: #65ac1e;}
.sy_gy_bg .ml2 ul li .txt .b2{font-size: 14px;line-height: 24px;color: #666;}

.sy_bt{text-align: center;display: flex;align-items: center;justify-content: space-between;}
.sy_bt .ml1{font-size: 30px;line-height: 30px;color: #333;}
.sy_bt .ml2{}
.sy_bt .ml2 a{font-size: 16px;line-height: 24px;color: #65ac1e;display: flex;align-items: center;}
.sy_bt .ml2 a i{font-size: 16px;padding-left: 5px;}

.sy_hyyy{background: #f6f6f6;padding: 60px 0 110px;overflow: hidden;}
.sy_hyyy_img{margin-top: 40px;position: relative;}
.sy_hyyy_img2{}
.sy_hyyy_img2 ul li .img{overflow: hidden;}
.sy_hyyy_img2 ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.sy_hyyy_img2 ul li:hover .img img{ -webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_hyyy_img2 ul li .txt{position:absolute;left:0;top:48px;padding:0 48px;right:0;text-align: center;}
.sy_hyyy_img2 ul li .txt .h2{font-size: 24px;line-height: 24px;color: #fff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.sy_hyyy_img2 ul li .txt .h4{font-size: 14px;line-height: 24px;color: #fff;margin-top:15px;}
.sy_hyyy_img_l,.sy_hyyy_img_r{}
.sy_hyyy_img_l,.sy_hyyy_img_r{position: absolute;top: 50%;margin-top: -23px;width: 46px;font-size: 36px;line-height: 46px;color: #dadada;cursor: pointer;text-align: center;border-radius: 50%;-webkit-transition:0.5s;transition:0.5s;}
.sy_hyyy_img_l{left: -60px;}
.sy_hyyy_img_r{right: -60px;}
.sy_hyyy_img_l:hover,.sy_hyyy_img_r:hover{color: #878787;}
.sy_hyyy_img_dd{position: absolute;left:0; bottom:-50px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.sy_hyyy_img_dd 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(0, 0, 0, 0.2);opacity: 1!important;}
.sy_hyyy_img_dd span.swiper-pagination-bullet-active{background:#65ac1e;}
.sy_hyyy_img_dd span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #65ac1e;width: 18px;height: 18px;border-radius: 50%;}

.sy_xw_bg{padding: 60px 0;}
.sy_xw_bg .lb{margin-top: 40px;}
.sy_xw_bg .lb ul{display: flex;flex-wrap: wrap;}
.sy_xw_bg .lb ul li{width: 50%;-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_bg .lb ul li a{display: flex;align-items: center;padding: 20px 30px 20px 20px;}
.sy_xw_bg .lb ul li a .rq{text-align: center;padding-right: 10px;-webkit-transform: scale(0.7, 1);transform: scale(0.7, 1);color: #333;-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_bg .lb ul li a .rq span{display: block;font-size: 52px;line-height: 52px;font-weight: bold;}
.sy_xw_bg .lb ul li a .rq p{display: block;font-size: 18px;line-height: 30px;font-weight: bold;border-top: 1px solid #eee;margin-top: 5px;padding-top: 5px;}
.sy_xw_bg .lb ul li a .txt{flex:1;width: 100%;overflow: hidden;}
.sy_xw_bg .lb ul li a .txt .ml1{font-size: 20px;line-height: 36px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_bg .lb ul li a .txt .ml2{font-size: 14px;line-height: 24px;color: #777;margin-top: 6px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_bg .lb ul li:hover{background: #65ac1e;}
.sy_xw_bg .lb ul li:hover a .rq{color: #fff;}
.sy_xw_bg .lb ul li:hover a .txt .ml1{color: #fff;}
.sy_xw_bg .lb ul li:hover a .txt .ml2{color: #fff;}

.sy_lx_hz{padding: 60px 0;border-top: 1px solid #eee;}
.sy_lx_hz ul{display: flex;justify-content: space-between;}
.sy_lx_hz ul li{width: 30%;text-align: center;}
.sy_lx_hz ul li .h1{font-size: 24px;line-height: 24px;color: #333;}
.sy_lx_hz ul li .h2{font-size: 16px;line-height: 24px;color: #666;margin-top: 20px;}
.sy_lx_hz ul li .h3{font-size: 14px;line-height: 24px;color: #666;margin-top: 5px;}
.sy_lx_hz ul li .h4{margin-top: 30px;display: flex;justify-content: center;}
.sy_lx_hz ul li .h4 a{font-size: 14px;line-height: 42px;color: #fff;background: #65ac1e;padding: 0 30px; -webkit-transition:0.5s;transition:0.5s;}
.sy_lx_hz ul li .h4 a:hover{background: #65ac1e;color: #fff;}

.foot{background: #65ac1e;padding-top: 20px;}
.foot_dh_bg{display: flex;justify-content: space-between;padding: 20px 0;}
.foot_dh{display: flex;justify-content: space-between;width: 40%;}
.foot_dh ul{}
.foot_dh ul:last-child{margin-right:0;}
.foot_dh ul li{position: relative;}
.foot_dh .sj_sfyc li{padding-right: 30px;}
.foot_dh .sj_sfyc li span.iconfont{position: absolute;right: 0;top: 0;font-size: 13px;line-height: 34px;color: #fff;cursor: pointer;}
.foot_dh .sj_sfyc li.on span.iconfont{}
.foot_dh ul li a{font-size: 14px;line-height: 20px;color: #fff;padding: 5px 0;display: inline-block;}
.foot_dh ul li a:hover{color: #fff;text-decoration: underline;}
.foot_dh ul li.bt{padding-top: 10px;padding-bottom: 5px;}
.foot_dh ul li.bt a{font-size: 18px;color: #fff;}
.foot_dh ul li.bt a:hover{text-decoration: none;}
.foot_dh ul li .xl{position: relative;padding-bottom: 5px;display: none;}
.foot_dh ul li .xl a{display: block;font-size: 14px;line-height: 24px;color: #fff;padding-left: 14px;}
.foot_js{width: 30%;padding-top: 10px;}
.foot_js .img{font-size: 18px;line-height: 24px;color: #fff;padding: 5px 0 10px;}
.foot_js .txt{font-size: 14px;line-height: 24px;color: #fff;}
.foot_js .txt p{display: flex;padding: 5px 0;}
.foot_js .txt p i,.foot_js .txt p em{font-size: 18px;padding-right: 5px;}
.lx_ewm{width: 10%;padding-top: 20px;}
.lx_ewm .ml1{}
.lx_ewm .ml1 img{display: block;width: 100%;}
.lx_ewm .ml2{font-size: 14px;line-height: 24px;color: #fff;text-align: center;padding-top: 10px;}
.foot_kj{border-bottom: 1px solid rgba(255, 255, 255, 0.1);padding-bottom: 12px;margin: auto;}
.foot_kjdh{float: left;}
.foot_kjdh ul li{float: left;margin-right: 10px;}
.foot_kjdh ul li span{font-size: 14px;line-height: 30px;color: #fff;}
.foot_kjdh ul li a{font-size: 14px;line-height: 30px;color: #fff;}
.foot_kjdh ul li a:hover{color: #fff;text-decoration: underline;}
.foot_dsf{float: right;}
.foot_dsf ul li{float: left;margin-left: 20px;position: relative;}
.foot_dsf ul li a span.iconfont{display: block;width: 30px;height: 30px;font-size: 20px;line-height: 30px;text-align: center;color: #fff;border-radius: 50%;-webkit-transition:0.5s;transition:0.5s;}
.foot_dsf ul li:hover a span.iconfont{background: #fff;color: #65ac1e;}
.foot_dsf ul li .xl{position: absolute;right: -10px;bottom: 30px;padding-bottom: 15px;display: none;}
.foot_dsf ul li .xl:after{content: "";position: absolute;right: 15px;bottom:-5px;border: 10px solid transparent;border-top:10px solid #fff;}
.foot_dsf ul li .xl img{display: block;width: 145px;padding: 5px;background: #fff;border-radius: 5px;}
.bqsy{color: #fff;font-size: 14px;line-height: 24px;position: relative;padding: 15px 0;}
.bqsy a{color: #fff;font-size: 14px;line-height: 24px;}
.bqsy a:hover{color: #fff;text-decoration: underline;}
.bqsy span{color: #fff;font-size: 14px;line-height: 24px;}

.tanchuang_sp_bg{ position:fixed; left:0;top:0; right:0; bottom:0; background:rgba(0,0,0,0.8); z-index:99; display:none;}
.tanchuang_sp{ position:absolute; left:50%;top:50%;border: 5px solid #fff;}
.tanchuang_sp video{ display:block; width:100%; height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.tanchuang_sp i{ position:absolute; right:-15px; top:-15px;cursor:pointer;z-index:1;font-size: 16px;line-height: 32px;color: #fff;background: #000;border-radius: 50%;width: 36px;text-align: center;border: 2px solid #fff;}

.bat{overflow: hidden;position: relative;}
.bat .img{overflow: hidden;}
.bat .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.bat .txt_bg{position: absolute;left: 0;top: 0;right: 0;bottom: 100px;display: flex;align-items: center;justify-content: center;}
.bat .txt_bg .txt{text-align: center;}
.bat .txt_bg .txt .ml1 span{display: block;font-size:66px;line-height:66px;color: transparent;text-transform: uppercase;background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));-webkit-background-clip: text;font-family:Impact;opacity: 0.5;font-weight: bold;}
.bat .txt_bg .txt .ml2 span{display: block;font-size: 72px;line-height: 72px;color: #fff;/*margin-top: -30px;position: relative;z-index: 1;*//*text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/}


.ny_st{background: #fff;margin-top: -200px;position: relative;z-index: 1;padding: 30px 50px 60px;}

.ny_bt{font-size: 36px;line-height: 36px;color: #65ac1e;}

.ny_dqlj{display: flex;align-items: center;}
.ny_dqlj em{margin-right:5px;font-size: 18px;color: #666;}
.ny_dqlj i{font-size: 16px;color: #666;}
.ny_dqlj span{font-size:16px;color:#666;}
.ny_dqlj a{font-size:16px;color:#666;}
.ny_dqlj a:hover{color:#65ac1e;}
.ny_dqlj a.on{color:#65ac1e;}

.ny_gy{padding-top: 50px;}
.ny_gy .ml1{font-size: 18px;line-height: 36px;color: #333;margin-top: 30px;}
.ny_gy .ml1 .spbg{display: inline-block;padding-top: 5px;}
.ny_gy .ml1 .sp{cursor: pointer;margin-left: 5px;font-size: 14px;line-height: 24px;background: #fff;color: #000;border: 1px solid #65ac1e;border-radius: 13px;padding: 0 10px;display: flex;align-items: center;justify-content: center;-webkit-transition: 0.5s;transition: 0.5s;}
.ny_gy .ml1 .sp i{font-size: 18px;padding-right: 5px;color: #65ac1e;-webkit-transition: 0.5s;transition: 0.5s;}
.ny_gy .ml1 .sp:hover{background: #65ac1e;color: #fff;border: 1px solid #65ac1e;}
.ny_gy .ml1 .sp:hover i{color: #fff;}
.ny_gy .ml2{margin-top: 40px;}
.ny_gy .ml2 ul{display: flex;flex-wrap: wrap;}
.ny_gy .ml2 ul li{width: 32%;margin-right: 2%;margin-bottom: 2%;background: #f6f6f6;}
.ny_gy .ml2 ul li:nth-child(3n){margin-right: 0;}
.ny_gy .ml2 ul li .img{overflow: hidden;}
.ny_gy .ml2 ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_gy .ml2 ul li:hover .img img{ -webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_gy .ml2 ul li .txt{padding: 20px 20px;}
.ny_gy .ml2 ul li .txt .b1{font-size: 18px;line-height: 24px;color: #65ac1e;}
.ny_gy .ml2 ul li .txt .b2{font-size: 14px;line-height: 24px;color: #666;margin-top: 5px;}

.ny_lx{padding: 60px 0 0;}
.ny_lx_l{float: left;width: 48%;}
.ny_lx_bt{font-size: 36px;line-height: 36px;color: #65ac1e;margin-bottom: 30px;height: 36px;}
.ny_lx_l ul{border-top: 1px solid #eee;border-left: 1px solid #eee;}
.ny_lx_l ul li{position: relative;font-size: 16px;line-height: 24px;padding: 15px 15px 15px 70px;color: #666;border-bottom: 1px solid #eee;border-right: 1px solid #eee;}
.ny_lx_l ul li span{position: absolute;left: 0;top: 0px;bottom: 0; line-height: 55px;font-size: 22px;width: 55px;text-align: center;border-right: 1px solid #eee;color: #65ac1e;}
.ny_lx_r{float: right;width: 48%;}
.sy_xl_ly{}
.sy_xl_ly ul li{float: left;width: 49%;margin: 0 2% 2% 0;}
.sy_xl_ly ul li:nth-child(2){margin-right:0;}
.sy_xl_ly ul li:nth-child(4){margin-right:0;}
.sy_xl_ly ul li:nth-child(5){width: 100%;}
.sy_xl_ly ul li:nth-child(6){width: 100%;}
.sy_xl_ly ul li input{ display:block; width:100%; border:1px solid #eee; font-size:16px; line-height:44px;height: 46px; padding:0 15px;color: #666;background: none;}
.sy_xl_ly ul li textarea{ display:block; width:100%; border:1px solid #eee; font-size:16px; line-height:35px; padding:5px 10px; height:102px;color: #666;background: none;}
.sy_xl_ly ul li a{display:block; width:180px;font-size:16px;background:#65ac1e;line-height:46px;text-align:center; color:#fff;-webkit-transition:0.5s;transition:0.5s;}
.sy_xl_ly ul li a:hover{background:#65ac1e;color: #fff;}

.ny_dt{margin-top: 40px;}
.ny_dt iframe{display: block;}

.ny_jr_lb{padding: 60px 0 30px;}
.ny_jr_lb .lb{margin-top: 40px;}
.ny_jr_lb .lb .ny_jr_lb2{margin-bottom: 30px;}
.ny_jr_lb .lb .ny_jr_lb2 .ny_jr_bt{font-size: 24px;line-height: 24px;color: #333;padding-bottom: 20px;}
.ny_jr_lb .lb .ny_jr_lb2 ul li{padding: 0 20px;display: flex;align-items: center;justify-content: space-between;height: 50px;font-size: 14px;color: #333;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.ny_jr_lb .lb .ny_jr_lb2 ul li:nth-child(2n+1){background: #f5f6f7;}
.ny_jr_lb .lb .ny_jr_lb2 ul li:hover{color: #fff;background: #65ac1e;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ml3{display: none;}

.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: #65ac1e;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: #65ac1e;border-radius:2px;}
.ny_zp_tc_xx .jl{display:block; font-size:14px; line-height:40px; color:#65ac1e;width: 150px;border: 1px solid #65ac1e;text-align: center;margin-top: 20px;margin-bottom: 10px;-webkit-transition:0.5s;transition:0.5s;}
.ny_zp_tc_xx .jl:hover{color:#fff;background: #65ac1e;}
.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_zp_tc_xx_gd .h1 .ny_zp_img{font-size: 36px;padding-right: 10px;}

.ny_jr_js{padding: 0px 0 60px;}
.ny_jr_js .lb{margin-top: 40px;}
.ny_jr_js .lb ul li{display: flex;justify-content: space-between;}
.ny_jr_js .lb ul li:nth-child(2n){flex-direction: row-reverse;}
.ny_jr_js .lb ul li .img{width: 50%;overflow: hidden;}
.ny_jr_js .lb ul li .img img{display: block;width: 100%;-webkit-transition:0.5s; transition:0.5s;}
.ny_jr_js .lb ul li:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.ny_jr_js .lb ul li .txt{width: 50%;display: flex;align-items: center;padding: 40px;}
.ny_jr_js .lb ul li .txt .ml1{font-size: 30px;line-height: 42px;color: #333;}
.ny_jr_js .lb ul li .txt .ml2{font-size: 16px;line-height: 36px;color: #666;margin-top: 20px;}

.ny_jr_pl{padding: 0px 0;}
.ny_jr_pl .lb{margin-top: 40px;}
.ny_jr_pl .lb ul{display: flex;align-items: center;justify-content: space-between;}
.ny_jr_pl .lb ul li{width: 31.666%; margin-right: 3%;padding:20px;box-shadow: 0 0 10px #ccc;border-radius: 10px;}
.ny_jr_pl .lb ul li:nth-child(3n){margin-right: 0;}
.ny_jr_pl .lb ul li .bt{font-size: 16px;line-height: 24px;color: #333;}
.ny_jr_pl .lb ul li .nr{display: flex;align-items: center;margin-top: 20px;}
.ny_jr_pl .lb ul li .nr .img{border-radius: 50%;overflow: hidden;width: 80px;}
.ny_jr_pl .lb ul li .nr .img img{display: block;width: 100%;}
.ny_jr_pl .lb ul li .nr .wz{font-size: 14px;line-height: 24px;color: #666;padding: 0 5%;flex:1;width: 100%;}

.news_text{padding: 60px 0 0px;}
.news_text dl{padding: 0px 0 30px;display: flex;align-items: center;border-bottom: 1px solid #eee;margin-bottom: 30px;}
.news_text dl dt{width:25%;overflow: hidden;} 
.news_text dl dt img{display: block;width: 100%;-webkit-transition:0.5s; transition:0.5s;}
.news_text dl dt:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.news_text dl dd{width:75%;display: flex;align-items: center;padding-left: 30px;}
.news_text dl dd .left{flex:1;width:100%;padding-right: 50px;overflow: hidden;}
.news_text dl dd .left .ml1{display: flex;}
.news_text dl dd .left .ml1 a{line-height:22px; font-size:22px; font-weight:normal; color:#333; overflow:hidden;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;} 
.news_text dl dd .ml1 a:hover{color:#65ac1e;}
.news_text dl dd .left .con{height:48px;line-height:24px; font-size:14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-top: 10px;}
.news_text dl dd .right{background: #65ac1e;color: #fff;padding: 20px 0px;width: 94px;} 
.news_text dl dd .right p{text-align:center; font-size:14px; padding-top:5px; font-family:Arial;}
.news_text dl dd .right p:nth-child(1){font-size:48px; position:relative; line-height:48px;font-weight: bold;}
.news_text dl dd .right p:nth-child(1):after{position:absolute; width:68px; height:1px; background-color:rgba(255,255,255,0.2); left:50%; margin-left:-34px; bottom:0; content:'';}
.news_text dl dd a.more{width:110px; height:34px; line-height:32px;font-size: 14px; border:1px solid #65ac1e; display:block; text-align:center; border-radius:15px; margin-top:20px;color: #65ac1e;-webkit-transition:0.5s;transition:0.5s;}
.news_text dl dd a.more:hover{border:1px solid #65ac1e;color: #fff;background: #65ac1e;}

.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:#65ac1e; background:#65ac1e;}

.fa_xq{padding-top: 40px;}
.fa_xq .bt{font-size: 24px;line-height: 24px;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; }
.fa_xq .ms span.iconfont{padding-right: 5px;font-size: 16px;color: #999;}
.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: 16px;}
.fa_xq .ms a:hover{color: #65ac1e;}
.fa_xq .txt{color: #333;padding-top: 30px;font-size: 14px;line-height: 30px;border-top: 1px solid #eee;margin-top: 30px;}
.fa_xq .txt img{max-width: 100%;}

.view-page2{position:relative; padding-top:20px;border-top: 1px solid #eee;margin-top: 30px;}
.view-page2 .prev,.view-page2 .next{font-size:14px;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:#65ac1e;}
.view-page2 .next:hover a{color:#65ac1e;}

.ny_cp_fl{padding: 30px 0 0;}
.ny_cp_fl ul{display: flex;position: relative;z-index: 1;flex-wrap: wrap;}
.ny_cp_fl ul li{margin-right: 10px;margin-bottom:10px;}
.ny_cp_fl ul li .h1{}
.ny_cp_fl ul li .h1 a{display: block;font-size: 14px;line-height: 36px;color: #333;padding: 0 15px;border: 1px solid #eee;border-radius: 5px;-webkit-transition:0.5s;transition:0.5s;display: flex;align-items: center;}
.ny_cp_fl ul li .h1 a i{padding-left: 5px;font-size: 14px;}
.ny_cp_fl ul li.on .h1 a{color: #65ac1e;border: 1px solid #65ac1e;}
.ny_cp_fl ul li:hover .h1 a{color: #fff;border: 1px solid #65ac1e;background: #65ac1e;}
.ny_cp_fl ul li .h2{position: absolute;left: 0;top: 38px;right: 0;padding-top: 10px;display: none;}
.ny_cp_fl ul li .h2 dl{background: #fff;border: 1px solid #eee;border-radius: 5px;padding:20px;display: flex;flex-wrap: wrap;box-shadow:0 0 10px rgba(0, 0, 0, 0.2);}
.ny_cp_fl ul li .h2 dl dt{width: 100%;}
.ny_cp_fl ul li .h2 dl dt a{font-size: 16px;line-height: 30px;color: #333;font-weight: bold;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp_fl ul li .h2 dl dt a:hover{color: #65ac1e;}
.ny_cp_fl ul li .h2 dl dd{margin-right: 20px;}
.ny_cp_fl ul li .h2 dl dd a{font-size: 14px;line-height: 30px;color: #666;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp_fl ul li .h2 dl dd a:hover{color: #65ac1e;}

.ny_cp{padding-top: 30px;}
.ny_cp ul{display: flex;flex-wrap:wrap;}
.ny_cp ul li{width: 23.5%;margin: 0 2% 2% 0;}
.ny_cp ul li:nth-child(4n){margin-right: 0;}
.ny_cp ul li .img{overflow: hidden;border: 1px solid #eee;position: relative;}
.ny_cp ul li .img:before,.ny_cp ul li .img:after{content: "";position: absolute;width: 0;height: 0;border: 3px solid #65ac1e;-webkit-transition:0.5s;transition:0.5s;z-index: 1;opacity: 0;}
.ny_cp ul li .img:before{left: 0px;top: 0;border-width: 3px 0 0 3px;}
.ny_cp ul li .img:after{right: 0;bottom: 0;border-width: 0 3px 3px 0;}
.ny_cp ul li:hover .img:before,.ny_cp ul li:hover .img:after{width: 100%;height: 100%;opacity: 1;}
.ny_cp ul li .img img{display:block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_cp ul li .txt{font-size: 14px;line-height: 24px;color: #666;padding: 10px 0;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li:hover .txt{color: #65ac1e;}

.ny_yqrz_xq{padding-top: 40px;}
.ny_yqrz_xq_tp{width:50%;position: relative;}
.large_box{margin-bottom:10px;width:100%;height:auto;overflow:hidden;border: 1px solid #eee;}
.large_box ul li{display: none;}
.large_box img{display:block;width: 100%;margin: auto;}
.small_box{position: relative;width:100%;padding: 0 30px;}
.small_list{overflow:hidden;height: 100%;}
.small_list ul{overflow:hidden}
.small_list ul li{float: left;width: 90px;margin-right: 10px;}
.small_list ul li img{display:block;width: 100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;border: 1px solid #eee;}
.small_list ul li.on img{}
.small_list ul li.on{border: 2px solid #65ac1e;}
.small_box .btn{position: absolute;top: 0; width:20px;height:100%;background-repeat:no-repeat;background-position:center center;cursor:pointer;background-color: #f6f6f6;}
.left_btn{left:0;background-image:url(../img/left_btn.png)}
.right_btn{right:0;background-image:url(../img/right_btn.png)}
.ny_yqrz_xq_r{width: 45%;padding-top:20px;}
.ny_yqrz_xq_bt{}
.ny_yqrz_xq_bt .h1{font-size: 24px;line-height: 36px;padding: 0px 0px 20px; color: #333;border-bottom: 1px solid #ddd;}
.ny_yqrz_xq_bt .h2{font-size: 18px;line-height: 30px;color: #65ac1e;margin-top: 10px;}
.ny_yqrz_xq_bt .h3{font-size: 16px;line-height: 36px;color: #666;padding: 25px 0px 0;}
.ny_yqrz_xq_bt .h3 table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;}
.ny_yqrz_xq_bt .h3 table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;}
.ny_yqrz_xq_bt .h3 table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;}
.ny_yqrz_xq_bt .h4{position: relative;margin-top: 35px;}
.ny_yqrz_xq_bt .h4 ul{}
.ny_yqrz_xq_bt .h4 ul li{float: left;position: relative;}
.ny_yqrz_xq_bt .h4 ul li .h4_bt{display: block; font-size: 16px;line-height: 46px;color: #65ac1e;text-align: center;background: #fff;border: 2px solid #65ac1e; border-radius: 5px;-webkit-transition:0.5s;transition:0.5s;cursor: pointer;padding: 0 24px;}
.ny_yqrz_xq_bt .h4 ul li .h4_bt span{font-size: 26px;padding-right: 5px;float: left;}
.ny_yqrz_xq_bt .h4 ul li .h4_bt:hover{background: #65ac1e;color: #fff;border: 2px solid #65ac1e;}

.cp_xq_txt{padding: 50px 0 0;}
.cp_xq_txt .bt{display: flex;align-items: center;background: #65ac1e;}
.cp_xq_txt .bt span{font-size: 24px;line-height: 46px;color: #fff;padding: 0 20px;}
.cp_xq_txt .txt{font-size:14px; color:#333;margin-top: 30px;}
.cp_xq_txt .txt img{display: block;max-width: 100%;margin: auto;}