/*标签样式初始化*/
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:#3d6402;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";}

@font-face {
  font-family:"Avant_Garde_Medium-Normal";
  src: 
  url("//memberpic.114my.cn/gdcdd8888/cssnew/Avant_Garde_Medium-Normal.woff2.txt") format("woff2"),
  url("//memberpic.114my.cn/gdcdd8888/cssnew/Avant_Garde_Medium-Normal.woff.txt") format("woff"),
  url("//memberpic.114my.cn/gdcdd8888/cssnew/Avant_Garde_Medium-Normal.ttf.txt") format("ttf"),
  url("//memberpic.114my.cn/gdcdd8888/cssnew/Avant_Garde_Medium-Normal.eot.txt") format("eot"),
   url("//memberpic.114my.cn/gdcdd8888/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:#3d6402;}
.title p{font-size: 18px;color:#999;line-height: 30px;}






/*头部*/
.head_bg{height:120px;border-bottom: 3px #3d6402 solid;}
.head{display:flex;align-items:center;justify-content:space-between;height:100%;}
/*logo*/
.logo{display:flex;align-items:center;}
.logo img{height:3vw;}
.logo li{margin-left: 10px}
.logo b{font-size:1.5vw;color:#333;}
.logo p{font-size:0.9vw;color:#666;}
/*导航*/
.nav{display: flex;height: 100%;}
.nav li{position: relative;}
.nav li:after{content:"";display:block;width:0px;height:2px;margin:-43px auto 0;background:#3d6402;transition: 0.3s;}
.nav li.navcurrent:after ,.nav li:hover:after{width:70px;}
.nav li>a{display: block;padding: 0 2.4vw;line-height: 120px;font-size:16px;color: rgb(51 51 51 / 0.8);}
.nav li.navcurrent a, .nav li:hover>a{color: #333;}
/*下拉*/
.nav .nav2{display:flex;flex-direction:column;width: 100%;position:absolute;z-index:1000;border-top: 5px #3d6402 solid;text-align: center;display: none;}
.nav .nav2 a{display:block;line-height:50px;background:#fff;font-size:16px;color:#666;font-weight:lighter;transition: 0.3s;}
.nav .nav2 a:hover{color:#3d6402;padding-left:10px;}
/*右边*/
.head_right{display: flex;}
/*英文*/
.head_en a{display:flex;justify-content:center;align-items:center;height: 2vw;margin-right:2vw;}
.head_en a img{height: 2vw;}
/*搜索*/
.head_search{height: 2vw;}
.head_search form{display:flex;align-items:center;justify-content:space-between;width:10.5vw;height: 100%;margin: 0;background:#eee;border-radius: 100px;overflow: hidden;}
.head_search input{outline: none;border: none;background: none;}
.search_conter{width: 80%;height:100%;margin:0;padding:0 0 0 15px;}
.search_button{width: 2.3vw;}








/*幻灯片*/
.banner{height:825px;}
/* 通过改变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: 50px !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;}







/*产品中心*/
.service_list .prolist2021{height: 60px;}
.service_list li{float: left;width:14.2%;text-align: center;height: 60px;line-height: 60px;background: #f5f5f5;}
.service_list li a{font-size: 16px;}
.service_list li+li{border-left: 1px #e5e5e5 solid;}
.service_list li:nth-child(n+8):nth-child(-n+14){border-top: 1px #e5e5e5 solid;}
.service_list .prolist2021 li dl{display:none;}
.service_list li.on{background: #3d6402;}
.service_list li.on a{display: block;color:#fff;}

.service_cont ul{display: flex;}
.service_cont .progdwz2021 ul+ul{margin-top:10px;}
.service_cont li{width:225px;height: 375px;overflow:hidden;}
.service_cont li+li{margin-left:10px;}
.service_cont li a img{width:100%;height: 375px;transition: 0.3s;}
.service_cont li:hover a img{transform: translate3d(0px, -40px, 0px);}
.service_cont li br{display:none;}
.service_cont li *{display:block;}
.service_cont li span{transform:translateY(40px);transition:0.3s;}
.service_cont li:hover span{line-height:40px;transform:translateY(-40px);background:#3d6402;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.service_cont li span a{ padding:0 15px;font-size:16px;color:#fff;text-align:center;}






/*益创从制造到出货层层把关*/
.adv{position:relative;overflow:hidden;}
.adv:after{display:block;position:absolute;z-index:1;top:0;width:100%;height:61.4%;content:"";background:#f8f8f8;}
.adv_title{position: relative;z-index:99;}
.adv_title b, .adv_title t{color:#fff;}
.adv .box{position:relative;z-index:3;}
.adv-list{position:relative;z-index:5;height:50rem;}
.adv-list .item{position:absolute;overflow:hidden;}
.adv-list .item .text{padding: 3.5rem 2.75rem;overflow:hidden;}
.adv-list .item .text .hd{padding-bottom:2rem;overflow:hidden;border-bottom: rgb(154 154 154 / 10%) solid 1px;}
.adv-list .item-2 .text .hd{border-bottom: rgb(255 255 255 / 20%) solid 1px;}
.adv-list .item .text .hd em{display:block;float:right;font-size:2rem;font-weight:bold;font-family: "MarkPro";font-style: normal;}
.adv-list .item .text .hd h3{font-size:1.75rem;font-weight:bold;}
.adv-list .item .text .hd h6{font-size: 18px;color: #999;}
.adv-list .item-2 .text .hd h6{color: #609809;}
.adv-list .item .text .bd{padding-top:2rem;line-height:34px;font-size:16px;overflow:hidden;color:#999;}
.adv-list .item-2 .text .bd{color: rgb(255 255 255 / 0.8);}
.adv-list .item-1{left:0;top:0;width:49%;height:50rem;background:#fff;}
.adv-list .item-1 .text{color:#333;height:25.625rem;}
.adv-list .item-1 .text .hd em{color:#bbb;}
.adv-list .item-1 .pic{overflow:hidden;}
.adv-list .item-1 .pic img{display:block;width:100%;}
.adv-list .item-2{left:49%;top:0;width:25.5%;height:25.625rem;background:#3d6402;}
.adv-list .item-2 .text{color:#fff;}
.adv-list .item-2 .text .hd em{color: rgb(255 255 255 / 0.3);}
.adv-list .item-3{right:0;top:0;width:25.5%;height:25.625rem;background:#fff;}
.adv-list .item-3 .text{color:#333;}
.adv-list .item-3 .text .hd em{color:#bbb;}
.adv-list .item-4{right:0;top:25.625rem;width:51%;height:25.625rem;background:#f5f5f5;}
.adv-list .item-4 .text,.adv-list .item-4 .pic{float:left;width:50%;height:25.625rem;}
.adv-list .item-4 .text{color:#333;}
.adv-list .item-4 .text .hd{border-color:#e8e8e8;}
.adv-list .item-4 .text .hd em{color:#bbb;}
.adv-list .item-4 .pic{position:relative;background:#3d6402;}
.adv-list .item-4 .pic img{display:block;width:100%;}
.adv-list .item-4 .pic:after{display:block;position:absolute;top:50%;left:-5px;width:5px;height:9px;content:"";background:url(//memberpic.114my.cn/028203/uploadfile/image/20240308/20240308100359_1224846450.png) no-repeat;transform:translateY(-50%);}
.bg1{position:absolute;z-index:2;top:0;left:0;height:82%;background:url(//memberpic.114my.cn/028203/uploadfile/image/20240305/20240305161036_1741028924.jpg) no-repeat;}
.adv .bg1:after{display:block;position:absolute;top:28%;right:0;bottom:24%;width:1.875rem;content:"";background:url(//memberpic.114my.cn/028203/uploadfile/image/20240308/20240308100359_1846924266.png);}







/*工厂实景*/
.apply_img ul{ display: flex;}
.apply_img ul+ul{margin-top:10px;}
.apply_img li{float:left;overflow: hidden;}
.apply_img li+li{margin-left: 10px;}
.apply_img li *{display: block;}
.apply_img li>a{position: relative;}
.apply_img li>a:before{content:"";display:block;width:0%;height:337px;background:rgb(0 0 0/0.7);position: absolute;top: 0;transition:all 0.3s;}
.apply_img li:hover>a:before{width:100%;}
.apply_img li>a:after{content:"了解更多";display:block;width:120px;height:40px;line-height:40px;background:#fff;font-size: 15px;color:#3d6402;text-align:center;position: absolute;top:-50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;transition: all 0.3s;}
.apply_img li:hover>a:after{top:50%;}
.apply_img li p{margin-top: 1px;height: 50px;line-height: 50px;background: #f5f5f5;text-align: center;font-size: 16px;color: #333;position:relative;}
.apply_img li p:before{content:"";display:block;width: 0%;height: 50px;background: #3d6402;position: absolute;top: 0;transition:all 0.3s;}
.apply_img li:hover p:before{width: 100%;}
.apply_img li p a{font: inherit;color: inherit;position: relative;z-index: 2;}
.apply_img li:hover p a{color:#fff;}             






/*益创专业生产兵人模型*/
.bz{width: 100%;min-width: 1400px;background:#fafafa;overflow:hidden;}
.bz .con{ width:46%;float:right;position:relative;right:-226px;left:0;}
.bz .con dl{width: 896px;position:relative;border-left: 10px #3d6402 solid;}
.bz .con dl img{width:100%;min-height:700px;}
.bz .tit{width:50%;float:left;}
.bz .tit .ht{margin-bottom:5vh;margin-top:10vh;}
.bz .tit .ht b{font-size:40px;font-weight:bold;color:#333;}
.bz .tit .ht t{color:#3d6402;}
.bz .tit .ht p{font-size: 18px;color:#999;}
.bz .nr ul{margin:0 auto;margin-top:8px;border-left:3px #ccc solid;}
.bz .nr li{display:inline-block;padding:4px 20px;transition:all 0.3s linear;cursor:pointer;position: relative;}
.bz .nr li:before{content:"";border-left:3px #3d6402 solid;height:70px;position:absolute;left:-3px;top:0px;opacity: 0;transition: all 0.3s;}
.bz .nr li .bt{float:left;}
.bz .nr li .bt span{font-size:24px;font-weight:bold;margin-top: 6px;line-height:35px;color:#333;}
.bz .nr li .bt p{margin-top:5px;font-size:16px;color:#666;line-height: 30px;}
.bz .nr li.cur:before{opacity:1;}
.bz .nr li.cur span{color:#3d6402;}
.bz .nr li+li {margin-top:5%;}
.bz .morex{width:150px;position:relative;z-index:0;margin-top:5vh;}
.bz .morex:before{content:"";width:50px;height:50px;position:absolute;background:#ececec;border-radius:50%;left:0px;top:0;z-index:-1;}
.bz .morex a{font-size:20px;color:#686868;display:block;padding-left:30px;float:left;line-height:50px;transition:all 0.5s;}
.bz .morex i{font-size:24px;float:right;color:#686868;line-height:50px;font-weight:bold;transition:all 0.5s;}
.bz .morex:hover i{transform:rotate(360deg);color:#3d6402;}
.bz .morex:hover a{color:#3d6402;}


.worry_m{width: 954px;height: 220px; background:#3d6402; border-radius: 110px;box-shadow:0 0 13px 12px rgba(0, 0, 0, 0.1);text-align: center;margin: 0 auto;padding: 40px 0 0; font-size: 22px; color: #fff; position: relative; margin-top: -110px;}
.worry_m p{display: block;height: 60px;line-height: 52px;font-size:29px;color:#fff;}
.worry_m p b{font-weight: bold;}
.worry_m span{color: #fff;width: 638px;line-height:50px;background:#5b8a15;border-radius: 100px;display: block;margin: 0 auto; font-size:20px;}






/*定制流程*/
.pess_bg{}
.pess_li{display:flex;justify-content: space-between;}
.pess_li *{display: block;}
.pess_li li{display: flex;flex-direction: column;align-items: center;justify-content: center;width:190px;height:250px;background: #fff;border-radius: 10px;position: relative;cursor: pointer;border: 1px #eee solid;}
.pess_li i{width:36px;height:36px;background: url(//memberpic.114my.cn/028203/uploadfile/image/20240306/20240306140146_870318198.png)no-repeat;transition: 0.3s;}
.pess_li li:nth-child(2) i{background-position-x: -36px;}
.pess_li li:nth-child(3) i{background-position-x: -72px;}
.pess_li li:nth-child(4) i{background-position-x: -108px;}
.pess_li li:nth-child(5) i{background-position-x: -144px;}
.pess_li li:nth-child(6) i{background-position-x: -180px;}
.pess_li li:nth-child(7) i{background-position-x: -216px;}
.pess_li li:hover i{background-position-y: -36px;}
.pess_li t{margin:30px 0 5px 0;font-size: 20px;color:#333;}
.pess_li p{margin-top: 5px;font-size: 16px;color:#999;font-weight: lighter;}
.pess_li span{display: flex;justify-content: center;align-items: center;width:64px;height:64px;background: #fff;border-radius: 100%;border: 10px #e5e5e5 solid;position: absolute;bottom: -32px;left: calc(50% - 32px);}
.pess_li li:hover span{background: #3d6402;border: 10px #72b112 solid;}
.pess_li em{font-size: 18px;color:#333;}
.pess_li li:hover em{color:#fff;}







/*公司简介*/
.ab_all{background:url(//memberpic.114my.cn/028203/uploadfile/image/20240306/20240306142540_497628838.jpg) no-repeat center;width: 100%;height:720px;position: relative;}
.abbox{width:1400px;height:260px;background:#f5f5f5;border-radius:10px;position:absolute;bottom:-103px;left:50%;transform:translate(-50%);padding:50px;border:1px #ddd solid;}
.abbox span{display: block;text-align: center;color: #333;font-size: 28px;font-weight: bold;}
.abbox p,.abbox a{font-size:16px;color: #999;line-height: 30px;padding-top: 20px;text-align: center;}
.abbox a:hover{color: #3d6402;}








/*新闻中心*/
.news{}
.news .title i{ border-bottom-color:#f5f5f5;}
.newstab{ text-align:center; padding:0px 0 20px 0px; border-bottom:1px solid #e2e2e2; margin-bottom:50px;}
.newstab a{ display: inline-block;width:180px; height:50px; transition:all .3s ease; line-height:50px; font-size:16px; font-weight:lighter; color:#666666;}
.newstab a+a{ margin-left:10px;}
.newstab a.on{ border-radius:25px; color:#fff; background:#3d6402;}
.newsleft{ width:438px; height:520px; position:relative;}
.newsleft .news_div_item_pic a{display: block;width: 438px;height: 584px;overflow: hidden;}
.newsleft .news_div_item_pic img{height:584px;margin-left: calc(-50%);}
.newsleft .news_div_item_a{ display:block; background:#fff; width:418px; height:110px; line-height:110px; text-align:center; bottom:10px; left:10px; font-size:20px; color:#222222; position:absolute;}
.newsleft .news_div_item_a:hover{ color:#3d6402;}
.newscen{ margin:0px 9px;}
.newscen .news_div_item{ width:467px; height:256px; background:#f5f5f5; padding:35px 25px; position:relative;}
.newscen .news_div_item+.news_div_item{ margin-top:8px;}
.newscen .news_div_item_a{ font-size:18px; font-weight:lighter; color:#222222;}
.newscen .news_div_item_body{ font-size:14px; color:#bbb; line-height:32px; margin-top:15px; padding-bottom:18px; border-bottom:1px solid #eeeeee;}
.newscen .news_div_item_a:after{ content:''; display:block; position:absolute;width:22px; height:18px; background:url(//memberpic.114my.cn/028203/uploadfile/image/20240308/20240308100711_798983889.png) no-repeat left top; transition:all .3s ease; top:205px; right:36px;}
.newscen .news_div_item_date{ position:absolute; top:180px; left:30px; padding-top:34px;}
.newscen .news_div_item_date>div{ float: left; font-size:16px; color:#cccccc; font-weight:lighter;}
.newscen .news_div_item_date .news_div_item_day{ font-size:33px; font-weight:bold; color:#888888; top:0px; left:0px; position:absolute;line-height: 33px; }
.newscen .news_div_item:hover .news_div_item_a:after{ background-position-x:-22px;}
.newscen .news_div_item:hover  .news_div_item_day{color:#3d6402;}
.newscen .news_div_item:hover  .news_div_item_a{ color:#3d6402; }
.newsright .news_div_item{ width:477px; height:168px; background:#f5f5f5; padding:20px; position:relative;} 
.newsright .news_div_item+.news_div_item{ margin-top:8px;}
.newsright .news_div_item_date{ padding-left:34px; height:127px; width:138px; padding-top:75px; float:left; border-right:1px solid #eeeeee; position:relative; font-size:16px; color:#cccccc; font-weight: lighter;}
.newsright .news_div_item_date>div{ float:left;}
.newsright .news_div_item_date .news_div_item_day{ position:absolute; top:18px; left:32px; font-size:32px; color:#888888; font-weight:bold; border-bottom:2px solid #cccccc;}
.newsright .news_div_item_content{ float:right; width:260px; padding-top:10px;}
.newsright .news_div_item_title{width: 216px;overflow: hidden;}
.newsright .news_div_item_a{ font-size:18px; color:#222222; font-weight:lighter;white-space: nowrap;height: 28px;text-align: center;overflow: hidden;text-overflow: ellipsis;}
.newsright .news_div_item_body{ margin-top:15px; font-size:12px; color:#cccccc; font-weight:lighter;}
.newsright .news_div_item_a:after{ content:''; display:block; position:absolute;width:22px; height:18px; background:url(//memberpic.114my.cn/028203/uploadfile/image/20240308/20240308100711_798983889.png) no-repeat left top; transition:all .3s ease; top:107px; left:190px; }
.newsright .news_div_item:hover .news_div_item_a:after{ background-position-x:-22px;}
.newsright .news_div_item:hover  news_div_item_day{color:#3d6402;}
.newsright .news_div_item:hover  .news_div_item_a{ color:#3d6402; }






/*友情链接*/
.copyright{ background:#222; color:#fff; }
.links{ line-height:90px; background:#3d6402; color:#fff; font-size:18px;}
.linkTagcs li{ line-height:90px !important;}
.links p.fl{ padding-left:40px; background:url(//memberpic.114my.cn/028203/uploadfile/image/20240308/20240308103252_2066548116.png) no-repeat left center;}
.links p.fr{ font-size:25px; font-family:impact; text-transform:uppercase;}







/*版权*/
.bq{border-top: 1px solid #333;line-height: 80px;}
.end,.end a{ font-size:14px; color:#888;}
.end a:hover{ text-decoration:underline; color:#fff;} 
.crcon{ padding:60px 0; width:1400px; margin:0 auto;}
.kslj{ font-size:0;}
.kslj li{ display:inline-block; padding-left:25px; position:relative; vertical-align:top;}
.kslj li:after{content: "";display: block;width: 1px;height: 180px;background: #333;position: absolute;right: -100px;top: 0;}
.kslj li p{ font-size:18px; margin-bottom:25px; position:relative;}
.kslj li p:after{ content:''; display:block; position:absolute; top:0; bottom:0; height:1px; margin:auto 0; left:-25px; width:16px; background:#fff;}
.kslj li a{ display:block; font-size:14px; color:#888; line-height:32px;}
.kslj li a:hover{ text-decoration:underline; color:#fff;} 
.kslj li+li{ margin-left:180px;}
.crcode{ font-size:14px;text-align:center;}
.crcode img{ display:block; width:150px; height:150px; margin-bottom:10px;}
.crconcat{ text-align:center; height:218px; box-sizing:border-box; padding:0px 120px; }
.crphone{ font-size:33px; font-weight:bold;}
.cr_c{ font-size:14px; line-height:25px; margin:20px 0; color:#888;}
.crbtn a{ width:200px; line-height:38px; border-radius:20px; font-size:14px; color:#fff; display:inline-block; background:#3d6402; transition:all .3s ease;}
.crbtn a:hover{ box-shadow:0 0 5px #fff;}
.crbtn i{ display:inline-block;  color: #fff; padding-left:28px; background:url(//memberpic.114my.cn/028203/uploadfile/image/20240308/20240308103323_473279402.png) no-repeat left center;font-style: normal;}
.zhuying{line-height: 80px;}












/* 浮动*/
.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.cn/028203/uploadfile/image/20240307/20240307111446_846756882.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: #3d6402; 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: #3d6402; border-color: #3d6402; 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: #3d6402; border-color: #3d6402;}
.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:#3d6402; }
.y-kefu-box01 .mobile-infos p { color: #3d6402; 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: #3d6402; 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; }