/*标签样式初始化*/
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:#1068d8;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:"Biko";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:#1068d8;}
.title p{font-size: 18px;color:#999;line-height: 30px;}





/*抬头*/
.head_bg{display: flex;justify-content: space-between;height:130px;}
.logo *{display: block;}
.logo a{height: 130px;display: flex;justify-content: center;align-items: center;}
.logo a img{margin-right:15px;}
.logo b{font-size:36px;color:#333;}
.logo p{font-size:18px;line-height: 30px;color:#666;}



.head_fr{display: flex;}
.head_fr p{display: flex;align-items: center;justify-content: center;height: 130px;position: relative;cursor:pointer;}
.head_fr p:nth-child(1){margin-right: 4vw;}
.head_fr p:before{content: "";display: block;width:25px;height:25px;}
.head_fr p:nth-child(1):before{background: url(../uploadfile/image/20220823/20220823091534_1810720818.png)no-repeat;}
.head_fr p:nth-child(2):before{background: url(../uploadfile/image/20220823/20220823091534_1848027671.png)no-repeat;}
.head_fr p:nth-child(1):after{content:"";display: block;width:130px;height:130px;background: url(../uploadfile/image/20220930/20220930172320_842619885.png)no-repeat;position: absolute;top: 130px;left: -40px;background-size: 100%;z-index: 99;transition:all 0.3s;transform: scale(0);}
.head_fr p:hover:nth-child(1):after{transform: scale(1);}
.head_fr p:nth-child(2):after{content:"137-5145-2480 / 朱先生";display: block;width:260px;height:50px;line-height: 50px;background: #1068d8;position: absolute;top: 130px;left: -225px;z-index: 5;font-size: 18px;color: #fff;text-align: center;transition:all 0.3s;transform: scale(0);}
.head_fr p:hover:nth-child(2):after{transform: scale(1);}





/*栏目*/
.nav{}
.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;font-size: 16px;color:#333;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#1068d8;}
.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: #1068d8;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}

/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #1068d8 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: #1068d8;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;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #1068d8;}
.nav2 table{width: 100%;}



/*其他屏幕样式*/
@media (max-width: 1850px) and (min-width: 1781px){

}
@media (max-width: 1780px) and (min-width: 1681px){
 .NavCeshi li{padding: 0 1.1vw;}
}
@media (max-width: 1680px) and (min-width: 1600px){
     .NavCeshi li{padding: 0 1vw;}
.NavCeshi li i{font-size: 15px;}
}
@media (max-width: 1599px) and (min-width: 1500px){
.NavCeshi li{padding: 0 0.9vw;}
.NavCeshi li i{font-size: 14px;}
}
@media (max-width: 1499px) and (min-width: 1400px){
    .NavCeshi li{padding: 0 0.8vw;}
.NavCeshi li i{font-size: 14px;}
}






/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #ccc;min-width: 1400px;}
.banner-box{ min-width:1400px; height:715px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:715px; 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:260px; left: 0; margin-left: 0; height: 400px; 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(../uploadfile/image/20220824/20220824090946_226464794.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: #1068d8;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{height: 100px;overflow: hidden;}
.search_nbg{position: absolute;z-index: 999;top: 630px;border: 1px solid #eee;}
.search_nbg .search{margin:0 auto;}
.search-bg{overflow: hidden;}
.search{height: 100px;}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:18px;color: #333;display: inline-block;}
.search_l a{font-size: 15px;color: #999;}
.search_l a:hover{color:#1068d8;}
.search-bg #infoname{width:300px;outline:none; color:#ccc;border: none;height:100px;line-height:100;font-size: 14px;padding-left: 20px;border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height: 46px;}






/*产品展示*/
.prod_bg{height: 1565px;background:#f5f5f5;}
.prod_t{height:190px;padding:25px 40px;background: #fff;box-shadow: 0 0 30px rgba(0,0,0,.08);}
.prod_t_fl{margin-top:30px;}
.prod_t_fl p{font-size: 14px;color:#999;}
.prod_t_fl p:after{content:"";display: block;width:180px;height:1px;margin:15px 0 8px 0;background: #e5e5e5;}
.prod_t_fl b{display: block;font-size: 28px;color: #333;font-weight: inherit;}
.prod_t_fr{width:1000px;}
.prod_t_fr ul{display: flex;align-items: center;height: 140px;flex-wrap: wrap;}
.prod_t_fr li{float:left;line-height: 50px;position: relative;width: 20%;background: #1068d8;border-radius: 100px;}
.prod_t_fr li+li{margin-left:50px;}
.prod_t_fr li:nth-child(5){margin-left: 0px;}
.prod_t_fr li:hover{background:#333;}
.prod_t_fr li a{display:block;font-size:16px;color:#fff;text-align: center;}
.prod_t_fr li.on a{color:#f96819;}
/*图片*/
.prod_b .divproduct_new_div{display:flex;flex-wrap: wrap;}
.prod_b .divproduct_new_div_item{display: flex;flex-direction: row-reverse;width: 48%;padding: 25px;background: #fff;}
.prod_b .divproduct_new_div_item:nth-child(odd){margin-left:2%;}
.prod_b .divproduct_new_div_item:first-child{width: 100%;margin: 40px 0 25px 0;padding: 50px;background: #fff;}
.prod_b .divproduct_new_div_item:nth-child(n+4):nth-child(-n+5){margin-top:25px;}
.prod_b .divproduct_new_div_item_content{display: flex;flex-direction: column;justify-content: center;margin: 0 25px;}
.prod_b .divproduct_new_div_item:first-child .divproduct_new_div_item_content{}
.prod_b .divproduct_new_div_item_a{font-size: 28px;color: #333;font-weight: bold;}
.prod_b .divproduct_new_div_item:hover .divproduct_new_div_item_a{color:#1068d8;}
.prod_b .divproduct_new_div_item:nth-child(n+2):nth-child(-n+5) .divproduct_new_div_item_a{font-size:22px;}
.prod_b .divproduct_new_div_item_body{margin-top: 30px;font-size: 16px;color: #666;line-height: 34px;}
.prod_b .divproduct_new_div_item:first-child .divproduct_new_div_item_body .ny_product_remark{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;}
.prod_b .divproduct_new_div_item:nth-child(n+2):nth-child(-n+5) .divproduct_new_div_item_body .ny_product_remark{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.prod_b .divproduct_new_div_item:first-child .product_div_item_image{width: 500px;height: 375px;}
.prod_b .product_div_item_image{width: 300px;transition: 0.3s;}
.prod_b .divproduct_new_div_item:hover .product_div_item_image{transform: scale(1.2);}
.prod_b .product_div_item_pic a{display: block;width: 100%;overflow: hidden;}






/*匠心工艺严格把控每一环节*/
.craft_bg{height:920px;background: url(../uploadfile/image/20220824/20220824091402_1542556743.jpg)no-repeat center bottom;}
.craft_title b{color:#fff;}
.craft_title p{color: #d9e8f7;}
.craft{position:relative;}
.craft:before{display:block;content:"";width:441px;height:631px;position:absolute;left: 50%;transform: translate(-50%);background:url(../uploadfile/image/20220921/20220921174112_1470879486.png)no-repeat;}
.craft li{width:380px;height:210px;padding:65px 40px 30px 40px; background: #1068d8;font-size: 28px;color:#fff;position:relative;transition: 0.3s;}
.craft li:hover{background: #fff;}
.craft_fl li:nth-child(1),.craft_fr li:nth-child(1){margin-top:120px;}
.craft_fl li:nth-child(2),.craft_fr li:nth-child(2){margin-top:70px;}
.craft li t{display:block;width:70px;height:105px;background: #00a8ff;border-radius:35px;position:absolute;top: -50px;left: 40px;}
.craft li:hover p{color:#333;}
.craft li:hover span{color:#999;}
.craft_fl li t:before,.craft_fr li t:before{display:block;content:"";width:41px;height:41px;margin: 20px auto 14px;background: url(../uploadfile/image/20220824/20220824091432_2025809383.png)no-repeat;}
.craft_fl li:nth-child(2) t:before{background-position: -82px 0;}
.craft_fr li:nth-child(1) t:before{background-position: -41px 0;}
.craft_fr li:nth-child(2) t:before{background-position: -123px 0;}
.craft li t:after{display:block;content:"";width:42px;height:3px;margin:auto;background:rgba(255, 255, 255, 0.1);}
.craft li span{display: block;margin-top: 10px;font-size: 16px;color:#8bbeff;line-height: 30px;}






/*应用行业*/
.apply_img ul{ display: flex;}
.apply_img ul+ul{margin-top:25px;}
.apply_img li{float:left;overflow: hidden;}
.apply_img li+li{margin-left: 25px;}
.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:#1068d8;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: #1068d8;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;}








/*选择永奇的四大优势*/
.advantage{ width:100%; background:#f6f6f6;}
.adv_list{ width:866px;}
.adv_list li{ float:left; width:25%; height:92px; color:#333; font-size:24px; text-align:center; line-height:92px; border-top:2px solid #eee; cursor:pointer; position:relative;}
.adv_list li:after{ content:""; display:block; width:0; height:2px; background:#1068d8; margin:0 auto; transition:0.3s all ease; position:absolute; left:0; right:0; top:-2px;}
.adv_list li:before{ content:""; display:inline-block; width:30px; height:30px; background:url(../uploadfile/image/20220824/20220824091458_1428718917.png) no-repeat; margin-right:14px; transition:0.2s all ease; position:relative; top:6px;}
.adv_list li:nth-child(1):before{ background-position-x:0px;}
.adv_list li:nth-child(2):before{ background-position-x:-30px;}
.adv_list li:nth-child(3):before{ background-position-x:-60px;}
.adv_list li:nth-child(4):before{ background-position-x:-90px;}
.adv_list li.on:before{ background-position-y:-30px;}
.adv_list li.on{ color:#1068d8;}
.adv_list li.on:after{ width:100%;}
.adv_l{ float:left; width:866px; height:480px; overflow:hidden;}
.adv_l img{ width:100%; height:100%;}
.adv_r{ float:right; width:534px;background:#fff; box-shadow:0 0 200px rgba(0,0,0,0.1); padding:53px 60px 60px 60px; position:relative; top:-92px;}
.adv_r p{ color:#333; font-size:28px; letter-spacing:-0.2px;}
.adv_r span{display:inline-block; color:#aaa; font-size:12px; text-transform:uppercase;line-height: 30px;}
.adv_r>i{ display:inline-block; color:#999; font-size:16px; line-height:36px;border-top:1px solid #eee;padding-top:20px;margin-top:25px;}

.adv_num{ margin-top:40px;}
.adv_num li{ float:left; width:33.33%; text-align:center;}
.adv_num li+li{ border-left:1px solid #ddd;}
.adv_num li i{ display:inline-block; color:#1068d8; font-size:50px; font-family:"fontDin1"; margin-top:-16px;}
.adv_num li p{ color:#666; font-size:16px; font-weight:lighter; margin-top:-1px;}

.adv_tel{display: flex;align-items: center;width:100%; height:50px; line-height:50px; background:#f6f6f6; margin-top:52px;}
.adv_tel:before{ content:""; display:inline-block; width:18px; height:18px; background:url(../uploadfile/image/20220824/20220824091542_263827260.png)center no-repeat; margin-left:20px; margin-right:10px;}
.adv_tel em{ color:#1068d8;font-size: 26px;font-weight: bold;}









/*公司简介*/
.about_bg{height:870px;}
.about_text{width:700px;padding: 80px 55px;background: #f8f8f8;}
.about_text *{display: block;}
.about_text b{font-size:32px;color:#333;}
.about_text t{font-size: 16px;color:#ccc;line-height: 24px;}
.about_text t:after{content:"";display: block;width:60px;height:2px;margin:33px 0 30px 0;background: #1068d8;}
.about_text p{font-size: 15px;color:#999;line-height: 36px;}
.about_text a{width:150px;height:50px;line-height:50px;margin-top: 50px;background: #333;float:left;font-size: 18px;color:#fff;text-align: center;}
.about_text a:last-child{background: #666;}
.about_text a:hover{background: #1068d8;}






/*新闻*/
.news{height:930px;background: #f8f8f8;}
.news_tab{margin:0 0 50px 0; text-align:center;}
.news_tab li{ display:inline-block; vertical-align:top; background: #fff; box-shadow: 0px 0px 20px #eee; width: 230px; height: 56px; line-height: 56px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;display:block;}
.news_tab li.on{color:#fff; background:#1068d8;box-shadow: 0px 0px 10px #ddd;width:230px; height:56px; line-height:56px;}
.news_tab li.on a{color:#fff;}
.news_list{height:541px;width: 100%;overflow: hidden;}
.news_list .news_div{height:540px;}
.news_list .news_div_item{width: 23.65%;display: inline-block;position: relative;height:540px;transition:0.5s; padding:20px; border: 1px #eee solid; background:#fff;}
.news_list .news_div_item+.news_div_item{margin-left:1.79%;}
.news_list .news_div_item_date{position: absolute;top:265px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(../uploadfile/image/20220824/20220824091619_923336438.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:310px;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';top:150px;left: 0;width: 175px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 30px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after{position:absolute;content:'';top: 160px;font-size: 43px;background:url(../uploadfile/image/20220824/20220824091619_3354065.png) no-repeat center;width: 18px;height: 14px;left: 130px;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 28px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic{ border:1px solid #eee;}
.news_list .news_div_item:hover .news_div_item_a{color: #1068d8;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #1068d8;transition:0.5s;padding-left:40px; color:#fff;}
.news_list .news_div_item:hover .news_div_item_a::after{left:170px;transition:0.5s;}




/*友情链接*/
.copyright{ background:#222; color:#fff; }
.links{ line-height:75px; background:#1068d8; color:#fff; font-size:18px;}
.linkTagcs li{ line-height:none !important;}
.links p.fl{ padding-left:40px; background:url(../uploadfile/image/20220824/20220824091658_1404838010.png) no-repeat left center;}
.links p.fr{ font-size:25px; font-family:impact; text-transform:uppercase;}




/*版权*/
.bq{ border-top: 1px solid #2d2d2d;}
.end{ line-height:100px;}
.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: #444;position: absolute;right: -83px;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:160px;}
.crcode{ font-size:14px;text-align:center;  float: left; margin-left: 7px;}
.crcode img{ display:block; width:150px; height:150px; margin-bottom:10px;}

.crconcat{ text-align:center; height:218px; box-sizing:border-box; padding:0px -17px; }
.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:#1068d8; 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(../uploadfile/image/20220824/20220824091733_756425456.png) no-repeat left center;}











/* 客服样式*/
.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(../uploadfile/image/20220824/20220824095437_1664075496.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: #1068d8; 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: #1068d8; border-color: #1068d8; 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: #1068d8; border-color: #1068d8;}
.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:#1068d8; }
.y-kefu-box01 .mobile-infos p { color: #1068d8; 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: #1068d8; 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; }