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




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:#0028b7;}
.title p{font-size: 18px;color:#999;line-height: 30px;}
.top_right>a{font-size: 14px;color:#999;}








/*抬头*/
.top_bg{display: flex;justify-content: space-between;align-content:center;height:180px;position: relative;}
/*左边*/
.logo{display: flex;align-items: center;justify-content: center;width:10.4vw;height:180px;box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.15);}
.logo img{width: 6vw;}
/*右边*/
.top_right{width:100%;}
.top_t{display: flex;justify-content: space-between;height:50px;line-height:50px;padding-left:3.12vw;border-bottom: 1px #eee solid;}
.top_t p,.top_t a{font-size: 0.72vw;color: #999;font-weight: lighter;}
.top_t a:hover{color:#0028b7;}
.top_t li a{display: block;float: left;padding:0 2.08vw;border-right: 1px #eee solid;font-size: 0.72vw;color: #999;}
.top_t li a:first-child{padding-left: 42px;background:url(//memberpic.114my.com.cn/dgjinsheng/uploadfile/image/20230411/20230411174244_761963838.png)no-repeat left center;font-size: 1.25vw;color:#0028b7;font-weight: bold;}
.top_t li a:hover{color:#0028b7;}
.top_b{display: flex;justify-content: space-between;align-items: center;height: 130px;}
.logo_text{padding-left:3.12vw;}
.logo_text b{font-size:1.56vw;line-height: 32px;color:#333;}
.logo_text t{color:#0028b7;}
.logo_text p{margin-top:5px;font-size:0.9vw;color:#666;}
/*栏目*/
.NavCeshi li{float:left;padding: 0 1.6vw;position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi li>a{display:block;position: relative;text-align: center;}
.NavCeshi li i{line-height:130px;font-style:normal;color: #666;font-size: 0.83vw;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#0028b7;font-weight: inherit;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:2px;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0; background: #0028b7;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}
/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #0028b7 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: #0028b7;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: #0028b7;}
.nav2 table{width: 100%;}








/*搜索*/
.top_search{display: flex;align-items: center;height: 130px;margin-right:2vw;cursor: pointer;}
.search_bg{height: 100px;overflow: hidden;border-bottom: 1px #eee solid;}
.search_nbg{position: absolute;z-index: 999;top: 620px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{background: #fff;margin: 0 auto;}
.search-bg{width:300px;height:50px;overflow: hidden;margin-top:26px;}
.search{width: 100%;height: 100px;padding: 0 30px;background:#fff;position: absolute;top: 180px;left: 0;z-index: 22;box-shadow: 0 0 30px rgba(0,0,0,.08);transition: all 0.3s;transform: scale(0);}
.top_search:hover .search{transform: scale(1);}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:16px;color: #333;display: inline-block;}
.search_l a{font-size:14px;color: #999;font-weight: lighter;}
.search_l a:hover{color:#0028b7;}
.search-bg #infoname{width:300px;background:#eee;outline:none;color:#ccc;border: none;height:50px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;border: 1px solid #eee;border-top: none;border-bottom: none;border-radius: 23px;}
.search_nbg #infoname{width:278px;height: 50px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height:50px;}
.search-i input{outline:none;}





/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;min-width: 1400px;}
.banner-box{ min-width:1400px; height:760px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:760px; 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:290px; left: 0; margin-left: 0; height:420px; 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(//memberpic.114my.com.cn/dgjinsheng/uploadfile/image/20230413/20230413142144_1736174357.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: #0028b7;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;}







/*产品中心*/
.product_bg{}
/*分类*/
.product_sort ul{display:flex;justify-content:space-between;line-height:80px;padding:0 40px;background: #0028b7;box-shadow:0 0 30px rgba(0,0,0,.08);border-radius:100px;}
.product_sort a{display: flex;font-size: 15px;color: #fff;}
.product_sort li:hover a{font-weight: bold;color: #ff761a;}
/*图片*/
.product_img{margin-top: 40px;}
.product_img .divproduct_new_div{display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_img .divproduct_new_div_item{display: flex;flex-direction: column-reverse;width: 19.5%;border: 1px #eee solid;}
.product_img .divproduct_new_div_item+div{margin-left:0.52vw;}
.product_img .divproduct_new_div_item:nth-child(6){margin-left:0vw;}
.product_img .divproduct_new_div_item:nth-child(n+6):nth-child(-n+10){margin-top:0.52vw;}
.product_img .product_div_item_pic a{display: block;overflow: hidden;}
.product_img .product_div_item_image{width: 100%;transition: 0.3s;}
.product_img .divproduct_new_div_item:hover .product_div_item_image{transform: scale(1.2);}
.product_img .divproduct_new_div_item_content{padding: 2vw 1vw;text-align: center;}
.product_img .divproduct_new_div_item_a{font-size: 0.93vw;color: #333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.product_img .divproduct_new_div_item:hover .divproduct_new_div_item_a{color:#0028b7;}
.product_img .divproduct_new_div_item_body{ margin-top:1vw;font-size:0.83vw;line-height:1.3vw;color:#666;font-weight:lighter;}








/*看得见的品质值得信赖*/
.trait_bg{height:900px;background:url(//memberpic.114my.com.cn/dgjinsheng/uploadfile/image/20230412/20230412115312_1260963989.jpg)no-repeat center;}
.trait_title b,.trait_title t{color:#fff;}
.trait_title p{color:#eee;}
.trait img{border: 1px #eee solid;}
/*第一个和第四个*/
.trait{display: flex;justify-content: space-between;}
.trait_one,.trait_three{width:380px;height:520px;padding: 40px;background: #fff;text-align: center;}
.trait_single dd{margin-top: 40px;}
.trait_single p{font-size: 30px;color:#333;}
.trait_single span{display: block;margin-top:15px;font-size: 16px;line-height: 36px;color:#888;font-weight: lighter;}
.trait_single a{display: block;width:180px;line-height: 50px;margin: 40px auto 0;background: #0028b7;font-size: 18px;color:#fff;}
.trait_single:hover a{background: #ff761a;}
/*第二个和第三个*/
.trait_two{width:630px;}
.trait_two li{display: flex;justify-content: space-between;align-items: center;height:258px;padding: 40px;background: #fff;}
.trait_two li+li{margin-top:5px;}
.trait_two dd{margin-left: 40px;}
.trait_two li:nth-child(2) dd{margin:0 40px 0 0;}
.trait_two p{font-size: 30px;color: #333;}
.trait_two span{display: block;margin-top: 15px;font-size: 16px;line-height: 28px;color: #888;font-weight: lighter;}
/*进升拥有专业的拉链机械技术人员*/
.banner2{display: flex;flex-direction: column;justify-content: center;align-content: center;height:200px;background:#fff;box-shadow: 0 0 30px rgba(0,0,0,.08);top:100px;border-radius:100px;text-align: center;}
.banner2 b{font-size: 40px;color:#333;}
.banner2 span{color:#ff761a;}
.banner2 t{margin:10px 0 20px 0;font-size:28px;color:#666;font-weight:lighter;}
.banner2 p{width:300px;line-height:40px;margin:0 auto;background:#0028b7;border-radius:100px;font-size:18px;color:#fff;}
.banner2:hover p{background: #ff761a;}







/*满足您各类拉链需求*/
.apply_bg{margin-top:100px;}
.apply ul{display:flex;justify-content:space-between;}
.apply ul+ul{margin-top:20px;}
.apply ul *{display:block;}
.apply li{position: relative;overflow: hidden;}
.apply p{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background: rgb(0 0 0 / 0.6);transition:0.3s;position:absolute;top:-100%;left:0;}
.apply li:hover p{top:0;}
.apply p>a{display:block;width:100%;height:100%;line-height:340px;text-align:center;font-size: 16px;color: #fff;}





/*为什么选择进升设备*/
/*左边 advantage_left_one*/
.advantage_left{width: 940px;height:840px;margin-left:-260px;padding-left: 260px;background:url(//memberpic.114my.com.cn/dgjinsheng/uploadfile/image/20230412/20230412155456_1952311856.png)no-repeat center left;flex-shrink: 0;position: relative;z-index: 3;}
.advantage_left_one{padding: 170px 0 70px 0;text-align: left;}
.advantage_left_one b{color:#ff761a;}
.advantage_left_one p{color:#eee;}
/*左边 advantage_left_two*/
.advantage_left_two t{font-size: 30px;color:#fff;}
.advantage_left_two li{margin:25px 0 35px 0;}
.advantage_left_two p{font-size: 16px;line-height: 40px;font-weight: lighter;color:#fff;opacity: 0.8;}
.advantage_left_two a{display: block;width:180px;line-height: 50px;background:#0028b7;font-size: 18px;color:#fff;text-align: center;}
.advantage_left_two a:hover{background: #ff761a;}
/*右边*/
.advantage_right{width: 1140px;height: 840px;position: absolute;top: 0;right: -260px;}




/*切换*/
.advantage_switch{display: flex;position: absolute;bottom: 120px;z-index: 5;}
.advantage_switch b{font-size: 24px;color:#fff;}
.advantage_switch li{display: flex;align-items: center;justify-content: center;width:180px;height:80px;background: #333;cursor: pointer;}
.advantage_switch li+li{margin-left:1px;}
.advantage_switch li.on{background: #0028b7;}
.advantage_switch i{display: block;width:40px;height:40px;margin-right: 20px;background: url(//memberpic.114my.com.cn/dgjinsheng/uploadfile/image/20230412/20230412173058_1119484559.png)no-repeat;}
.advantage_switch li:nth-child(2) i{background-position-x: -40px}
.advantage_switch li:nth-child(3) i{background-position-x: -80px}
.advantage_switch li:nth-child(4) i{background-position-x: -120px}








/*关于我们*/
.about{display: flex;align-items: center;flex-wrap: wrap;}
.about_text{width:600px;height:450px;padding:40px;background: #f5f5f5;flex-shrink: 0;position: relative;}
.about_text_one{display: flex;margin-bottom: 40px;padding-bottom: 40px;border-bottom:1px #e5e5e5 solid;}
.about_text_one i{display:block;width:50px;height:50px;background: url(//memberpic.114my.com.cn/dgjinsheng/uploadfile/image/20230412/20230412175613_263308076.png)no-repeat;}
.about_text_one li{margin-left: 1vw;}
.about_text_one span{font-size: 14px;color:#999;font-weight: lighter;}
.about_text_one p{font-size:30px;line-height: 30px; color:#333;font-weight: bold;}
.about_text_two p{font-size: 16px;line-height: 30px;color:#888;font-weight:lighter;}
.about_text_three{display: flex;}
.about_text_three a{display: block;margin-top: 40px;}
.about_text_three a+a{margin-left:20px;}
.about_text_three p{font-size:20px;color:#333;}
.about_text_three a:hover p{color:#0028b7;}
.about_text_three span{font-size:14px;line-height: 30px;color:#999;font-weight: lighter;}
.about_text_three a:hover span{color:#4870fd;}
.about_img{margin-right: -150px;}
/*厂房*/
.about_workshop{width: 100%;margin-top: 40px;}
.about_workshop ul{display: flex;justify-content: space-between;}
.about_workshop ul *{display:block;}
.about_workshop li>a{overflow: hidden;}
.about_workshop li img{transition: 0.3s;}
.about_workshop li:hover img{transform: scale(1.2);}
.about_workshop p a{ line-height:50px;background:#f5f5f5;font-size:16px;color:#666;text-align:center;}
.about_workshop li:hover p a{color:#0028b7;}









/*新闻中心*/
.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:#0028b7;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;flex-direction: column-reverse;width:385px;background: #fff;float: left;}
.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;}
.news_content .news_div_item:nth-child(n+1):nth-child(-n+2):hover .news_div_item_a{color: #0028b7;}
.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;}
.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;}
.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;}
.news_content .news_div_item:nth-child(n+3):nth-child(-n+5):hover .news_div_item_a{color:#0028b7;}
.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: #0028b7;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;flex-wrap: wrap;align-items: center;height: 100px;}
.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;}
.linkTagcs li{line-height: 30px !important;}




/*底部*/
.bottom_bg{height:100xp;line-height: 100px;background: #0028b7;}
.bottom{display: flex;justify-content: space-between;}
.bottom_left{display: flex;}
.bottom_left p,.bottom_left a,.bottom_right a{font-size: 14px;color:#b0bff5;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(//memberpic.114my.com.cn/dgjinsheng/uploadfile/image/20230413/20230413143338_1884351295.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 60px; 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: #0028b7; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 60px; 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: #0028b7; border-color: #0028b7; 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: #0028b7; border-color: #0028b7;}
.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; }
.kf-mailbox>i{background-position: -5px -80px !important;}
.kf-mailbox:hover>i{background-position: -30px -80px !important;}

.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;} 
.kf-mobilephone>i{background-position: -5px -180px !important;;}
.kf-mobilephone:hover>i{background-position: -30px -180px !important;}

/*咨询热线*/
.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: #0028b7;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: #0028b7; 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; }