/*公用*/
*{ margin:0px; padding:0px;}
body{font-size:14px; color:#666; font-family:"Microsoft YaHei"; font-weight:lighter; font-family:'微软雅黑'; min-width:1400px; overflow-x:hidden; }
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #666; text-decoration: none; font-size:14px;}
a:hover{color: #00923f;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
h1,h2,h3,h4,h5,h6,h7 {font-weight: normal;}
.w1400{ width:1400px; margin:0 auto;}
.w1300{ width:1300px; margin:0 auto;}
.w1280{ width:1280px; margin:0 auto;}
.w1100{ width:1100px; margin:0 auto;}
.bg{width: 100%; min-width: 1400px;}
.fl{ float:left;}
.fr{ float:right;}
.title{text-align: center;font-size: 40px;color: #333;font-weight: bold;}
.title i{color: #00923f;}
.title span{display: block;font-size: 18px;margin: 5px 0 25px 0;font-weight: lighter;color: #666666;}
.title em{ font-size:0; display:inline-block;height: 40px;margin-top: -10px;}
.title em i{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#333;animation: bounce_fountainG 1.2s linear infinite;} 
.title em i+i{ margin-left:12px;}
.title em i:nth-child(1){animation-delay: .4s;}
.title em i:nth-child(2){background:#00923f;animation-delay: .6s;}
.title em i:nth-child(3){animation-delay: .8s;}
.title b{color: #222222;}


.page{ width:1400px; margin:0 auto; height:auto;}

/*间隙*/
.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;}


@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}
.gd{animation: myfirst 2s infinite; display: inline-block;}  
 @keyframes myfirst {  0% {  
               transform: translate(0px, 0px);  }  
           50% {  
               transform: translate(0px, -10px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
}
@keyframes widthchange{
        0%{ width:20%}
        50%{ width:100%}
        100%{ width:20%}
        }
}
.mainhovercolor a:hover{color: #006bc5;}



/*网站标题*/
.wz_bt{ text-align:center; margin:0 auto;margin-top: 60px;}
.wz_bt span{ font-size:40px; color:#484848; display:block; padding-bottom:10px;}
.wz_bt b{ color:#00923f;font-weight: bold;}
.wz_bt p{ font-size:20px; color:#555;}
.wz_bt i{color:#00923f;}

.wz_bt1{ text-align:center; margin:0 auto;}
.wz_bt1 span {font-size: 40px;color: #fff;display: block;padding-bottom: 10px;font-weight: bold;}
.wz_bt1 p{ font-size:20px; color:#fff;text-transform: uppercase;}
.wz_bt1 i{color:#fff;}


/*抬头*/
.top_bg{width:100%; height:38px; line-height:38px; background:#efefef; font-weight:lighter;}
.top_bg:after{height:38px; position: absolute; z-index:0; top:0; content:''; background:#535353; right:0px; width:325px;}
.top_l{padding-left:2%; color:#aaaaaa; float:left; font-size:14px;}
.top_r{color:#a2a9ba; position: absolute; z-index:99; right:0px; padding-right:2%;}


.top_r_font{float:right;}
.top_r_font li{float:left; border-right:1px solid #505562; height:38px; line-height:38px; padding:0px 15px;}
.top_r_font li a{font-size:14px; color:#aaaaaa;}
.top_r_font li a:hover{font-size:14px; color:#308b46;}
.top_r_tel{float:right; font-size:18px; font-family:fontDin1; border-right:1px solid #505562; padding-right:15px;}
.top_r_tel img{float:left; padding-right:10px;}



/*导航*/
.nav_bg{width:100%; height:120px;}
.nav_logo{float:left; padding-left:3%; padding-top:30px;}
.nav_logo img{width:90%;}
.nav_font i{color: #00923f;}
.nav_name p{font-size:15px; font-weight:normal; padding-top:-10px;}
.nav_font{float:left; padding-top:27px; font-size:32px; color:#333; font-weight:bold; padding-left:14px;}
.nav_font p{font-size:17px;  color:#666666; font-weight:normal;}
.nav{float:right; }
.nav>ul>li{display: inline-block; position: relative; margin-right:40px;}
.nav>ul>li:nth-child(10){margin-right:0px;}
.nav>ul>li>a{font-size: 16px; display: block;color: #333333; line-height: 120px;font-weight: normal; position: relative;}
.nav>ul>li>a:after{content: '';display: block;position: absolute;bottom: 0;height: 3px;background: #00923f;width: 0;left: 0;transition: all .3s ease;}
.nav>ul>li.cur>a,.nav>ul>li:hover>a{color: #00923f;}
.nav>ul>li.cur>a:after,.nav>ul>li:hover>a:after{width: 100%;}
@media screen and (max-width:1800px){
.nav>ul>li{ margin-right:30px; font-size: 14px;}
}
@media screen and (max-width:1700px){
.nav>ul>li{ margin-right:20px; font-size: 14px;}
}
@media screen and (max-width:1600px){
.nav>ul>li>a{ margin-right:-5px;  font-size: 14px;}
}
@media screen and (max-width:1520px){
.nav>ul>li>a{ margin-right:-5px;  font-size: 12px;}
}
@media screen and (max-width:1500px){
.nav>ul>li>a{ margin-right:-5px;  font-size: 12px;}
}
@media screen and (max-width:1400px){
.nav>ul>li>a{ margin-right:-10px;  font-size: 12px;}
}
.nav>ul>li .sedNav {width:270px; padding:30px;border:3px #fff solid;position: absolute;background:#f5f5f5;right: 0;top:100%; z-index: 99;display: none;}
.nav ul>li#a4 .sedNav{width:500px; left:-300px;}
.nav ul>li#a4 .sedNav .sedNav_r,.nav ul>li#a4 .sedNav .sedNav_r tbody {width:384px; display:block}
.nav ul>li#a4 .sedNav .sedNav_r tr{display:inline-block;margin:0 10px 10px 0;}
.nav li .sedNav p{font-size:18px; font-weight:bold; color:#222;padding-bottom:8px;}
.nav li .sedNav span{font-size:12px; color:#aaa; text-transform:uppercase;}
.nav li .sedNav span:after{content:"";display: block;  width:30px; height:4px; background:#00923f; margin-top:20px;}
.nav li .sedNav a {display: block; border:1px #e1e1e1 solid; width:140px;line-height: 34px;color: #888;font-size:14px; text-align: center;}
.nav ul>li#a4 .sedNav a{width:180px;}
.nav ul>li#a6 .sedNav a{width:180px;}
.sedNav_l{ text-align:left;}
.nav ul>li#a4 .sedNav .sedNav_r tr:nth-last-child(1),.nav ul>li#a4 .sedNav .sedNav_r tr:nth-last-child(2),,.nav ul>li#a4 .sedNav .sedNav_r tr:nth-child(12){margin-bottom:0;}
.nav li .sedNav td table{ display:none;}
.nav li .sedNav a+a,.nav li .sedNav tr+tr{  margin-top:10px; display:block;}
.nav li .sedNav a:hover {color: #fff;background-color: #00923f;}
.nav_last{float: right;background: #00923f;padding: 23px;}
.nav_last img{display: block;float: left;margin-top: 5px;}
.nav_last span{ font-size: 28px;font-weight: bold;color: #fff; }
.nav>ul>li:nth-child(9){margin-right: 35px;}
.nav_last span i{letter-spacing: 1.4px;display: block;}

/*幻灯片*/
.flash_sz_bg{width:100%; height:825px; position:relative;}
.flash_bg{width:100%; height:825px; position:absolute; top:0px;}
.sz_bg{width:100%; height:120px; position:absolute; top:618px; background:url(../uploadfile/image/20210728/20210728194837_718188001.png); z-index:99;}

.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#000;}
.banner-box{ min-width:1300px; height:825px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:825px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto;width: 100%;height: 80%;position: relative;z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:350px; left: 0; margin-left: 0; height: 440px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:0px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(../uploadfile/image/20210728/20210728194837_860410471.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(../uploadfile/image/20210728/20210728194837_860410471.png) no-repeat -49px 0; }
.banner-box .hd {position:absolute; bottom:100px; width: 100%; display: block; z-index:999;}
.banner-box .hd ul{ text-align: center;display:none;}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #00923f;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }



/*搜索*/
.search_bg{height: 20px;background: #fff;padding: 35px 60px; position: relative;z-index: 999;bottom: 90px;}
.search_nbg{position: absolute;z-index: 999;top: 470px;border: 1px solid #eee;background: #eee;padding-left: 0;}
.search_nbg .search{margin:0 auto;}
.search-bg{width:269px;height:46px;overflow: hidden;margin-top:-13px;}
.search{height: 54px;border-bottom: 1px solid #eeeeee;}
.search_l{color: #c0c0c0;}
.search_l dd{font-size:16px;color: #333;display: inline-block;}
.search_l a{font-size: 14px;color: #666;}
.search_l a:hover{color:#00923f;}
.search-bg #infoname{width:246px;outline:none; color:#ccc;height:41px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;border: 1px solid #eee;border-radius: 23px;}
.search_nbg #infoname{height: 42px;}
.search_nbg .search{border-bottom: none;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height: 42px;}
.search_nbg .search-i{right: 20px;top: 8px;}





/*简介*/
.about{height:789px;background:url(../uploadfile/image/20210723/20210723101446_999897395.jpg)no-repeat center;margin-bottom: 80px;margin-top: -90px;}
.about_all{height: 700px;background: #fff;box-shadow: 0 0 30px 1px rgba(0,0,0,.1);}
.about_all{padding: 0 60px;}
.about_l{width: 416px;padding-top: 50px;}
.about_r{width: 848px;height: 555px;background:url(../uploadfile/image/20210723/20210723110638_1505636364.jpg)no-repeat;}
.about_l span{line-height: 60px;font-size: 40px;color: #333;font-weight: bold;}
.about_l i{display: block;font-size: 16px;color: #666;}
.about_l i:after {content: '';display: block;width: 70px;height: 2px;background: #ba9076;margin: 40px 0;}
.about_l p{font-size: 16px;color: #999;line-height: 34px;margin-bottom: 80px;}
.ab_more{width:230px;height:56px;margin-left: -60px;background:#00923f;border-radius: 0px 50px 50px 0px;}
.ab_more:hover{background:#ba9076;}
.ab_more a{float: left;width: 170px;height: 56px;line-height: 56px;padding-left:60px; font-size: 18px;color: #fff;background: url(../uploadfile/image/20210723/20210723104200_671521577.png)no-repeat 150px;transition:all 0.3s;}
.ab_more a:hover{background-position: 250px center;padding-left: 75px;}
.about_r ul{width: 390px;float: right;margin-top: 90px;padding-right: 20px;}
.about_r ul li{float: left;width: 195px;}
.about_r ul li i{font-size: 60px;color: #fff;font-family: SimSun-ExtB,Arial;font-weight: bold;}
.about_r ul li p{font-size: 16px;color: #d5d5d5;line-height: 30px;}
.about_r ul li p:after {content: '';display: block;width: 60px;height: 2px;background: #999999;margin: 18px 0 60px;}
.about_r ul li i:before{content: "";display: block;width: 33px;height:33px; background: url(../uploadfile/image/20210728/20210728181201_353062600.png)no-repeat;transition: all 0.3s;margin-bottom: 10px;}
.about_r ul li:nth-child(2) i:before{background-position: -33px 0px;}
.about_r ul li:nth-child(3) i:before{background-position: -66px 0px;}
.about_r ul li:nth-child(4) i:before{background-position: -99px 0px;}
.about_r ul li:hover:nth-child(1) i:before{background-position: 0px -33px;}
.about_r ul li:hover:nth-child(2) i:before{background-position: -33px -33px;}
.about_r ul li:hover:nth-child(3) i:before{background-position: -66px -33px;}
.about_r ul li:hover:nth-child(4) i:before{background-position: -99px -33px;}





/*产品*/
.prod_bg{height:1030px;}
.prod{position: relative;}
/*分类*/
.prod_t{height:145px;margin-bottom: 40px;}
.prod_t .prod_t_a{float: left;width:145px;height:145px;transition:all 0.3s;}
.prod_t .swiper-slide-active{width: 133px !important;height: 133px !important;}
.prod_t .prod_t_a a{display:block;width: 145px;height: 145px;position: relative;z-index: 9;}
.prod_t .swiper-slide-active img{width:133px;border: 6px #00923f solid;border-radius: 100%;}
.prod_t .prod_t_a span{width: 145px;height: 145px;background: rgb(0 0 0 / 0.6);border-radius: 100%;position: absolute;top: 0;left: 0;}
.prod_t .swiper-slide-active span{opacity: 0;}
.prod_t .prod_t_a p{font-size: 16px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.prod_t .swiper-slide-active p{display:none;}

/*内容*/
.prod_b .prod_b_text{width:1115px;height:633px;padding:55px 75px;background: #fafafa;box-sizing: border-box;}
.prod_b_text b{display:block;margin-top: 55px;font-size:22px;color:#333;}
.prod_b_text t{display:block;font-size:12px;color:#666;}
.prod_b_text t:after{content:"";display:block;width:60px;height:2px;margin:30px 0 40px 0;background:#ba9076;}
.prod_b_text span{font-weight: bold;font-size: 16px;color: #333;}
.prod_b_text p{width: 400px;font-size: 14px;color: #666;line-height: 28px;}
.prod_b_text p:nth-child(4){margin-top:23px;}
.prod_b_text_a{margin-top:52px;}
.prod_b_text_a a{display:block;width:160px;height:42px;line-height:42px;font-size:18px;color:#fff;text-align: center;border-radius: 100px;float: left;}
.prod_b_text_a a:nth-child(1){background:#333;margin-right:30px;}
.prod_b_text_a a:nth-child(2){background:#00923f;}
.prod_b_text_a a:hover{background: #ba9076;}
.prod_b_fl{position: relative;}
.prod_b_img{position: absolute;top: 55px;right: 75px;}
.prod_b_img img{width:520px;height:520px;}
.prod_b_fr{width:255px !important;}
.prod_b_fr td{display: block;padding-left: 0px !important;}
.prod_b_fr td:first-child{margin-bottom: 28px;}
.prod_b_fr td>a{display: block;width: 256px;overflow: hidden;}
.prod_b_fr td>a img{transition: 0.3s all linear;}
.prod_b_fr td:hover>a img{transform: scale(1.2);}
.prod_b_fr td br{display:none;}
.prod_b_fr td span{display: block;height: 46px;line-height: 46px !important;background: #eee;}
.prod_b_fr td:hover span{background: #00923f;}
.prod_b_fr td span a{font-size:16px;color:#333;}
.prod_b_fr td:hover span a{color:#fff;}
/*按钮*/
.prod_switch{width:40px;height:28px;background:url(../uploadfile/image/20210727/20210727164738_948336431.png)no-repeat;position: absolute;top:60px;z-index: 99;cursor: pointer;}
.prod_btnl{left:-70px;}
.prod_btnr{right:-70px;transform: rotate(180deg);}







/*产品特点*/
.trait_bg{height:900px;background:url(../uploadfile/image/20210723/20210723091115_1153934644.jpg)no-repeat center;}
.t_trait span{color: rgba(255, 255, 255, 0.1);}
.t_trait b{color:#fff;}
.t_trait t{color:#f2c004;}
.t_trait p{color:#eee;}
.trait{position: relative;height:700px;}
.trait_img{width: 581px;height: 581px;margin:auto;padding-top: 100px;}
.trait_line span{display: block;}
.trait_line p:before,.trait_line p:after{width:1px;height:50px;left: 50%;}
.trait_line p:before{top: 0;}
.trait_line p:after{bottom:90px;}
.trait_line span:before,.trait_line span:after{width:420px;height:1px;top:301px;}
.trait_line span:after{right:0px;}
.trait_li{width:366px;height:220px;position: absolute;}
.trait_li:nth-child(3){top: 130px;}
.trait_li:nth-child(4){top: 130px;right:0;}
.trait_li:nth-child(5){top: 430px;}
.trait_li:nth-child(6){top: 430px;right:0px;}
.trait_li t img{margin-bottom: 25px;opacity: 0.4;}
.trait_li p{font-size:30px;color:#ffff;font-weight: bold;line-height: 28px;}
.trait_li span{font-size: 14px;color:#e5e5e5;line-height: 28px;}
.trait_li i{display: block;color: rgb(255,255,255,0.3);font-size: 12px;font-family: Arial;text-transform: uppercase;line-height: 28px;margin-bottom: 10px;}

/*优势*/
.ys{background: #1fa75a;overflow: hidden;padding-top: 60px;}
.ys_t{display: flex;justify-content: center;margin-bottom: 40px;}
.ys_con{position: relative;width: 1500px;margin: 0 auto;}
.ys_con .tempWrap{width: 100% !important;overflow: visible !important;}
.ys_bd{padding: 0px 0 80px !important;}
.ys_bd dl{width: 1100px!important;position: relative;height: 510px !important;margin-top: 0px;margin-right: 150px;background: #fff;padding: 40px;box-sizing: border-box;}
.ys_bd dt{float: left;width: 510px !important;height: 430px !important;display: block;overflow: hidden;}
.ys_bd dt img{width: 510px !important;height: 430px !important;display: block;transition: all 0.5s;}
.ys_bd dt:hover img{transform: scale(1.05);}
.ys_bd dd{width: 466px;float: right;box-sizing:border-box;margin-top: 30px;}
.ys_bd dl.cur{ height: 510px !important;margin-top: 0;}
.ys_bd dl.cur dt{ display: block;width:66%;height: 479px;z-index: 50;position: relative;transition: all 0.5s;}
.ys_bd dl.cur dt img{ display: block;width:100%;height: 479px; }
.ys_bd dl.cur dd{width: 470px;margin-right: 0;margin-top: 30px;}
.ys_bd dl.cur dd .xq{display: block;}
.ys_con .prev{position: absolute;width: 60px;height: 60px;overflow: hidden;left: -105px;top: 240px;z-index: 10;cursor: pointer;}
.ys_con .next{position: absolute;width: 60px;height: 60px;overflow: hidden;right:295px;top: 240px;z-index: 10;cursor: pointer;}
.ys_bd i{font-size: 50px;font-family: SimSun-ExtB;font-weight: bold;background: #00923f;color: #fff;border-radius: 10px;padding: 15px 14px;float: left;margin-bottom: 45px;}
.ys_bd span {color: #333;font-size: 34px;font-weight: bold; padding-left: 15px;}
.ys_bd em{display: block;font-size: 18px;color: #666;font-weight: normal;padding-left: 95px;}
.ys_bd p{font-size: 16px;color: #666;font-weight: normal;line-height: 28px;float: left;}
.ys_bd p+p{padding-top: 25px;}
.lxwm{display: block;float: left;font-size: 18px;background: #333;border-radius: 25px;padding: 8px 44px;margin-top: 40px;}
.lxwm a{color: #fff;font-size: 18px;}
.lxwm:hover{background: #ba9076;}

/*案例展示*/
.case{margin-bottom: 70px;padding-top: 70px;}
.casecon>ul{ width:685px; font-size:0;}
.casecon>ul li dl{position:relative; display:inline-block; width:327px; height:240px; overflow:hidden;}
.casecon>ul li dl>a{ display:block;    border: 1px #eee solid;overflow: hidden;}
.casecon>ul li dl img{ width:100%; height:100%; transition:all .6s ease;}
.casecon>ul li dl p{ position:absolute; bottom:0; left:0; width:100%; text-align:center; font-size:16px; color:#333; line-height:50px; background:#f0f0f0; transition:all .3s ease;}
.casecon>ul li dl:hover p{background: #ba9076;color:#fff;}
.casecon>ul li+li{ margin:30px 0 0 0;}
.casecon>ul li dl:hover p{background:#;color: #;}
.casecon>ul li dl:hover img{ transform:scale(1.1);}
.casecon>ul li dl+dl{ margin:0 0 0 30px;}
.casebig{ width:685px !important; height:565px !important;}
.casebig p{ line-height:50px !important;}
.casecon>ul li dl p:nth-child(1){text-align: left;}
.casecon .fr .casebig p{line-height: 100px !important; text-align: left;padding-left: 40px;}
.anniu a{background: #00923f;color: #fff;font-size: 18px;padding: 11px 32px;position: absolute; letter-spacing: 1px; margin: -72px 0 0 517px;z-index: 999;}

/*新闻*/
.news_bg{ padding-top:60px; width:100%;background: #f5f5f5; }
.news_bt{font-size:16px; line-height:24px; text-align:left; color:#888;}
.news_bt span{color:#222; display:block; margin-bottom:10px; font-size:36px; line-height:30px; font-weight:bold; background:url(../uploadfile/image/20210728/20210728194931_898213961.png) left no-repeat; padding-left:52px;}
.news{ position:relative;}
/*新闻列表*/
.newstab{width: 600px;height: 50px;margin: 0 auto;}
.newstab li{width: 180px;height: 50px;margin-right: 20px;float: left; background: #333;}
.newstab li.tubg4{background: #00923f;}
.newstab li a{position: relative;display: block;line-height: 50px;color: #fff;font-size: 20px;text-decoration: none;z-index: 2;text-align: center;}
.newstab li a:after{position:absolute; left:80px; bottom:-25px; display:block; content:''; width:14px; height:12px; border-radius:5px; z-index:-1;}
.newstab li a:hover:after,.tubg4 a:after{ width:100% !important; -webkit-transition:0.4s all ease-in-out; transition:0.4s all ease-in-out;background:url(../uploadfile/image/20210722/20210722155428_150812643.png) no-repeat;}
.news .tempWrap { margin-top:30px;}
.news_main{ height:641px; background: #fff;margin: 25px 0 60px !important;}
.news_main .news_div_item{ position:relative; width:400px; float:left; margin-left:50px;}
.news_main .news_div_item_date{ position:absolute; font-family: 'fontDin1'; color:#222; font-size:30px;font-weight: bold;}
.newslist .news_div_item_date{ top:330px; left:0px;}
.news_main .news_div_item_year{ position:absolute; top:30px; left:19px; font-size:18px; color:#888;font-family: 'fontDin1';font-weight: bold;}
.news_main .news_div_item_month, .news_main .news_div_item_day{ float:left;}
.news_main .news_div_item_a{ font-size:18px; color:#222;}
.news_main .news_div_item_body{ margin-top:10px; line-height:26px; color:#aaa;}
.newslist{ height:378px; margin-top:50px; }
.newslist .news_div_item_content{ position:absolute; top:334px; left:90px; width:318px;}
.newslist .news_div_item_pic{ width:400px; height:300px; overflow:hidden;}
.newslist .news_div_item_pic img { width: 100%;}
.newslist2 .news_div_item{ margin-top:68px;border-top: 1px solid #ddd;padding-top: 30px;}
.newslist2 .news_div_item:nth-child(1),.newslist2 .news_div_item:nth-child(2),.newslist2 .news_div_item:nth-child(3){ display:none;}
.newslist2 .news_div_item_content{ width:323px; margin-left:93px;}


/*版权*/
.copyright{background:#222;}
.end{ line-height:100px;}
.end,.end a{ font-size:14px; color:rgb(255,255,255,0.3);}
.end a:hover{ color:#e5f8eb;} 
.links{padding-left:60px; font-size:14px; color:#fff; line-height:70px;  height:110px; background:#333;}
.crcon{ padding:60px 0 60px 0;}
.kslj,.crcode{ font-size:0;}
.kslj li,.crcode li{ display:inline-block; vertical-align:top; margin-right:100px;}
.kslj p{ font-size:17px; color:#fff; margin-bottom:25px;}
.kslj p em{ font-size:12px; color:rgb(255,255,255,0.3); font-family:Arial, Helvetica, sans-serif;}
.kslj a{ display:block; font-size:13px; color:rgb(255,255,255,0.3); font-weight:lighter; line-height:34px;}
.kslj a:hover{ color:#e5f8eb;}
.kslj a i{ padding-left:15px;}
.crcode li{ text-align:center; font-size:14px; color:rgb(255,255,255,0.3);}
.crcode li img{ width:125px; height:125px; margin-bottom:15px; display:block;}
.crcode li{ margin-right:20px;}
.crconcat{ width:395px;}
.cr_tel{ font-size:16px; color:rgb(255,255,255,0.6); background:url(../uploadfile/image/20210728/20210728195035_1083545950.png) no-repeat right top;}
.cr_tel span{ display:block; font-size:24px; color:#fff; padding:10px 0 20px 0;font-weight: bold;}
.cr_addr{ padding-top:10px; border-top:1px solid rgb(255,255,255,0.5);}
.cr_addr p{ font-size:14px; color:rgb(255,255,255,0.3); line-height:30px; padding-left:25px;}
.cr_addr p:nth-child(1){ background:url(../uploadfile/image/20210728/20210728195035_1645241465.png) no-repeat left center;}
.cr_addr p:nth-child(2){ background:url(../uploadfile/image/20210728/20210728195035_1793940667.png) no-repeat left center;}

.linkTagcs li{line-height: 1px !important;margin-top: 35px !important;}
.copyright_bg{width:100%; height:108px; line-height:108px; font-size:14px; color:#484848; font-weight:lighter;}
.copyright_bg a{color:rgb(255,255,255,0.3); font-size:14px;}
.copyright_bg a:hover{color:#fff; font-size:14px;}






/* 客服样式*/
.y-kefu-box { position: fixed; right: 0; top: 15%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(../uploadfile/image/20210728/20210728181238_1543455125.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: #00923f; 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;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #00923f; border-color: #00923f; 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: #00923f; border-color: #00923f;}
.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:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #00923f; 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: #068cea; 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:#ba9076;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }