﻿/*标签样式初始化*/
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;}
*{box-sizing: border-box;}
#copy{display: none;}
a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#17bd5f;text-decoration: none;}
.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;}
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:#17bd5f;}
.title p{font-size: 18px;color:#999;line-height: 30px;}
.top_right a{font-size: 14px;color:#999;}
.top_right a:hover{color:#17bd5f;}
/*最上*/
.top_bg{line-height: 50px;border-bottom: 1px #eee solid;}
.top{display: flex;justify-content: space-between;}
.top_left{display: flex;}
.top_left p{margin-right: 10px;font-size: 14px;color:#999;}
.top_left a{font-size: 14px;color:#333;font-weight: bold;}
.top_left a:hover{color:#17bd5f;}
/*抬头*/
.head{display: flex;align-items: center;justify-content: space-between;height:160px;}
.head_logo{display: flex;align-items: center;flex-grow: 27;}
.head_logo img{height:80px;}
.head_logo_one{margin: 0 30px 0 15px;padding-right: 30px;border-right: 1px #e5e5e5 solid;}
.head_logo_one b{font-size:40px;color: #333;}
.head_logo_one p{font-size:15px;color: #666;text-transform: capitalize;}
.head_logo_two b{font-size: 30px;color:#333;}
.head_logo_two t{color:#17bd5f}
.head_logo_two dd{display:flex;margin-top:15px;}
.head_logo_two p{width:72px;line-height:25px;background:#666;font-size: 14px;color:#fff;text-align: center;}
.head_logo_two p+p{margin-left: 12px;}
/*电话*/
.head_tel{display: flex;align-items: center;}
.head_tel i{display: block;width:57px;height:50px;background:url(img/20230413170919_1073718716.png) no-repeat center;}
.head_tel li{margin-left:15px;}
.head_tel span{font-size: 18px;color:#666;}
.head_tel p{font-size:36px;color:#ff8300;font-weight: bold;}
/*二维码*/
.head_qrcode{margin-left: 20px;display: flex;}
.head_qrcode img{width:100px;}
.head_qrcode p{width: 25px;background: #17bd5f;text-align: center;font-size: 14px;color: #fff;}
/*栏目*/
.nav_bg{line-height:80px;background: #17bd5f;}
.NavCeshi{display: flex;justify-content: space-between;}
.NavCeshi li{float:left;width: 100%;position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi li:last-child{padding-right: 0px;}
.NavCeshi li:before,.NavCeshi li:after{content:"";display: block;width:1px;height:20px;background: #0fad53;position: absolute;top: calc((100% / 2) - 12.5px);}
.NavCeshi li:before{left: 0px;}
.NavCeshi li:last-child:after{right:0px;}
.NavCeshi li>a{display:block;position: relative;text-align: center;}
.NavCeshi li i{font-style:normal;font-size:16px;color:#fff;position: relative;z-index:4;font-weight: 100;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#fff;font-weight: 400;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:100%;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0;z-index: 3;background: #ff8300;}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}
/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #17bd5f solid;position: absolute;left:50%;top:100px;transform: translate(-50% );z-index: 9;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{opacity: 1;top:130px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #17bd5f;color: #fff;text-align: center;transition:ease-out .3s;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 15px;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #17bd5f;}
.nav2 table{width: 100%;}
/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #ccc;min-width: 1400px;margin-top: 1px;}
.banner-box{ min-width:1400px; height:655px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:655px; 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:250px; left: 0; margin-left: 0; height: 350px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; 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-position: 0 0;} 
.banner-btn a.next{ right:-50px;background-position: -49px 0;}
.banner-btn a{background:url(img/20230326150728_2007041450.png) no-repeat;}
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.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: #17bd5f;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 80px; 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; }
/*内页*/
.banner-nbox{height:350px;}
.banner-nbox .bd li{height:350px;}
.banner-nbox .banner-btn{    top: 100px;}
/*搜索*/
.search_bg{line-height:100px;overflow: hidden;border-bottom: 1px #eee solid;}
.search_nbg{position: absolute;z-index: 999;top:790px;border-bottom: 1px #eee solid;line-height: 100px;}
.search_nbg .search{margin:0 auto;}
.search{display: flex;justify-content: space-between;align-items: center;}
.search-bg{overflow: hidden;}
.search_l{color: #c0c0c0;}
.search_l dd{font-size:16px;color: #333;display: inline-block;}
.search_l a{font-size: 14px;color: #999;}
.search_l a:hover{color:#17bd5f;}
.search-bg #infoname{width:300px;background:#f5f5f5;outline:none; color:#ccc;border: none;height:50px;line-height:50;font-size: 14px;padding-left: 20px;border-radius: 100px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0;top: 20px;}
/*业务范围*/
/*分类*/
.product_sort{display: flex;justify-content: space-between;border-radius: 10px 0 0 10px;}
.product_sort_left{width:1150px;line-height: 100px;box-shadow: 0px 0px 9.5px 0.5px rgba(51, 51, 51, 0.15);border-radius: 10px 0 0 10px;}
.product_sort_left ul{display: flex;}
.product_sort_left a{display: block;margin-left: 30px;font-size: 16px;color: #333;}
.product_sort_left a:hover{color:#17bd5f;}
.product_sort_right a{display: block;width:250px;line-height: 100px;background: #17bd5f;font-size: 24px;color:#fff;text-align: center;border-radius:0 10px 10px 0;}
.product_sort_right a:hover{background:#333;}
/*图片*/
.product_img{margin-top: 40px;}
.product_img ul{gap: 1rem; display:flex; flex-wrap:wrap; justify-content: space-between;}
.product_img ul+ul{margin-top:20px;}
.product_img ul *{display:block;}
.product_img li br{display:none;}
.product_img li>a{border: 1px #eee solid;overflow: hidden;position: relative;}
.product_img li img{width: 335px; height: 251px; transition: 0.3s;}
.product_img li:hover a>img{transform: scale(1.2);}
.product_img li span{line-height: 48px;border: 1px #eee solid;border-top: none;text-align: center;}
.product_img span a{font-size: 16px;color: #333;}
.product_img li:hover a{color:#17bd5f;}
.pro_album_mask {
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}
/*回收流程*/
.process_bg{height:300px;background: url(img/852b8e411683478306.jpg)no-repeat center;}
.process{display: flex;justify-content: space-between;align-items: center;}
/*左边*/
.process_left{display: flex;flex-direction: column;justify-content: center;height: 300px;}
.process_title{text-align: left;padding: 0px;}
.process_title b{color:#fff;}
.process_title p{color:#eee;}
.process_left_a a{display: block;width:180px;height:50px;line-height: 50px;margin-top: 50px;background: #ff8300;border-radius: 10px;font-size: 18px;color:#fff;text-align:center;}
.process_left_a a:hover{background: #62d091;}
/*右边*/
.process_right{display: flex;flex-direction: column;justify-content: center;height: 130px;padding-right: 90px;background: url(img/20230325110801_1339630860.png)no-repeat right center;}
.process_right_ul{display: flex;}
.process_right_ul li{display: flex;align-items: center;position: relative;}
.process_right_ul li:after{content: "";display: block;width:20px;height:20px;background: #44c77f;border-radius: 100%;position: absolute;top: 2px;left: 29px;}
.process_right_ul span{font-size: 36px;color:#fff;position: relative;z-index: 2;}
.process_right_ul p{font-size: 20px;color:#fff;}
.process_right_ul i{display: block;width:32px;height:15px;background: url(img/20230325110228_1923102843.png)no-repeat;}
.process_right_two i{transform: rotate(180deg);}
.process_right_one li{margin-left: 40px;}
.process_right_one p{margin:0px 40px 0 20px;}
.process_right_one li:last-child p{margin-right: 0px;}
.process_right_one li:last-child i{display: none;}
.process_right_two{margin-top: 50px;flex-direction: row-reverse;}
.process_right_two li:first-child i{display:none;}
.process_right_two li+li{margin-right: 40px;}
.process_right_two li+li p{margin: 0 40px 0 20px;}
.process_right_two li:first-child p{margin-left: 20px;}
/*回收范围*/
.case{display: flex;justify-content: space-between;flex-wrap: wrap;}
.case *{display: block;}
.case a{width:20%;position: relative;overflow: hidden;}
.case a:last-child{width:100%;}
.case a img{width:100%;}
.case dd{display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;width:100%;height: 100%;padding:0 2vw;background: rgb(0 0 0 / 0.75);position: absolute;top: 0;transition: 0.3s;}
.case a:hover dd{top:-100%;}
.case p{font-size: 1.14vw;color:#fff;}
.case span{margin-top:2vw;font-size: 0.83vw;line-height: 1.56vw;color: rgb(255 255 255 / 0.5);}
/*强大的回收网络*/
.trait_bg{padding: 80px 0;position: relative;}
.trait{display: flex;justify-content: space-between;flex-wrap: wrap;}
/*文字*/
.trait_text{width:610px;}
.trait_text *{display:block;}
.trait_text b{margin-top:60px;font-size: 40px;color:#333;}
.trait_text t{margin:5px 0 35px 0;font-size: 24px;color:#333;font-weight:lighter;}
.trait_text t:after{content: "";display: block;width:60px;height:1px;margin-top:35px;background: #17bd5f;}
.trait_text p{font-size: 16px;line-height: 40px;color:#666;font-weight: lighter;}
/*图片*/
.trait_img{width:680px;position: relative;z-index: 2;border:15px #f5f5f5 solid;border-radius: 10px;}
.trait_img img{width:100%;}
/*小优点*/
.trait_li{display: flex;justify-content: space-between;width:100%;margin-top:40px; position: relative;z-index: 2;text-align: center;}
.trait_li li{display: flex;align-items: center;justify-content: center;flex-direction: column;width: 25%;height:200px;padding: 0 40px;background: #f9f9f9;}
.trait_li li:nth-child(even){background: #f0f0f0;}
.trait_li li:nth-child(1){border-radius: 10px 0 0 10px;}
.trait_li li:nth-child(4){border-radius: 0px 10px 10px 0px;}
.trait_li span{font-size: 24px;color:#17bd5f;}
.trait_li p{margin-top:15px;font-size: 15px;line-height: 26px;color:#666;font-weight: lighter;}
/*选择君创的四大优势*/
.advantage_bg{height:845px;background:url(img/c54533b11683478909.jpg)no-repeat center;}
.advantage:before{content: "";display:block;width:1px;height:665px;background:rgb(255 255 255 / 0.3);position:absolute;top:0;left:50.4%;}
.advantage:after{content: "";display:block;width:1400px;height:1px;background:rgb(255 255 255 / 0.3);position:absolute;top:50%;left: 0px;}
.advantage{display: flex;justify-content: space-between;align-items: center;}
.advantage_title b{color:#fff;}
.advantage_title p{color:#eee;}
/*advantage_li*/
.advantage_li li{display: flex;flex-direction: column;justify-content: center;height: 333px;}
.advantage_li li *{display: block;}
.advantage_li dd{display: flex;}
.advantage_li i{width:40px;height:40px;line-height: 40px;margin-right:20px;background: #fff;border-radius: 100%;font-size: 20px;color:#333;text-align: center;}
.advantage_li t{font-size: 30px;color:#fff;}
.advantage_li p{margin-top: 25px;font-size: 16px;color:rgb(255 255 255 / 0.8);line-height: 36px;font-weight:lighter;}
.advantage_img{margin: 0 40px;position: relative;z-index: 2;}
/*公司简介*/
.about{height:650px;background: url(img/7a3337ae1683478972.jpg)no-repeat center;border-radius: 10px;}
/*文字*/
.about_text{display: flex;align-items: center;text-align: center;width:1300px;height:150px;padding:0 50px;background: #fff;border-radius: 10px;position: absolute;bottom: 85px;left: calc(50% - 650px);}
.about_text p{font-size: 16px;line-height: 36px;color: #666;font-weight: lighter;}
.about_text a{color:#17bd5f;}
/*厂房图片*/
.about_img{margin-top:40px;}
.about_img ul{display:flex;justify-content: space-between;}
.about_img *{display: block;}
.about_img li>a{border-radius: 10px 10px 0 0;overflow: hidden;}
.about_img li>a img{transition: 0.3s;}
.about_img li:hover>a img{transform: scale(1.2);}
.about_img p{line-height: 50px;text-align: center;background: #f5f5f5;border-radius: 0 0 10px 10px;}
.about_img p>a{font-size: 16px;color: #666;}
.about_img li:hover p>a{color:#17bd5f;}
/*新闻中心*/
.news_bg{height:880px;background: #f5f5f5;}
/*切换*/
.news_switch{display:flex;justify-content: center;}
.news_switch a{display:block;width:180px;line-height: 50px;background: #fff;border-radius: 10px;font-size: 18px;color:#666;font-weight: lighter;text-align: center;}
.news_switch a.on{background:#17bd5f;color:#fff;font-weight: inherit;}
.news_switch a+a{margin-left: 20px;}
/*内容*/
.news_content .news_div{margin-top: 40px;}
/*第一第二条新闻*/
.news_content .news_div_item:nth-child(n+1):nth-child(-n+2){display: flex;overflow: hidden;flex-direction: column-reverse;width:385px;background: #fff;float: left;border-radius: 0 10px 0;}
.news_content .news_div_item:nth-child(2){margin:0 20px;border-radius: 0px 0px 10px 10px;}
.news_content .news_div_item:nth-child(n+1):nth-child(-n+2) .news_div_item_image{width:385px;height:289px;border-radius: 10px 10px 0 0;}
.news_content .news_div_item:nth-child(n+1):nth-child(-n+2) .news_div_item_content{padding:0 20px;}
.news_content .news_div_item:nth-child(n+1):nth-child(-n+2) .news_div_item_a{display: block;margin: 25px 0 10px 0;font-size: 18px;color: #333;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.news_content .news_div_item:nth-child(n+1):nth-child(-n+2):hover .news_div_item_a{color: #17bd5f;}
.news_content .news_div_item:nth-child(n+1):nth-child(-n+2) .news_div_item_body{font-size: 14px;line-height: 28px;color: #999;font-weight: lighter;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.news_content .news_div_item:nth-child(n+1):nth-child(-n+2) .news_div_item_date{display: flex;margin: 10px 0 27px 20px;font-size: 16px;color: #666;}
/*第三条后新闻*/
.news_content .news_div_item:nth-child(n+3):nth-child(-n+5){display: flex;align-items: center;width:590px;height: 160px;padding-right: 20px;float: left;border: 1px #e5e5e5 solid;border-radius: 10px;background-color: white;}
.news_content .news_div_item:nth-child(n+3):nth-child(-n+5)+.news_div_item{margin-top: 20px;}
.news_content .news_div_item:nth-child(n+3):nth-child(-n+5) .news_div_item_image{display:none;}
.news_content .news_div_item:nth-child(n+3):nth-child(-n+5) .news_div_item_date{display: flex;justify-content: center;align-content: center;flex-wrap: wrap-reverse;width: 158px;height: 158px;}
.news_content .news_div_item:nth-child(n+3):nth-child(-n+5) .news_div_item_year,.news_content .news_div_item:nth-child(n+3):nth-child(-n+5) .news_div_item_month{font-size:18px;color:#999;}
.news_content .news_div_item:nth-child(n+3):nth-child(-n+5) .news_div_item_month{width: 23px;overflow: hidden;}
.news_content .news_div_item:nth-child(n+3):nth-child(-n+5) .news_div_item_day{width: 100%;font-size:60px;color:#666;text-align: center;}
.news_content .news_div_item:nth-child(n+3):nth-child(-n+5) .news_div_item_content{width:390px;padding-left: 20px;border-left: 1px #e5e5e5 solid;}
.news_content .news_div_item:nth-child(n+3):nth-child(-n+5) .news_div_item_a{display: block;margin-bottom: 10px;font-size: 18px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_content .news_div_item:nth-child(n+3):nth-child(-n+5):hover .news_div_item_a{color:#17bd5f;}
.news_content .news_div_item:nth-child(n+3):nth-child(-n+5) .news_div_item_body{font-size:14px;line-height:28px;color:#999;font-weight:lighter;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
/*版权*/
.copyright_bg{height:375px;padding-top: 80px;background: #222;border-bottom: 1px #2c2c2c solid;}
.copyright{display: flex;justify-content: space-between;}
.copyright_left{display: flex;}
.copyright_left li+li{margin-left: 140px;}
.copyright_left a{display: block;}
.copyright_left a:first-child{margin-bottom:20px;padding-bottom: 20px;font-size: 18px;color:#fff;position: relative;}
.copyright_left a:nth-child(n+2):nth-child(-n+10){font-size: 14px;line-height: 40px;color:#888;font-weight: lighter;}
.copyright_left a:nth-child(n+2):nth-child(-n+10):hover{color:#fff;}
.copyright_left li:last-child a:nth-child(n+2):nth-child(-n+10){font-size: 16px;color:#fff;font-weight: inherit;}
.copyright_left a:first-child:before{content: "";display: block;width:30px;height:1px;background: #17bd5f;position: absolute;top: 40px;left:0px;}
.copyright_left a:first-child:after{display: block;content: "";width:80px;height:1px;background: #444;position: absolute;left: 30px;top: 40px;}
.copyright_right img{width:160px;}
.copyright_right p{margin-top: 1px;width:160px;line-height: 34px;background: #fff;font-size: 16px;color:#333;text-align: center;}
/*友情链接*/
.links_bg{height:100px;line-height: 100px;background: #222;border-top: 1px #000 solid;}
.links_left{font-size:16px;color:#fff; }
.links{display: flex;}
.links_right .linkTagcs ul{display: flex;}
.links_right .linkTagcs a{font-size: 14px;font-weight: lighter;color: rgb(255 255 255/0.8) !important;}
.links_right .linkTagcs li+li{margin-left: 10px;}
/*底部*/
.bottom_bg{height:100xp;line-height: 100px;background: #17bd5f;}
.bottom{display: flex;justify-content: space-between;}
.bottom_left{display: flex;}
.bottom_left p,.bottom_left a,.bottom_right a{font-size: 14px;color:#c7ffdf;font-weight: lighter;}
.bottom_left a:hover,.bottom_right 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(img/20230325104342_1076469475.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: #17bd5f; 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: #ff8300; border-color: #ff8300; 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: #17bd5f; border-color: #17bd5f;}
.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: #17bd5f;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: #17bd5f; 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; }
/*浮动*/
#newBridge .icon-right-center{top: 80% !important;}
