/*标签样式初始化*/
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-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#3fad22;text-decoration: none; border-bottom-style:}

.box{ margin:0 auto;width:100%;min-width: 1300px; box-sizing: border-box; padding:0 8rem;}
.page{margin:0 auto;width:1300px;min-width:1300px;}
.bg{ width: 100%;min-width:1300px;}

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

/*左右浮动清除*/
.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-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}
.t{text-align: center;}
.t p{font-size:2.4rem;color: #000;line-height: 50px;}
.t d{display: block;font-size:1.2rem;margin-top: 10px;}



/*抬头*/
.head_bg{height: 40px;line-height: 40px;background: #3faf23;font-size: 14px;color: #dcebd8;}
.head_r a{font-size: 0.8rem;color: #dcebd8;background: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210530/20210530094812_451188539.png)no-repeat center left;padding-left:26px;}
.head_tel{background: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210530/20210530094829_569412563.png)no-repeat center left;padding-left: 26px;margin-left: 26px;}
.head_tel span{display:block;float: right; font-size: 1.5rem; color:#fff; font-family: "Tw Cen MT"; font-weight: bold;}

/*导航*/
.top_bg{height: 100px;}
.logo{margin-top: 20px;}
.name{margin-left: 1.4rem;margin-top: 20px;}
.name p{font-size: 1.6rem;font-weight: bold;color: #3fad22;}
.name span{display: block;position: relative;font-size: 0.98rem; color: #333;}


/*栏目*/
.nav{width:auto; height:100px;}
.nav>ul>li{ float: left; display: block;height:100%; position: relative;}
.nav>ul>li>a{ display: block; color: #333; font-size: 0.98rem; text-align: center; padding-left:3rem ;  position: relative; line-height:100px;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;}
.nav>ul>li>a p{position: relative; z-index: 2;}
.nav>ul>li>a:after{content:"";position: absolute;top:56px;left: 0px;width: 14px;height: 14px;display: none;}

.nav>ul>li:hover>a:after,.NavCeshi > li.navcurrent > a:after{display: block;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a{margin: 0 auto;color:#3fad22;font-weight: bold;}


@media (max-width: 1500px){
.top{padding:0 4rem;}
.nav>ul>li>a{padding-left:2em;}
}

@media (max-width: 1400px){
.top{padding:0 3rem;}
.nav>ul>li>a{padding-left:1.4rem;}
}

/*栏目下拉*/
.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;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: 9999;left:50%;top:100px; margin-left:-60px; text-align:center; border-top:3px #3fad22 solid;}

.nav ul li>ul a{background: #3fad22;-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);box-shadow: 0 6px 10px rgba(0, 0, 0, .1);width: 160px;height: 44px;line-height: 44px; display: block;color: #fff;font-size: 14px;  -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;}
.nav ul li>ul a:hover{background: #fff; text-indent: 10px;color: #3fad22;}
.nav ul li:hover > ul {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;}





/*幻灯片*/
.banner-box,.banner-box .bd li{height:750px;}
.banner-box .banner-btn a.prev{background-image:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210530/20210530100130_520388625.png);}
.banner-box .banner-btn a.next{background-image:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210530/20210530100149_1316223744.png);}
.banner-box .hd ul li.on{background:#3fad22;}
.banner-box{min-width:1300px;position:relative;overflow:hidden;margin: 0 auto;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:60px;height:60px;position:absolute;opacity:0.4;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:350px;background-repeat:no-repeat; }
.banner-btn a.prev{animation:prev 1.5s linear infinite;} 
.banner-btn a.next{animation:next 1.5s linear infinite;}
@keyframes prev{
	0%{left:60px;opacity:1;}
	50%{left:80px;opacity:0.1;}
	100%{left:60px;opacity:1;}
}

@keyframes next{
	0%{right:60px;opacity:1;}
    50%{right:80px;opacity:0.1;}
	100%{right:60px;opacity:1;}
}


.banner-box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ width: 32px;}



/*产品中心*/
.prod_t{text-align:center;}
.prod{padding:0 8rem;}
.prod_top{padding: 50px 0;border-bottom: 1px solid #e1e1e1;width: 100%;position: relative;}
.search{width: 39px;height: 39px;display: inline-block;border-radius: 50%;background: #40b023 url(//memberpic.114my.com.cn/025596/uploadfile/image/20210530/20210530155330_1812388783.png)no-repeat center;margin-top: 24.5px;}
.prod .box{position: relative;}
.prod .box:after{content:'';width:116px;height:2px;display:block;background:#40b023;position: absolute;bottom:-51px;left:0%;}

.pro-list{ width:22%;  background: #f4f4f4;}
.pro-tlt{ height:94px; background:#3fad22 !important; color: #6eb55b; text-align: center;  font-size: 18px;}
.pro-tlt em{ display:block; padding-top: 22px; font-size: 24px; color: #fff;font-family:"Tw Cen MT"; font-style: normal;}
.pro-tlt strong{width: 50px; background: #3fad22; display: block; margin-left:115px; height: 1px; overflow: hidden; margin-top: 10px;}

.prod_ld{width:88%; line-height: 60px; background:#fff; margin:16px auto;}
.prod_ld a{color:#333; font-size:16px;display:block;  }
#classimgshow1{height:4.1vw !important; line-height:4.1vw !important; border-bottom:1px #eee solid; width:100% !important;}
#classimgshow1 a{font-weight:bold;}
#classimgshow2{border-bottom:1px #eee solid; padding:0 !important; margin:0 auto;}
#classimgshow2 a{background:url(//memberpic.114my.com.cn/0437041/uploadfile/image/20210517/20210517102023_832805908.jpg)no-repeat 182px center; line-height:50px; font-size:14px;}
.prod_ld a:hover{color:#3fad22 !important;}


.prod_box{width:76%;}
.prod_box td{padding:0px !important;width:32%;display:block;float:left;background:#f5f5f5; margin-bottom:2%;}
.prod_box td+td{margin-left:2%;}
.prod_box td img{width:100%;height:auto;transition: 0.3s ease all;}
.prod_box td>a{width:100%;height:100%;display:block;overflow: hidden;box-sizing: border-box;}
.prod_box td:hover img{transform: scale(1.1);}
.prod_box td span{padding:20 0 0 0px;border-top:1px solid #eee;text-align:left;position: relative;}
.prod_box td span:before{content:'';width:100%;height:0px;display:block;background:#40b023;position: absolute;top:0px;left:0px;transition: 0.3s ease all;}
.prod_box td:hover span:before{height:100%;}
.prod_box td span,.prod_box td span a{width:100% !important;display:block;}
.prod_box td span a{color:#333;font-size:15px;padding:0.6vw 20px;position: relative;transition: 0.3s ease all;}
.prod_box td:hover span a{color:#fff;}
.prod_box td br{display:none;}
.prod_box td:hover span a{}
.prod_list table tr.on a{color:#fff !important;background:#40b023;}
.prod_box td span a:after{content:'';background: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210530/20210530170108_401206260.png)no-repeat center;display: inline-block;width: 18px;height: 18px;position: relative;top: 5px;float: right;}
.prod_box td:hover span a:after{filter: brightness(1);}




/*产品优势*/
.padv_bg{background:#f5f5f5; padding:70px 0;}
.padv_t{text-align:center;}
.padv{position: relative; height:26vw;}
.padv li{width:22vw; height:22vw;  background-size: 100%; float:left;position: absolute; }
.padv li.padv_li1{left:10%;background-image: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210702/20210702114800_34836280.png);}
.padv li.padv_li2{left:30%; top:3vw; background-image: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210702/20210702134156_757257238.png);}
.padv li.padv_li3{left:50%; background-image: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210702/20210702134206_1826558212.png);}
.padv li.padv_li4{left:70%;top:3vw; background-image: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210702/20210702134216_681146075.png);}
.padv li:after{position: absolute; top:20%; left:20%; font-size:7vw; font-family: "Tw Cen MT"; font-weight:bold;  }
.padv_li1:after{content:"01"; color:#f7dd63;}
.padv_li2:after{content:"02"; color:#b0bbfe;}
.padv_li3:after{content:"03"; color:#80e6bd;}
.padv_li4:after{content:"04"; color:#f8aab9;}
.padv_w{position: relative; z-index: 2; padding:34% 3vw 0 20%;}
.padv_w p{font-size:1.5vw; color:#000; font-weight:bold; padding-bottom:0.6vw; }
.padv_w span{font-family: "Arial";}

/*应用领域*/
.case_t{text-align: center;}
.case .divdgweb_new_div_item{width:25%;float:left;border:1px solid #fff;position: relative;    overflow: hidden; cursor: pointer;}
.case .divdgweb_new_div_item:before{content:'';width:100%;height:100%;display: block;position: absolute;top: 0;transition: 0.3s ease all;}
.news_div_item_pic img{width:100%;}
.case .divdgweb_new_div_item_content{position: absolute;width: 100%;height: 100%;text-align: center;bottom: 0;padding-top: 24%;transition: 0.3s ease all;}
.case .divdgweb_new_div_item_content:before{content:'';width:67px;height:67px;border-radius:50%;background:#40b023 url()no-repeat center;display:inline-block;transition: 0.3s ease all;}
.case .divdgweb_new_div_item:nth-child(1) .divdgweb_new_div_item_content:before{background-image:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531223533_946521905.png);}
.case .divdgweb_new_div_item:nth-child(2) .divdgweb_new_div_item_content:before{background-image:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531093750_239375137.png);}
.case .divdgweb_new_div_item:nth-child(3) .divdgweb_new_div_item_content:before{background-image:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531093750_1691536941.png);}
.case .divdgweb_new_div_item:nth-child(4) .divdgweb_new_div_item_content:before{background-image:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531093750_118388951.png);}
.case .divdgweb_new_div_item:nth-child(5) .divdgweb_new_div_item_content:before{background-image:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531094029_1383075714.png);}
.case .divdgweb_new_div_item:nth-child(6) .divdgweb_new_div_item_content:before{background-image:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531094029_1102211474.png);}
.case .divdgweb_new_div_item:nth-child(7) .divdgweb_new_div_item_content:before{background-image:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531094029_958170082.png);}
.case .divdgweb_new_div_item:nth-child(8) .divdgweb_new_div_item_content:before{background-image:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531094030_1556502293.png);}

.case .divdgweb_new_div_item_a{font-size:24px;color:#fff;transition: 0.3s ease all;}
.case .divdgweb_new_div_item_title{margin-top:10px;transition: 0.3s ease all;}
.case .divdgweb_new_div_item_body{width:100%; color:#fff;font-size:0px;line-height: 60px;padding-left:20px;display:block; transition: 0.3s ease all;position: absolute; bottom:-10px;opacity: 0;}
.case .divdgweb_new_div_item:hover .divdgweb_new_div_item_content:before{transform:scale(0);}
.case .divdgweb_new_div_item:hover:before{background:rgba(0,0,0,0);}
.case .divdgweb_new_div_item:hover .divdgweb_new_div_item_content{bottom:0px;top: inherit;}
.case .divdgweb_new_div_item:hover .divdgweb_new_div_item_a{display:none;}
.case .divdgweb_new_div_item:hover .divdgweb_new_div_item_title{margin-top:0px;}
.case .divdgweb_new_div_item:hover .divdgweb_new_div_item_body{font-size:16px;color:#fff;bottom: 0;background-color:#40b023;opacity:1; }



/*优势*/
.adv_t{text-align: center;}
.adv_cont{overflow: hidden;}
.adv_list li{width:23.5%;height: 80px;display: block;float: left;text-align: center;line-height: 80px;background: #eee;transition: 0.3s ease all; cursor: pointer;}
.adv_list li.on{background: #40b023;}
.adv_list li p{font-size: 24px;color: #222;display: inline-block;transition: 0.3s ease all;}
.adv_list li.on p{color: #fff;}
.adv_list li+li{margin-left: 2%;}
.adv_list li p:before{content: '';display: inline-block;width: 40px;height: 80px;background: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531101023_1311212796.png)no-repeat center;margin-right: 10px;float: left;}
.adv_list li:nth-child(2) p:before{ background: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531201823_1994168504.png)no-repeat center;}
.adv_list li:nth-child(3) p:before{ background: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531202011_196264677.png)no-repeat center;}
.adv_list li:nth-child(4) p:before{ background: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531202025_637854798.png)no-repeat center;}
.adv_list li.on p:before{filter: brightness(8);}
.adv_box{height: 600px;}
.adv_box .box{position: relative;height: 600px;}
.adv_wz{position: absolute;bottom: 0px;left: 8rem;width: 620px;height: 455px;background: #fff;padding: 60px;}
.adv_wz p{font-size: 24px;color: #222;}
.adv_wz d{font-size: 34px;color: #40b023;font-weight: bold;}
.adv_wz span{width: 100%;height: 1px;display: block;background: #ccc;margin: 25px 0;}
.adv_wz dd{font-size: 16px;line-height: 30px;color: #222; margin-bottom: 10px;}
.adv_wz dd:before{content: '';width: 6px;height: 6px;border-radius: 50%;display: inline-block;background: #000;position: relative;top: -3px;margin-right: 15px;}
.adv_page t{font-size: 30px;color: #40b023;font-family: 'Tw Cen MT';}
.adv_page font{width: 140px;height: 2px;display: inline-block;background: #ccc;position: relative;top: -8px;margin: 0 10px;}
.adv_page font:before{content: '';width: calc((140px / 4) * 1);background: #40b023;display: inline-block;position: absolute;left: 0px;height: 2px;}
.adv_box:nth-child(2) .adv_page font:before{width: calc((140px / 4) * 2);}
.adv_box:nth-child(3) .adv_page font:before{width: calc((140px / 4) * 3);}
.adv_box:nth-child(4) .adv_page font:before{width: calc((140px / 4) * 4); }



/*广告*/
.banner_bg{background: #40b023;padding: 70px 0;}
.banner_l p{font-size: 3.2rem;font-weight: bold;color: #fff;transform: skewX(-10deg);}
.banner_l d{font-size: 14px;letter-spacing: 2px;color: #bbdeb2;font-family: 'Tw Cen MT';font-style: oblique;text-transform: uppercase;line-height: 24px;}
.banner_r{margin-top: 20px;}
.banner_r p{font-size: 1.2rem;color: #bbdeb2;float: left;line-height: 60px;}
.banner_r d{font-size: 3rem;color: #fff;font-family: 'Tw Cen MT';float: left;margin-top: 0px;}
.banner_r i{width: 60px;height: 60px;display: inline-block;background: #d2edcc url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531103926_953821785.png)no-repeat center;border-radius: 50%;float: left;margin-right: 20px;position: relative; }
.banner_r i:before,.banner_r i:after {position: absolute;left:50%;top:52%;height: 60px;width:60px;margin-top: -31px;margin-left: -30px;border-radius: 50%;box-shadow: 0 0 0 0 #d2edcc;animation: ripple 1.8s infinite;}
.banner_r i:before {animation-delay:0.7s;content:"";position:absolute;right: 0;bottom: 0;}
.banner_r i:after {animation-delay:1s;content:"";position:absolute;right: 0;bottom: 0;}
@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 30px rgba(0, 159, 232, .0);}
    100%{box-shadow: 0 0 0 0 rgba(0, 159, 232, .0);}
}


/*荣誉资质*/
.honor_bg{background: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531202314_1047628637.jpg)no-repeat center top; padding-bottom:70px;}
.honor table tr td{width:25% !important;     float: left; display: block; padding:0 !important;}
.honor table tr td img{width:100% !important; height:auto !important;}
.honor table tr td a{display: block; font-size:16px;}
.honor table tr td br{display:none;}
.honor table tr td div{padding:0 !important;}
/*流程*/
.proc_t{text-align: center;}
.proc_cont li{width: calc((100% - 1px) / 6);border-left: 1px solid #eee;float: left;padding: 20px 30px 50px;text-align: center;position: relative;}
.proc_cont li:before{content: '';width: 1px;height: 40px;display: block;position: absolute;left: -1px;top:30px;background: #40b023;}
.proc_cont li:after{content:'';width:100%;height:0px;display: block;position: absolute;bottom:0;left:0;background:#40b023;transition: 0.3s ease all;}
.proc_cont li:hover:after{height:100%;}
.proc_cont li span{font-size: 20px;color: #222;font-family: 'Tw Cen MT';position: relative;z-index:9;transition: 0.3s ease all;}
.proc_cont li i{width: 60px;height: 60px;display: block;margin: 0 auto 20px;position: relative;z-index:9;}
.proc_cont li p{font-size: 20px;color: #40b023;font-weight: bold;margin-top: 5px;position: relative;z-index:9;transition: 0.3s ease all;;}
.proc_cont li d{font-size: 14px;color: #666;line-height: 24px;display: block;margin-top: 15px;position: relative;z-index:9;transition: 0.3s ease all;}
.proc_cont li:nth-child(6) img{margin-top: 15px;}
.proc_cont li:nth-child(6){border-right:1px solid #eee;}
.proc_cont li:last-child{width:0px !important;padding:0;}
.proc_cont li:hover i img{animation: jello 1s;opacity: 1;}
.proc_cont li:hover i{filter: brightness(8);}
.proc_cont li:hover span{color:#fff;}
.proc_cont li:hover p{color:#fff;}
.proc_cont li:hover d{color:#fff;}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}
/*联系电话*/
.tel_bg{background: url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531130945_909515997.jpg);text-align: center;padding: 70px 0;}
.tel{display: inline-block;}
.tel p{font-size: 20px;color: #222;float: left;line-height: 60px;}
.tel d{font-size: 60px;color: #222;font-family: 'Tw Cen MT';float: left;margin-top: -5px;}
.tel i{width: 59px;height: 59px;display: inline-block;background: #40b023 url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531131142_375573492.png)no-repeat center;border-radius: 50%;float: left;margin-right: 20px;position: relative;}
.tel i:before,.tel i:after {position: absolute;left:50%;top:52%;height: 59px;width:59px;margin-top: -31px;margin-left: -30px;border-radius: 50%;box-shadow: 0 0 0 0 #d2edcc;animation: ripple 1.8s infinite;}
.tel i:before {animation-delay:0.7s;content:"";position:absolute;right: 0;bottom: 0;}
.tel i:after {animation-delay:1s;content:"";position:absolute;right: 0;bottom: 0;}
@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 30px rgba(0, 159, 232, .0);}
    100%{box-shadow: 0 0 0 0 rgba(0, 159, 232, .0);}
}



/*简介*/
.com{background:#f5f5f5; padding-top:5vw; padding-bottom:5vw;}
.com_fl{width:50%;position: relative;}
.com_fl img{width:100%;}
a.com_fl_title {display:block;width: 9vw; height: 8vw; background: #40b023;color:#FFF;font-size:2.2vw;position: absolute;  top: 0;
    right: 0; z-index: 2;  padding: 1.5vw; line-height: 2.6vw;}
a.com_fl_title span{display:block;font-weight:100;font-size:1.4vw;}
a.com_fl_title:hover{color:#FFF;}


.com_fr{width:45%;}
.com_fr>p{color:#222;font-size:2.2vw;margin: 2vw 0 2vw 0;position: relative;z-index: 2;}
.com_fr>p:after{ content:"ABOUT ";display:block;position: absolute;  top: -130%; left: 0; font-size:8vw;color:#f5f5f5;z-index: -1;
text-shadow: #efefef 1px 0 0, #efefef 0 1px 0, #efefef -1px 0 0, #efefef  0 -1px 0;}
.com_fr span{color:#666;font-size:15px;line-height:30px; overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;}
.com_fr ul li{float:left;}
.com_fr ul li i{display:block;width:40px;height:36px;transition: all .5s ease;}
.com_fr ul li:nth-child(1) i{
background:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210702/20210702143132_656907342.png)no-repeat bottom;}
.com_fr ul li:nth-child(2) i{
background:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210702/20210702143144_687723451.png)no-repeat bottom;}
.com_fr ul li:nth-child(3) i{
background:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210702/20210702143202_1652737637.png)no-repeat bottom;}

.com_fr ul li:hover i{transform:rotateY(360deg);transition: all .5s ease;}
.com_fr ul li:hover:nth-child(1) i{
background:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210702/20210702143213_299790624.png)no-repeat bottom;}
.com_fr ul li:hover:nth-child(2) i{
background:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210702/20210702143304_318868055.png)no-repeat bottom;}
.com_fr ul li:hover:nth-child(3) i{
background:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210702/20210702143244_1583565798.png)no-repeat bottom;}


.com_fr ul li+li {margin-left: 10%; border-left: 1px solid #eee;padding-left: 10%;}
.com_fr ul{margin-top: 60px;}
.com_fr ul li p{color:#222;font-size:2vw;margin-top: 30px;}
.com_fr ul li span{color:#666;font-size:1.2vw;}


/*新闻*/
.news_t{text-align: center;}
.newstab{ font-size:0;text-align:center;}
.newstab a{ display:inline-block; width:222px; line-height:56px; border-radius:30px; background:#edeff0; text-align:center; font-size:18px; color:#222; transition:all .3s ease;}
.newstab a.on{ background:#40b023; color:#fff;}
.newstab a+a{ margin-left:36px;}

.newscon{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; margin-top:10px;}
.newsleft{ width:48%; float:left;padding-bottom:1%;}
.newsright{ width:51%; float:right;padding-bottom:1%;}
.newsright .news_div_item_a{ position:relative;}
.news .newsleft .news_div_item_body{ margin:5% 0 10% 4%;}
.news .news_div_item{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;flex-direction: row-reverse;     }
.newsleft .news_div_item{ padding:26px; background:#fff; position:relative;box-shadow: 0 0 15px #e5e6e7;}
.newsright .news_div_item_content{ width:77%;}
.newsleft .news_div_item_content{ width:65%; padding-left:10px;}
.newsleft .news_div_item+.news_div_item{ margin-top:3%;}
.newsleft .news_div_item_pic{ overflow:hidden;width:44.8%;}
.news .news_div_item_pic img{ width:100%; height:auto; transition:all .6s ease;}
.news .news_div_item:hover .news_div_item_pic img{ transform: scale(1.1);}
.news_div_item:hover .news_div_item_a{color:#40b023

;}
.news .news_div_item_a{ display:block; white-space:nowrap;text-overflow:ellipsis; font-size:18px; color:#666666;margin-left:4%; width:80%;}
.news .news_div_item_body{ font-size:14px; color:#666666; font-weight:lighter; line-height:30px; height:64px; overflow:hidden; margin-top:10px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.newsleft .news_div_item_a:after{ content:''; display:block; position:absolute; bottom:60px; right:30px; width:25px; height:25px; background:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531165856_1646174952.png) no-repeat center;}
.newsright .news_div_item{ padding:16px; background:#fff; position:relative;box-shadow: 0 0 15px #ddd;}
.newsright .news_div_item_pic{ width:25%; overflow: hidden;}

.newsright .news_div_item_body {height: 60px; -webkit-line-clamp: 2;line-clamp: 2; margin-left:4%; width:80%;}
.newsright .news_div_item+.news_div_item{ margin-top:2%;}
.newsright .news_div_item_date{ position:absolute; padding-left:20px; text-align:center; height:115px; border-left:1px solid #f0f2f1; top:0; margin:auto 0; bottom:0; right:15px; font-size:16px; color:#666666; line-height:30px;font-family: 'FuturaBT2';}
.newsright .news_div_item_month,.newsright .news_div_item_day{ display:inline-block;font-family: fontDin1}
.newsright .news_div_item_year{ font-size:25px;font-family: fontDin1}
.newsright .news_div_item_a:after{ content:''; display:block; position:absolute; right:-80px; bottom:-80px; width:25px; height:25px; background:url(//memberpic.114my.com.cn/025596/uploadfile/image/20210531/20210531165856_1646174952.png) no-repeat center;}
.newsleft .news_div_item_date{ font-size:0; position:absolute; bottom:60px;left: calc(40% + 40px);}
.newsleft .news_div_item_date>div{ display:inline-block; font-size:18px; color:#999; font-family: fontDin1;}


@media screen and (max-width:1380px){
	.news .news_div_item_a{width:75%;font-size: 16px; color:#333;}
	.news .news_div_item_body{ height:60px;}
	.newsleft .news_div_item_date{bottom: 30px;}
	.newsleft .news_div_item_a:after{bottom: 30px;}
	}



/*友情链接*/
.links{width:100%; overflow:hidden; padding:25px 0; background: #40b023;}
.links_l{float:left; width:117px; border-right:solid 1px rgba(255,255,255,0.6);}
.links_lm{font-size:16px; line-height:18px; color:#fff;}
.links_len{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:bold; line-height:30px; font-size:30px; color:rgba(255,255,255,0.6); filter:Alpha(opacity=40); opacity:0.4;}
.links_r{float:left; width:90%; padding-top:5px; color:#999; padding-left: 30px;}
.links_r a{font-size:15px; color:#999;}

/*版权*/
.foot_dh{ width:100%; min-width:1300px;background:#272727;}
.foot_dh li span{ font-size:16px; display:block; padding-bottom:12px; padding-top:18px;}
.foot_dh li p {font-size: 17px;color: #ddd;text-align: center;font-weight: bold;padding-bottom: 5px;}
.foot_dh li {float: left;width: 15%;margin-top: 42px;font-size: 14px;color: #b6b6b6;line-height: 35px;}
.foot_dh li span a{ display:block; font-weight:bold; color:#fff; font-size:20px; color:#ddd; padding-bottom:15px;}
.foot_dh li a{ display:block; font-size:14px; color:#b6b6b6; line-height:35px;}
.foot_dh li a:hover {color: #fff;}
.foot_dh li:nth-child(4) {width: 360px;}
.foot_dh li:nth-child(5) {float: right; width:255px;}
/*切换*/
.erweimatab {padding-top: 56px;}
.erweimacon dl+dl{ display:none;}
.erweimatab dt{ width:38px; height:38px; cursor:pointer; background:#363636; border-radius:50%; -webkit-transition:all .4s ease; transition:all .4s ease;}
.erweimatab dt+dt{ margin-top:18px;}
.erweimatab dt.on{ background:#40b023;}
.foot_dh li dl img {width: 180px;height: 180px;padding: 10px;border: 1px solid #363636;}
.copy_bg{ border-top: 1px solid #333; margin-top:59px; font-size:14px; }
.copy span {width:100%;height: 90px;display: inline-block;color: #888;line-height: 90px;text-align: left;}
.copy span a{ color: #888; font-size:14px;}
.copy span 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(//memberpic.114my.com.cn/025596/uploadfile/image/20210714/20210714163855_1177145403.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 30px; height: 30px; background-position: -4px -113px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #40b023; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #40b023; 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-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #40b023; border-color: #40b023; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .show-status .kf-zixun { background-color: #40b023; border-color: #40b023; 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; }
.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: #40b023; border-color: #94;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px; }
.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:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #40b023; 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: 20px auto 10px; }
.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: #0070fa; 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; }