/*标签样式初始化*/
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 {color: #666; text-decoration: none;}
a:hover { color:#2270e9;text-decoration: none; border-bottom-style:}

.page{ margin:0 auto;width: 1400px; }
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:96%;}

.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;}


/*标题*/
.title{padding:70px 0 35px 0;text-align: center;}
.title b{font-size: 40px;color:#333;}
.title t{color:#2270e9;}
.title p{margin-top: 5px;font-size:18px;color:#999;}






/*抬头*/
.head_bg{height:120px;}
.logo{margin:21px 20px 0 0;}
.men{padding-top:22px;}
.men b{font-size:32px;color:#333;}
.men p{font-size: 18px;color:#999;}



/*栏目*/
.nav{margin-right: 3vw;}
.NavCeshi li{float:left;padding: 0 1.2vw;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:120px;font-style:normal;font-size:15px;color:#333;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#2270e9;}
.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: #2270e9;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}

/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #2270e9 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:120px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #2270e9;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: #2270e9;}
.nav2 table{width: 100%;}



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

}
@media (max-width: 1780px) and (min-width: 1681px){

}
@media (max-width: 1680px) and (min-width: 1600px){
.NavCeshi li i{font-size: 15px;}
}
@media (max-width: 1599px) and (min-width: 1500px){
.NavCeshi li i{font-size: 14px;}
}
@media (max-width: 1499px) and (min-width: 1400px){
.NavCeshi li i{font-size: 14px;}
}




/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;min-width: 1400px;}
.banner-box{ min-width:1400px; height:725px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:725px; 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: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/029088/uploadfile/image/20211220/20211220195752_1703289733.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: #2270e9;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;background: #eee;overflow: hidden;}
.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{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: #666;}
.search_l a:hover{color:#2270e9 ;}
.search-bg #infoname{width:300px;background:#e6e6e6 ;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;}





/*产品中心*/
.prod_bg{height:1060px;}
.prod_sort_fl{width:250px;height:140px;background: #2270e9;text-align: center;}
.prod_sort_fl b{display: block;margin-top: 40px;font-size: 30px;color:#fff;}
.prod_sort_fl p{font-size:12px;color:#eee;}
.prod_sort_fr{width:1150px;height:140px;padding: 20px 0;background: #f8f8f8;}
.prod_sort_fr li{float:left;width:160px;height: 50px;line-height: 50px;text-align: center;}
.prod_sort_fr li a{display:block;font-size: 15px;color: #999;transition: all 0.3s;}
.prod_sort_fr li:hover a{font-size: 17px;color: #2270e9;}
.prod_sort_fr li dl{display:none;}
/*产品*/
.prod_img{margin-top: 25px;}
.prod_img ul{display:block;height:298px;}
.prod_img ul+ul{margin-top:25px;}
.prod_img li{float:left;width:23.65%;background: #f5f5f5;position: relative;}
.prod_img li+li{margin-left:25px;}
.prod_img li:after{content:"";display:block;width: 100%;height: 0px;background: #2270e9;position: absolute;top: 0;left: 0;transition: all 0.3s;}
.prod_img li:hover:after{height:100%;}
.prod_img li *{display:block;position: relative;z-index: 2;}
.prod_img li>a{}
.prod_img li>a img{width:290px;height:218px;margin: 20px auto 0;}
.prod_img li br{display:none;}
.prod_img li span{height: 60px;line-height: 60px;position: relative;}
.prod_img li span:after{content:"+";display:block;width:20px;height:20px;line-height:20px;font-size:15px;color:#fff;text-align:center;background: #2270e9;position: absolute;bottom: 20px;right: 20px;}
.prod_img li span a{padding: 0 20px;font-size: 15px;color: #333;transition: all 0.3s;}
.prod_img li:hover span a{color:#fff;}





/*不锈钢厨房设备找耀兴厨具*/
.padv_bg{background: url(//memberpic.114my.com.cn/029088/uploadfile/image/20211220/20211220144722_1305094117.jpg)no-repeat  top center;position: relative;height: 807px;overflow:hidden;}
.padv_title b,.padv_title t{color:#fff;}
.padv_title p{color:#eee;}
.padv_t{position: absolute;width: 100%;}
.padv_t p{color: #fff;}
.padv_t dd{color: #ccc;}
.padv_cont{width:100%;height:100%;margin: 0 auto;}
.padv_cont li{width: 25%;float: left;text-align: center;padding-top:40px;height: 100%;position: relative;overflow: hidden;cursor: pointer;}
.padv_cont li i img{width: 272px;height: 272px;display: block;border-radius: 50%;overflow: hidden;margin: 0 auto;position: relative;z-index: 9;}
.padv_cont li:after{content: '';width:100%;height: 100%;display: block;background-image: linear-gradient(to bottom,transparent 20%,#72aaff);position: absolute;top:100%;transition: 0.3s ease all;}
.padv_cont li i img{margin-bottom:30px;}
.padv_cont li p{color: #fff;font-size: 24px;position: relative;z-index: 9;}
.padv_cont li span{width: 30px;height: 1px;background: #fff ;margin: 15px auto;display: block;position: relative;z-index: 9;transition: 0.3s ease all;}
.padv_cont li.on span{width:1px; height:30px;}
.padv_cont li dd{padding: 0 60px;font-size: 16px;color:#c1d5f5;line-height: 30px;position: relative;z-index: 9;}
.padv_cont li+li{border-left: 1px solid rgba(255,255,255,0.2);}
.padv_cont li.on:after{top: 0px;}








/*4大优势让你选择耀兴厨具*/
.sup_bc{padding-bottom: 80px;}
.sup_cc{box-shadow: 1px 1px 50px rgba(21,21,20,8%);}
.sup_cc>ul{display: flex;background: #fff;position: relative;}
.sup_cc>ul>li{display: flex;align-items: center;justify-content: center;height: 160px;width: 25%;flex-direction: column;border: 1px solid #eee;}
.sup_cc>ul>li+li{border-left:1px solid #eee;}
.sup_cc>ul>li>span{font-size: 45px;color: #2270e9;margin-right: 16px;}
.sup_cc>ul>li>b{font-size: 26px;color: #333;margin-top: 20px;}
.sup_cc>ul>li.on *{color: #fff;}
.sup_cc>ul>li.on{background: #2270e9;border-bottom: none;border-top:none;border-left: none;border-right: none;}
.sup_cc>ul>li>span img{display: none;}
.sup_cc>ul>li.on img{display: block;}
.sup_cc>ul>li.on img+img{display: none;}
.sup_cc>ul>li>span img+img {display: block;}
.sup_yc{overflow: hidden;}
.sup_ic{display: flex;transition: all .5s;}
.sup_item{display: flex;justify-content: space-between;flex-shrink: 0;width: 100%;}
.sup_lc{width: 50%;}
.sup_lc img{width: 100%;height:540px;}
.sup_rc{width: 50%;background: #fff;padding: 50px;position: relative;}
.sup_rt{display: flex;align-items: center;}
.sup_rt>span{font-family: beb;font-size: 80px;color: #2270e9;font-weight: bold;margin-right: 25px;}
.sup_rt>b{width:calc(100% - 76px);height: 47px;background: #f8a000;line-height: 47px;font-size: 30px;color: #fff;border-top-left-radius: 20px;padding-left: 17px;}
.sup_rc>p{font-size: 14px;color: #ababab;position: relative;margin:18px 0 38px;}
.sup_rc>p:after{position: absolute;content: "";width: 100%;height: 1px;background: #dddddd;top: 26px;left: 0;}
.sup_info>p{font-size: 16px;line-height: 30px;color: #666;position: relative;padding-left: 21px;}
.sup_info>p+p{margin-top:30px;}
.sup_rbo{display: flex;margin-top: 65px;align-items: center;position: relative;}
.sup_rbo>a{display: flex;justify-content: center;width: 156px;height: 46px;align-items: center;background: #0e131f;transition: all .5s;}
.sup_rbo>a:hover{box-shadow: 0 10px 10px rgba(248,160,0,20%);transform: translateY(-3px);background: #f8a000;}
.sup_rbo>a>span:first-child{font-size: 16px;color: #fff;margin-right: 9px;}
.sup_rbo>a>span:last-child{font-size: 18px;color: #fff;}
.sup_rbo>div{font-size: 30px;color: #008ae2;font-weight: bold;}
.sup_rbo>div>span{font-size: 35px;color: #f8a000;display: inline-block;margin-right: 12px;}
.sup_rt>div>b{display: block;font-size: 32px;}
.sup_rt>div>p{font-size:14px;color: #999;margin-top:5px;}
.sup_rc:after{position: absolute;content: "";background: url(//memberpic.114my.com.cn/029088/uploadfile/image/20211220/20211220195823_1049574371.jpg) no-repeat center;height: 10px;width: 100%;top: 175px;left: 0;}
.sup_info{margin-top: 80px;}
.sup_info>p:before{position: absolute;content: "";width: 9px;height: 9px;border-radius: 100%;border: 1px solid #bdbdbd;top: 9px;left: 0;}
.sup_rbo>span.rda{font-size: 18px;color: #000;}
.sup_rbo>span:nth-child(2){font-size: 16px;color: #10110f;margin: 0 6px 0 13px;}
.sup_rbo:after{position: absolute;content: "";width: 100%;height: 1px;background: #f4f4f4;top: -31px;left: 0;}
@media screen and (max-width: 1520px){.sup_rc{padding: 40px;}
.sup_rc:after{top: 155px;}
.sup_info{margin-top: 85px;}}
@media screen and (max-width: 1425px){.sup_rc{padding: 30px;}
.sup_rc:after{top: 148px;}}
@media screen and (max-width: 1370px){.sup_rc{padding: 25px;}
.sup_info>p{font-size: 15px;}}











/*工程案例*/
.apply_bg{height:1065px;background: #f8f8f8;}
.apply_img ul{display:block;height:388px;}
.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: 14px;color:#333;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: #eee;text-align: center;font-size: 15px;color: #333;position:relative;}
.apply_img li p:before{content:"";display:block;width: 0%;height: 50px;background: #2270e9;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;}






/*公司简介*/
.w-jj{width:100%;height:1370px;position: relative;}
.w-jj .page{position: relative;}
.w-jj_title{position: relative;z-index: 3;}
.w-jj_title b,.w-jj_title t{color:#fff;}
.w-jj_title p{color:#e5e5e5;}
.jj-pic1{width: 1920px;height: 747px;position: absolute;top: 0;left: 50%;transform: translateX(-50%);display: flex;background: url(//memberpic.114my.com.cn/029088/uploadfile/image/20211220/20211220163758_224613668.jpg);}
.jj-pic1 img{width: 1400px;height: 560px;margin:auto; margin-top:188px;}
.fmbzd{position: absolute;top: 460px;width: 100%;height: 213px;background-color: #fff;display: flex;box-shadow: 2px 2px 20px #ccc;}
.jj-details{width:800px;margin-left: 49px;display: flex;flex-direction: column;justify-content: center;}
.jj-details>a:nth-child(1){font-size: 25px;color: #444;font-weight: bold;display: block; transition:0.3s all;}
.jj-details a:hover{color: #2270e9; transition:0.3s all;}
.jj-details span{color: #666;font-size: 15px;line-height: 38px;display: block;margin-top: 20px;}
.jj-details i a{color: #2270e9;}
.jj-code{width: 300px;margin: 0 0 0 auto;display: flex;align-items: center;justify-content: center;}
.code{width: 196px;height: 157px;display: flex;align-items: center;justify-content:space-around; background: url(//memberpic.114my.com.cn/029088/uploadfile/image/20211220/20211220195853_771852839.png);}
.code img{width: 126px;height: 126px;}
.code div{width: 20px;font-size: 15px;line-height: 20px;color: #666;}
.dotli{width: 808px;position: absolute;top:730px;left: 50%;transform: translateX(-50%);}
.dotli div{width: 100%;border-bottom: 2px dotted #d3d3d3;margin-bottom: 2px;}
/*车间*/
.wz-cj{width: 100%;height: 235px;position: absolute;top: 790px;}
.wz-cj tr td tr td img {padding: 8px 8px 8px 8px !important;border: 1px solid #ddd;transition: 0.3s all; transition:0.3s all;}
.wz-cj tr td tr td:hover img{border: 1px solid #2270e9; transition:0.3s all;} 
.wz-cj tr td tr td {padding:0 25px 0 0 !important; position:relative;}
.wz-cj tr td tr td a:nth-child(2) {height: 50px;text-align: center;display: block;background: #333333db;color: #fff;line-height:50px;font-size: 15px;}
.wz-cj tr td tr td a:nth-child(2) br{display:none;}
.wz-cj tr td tr td:hover a:nth-child(2){background: #2270e9; transition:0.3s all;}









/*新闻中心*/
.news{padding:0px 0 80px 0;background: #f3f3f3;}
.newstitl{text-align: center;font-size: 18px;color: #aaaaaa;font-weight: lighter;}
.newstitl b{display: block;font-size: 36px;color: #222222;margin-bottom: 10px;}
.newstitl b i{color: #2270e9;}
.newstab{text-align: center;padding-bottom: 30px;border-bottom: 1px solid #e1e1e1;margin:0 0 30px 0;}
.newstab a{ display: inline-block;width: 180px;line-height: 50px;border-radius:100px;background: #fff;font-size: 16px;color: #666666;transition: all .3s ease;}
.newstab a+a{margin-left: 10px;}
.newstab a.on{background: #2270e9;color: #fff;}
.newsleft{width: 508px;height: 490px;box-sizing: border-box;background: #fff;padding: 40px;}
.newsright{width: 862px;height: 490px;}
.newsleft .news_div_item_pic{position: absolute;left: 0;top: 0;width: 426px;height: 306px; overflow: hidden;overflow: hidden; border: 1px solid #eee;}
.news .news_div_item_pic img{width: 100%;height: 100%;transition: all .6s ease;}
.news .news_div_item:hover .news_div_item_pic img{transform: scale(1.1);}
.news .news_div_item:hover .news_div_item_a{color:#2270e9;}
.news .news_div_item{position: relative;}
.newsleft .news_div_item{padding-top: 330px;}
.newsleft .news_div_item_date{position: absolute;right:0;padding-top: 52px; bottom:0;text-align: center; background: #2270e9; width: 82px;height: 80px;box-sizing: border-box;}
.newsleft .news_div_item_date>div{display: inline-block;font-size: 14px;color: #ffffff;font-weight: lighter;}
.newsleft .news_div_item_date .news_div_item_day{position:absolute;top: 5px;left: 0;right: 0;margin: 0 auto;font-size: 36px;font-weight: bold;}
.newsleft .news_div_item_content{width: 290px;}
.news .news_div_item_a{display: block;font-size: 18px;color: #222222;font-weight: lighter; white-space: nowrap;text-overflow: ellipsis;position: relative; overflow: hidden;} 
.news .news_div_item_body{font-size: 14px;color: #aaaaaa;font-weight: lighter;margin-top: 10px;line-height: 26px;height: 52px;overflow: hidden;}
.newsright .news_div_item{position: relative; display: inline-block;vertical-align: top;background: #fff; box-sizing: border-box;width: 430px;height: 162px;margin: 0 1px 1px 0;padding: 40px 0 0 120px;}
.newsright .news_div_item:nth-child(2n){margin-left: 0;}
.newsright .news_div_item_content{width: 260px;}
.newsright .news_div_item_date{position: absolute;left:30px;padding-top: 52px; top:40px;text-align: center;}
.newsright .news_div_item_date>div{display: inline-block;font-size: 14px;color: #555555;font-weight: lighter;}
.newsright .news_div_item_date .news_div_item_day{position:absolute;top: 5px;left: 0;right: 0;margin: 0 auto;font-size: 36px;font-weight: bold;}









/*版权*/
.cop_bc {position: relative; overflow: hidden;}
.cop_c {display: flex;}
.cop_lc>i {font-size: 20px; color: #fff; margin-bottom: 40px;display: block;font-style: normal;}
.cop_lc {background: #2270e9; padding-right: 5%; width: 26%; padding-top: 80px;}
.cop_lc>ul>li {color: #eee; font-size: 14px; display: flex; line-height: 32px; align-items: center;}
.cop_lc>ul>li span {font-size: 16px; color: #84b2dd; margin-right: 10px;}
.cop_rc {width:100%; background: #333; padding-top: 80px;padding-left: 3.8%;position: relative;}
.co_ewm {display: flex; margin-top: 14px;}
.co_ewm>p+p {margin-left: 20px;}
.co_ewm p {width: 10vw;height: 8vw;}
.co_ewm p img{width: 100%;}
.cop_lc:after {position: absolute; content: ""; width: 500px; height: 100%; background: #2270e9; top: 0; left:0px;}
.cop_lc * {z-index: 2; position: relative;}
.cop_tc {display: flex; align-items: center; justify-content: space-between; padding-left: 3.8%;}
.cop_tab {display: flex; justify-content: space-between; width:100%;}
.cop_tab>li>i {color: #fff; font-size:18px; margin-bottom: 42px;display: block;font-style: normal;}
.cop_tab>li>a {display: block; font-size: 14px; color: #888;transition:all .3s;}
.cop_tab>li>a:hover{color: #fff;}
.cop_tab>li>a+a {margin-top: 14px;}
.cop_rc:after {position: absolute; content: ""; width: 500px; height: 100%; top: 0; right: -500px; background: #333;}
.foot_c {display: flex; justify-content: space-between; height: 76px; align-items: center; border-top: 1px solid #444; border-bottom: 1px solid #444; margin-top: 80px; padding-left: 3.8%;}
.foot_c a, .foot_c div {color: #888; font-size: 14px;}
.lin_c {display: flex; align-items: center; height: 70px; color: #fff; font-size: 14px; padding-left: 3.8%;}
.linkTagcs {width: auto!important;}





/* 客服样式*/
.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/029088/uploadfile/image/20211220/20211220205110_2048988825.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: #2270e9; 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: #2270e9; border-color: #2270e9; 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: #2270e9; border-color: #2270e9;}
.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:#2270e9; }
.y-kefu-box01 .mobile-infos p { color: #2270e9; 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: #2270e9; 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; }