/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/

body {color: #666;margin: 0 auto;background: #fff;font-family: "Microsoft YaHei";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#289e47;text-decoration: none; border-bottom-style:}

.page{margin:0 auto;width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:94%;}
.box2{margin: 0 auto;width:84%;position: relative;}

.fl { float: left;}
.fr {float: right;}

em,i {font-style: normal;}


/*隐藏右边滚动条
body::-webkit-scrollbar {  display: none;}*/


/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}



/*英文样式*/
.font_en{font-family: "Arial, Helvetica, sans-serif";text-transform: uppercase;}
.font_en2{font-family:"Avant_Garde_Medium-Normal";text-transform: uppercase;}
@font-face {
  font-family:"Avant_Garde_Medium-Normal";
  src: 
  url("//memberpic.114my.com.cn/zelv8888/cssnew/Avant_Garde_Medium-Normal.woff2.txt") format("woff2"),
  url("//memberpic.114my.com.cn/zelv8888/cssnew/Avant_Garde_Medium-Normal.woff.txt") format("woff"),
  url("//memberpic.114my.com.cn/zelv8888/cssnew/Avant_Garde_Medium-Normal.ttf.txt") format("ttf"),
  url("//memberpic.114my.com.cn/zelv8888/cssnew/Avant_Garde_Medium-Normal.eot.txt") format("eot"),
   url("//memberpic.114my.com.cn/zelv8888/cssnew/Avant_Garde_Medium-Normal.svg.txt") format("svg");
}





html{font-size: 15px;}




/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;}
.title t{color:#289e47;}
.title p{font-size: 18px;color:#999;line-height: 30px;}






/*导航*/
#top_bg{width:100%; min-width:1400px; height: 110px; top: 0px !important;     z-index: 999999;    position: fixed;}
.top{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;margin: 0 auto;min-width: 1400px; background:#fff; padding:0 2vw; transition: all 1s ease-in-out; }
.top_left{display:flex;align-items:center;}
.name{padding-left:1vw;}
.name p{font-size:1.35vw;font-family:"simsun"; font-weight:bold; color:#0f48b6;  }
.name span{font-size:0.9vw; color:#289e47; line-height:32px; }

/*导航*/
.nav{height:110px;width:50%;}
.nav>ul{height:100%;}
.nav>ul>li{ float: left; display: block;height:100%;position: relative;z-index: 9;width: 12%;}
.nav>ul>li>a {overflow: hidden; display: block;  color: #222;  font-size: 16px;  text-align: center; position: relative;   transition: 0.3s ease all;  height: 100%;  line-height: 110px;}
.nav>ul>li>a:after{content:""; display:block; width:13px; height:21px;  background:url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209160621_400139184.png)no-repeat center; margin:auto; position: absolute; bottom:0;left:0; right:0;opacity: 0;}
.nav>ul>li>a:hover,.nav>ul>li.navcurrent a{color:#289e47;}
.nav>ul>li.navcurrent>a:after,.nav>ul>li:hover>a:after{opacity: 1; }



.top_right{display: flex;align-items: center;}
.top .tel,.top .ewm{position: relative; height:100%; cursor: pointer;}
.top .tel{background:url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231211/20231211162908_1817968989.png)no-repeat center left;}
.top .ewm p{margin-right: 1vw;position: absolute;transition: 0.3s all ease; transform-origin: top;  transform: rotateX(90deg); top:68px; right:-300%;z-index: 999;}
.top .ewm :hover{ transform: rotateX(0deg); }
.top .tel p{display:block;padding-left:1.8vw;line-height:108px;font-size:1.2vw;text-align:center;color:#289e47;}
.tel:hover p,.top .ewm:hover p{transform: rotateX(0);}
.top .ewm{width:26px;height: 26px;margin-right: 1vw;background:url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209163338_573406890.png)no-repeat center left;}
.top .ewm p{width:120px; height:120px; padding:10px;background:rgba(0,0,0,0.4);  }
.top .ewm p img{width:100%;}




/*栏目下拉*/
.nav ul li .nav2{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out;position: absolute;width:160px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);
z-index: 999;left:-20%;top:100%; text-align:center;background:rgba(0,0,0,0.5); }
.nav ul li .nav2 a{width: 100%;height:50px;line-height:50px; display: block;color: #fff;font-size: 14px;  text-liagn:center; -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity; border-bottom:1px solid rgba(255,255,255,0.1);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.nav ul li .nav2 a:hover{background:#289e47;}
.nav ul li:hover .nav2 {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; z-index: 999;}
.nav2 table{width:100% !important;}
.nav2 table td{ display: block;height: 50px !important;line-height: 50px !important; }
.nav2 table td a{line-height: 50px !important; }
.nav2 dl{display:none;}







/*跟随抬头*/

#top_bg.yinyin{transition: all 1s ease-in-out; animation: 1s dong; top:0 !important;     box-shadow: 0 0 50px rgba(0,0,0,0.1);}
#top_bg.yinyin .top{width:100% !important;}

@keyframes dong {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0);
    }
}










/*幻灯片*/
.banner{height:700px;}
.banner2:after{content: "";display: block;width:100%;height:166px;background: url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231207/20231207114521_2034006642.png)no-repeat center;position: absolute;bottom:0px;z-index: 9;}
/* 通过改变animation-timing-function 制作弹性切换效果 */
.banner .swiper-wrapper{transition:2s cubic-bezier(0.68,-0.4,0.27,1.34) 0.2s;}
.banner .swiper-slide a{display: flex;height: 100%;}
/*左右箭头*/
.banner .swiper-button-prev{left: -80px;border-radius:5px 0 0 5px;}
.banner:hover .swiper-button-prev{left: 80px;}
.banner .swiper-button-next{right:-80px;border-radius:0 5px 5px 0;}
.banner:hover .swiper-button-next{right:80px;}
.banner_swiper-button{width:60px !important;height:130px !important;background: rgb(51 51 51 / 0.3);outline: none;transition: 0.3s;}
.banner_swiper-button:after{color:#fff;font-size: 30px !important;}
/*分页*/
.banner-pagination{bottom: 52px !important;}
.banner-pagination span{width: 10px;height: 10px;background:#fff;opacity:.8;border-radius: 100px;outline: none;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}







/*搜索*/
.search_nbg{position: absolute;z-index: 999;top: 710px;height:100px;border-bottom: 1px #eee solid;background: #fff;}
.search_bg{border-bottom:1px #eee solid;}
.search_l{line-height: 100px;color: #999;}
.search_l dd{font-size:16px;color: #333;display: inline-block;font-weight: bold;}
.search_l a{padding:0 5px;font-size: 15px;color: #888;font-weight: lighter;}
.search_l a:hover{color:#289e47;}
.search-bg #infoname{overflow: hidden;background:#fff;outline:none; color:#ccc;border: none;height:47px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter; border-left:1px #e1e1e1 solid;border-top:1px #e1e1e1 solid;border-bottom:1px #e1e1e1 solid;    border-radius: 100px 0 0 100px;}
.search_r>form{display: flex;align-items: center;justify-content: center;width: 340px;height: 100px;}
.search-i{background: #e1e1e1;border-radius: 0 100px 100px 0;text-align: center;}
.search-i input{padding: 15px 30px;}







/*数据*/
.data_bg{height:550px;margin-top:50px;border-bottom: 10px #333 solid;background: url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209163424_334921845.jpg)no-repeat center;}
.data{display: flex;flex-direction: column;align-items: center;text-align: center;}
.data *{display: block;}
.data_top t{margin: 40px 0 12px 0px;font-size:100px;line-height: 75px;color:#289e47;}
.data_top p{font-size: 18px;line-height: 30px;color:#666;font-weight: lighter;}
.data_top a{width: 220px;height: 50px;line-height: 50px;margin:34px auto 70px;background: #fff;border-radius: 100px;box-shadow: 0px 0px 18.4px 1.6px rgba(24, 79, 223, 0.15);font-size: 18px;color:#289e47;text-align: center;transition: 0.3s;}
.data_top a:hover{background: #289e47;color: #fff;}
.data_bottom{display: flex;justify-content: space-between;width: 100%;}
.data_bottom li{display:flex;flex-direction:column;align-items:center;justify-content:center;width:25%;height:120px;border-left:1px #eee solid;}
.data_bottom li:last-child{border-right:1px #eee solid;}
.data_bottom li p{font-size: 40px;color: #333;}
.data_bottom li span{font-size: 18px;color:#888;}









/*产品中心*/
.pro_bc{background: linear-gradient(90deg,#217737 0%,#1aff6d 100%);display:flex;}
.pro_l{width:25%;padding:3% 0 4% 0;display:flex;flex-direction:column;align-items:center;position:relative;}
.pro_r{width:71.5%;background:#f5f5f5;overflow:hidden;padding:3% 0 0 2%;}
.pro_ca{background:#178835;width:81%;}
.pro_ca>i{font-size:24px;color:#fff;text-align:center;display:block;}
.pro_ca>b{text-align:center;display:block;font-size:32px;color:#fff;margin:30px 0 5px;}
.pro_ca>em{color:#fff;font-size:14px;font-weight:lighter;}
.pcc{margin-top:45px;}
.pcc td b{font-size:0;}
.pcc td b a{line-height:76px;font-size:18px;color:#fff !IMPORTANT;font-weight:100;padding:0 35px 0 50px;position:relative;display:block;}
.pcc td b a:after,.pcc td b a:before{content:'';display:block;position:absolute;top:0;bottom:0;margin:auto 0;}
.pcc td b a:after{width:4px;height:21px;background:url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209155158_566089467.png) no-repeat center;left:24px;}
.pcc td b a:hover{color:rgba(255,255,255,0.8) !important;background: #1db145;}
.pcc td b a:before{width:12px;height:12px;background:url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209163510_1418944886.png) no-repeat center;right:29px;}
.pcc tr{position:relative;}
.pcc #showtyepname{right:-120%;top:-15px;width:100%;background:#f8f8f8;z-index:99;transition:all .3s ease;}
.pcc table,.pcc tbody,.pcc tr{display:block;width:100%;padding:0 !important;}
.pcc td{display:block;width:100%;padding:0 !important;background:#289e47;margin-top:0%;}
.pcc #showtyepname a{display:block;line-height:61px;border-bottom:1px solid #fff;padding-left:45px;position:relative;font-size:18px;font-weight:100;}
.pcc tr:hover #showtyepname{opacity:1;visibility:visible;right:-100%;}
.pcc #showtyepname a:after{content:'';display:block;position:absolute;width:5px;height:5px;background:#999;border-radius:50%;left:30px;top:0;bottom:0;margin:auto 0;}
.pcc #showtyepname a:hover{color:#289e47 !important;}
.pcc #showtyepname a:hover:after{background:#289e47;}
.pro_ic{transition:.5s;display:flex;}
.pro_call{overflow:hidden;width:100%;flex-shrink:0;}
.pro_call .divproduct_new_div_item{width:31%;height:465px;margin-right:21px;padding:25px;float:left;background:#fff;position:relative;border:1px #eee solid;box-shadow:0px 0px 15px #eee;}
.pro_call .divproduct_new_div_item:hover:before{height:490px;}
.pro_call .divproduct_new_div_item:nth-child(n+1):nth-child(-n+4){margin-bottom:20px;}
.pro_call .product_div_item_pic{position:absolute;left:25px;right:25px;}
.pro_call .product_div_item_pic a{display:block;overflow:hidden;}
.pro_call .product_div_item_pic img{width:100%;transition:.2s;}
.pro_call .product_div_item_pic:hover img{transform:scale(1.1);transition:.2s;}
.pro_call .divproduct_new_div_item_content{position:absolute;left:0;bottom:110px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;}
.pro_call .divproduct_new_div_item_a{display:inline-block;font-size:18px;color:#333;}
.pro_call .divproduct_new_div_item_a:after{display:block;content:"了解详细";width:88%;height:45px;line-height:45px;background:#ffffff;font-size:14px;color:#999;text-align:center;position:absolute;bottom:-60px;left:6%;transition:all 0.3s;border-radius:0px;border:1px #eee solid;font-weight: lighter;}
.pro_call .divproduct_new_div_item:hover .divproduct_new_div_item_a:after{background:#289e47;color:#fff;border:none;font-size:16px;}
.pro_call .divproduct_new_div_item:hover{box-shadow:none;}
.pro_call .divproduct_new_div_item_body{width:100%;margin:10px auto 0;font-size:14px;color:#666;line-height:24px;font-weight:100;padding:0 30px;display: none;}






/*环保项目*/
/*内容*/
.term_swiper-wrapper{height: auto !important;}
.term_swiper-slide{display:flex;justify-content:center;align-items:center;transition:300ms;transform:scale(0.85);padding:60px 40px;background: #f5f5f5;text-align: center;}
.swiper-container .swiper-slide-active{background: #289e47;transform: scale(1);}
.swiper-slide i{display: block;overflow: hidden;}
.swiper-slide img{width:100%;transition: 0.3s;}
.swiper-slide:hover img{transform: scale(1.2);}
.swiper-slide p{margin:40px 0 15px 0;font-size:24px;color:#333;}
.term .swiper-slide-active p{color: #fff;}
.swiper-slide t{display:block;font-size:16px;line-height:34px;font-weight:lighter;color:#666;}
.term .swiper-slide-active t{color: rgb(255 255 255 / 0.8);}
/*分页*/
.term_swiper-pagination{margin: 40px auto 0;position: inherit !important;}
.term_swiper-pagination span{width:15px;height:15px;outline: none;}
.term_swiper-pagination span+span{margin-left:20px;}
.term_swiper-pagination span.swiper-pagination-bullet-active{background: #289e47;}
/*箭头*/
.term_swiper-button{width:60px !important;height:60px !important;background:#f5f5f5;border-radius:100%;font-size:20px;outline: none;}
.term_swiper-button:hover{background:#289e47;}
.term_swiper-button:after{font-size:20px !important;color:#289e47;}
.term_swiper-button:hover:after{color:#fff;}
.term_swiper-button-prev{left: -50px !important;}
.term_swiper-button-next{right: -50px !important;}







/*工程案例*/
.case_top{}
.case_top table{width:100%;}
.case_top tbody{display: flex;justify-content: space-around;width:100%;margin-bottom:40px;background:#f5f5f5;border-radius:5px;border:1px #eee solid;}
.case_top table, .case_top tbody *{display:block;}
.case_top table tr:last-child{display:none;}
.case_top tr{width:20%;text-align:center;}
.case_top td{height: 100% !important;}
.case_top td a{line-height:60px !important;font-size:16px;color:#333;}
.case_top tr:hover a{color: #289e47;}
/*图片*/
.case_img ul{display: flex;justify-content: space-between;}
.case_img li{position:relative;overflow:hidden;}
.case_img li *{display:block;}
.case_img img{width:100%;height:auto;}
.case_img li p{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background: rgb(34 34 34 / 0.6);position:absolute;top:0;left:0%;z-index:3;transition: 0.3s;}
.case_img li:hover p{top: -100%;}
.case_img li p a{display:flex;flex-direction: column;align-items:center;justify-content:center;width:100%;height:100%;font-size:16px;color:#fff;}
.case_img li p a:before{ content:"";display:block;width:40px;height:27px;margin-bottom:20px;background:url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209151932_186514114.png)no-repeat center;}






/*为什么选择泽绿*/
.adv_li{width:276px;height:680px;background: #fff;overflow: hidden;border-left: 1px #eee solid;float:left;position: relative;cursor:pointer;transition:all 0.3s;box-shadow: 0 0 30px rgba(0,0,0,.08);}
.adv_li.on{width:570px;}
.adv_li *{display: block;}
.adv_img{width:200px;height:260px;margin: 60px auto 43px;overflow: hidden;position: relative;}
.adv_li.on .adv_img{width: 100%;height: 380px;margin: 0 0 34px 0;}
.adv_img img{position: absolute;top: 54%;left: 50%;transform: translate(-50%,-50%);}
.adv_li.on .adv_img img{top: 50%;}
.adv_none{text-align: center;}
.adv_li.on .adv_none{display:none;}
.adv_none b{font-size: 26px;color:#333;}
.adv_none b:after{content: "";display: block;width:30px;height:16px;margin:100px auto 80px;background: url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209163543_1536048666.png)no-repeat center;}
.adv_none t{font-size: 26px;color:#289e47;}

.adv_block{display: none;}
.adv_li.on .adv_block{display: block;padding: 0 40px;}
.adv_li.on .adv_block b{margin:50px 0 20px 0px;font-size: 28px;color: #289e47;}
.adv_li.on .adv_block p{padding-left: 35px;background: url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209152552_1368368430.png)no-repeat 0 10px; font-size:16px;line-height:30px;color: #666;font-weight: lighter;}
.adv_li.on .adv_block p+p{margin-top: 15px;}
.adv_li.on .adv_block a{width:150px;height:50px;line-height: 50px;margin-top: 35px;background: #333;text-align: center;font-size: 18px;color:#fff;}









/*关于我们*/
.about_bg{height:700px;background:url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231208/20231208165812_1759499631.jpg)no-repeat center top;background-attachment: fixed;}
.about{height:100%;}
.about_content{display: flex;align-items: center;justify-content: center;height:200px;background: #fff;border-radius: 10px;text-align: center;padding: 0 80px;position: absolute;bottom: 100px;}
.about_content p{font-size: 16px;line-height: 30px;color:#666;font-weight: lighter;}
.about_content a{width:40px;height:40px;line-height:40px;background:#289e47;border-radius:100%;font-size:16px;color:#fff;text-align:center;position:absolute;bottom:-20px;left:calc(50% - 20px);box-shadow: 0 0 0 0 #289e47;animation: ripple 3s infinite;}
.about_content a:before,.about_content i:after{content:"";display: block;width:40px;height:40px;box-shadow: 0 0 0 0 #289e47;border-radius: 100%;animation: ripple 3s infinite;position: absolute;left: 0;top: 0;}
.about_content a:before{animation-delay: 0.6s;}
.about_content a:after{animation-delay: 0.9s;}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(237, 107, 27, .0);

                box-shadow: 0 0 0 50px rgba(237, 107, 27, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 107, 27, .0);
                box-shadow: 0 0 0 0 rgba(237, 107, 27, .0);
    }
}





/*合作客户*/
.cooperation_bg{background: #f5f5f5;padding:40px 0 80px 0;}
.cooperation ul{display:flex;justify-content: space-between;}
.cooperation ul *{display:block;}
.cooperation ul+ul{margin-top:20px;}
.cooperation li>a{border: 1px #eee solid;overflow: hidden;}
.cooperation li>a img{transition: 0.3s;}
.cooperation li:hover>a img{transform: scale(1.2);}
.cooperation p{line-height:50px;text-align:center;background:#fff;}
.cooperation p>a{font-size:16px;color:#333;}
.cooperation li:hover p>a{color: #289e47;}







/*新闻中心*/
.news{position: relative;}
.news > .fl{width: 450px;height: 583px;background: #f5f5f5;position: relative;}
.news > .fr{width: 920px;height: 583px;}
.news > .fl .news_tit{background:url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209154528_108310123.png) no-repeat center;width:450px;height:238px;padding: 40px 40px 45px 40px;}
.news_tit a{font-size: 28px;color: #fff;display: block;line-height: 30px;position: relative;}
.news_tit a .en{font-size: 14px;font-family: arial,microsoft yahei;display: block;line-height:25px;font-weight: 100;text-transform: capitalize;color:#eee;}
.news_tit a i{position: absolute;width: 25px;height: 25px;line-height: 25px;background:#289e47;right: 0;top: 13px;font-weight: lighter;font-style: normal;text-align: center;    color: #fff;}
.news_l_cont{width: 360px;position: absolute;left:40px;top: 110px;}
.news_l_cont_in{width: 100%;}
.news_l_cont_i{display: block;width: 100%;}
.news_l_cont_i img{width:370px;height: 244px;display: block;border: 1px #eee solid;}
.news_l_cont_i strong,.news_r2_cont_i strong{font-size: 18px;font-weight: normal;color: #343434;white-space: nowrap;overflow: hidden;width: 100%;display: block;line-height: 50px;padding:4px 0 0;text-overflow: ellipsis;}
.news_l_cont_i p,.news_r2_cont_i p{font-size: 14px;font-weight: 100;color: #999;line-height: 28px;text-align: justify;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news_l_cont_tit{position: absolute;width: 96%;top: 210px;text-align: right;left: 0;}
.news_l_cont_tit li{width: 10px;height: 10px;background: #ccc;display: inline-block;border-radius: 50px;-webkit-transition:0.3s all ease;transition:0.3s all ease;margin-right: 3px;cursor: pointer}
.news_l_cont_tit li.cur{width: 30px;background: #289e47 ;}
.news_l_cont_i i{font-size: 14px;font-family: arial;line-height: 30px;position: relative;text-align: right;color: #999;display: block;width: 100%;height: 30px;font-style: normal;margin-top: 55px;}
.news_l_cont_i i:after,.news_r2_cont_i i:after{content: '';width: 65px;height: 1px;top: 14px;background: #ccc;display: block;position: absolute;-webkit-transition:0.3s all ease;transition:0.3s all ease;}
.news_l_cont_i *,.news_r2_cont_i *{-webkit-transition:0.3s all ease;transition:0.3s all ease}
.news_l_cont_i:hover i:after,.news_r2_cont_i:hover i:after{background: #289e47;width: 100px}
.news_l_cont_i:hover strong,.news_r2_cont_i:hover strong{color: #289e47;}
.news_r2_cont_i{width: 385px;float: left;margin-right: 50px}
.news_r2_cont_i i{font-size: 14px;font-family: arial;line-height: 30px;position: relative;text-align: right;color: #999;display: block;width: 100%;height: 30px;font-style: normal;margin-top: 20px;}
.news_l_cont_i i em,.news_r2_cont_i i em{font-size: inherit;font-style: normal;font-family: inherit;float: right;}
.news_row2{padding:30px 40px;width: 920px;height: 277px;background: #fff;position: relative;border: 1px #eee solid;}
.news_row2 .news_tit a,.news_row3 .news_tit a{color: #343434}
.news_row2 .news_tit a .color,.news_row3 .news_tit a .color{color: #289e47;font-size: inherit;font-weight: bold;}
.news_row2 .news_tit a .en,.news_row3 .news_tit a .en{color: #999}
.news_row3{padding:30px 40px;width: 920px;height:277px;background: #fff url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209163619_2031900721.jpg) no-repeat 60px center;margin-top: 30px;position: relative;border: 1px #eee solid;}
.news_row3 .fl{width: 365px;}
.news_row3 .fr{width: 385px}
.news_r2_cont{overflow: hidden;}
.news_r2_cont_tit{position: absolute;width: 96%;top: 50px;text-align: right;left: 0;}
.news_r2_cont_tit li{width: 10px;height: 10px;background: #dedede;display: inline-block;border-radius: 50px;-webkit-transition:0.3s all ease;transition:0.3s all ease;margin-right: 3px;cursor: pointer}
.news_r2_cont_tit li.cur{width: 30px;background: #289e47;}
.news_r3_cont{position: relative;}
.news_r3_cont_i p{background: url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209154554_977221814.png) no-repeat left center;font-size: 16px;color: #333;font-weight: normal;padding-left: 40px;line-height: 38px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news_r3_cont_i span.small{background: url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209163659_556225136.png) no-repeat left center;font-size: 14px;color: #999;padding-left: 40px;display: block;line-height: 32px;font-weight: 100;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news_r3_cont_i{display: block;padding-bottom: 15px;height: auto !important;}
.news_r3_cont_tit{position: absolute;width: 100%;top: -35px;text-align: right;left: 0;}
.news_r3_cont_tit li{width: 10px;height: 10px;background: #dedede;display: inline-block;border-radius: 50px;-webkit-transition:0.3s all ease;transition:0.3s all ease;margin-right: 3px;cursor: pointer}
.news_r3_cont_tit li.cur{width: 30px;background: #289e47;}








/*友情链接*/
.link_bg{ height:90px; background: #289e47;display: none; }
.link_bg .links_m{width: 80%;}
.link_bg .linkTagcs ul{display:flex;flex-wrap:wrap;align-items:center;height:90px;}
.link_bg .linkTagcs a{display: block;}
.links_l{font-size: 18px; color:#fff; line-height:90px;padding-left: 4%;background: url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209154733_1382214807.png)no-repeat left;}
.linkTagcs li{line-height: 30px !important;}
.linkTagcs li a{font-size:14px;color: #eee !important;}
.links_r a{font-size:14px; color:#fff;height:80px; padding-top:15px;display: block;}








/*版权*/
.copy_bg{ background:#222;height:363px; }
.copy_fl{width:930px;position: relative;}
.copy_fl:before{content: "";display: block;width:1px;height:363px;background: #333;position: absolute;top:-60px;right:0px;}
.copy_fl li{float:left;margin-right:95px;}
.copy_fl li:last-child{margin-right:0px;}
.copy_fl li a{display: block;color:#999;line-height: 36px;font-weight: lighter;}
.copy_fl li a:first-child{margin-bottom: 20px;font-size:18px;color:#fff;font-weight: initial;}
.copy_fl li a:hover{color:#289e47;}
.copy_fr li{float: left;width:140px;height:165px;margin-right: 20px;background: #fff;border-radius: 5px;}
.copy_fr li:last-child{margin-right: 0px;}
.copy_fr li img{display: block;width:114px;height:114px; margin:18px auto 5px;}
.copy_fr li p{text-align: center;font-weight: lighter;}





/*最低部*/
.footer_bg{ background:#222;height: 80px; line-height:79px; border-top:1px #383838 solid; }
.footer{color:#999;font-weight: lighter;}
.footer_bg a{color:#999;font-weight: lighter;}
.footer_bg a:hover{color:#fff;}




/* 浮动*/
.y-kefu-box { position: fixed; right: 0; top:20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/zelv8888/uploadfile/image/20231209/20231209170412_740383664.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #289e47; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border: solid 1px #efefef;position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #289e47; border-color: #289e47; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.kf-mail>i{background-position: -5px -79px !important;}
.kf-mail:hover>i{background-position: -30px -79px !important;}
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #289e47; border-color: #289e47;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }

.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 

/*咨询热线*/
.y-kefu-box01 .mobile-infos{width: 260px;text-align: left;top: 0;}
.y-kefu-box01 .mobile-infos>div{padding: 20px 0 20px 45px;position: relative;}
.y-kefu-box01 .mobile-infos>div i{width: 15px;height: 15px;background-position: -52px -32px;position: absolute;top: 22px;left: 20px;z-index: 2;}
.y-kefu-box01 .mobile-infos .online1{border-bottom: solid 1px #efefef;}
.y-kefu-box01 .mobile-infos span{color:#333;}
.y-kefu-box01 .mobile-infos p{color: #289e47;font-size: 18px;}
y-kefu-box .right{width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2{width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
y-kefu-box .right-arrow1{left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2{border-left: 6px white solid;}


/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px;     margin: 17px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color: #289e47; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }



.head_r>ul>li:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;} 
.tit_sel {background: rgba(51,51,51,0.7);transform: rotateX(90deg);position: absolute;right: 0;transition: all 0.5s;font-size: 16px;padding: 34px;z-index: 9999;top: 110px;transform-origin: top;}
.tit_sel span {font-size: 24px;display: block;color: #152682;font-family: Arial;}

#search-i{float:left; width:30px; height:33px; overflow:hidden; margin-top:20px;  box-sizing: border-box; padding-top: 7px;    border: 1px solid #dddddd;border-left: none;margin-left: -15px;}
#search-bg{float:left;width:684px;height:33px;overflow:hidden;padding-left:14px;margin-top:20px;box-sizing: border-box;border: 1px solid #dddddd;border-right: none;text-align: left;line-height: 30px;}
.search-text{font-size: 14px;color: #999999;justify-content: flex-start;display: flex;align-items: center;}
.search-text a{ font-size:14px; color: #fff !important;}
.search-text a:hover{ font-size:14px; color: #ffffff;}
.search-text span{ float:left;  color:#ffffff;font-size: 15px;}
#infoname{ border:none;background:none; outline:none;} 
.search_name {float: left;font-size:22px;color: #ffffff; line-height: 32px;position: relative;z-index: 5;padding: 15px 0;width: 264px;height: 96px;background: #cb0303;text-align: center;}
.search_name:after {content: "";width: 0px;height: 0px;border-top: 7px solid #005299; border-right: 7px solid transparent;border-bottom:8px solid transparent; border-left: 7px solid #005299;position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
.form {justify-content: center;display: flex;}
.head_right {display: flex;justify-content: space-between;align-items: center;width: 72%;}
.head_r ul li { margin-right: 8px;}


.nav>ul>li:nth-child(8) {
   
  width: 28px;
}

.dsff {
  width: 28px;
  height: 28px;
  margin-top: 41px;
}


.pro_item .divproduct_new_div_item:nth-child(n+1) {
    margin-bottom: 40px;
}
.pro_lc .prolist2021>ul{margin-top: 45px;}
.pro_lc .prolist2021>ul>li>a{display: block;font-size: 18px;color: #333;padding-left: 78px;height: 67px;line-height: 67px;transition:all .5s;}
.pro_lc .prolist2021>ul>li.on>a{background: #46a503;color: #fff;}
.pro_cc{width:75%;overflow: hidden; }
.pro_rc{display: flex;width: 100%;transition:all .5s;}
.pro_item .divproduct_new_div {display: flex; flex-wrap: wrap;margin-top: 80px;justify-content: space-between; }
.pro_item {width: 100%; flex-shrink: 0;    padding-right: 60px; }
img.product_div_item_image {width: 100%; height: auto; }
.pro_item .divproduct_new_div_item {flex-shrink: 0;width: 32.4%;display: flex;background: #fff;padding: 44px 0px 55px 23px;
justify-content: space-between;position: relative;flex-direction: row-reverse;}


.pro_item .divproduct_new_div_item_a {font-size: 0.8vw; color: #333; font-weight: bold;white-space: nowrap;text-overflow: ellipsis;display: block; margin-top: 22px; }
.pro_item .divproduct_new_div_item_body {font-size: 14px; color: #787878;  line-height: 25px; margin-top: 20px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}

.pro_item .divproduct_new_div_item:nth-child(n+4){margin-top: 20px;}
.pro_item .divproduct_new_div_item_content {width: 40%; padding-right: 12px;padding-left: 12px;}
.pro_item .product_div_item_pic>a {display: block; position: relative; overflow: hidden; } 
.pro_item .product_div_item_pic>a img {transition: all .5s; }
.pro_item .divproduct_new_div_item:hover .product_div_item_pic img {transform: scale(1.2); } 
.pro_item .divproduct_new_div_item_a:after {position: absolute; content: "";  bottom: 17px; left:23px; width: 73px; height: 28px; background: url(https://memberpic.114my.com.cn/0447891/uploadfile/image/20240422/20240422090119_493731882.png)no-repeat;border: 1px solid #ececec; text-align: center; transition:all .5s; }
.pro_item .divproduct_new_div_item:hover .divproduct_new_div_item_a:after{background: url(https://memberpic.114my.com.cn/0447891/uploadfile/image/20240422/20240422090119_1388163579.png)no-repeat;border-color: #46a503;  transform: translateX(10px);background-color:#46a503;}
@media screen and (max-width: 1470px){
	.pro_item .product_div_item_pic>a:after{bottom: 13px;left: -63%;}
}



.pro_item .product_div_item_pic {width: 60%;}


.adv_sindex{display: block;padding: 80px 0 10px 0;background: #fff;position:relative;}

.adv_sindex .adv_item *{transition: 0.3s all ease;}
.adv_sindex .adv_item{float: left;width: 420px; transition: 0.3s all ease;background: #f9f9f9;z-index: 2;border-radius: 0;}
.adv_sindex .adv_item.swiper-slide-active{/*! border-radius: 30px; */margin: 0;z-index: 3;box-shadow: 0 0 50px 0px rgba(0,0,0,0.1);background: #fff;}
.adv_sindex .adv_item:before{content: '';display: block;width: 110%;height: 110%;background: #fff;position: absolute;z-index: 0;left: -5%;top: -5%;box-shadow: 0 0 50px 0px rgba(0,0,0,0.1);transition: 0.3s all ease;transform: scale(0.9);opacity: 0;border-radius: 15px;}
.adv_sindex .adv_item.swiper-slide-active:before{content: '';display: block;width: 110%;height: 110%;background: #fff;position: absolute;z-index: 0;left: -5%;top: -5%;box-shadow: 0 0 50px 0px rgba(0,0,0,0.05);transform: scale(1);opacity: 1;}
.adv_sindex .adv_item .adv_ico{position: relative; width: 180px;height: 180px; margin: 55px auto 0;z-index: 1;border: 6px solid rgba(208,215,204,0.4);border-radius: 100%;overflow: hidden; padding: 9px; background: #fff;}
.adv_sindex .adv_item .adv_ico img{width: 100%;height: auto; display: block;}

.adv_sindex .adv_item .adv_tit{font-size: 26px;display: block;text-align: center;color: #343434;line-height: 40px;padding: 30px;position: relative;z-index: 1;}
.adv_sindex .adv_item .adv_tit .en{display: block;line-height: 18px;text-transform: capitalize;color: #aaa;}
.adv_sindex .adv_item.swiper-slide-active .adv_tit{color:#46a503}
.adv_sindex .adv_item .adv_cont{padding: 0 30px 50px;position: relative;z-index: 1;}
.adv_item.swiper-slide.swiper-slide-next .adv_cont{padding: 0 36px 50px 70px;}
.adv_item.swiper-slide.swiper-slide-prev .adv_cont{padding: 0 70px 50px 36px;}
.adv_sindex .adv_item .adv_cont ul li{font-size: 13px;line-height: 32px;color: #666;letter-spacing: -0.45px;font-weight: lighter;}
.adv_sindex .adv_item.swiper-slide-active .adv_cont ul li{font-size: 14px;}
.adv_sindex .adv_item > a{background: #46a503 url(https://memberpic.114my.com.cn/0447891/uploadfile/image/20240419/20240419105257_1424097865.png) no-repeat 31px center;color: #fff;line-height: 42px;width: 164px;display: block;margin: 0 auto;border-radius: 50px;text-align: center;font-size: 15px;position: relative;z-index: 2;padding-left: 25px;opacity: 0;
filter: alpha(opacity=0);}
.adv_sindex .adv_item.swiper-slide-active > a{display: block;opacity: 1;
filter: alpha(opacity=100);}
.adv_row2.swiper-container{position: relative; overflow: hidden; width: 100%;padding: 80px 0;}

.ny_case_sort a:hover, .ny_case_sort .diywebtagcur a {
    background: #289e47;
    color: #fff;
}


.search_nbg {
 
  display: none;
}

.nav li .dsff i.on+.tit_sel {
    transform: rotateX(0);
    transition: all 0.5s;
}