/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/

body {color: #666;margin: 0 auto;background: #fff;font-family: "Microsoft YaHei";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#e52000;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:#e52000;}
.title p{font-size: 18px;color:#999;line-height: 30px;}








/*最上*/
.top_bg{height:42px;border-bottom: 1px #eee solid;}
.top{display: flex;justify-content: space-between;}
.top_fl{display: flex;align-items: center;height: 40px;}
.top_fl p{font-size: 14px;color:#666;font-weight: lighter;}
.top_fr{display: flex;justify-content: center;width: 380px;height: 52px;align-items: center;background: url(https://memberpic.114my.com.cn/076987128697/uploadfile/image/20231129/20231129092427_37085485.png)no-repeat;text-align: center;color: #fff;}
.top_fr span{font-size: 16px;}
.top_fr p{font-size: 24px;font-weight: bold;}






/*抬头*/
.head_bg{position: relative;}
.head{display: flex;justify-content: space-between;align-items: center;height:130px;}
.logo{display: flex;align-items: center;height: 130px;position: relative;z-index:999;}
.logo img{height:65px;}
.logo li{display: flex;flex-direction: column;margin-left:0.7vw;}
.logo li b{font-size: 30px;line-height: 32px;color: #333;}
.logo li p{font-size: 18px;line-height: 30px;color: #666;}





/*栏目*/
.NavCeshi li{float:left;padding: 0 2vw;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi li:last-child{padding-right: 0px;}
.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:#e52000;}
.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: #e52000;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}

/*下拉*/
.NavCeshi .nav2{display: flex;justify-content: center;width:100%;padding: 1% 3.5%;background: #fff; border-top: 4px #e52000 solid;position: absolute;left:50%;top:130px;transform: translate(-50% );z-index: 2;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{top:130px;z-index:99;opacity: 1;}
.NavCeshi .nav2 ul{display: flex;flex-wrap: wrap;justify-content: center;}
.NavCeshi .nav2 li{padding: 0 10px 10px;}
.NavCeshi .nav2 a{display: block;width:9.2vw;line-height: 2.5vw;background: #e52000;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+a{margin-left: 1vw;}
.NavCeshi .nav2 a:hover{background: #333;color: #fff;}
.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: 16px;}
}
@media (max-width: 1599px) and (min-width: 1500px){
.NavCeshi li i{font-size: 16px;}
}
@media (max-width: 1499px) and (min-width: 1400px){
.NavCeshi li i{font-size: 16px;}
}










/*幻灯片*/
.banner{height:675px;}
/* 通过改变animation-timing-function 制作弹性切换效果 */
.banner .swiper-wrapper{transition:2s cubic-bezier(0.68,-0.4,0.27,1.34) 0.2s;}
.banner .swiper-slide a{display: flex;height: 100%;}
/*左右箭头*/
.banner .swiper-button-prev{left: -80px;border-radius:5px 0 0 5px;}
.banner:hover .swiper-button-prev{left: 80px;}
.banner .swiper-button-next{right:-80px;border-radius:0 5px 5px 0;}
.banner:hover .swiper-button-next{right:80px;}
.banner_swiper-button{width:60px !important;height:130px !important;background: rgb(51 51 51 / 0.3);outline: none;transition: 0.3s;}
.banner_swiper-button:after{color:#fff;font-size: 30px !important;}
/*分页*/
.banner-pagination{bottom: 50px !important;}
.banner-pagination span{width: 10px;height: 10px;background:#fff;opacity:.8;border-radius: 100px;outline: none;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}












/*搜索*/
.search_bg{height: 100px;background: #f5f5f5;}
.search_nbg{position: absolute;z-index: 999;top:670px;background: #f5f5f5;}
.search_nbg .search{margin:0 auto;}
.search-bg{overflow: hidden;top: 25px;}
.search{height: 100px;}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:16px;color: #333;display: inline-block;}
.search_l a{font-size: 15px;color: #999;font-weight: lighter;}
.search_l a:hover{color:#e52000;}
.search-bg #infoname{width:300px;background:#fff;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: 0px;top: 0px;}
.search-i input{outline: none;background: #e52000;border-radius: 0 100px 100px 0;}









/*产品中心*/
/*分类*/
.product_sort{display:flex;justify-content: space-between;}
.product_sort .prolist2021{width: 75%;}
.product_sort ul{display:flex;justify-content:space-between;}
.product_sort li{width:20%;background:#333;border-radius:5px;text-align:center;}
.product_sort li:hover{background:#e52000;}
.product_sort a{display: block;line-height:50px;font-size:16px;color:#fff;}
.product_sort>a{width:15%;text-align:center;background:#e52000;border-radius:100px;color:#fff;}
.product_sort>a:hover{background:#e52000;color:#fff;}
/*图片*/
.product_img{margin-top:40px;}
.product_img ul{display: flex;}
.product_img ul+ul{margin-top:10px;}
.product_img ul *{display:block;}
.product_img li{padding: 2%;background: #f5f5f5;position: relative;}
.product_img br{display:none;}
.product_img li+li{margin-left: 10px;}
.product_img img{width: 100%;height: auto;}
.product_img span{ width:100%;height:100%;background:rgb(0 0 0 / 0.7);position:absolute;top:0%;left:0%;transform:scale(0);transition:0.3s;}
.product_img li:hover span{transform:scale(1);}
.product_img span a{display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;width:100%;height:100%;text-align: center;}







/*上百个品种电热管*/
.trait_top{display: flex;align-content: center;justify-content: center;flex-direction: column;height:500px;background: url(https://memberpic.114my.com.cn/076987128697/uploadfile/image/20231129/20231129114002_1547283580.jpg)no-repeat center;border-radius: 20px 20px 0 0;position: relative;overflow: hidden;text-align: center;}
.trait_top:after{content:"";display:block;width:64%;height:52%;background:rgb(255 255 255 / 0.9);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.trait_top *{display: block;position: relative;z-index: 2;}
.trait_top b{font-size: 40px;color:#e52000;}
.trait_top p{margin:20px 0 40px 0;font-size: 18px;color:#333;font-weight: lighter;}
.trait_top a{width:180px;line-height: 50px;margin: auto;background: #333;font-size: 18px;color:#fff;text-align: center;border-radius: 100px;}
.trait_top a:hover{background: #e52000;}
/*下面*/
.trait_bottom{display: flex;justify-content: space-between;margin-top:5px;}
.trait_bottom>div{height:260px;}
.trait_bottom_one{width:1095px;background:#e52000;border-radius:0 0 0 20px;}
.trait_bottom_one ul{display: flex;justify-content: space-between;height: 100%;padding: 40px;}
.trait_bottom_one li{display:flex;flex-direction:column;justify-content:center; width:31%;height:100%;text-align:center;}
.trait_bottom_one *{display: block;}
.trait_bottom_one i{width:40px;height:40px;margin:0 auto;background: url(https://memberpic.114my.com.cn/076987128697/uploadfile/image/20231130/20231130102726_1981382824.png)no-repeat;animation: 1s linear infinite bounce-up;}
.trait_bottom_one li:nth-child(2) i{background-position-x:-40px;animation: 1.2s linear infinite bounce-up;}
.trait_bottom_one li:nth-child(3) i{background-position-x:-80px;animation: 1.4s linear infinite bounce-up;}
.trait_bottom_one b{margin:20px 0 8px 0;font-size:22px;color:#fff;}
.trait_bottom_one p{line-height: 30px;font-size:15px;color: rgb(255 255 255 / 0.7);font-weight: lighter;}
.trait_bottom_two{display:flex;flex-direction:column;align-items: center;justify-content:center;width:300px;background: #333;border-radius:0 0 20px 0;}
.trait_bottom_two t{display:block;margin-bottom:15px;font-size:18px;color: rgb(255 255 255 / 0.7);}
.trait_bottom_two p{font-size:26px;line-height:36px;color:#fff;font-weight:bold;}
@keyframes bounce-up { 25% { transform: translateY(10px) } 50%, 100% { transform: translateY(0) } 75% { transform: translateY(-10px) } }






/*选择建展的四大优势*/
.advantage_bg{height:940px;background: url(https://memberpic.114my.com.cn/076987128697/uploadfile/image/20231129/20231129175725_469650228.jpg)no-repeat center;}
.advantage_title b,.advantage_title t{color:#fff;}
.advantage_title p{color:#eee;}
/*切换*/
.advantage_switch{display:flex;justify-content:space-between;}
.advantage_switch li{display:flex;align-items:center;    justify-content: center;width:25%;height:130px;background:#fff;border-bottom: 1px #eee solid;cursor: pointer;}
.advantage_switch li+li{border-left: 1px #eee solid;}
.advantage_switch *{display: block;}
.advantage_switch i{width:50px;height:50px;background: url(https://memberpic.114my.com.cn/076987128697/uploadfile/image/20231129/20231129141154_1466754960.png)no-repeat;transition: 0.3s;}
.advantage_switch li:nth-child(2) i{background-position-x:-50px;}
.advantage_switch li:nth-child(3) i{background-position-x:-100px;}
.advantage_switch li:nth-child(4) i{background-position-x:-150px;}
.advantage_switch li.on i{background-position-y:bottom;}
.advantage_switch dt{margin-left:15px;}
.advantage_switch b{font-size: 30px;color:#333;}
.advantage_switch li.on b{color:#e52000;}
.advantage_switch p{font-size:14px;font-weight: lighter;color:#999;}
.advantage_switch li.on p{color:#e52000;}
/*内容*/
.advantage_content{width: 100% !important;height: 540px !important;background: #fff;}
.advantage_content ul{display: flex;justify-content: space-between;width: 100% !important;padding:60px;}
.advantage_img{}
.advantage_text{width:570px;position: relative;}
.advantage_text *{display: block;}
.advantage_text_one b{font-size: 30px;color:#333;font-weight: inherit;}
.advantage_text_one p{margin-top: 5px;font-size: 18px;color:#666;}
.advantage_text_two{margin:40px 0;}
.advantage_text_two p{font-size: 16px;line-height: 36px;color:#888;font-weight: lighter;}
.advantage_text_two p+p{margin-top: 15px;}
.advantage_text_three{ display:flex;align-items: center;width:100%;line-height:80px;padding-left: 40px;background:#f5f5f5;position:absolute;bottom:0;}
.advantage_text_three i{display:flex;align-items:center;justify-content:center;width: 40px;height:40px;background: #e52000;border-radius: 5px;}
.advantage_text_three i img{width:20px;}
.advantage_text_three p{margin:0 5px 0 15px;font-size: 18px;color:#666;}
.advantage_text_three span{font-size: 28px;color:#333;}






/*应用行业*/
.apply_bg{height:805px;border-bottom:5px #e52000 solid;}
.apply ul{display: flex;}
.apply li{position: absolute;}
c:nth-child(1){}
.apply li:nth-child(2){left: 0;top: 280px;}
.apply li:nth-child(3){left: 50%;transform: translate(-50%);}
.apply li:nth-child(4){right:0px;top:0px;}
.apply li:nth-child(5){right:0px;top:280px;}
.apply li>a{overflow: hidden;}
.apply li *{display:block;}
.apply li>a img{width:343px;height:254px;transition: 0.3s;}
.apply li:hover>a img{transform: scale(1.2);}
.apply li:nth-child(3)>a img{width: 663px;height:535px;}
.apply p{width: 100%;height: 50px;line-height: 50px;background: rgb(0 0 0/0.6);position: absolute;bottom: 0;left: 0;}
.apply p>a{font-size: 16px;color: #fff;text-align: center;}







/*公司简介*/
/*文字*/
.about_text{display: flex;justify-content:space-between;align-items: center;height:200px;    box-shadow: 0 0 30px rgba(0,0,0,.08);}
.about_text_one{display: flex;align-items: center;justify-content: center;width:200px;height:200px;background: #fff;box-shadow: 0 0 30px rgba(0,0,0,.08);}
.about_text_one img{width:120px;}
.about_text_two{width:855px;margin:0 40px;}
.about_text_two b{font-size: 24px;color:#333;}
.about_text_two p{margin-top: 15px;font-size: 15px;line-height: 30px;font-weight: lighter;color:#999;}
.about_text_two a{color: #e52000;font-weight: bold;}
.about_text_three{display: flex;align-items: center;justify-content: center;width:196px;height:157px;margin-right: 40px;background: url(https://memberpic.114my.com.cn/076987128697/uploadfile/image/20231130/20231130102806_895906011.png)no-repeat;}
.about_text_three img{width:130px;height:130px;}
.about_text_three p{width:10px;margin-left:15px;font-size:15px;color:#666;font-weight:lighter;}







/*新闻中心*/
.news_bg{background: #f5f5f5;}
.news{ position:relative;}
/*新闻列表*/
.newstab{width: 600px;height: 50px;margin: 0 auto;}
.newstab li{width: 180px;height: 50px;margin-right: 20px;float: left; background: #333;}
.newstab li.tubg4{background: #e52000;}
.newstab li a{position: relative;display: block;line-height: 50px;color: #fff;font-size: 20px;text-decoration: none;z-index: 2;text-align: center;}
.newstab li a:after{position:absolute; left:80px; bottom:-25px; display:block; content:''; width:14px; height:12px; border-radius:5px; z-index:-1;}
.newstab li a:hover:after,.tubg4 a:after{ width:100% !important; -webkit-transition:0.4s all ease-in-out; transition:0.4s all ease-in-out;background:url(https://memberpic.114my.com.cn/076987128697/uploadfile/image/20231130/20231130102902_1345129252.png) no-repeat;}
.news .tempWrap { margin-top:30px;}
.news_main{ height:641px; background: #fff;margin: 25px 0 80px !important;}
.news_main .news_div_item{ position:relative; width:400px; float:left; margin-left:50px;}
.news_main .news_div_item_date{ position:absolute; font-family:"Avant_Garde_Medium-Normal"; color:#aaa; font-size:30px;font-weight: bold;}
.newslist .news_div_item_date{ top:330px; left:0px;}
.news_main .news_div_item_year{ position:absolute; top:30px; left:19px; font-size:18px;font-family:"Avant_Garde_Medium-Normal";font-weight: bold;}
.news_main .news_div_item_month, .news_main .news_div_item_day{ float:left;}
.news_main .news_div_item_a{ font-size:18px; color:#222;}
.news_main .news_div_item_body{ margin-top:10px; line-height:26px; color:#999;font-weight: lighter;}
.newslist{ height:378px; margin-top:50px; }
.newslist .news_div_item_content{ position:absolute; top:334px; left:90px; width:318px;}
.newslist .news_div_item_pic{ width:400px; height:300px; overflow:hidden;}
.newslist .news_div_item_pic img { width: 100%;}
.newslist2 .news_div_item{ margin-top:68px;border-top: 1px solid #ddd;padding-top: 30px;}
.newslist2 .news_div_item:nth-child(1),.newslist2 .news_div_item:nth-child(2),.newslist2 .news_div_item:nth-child(3){ display:none;}
.newslist2 .news_div_item_content{ width:323px; margin-left:93px;}








/*版权*/
.copyright{background:#222;}
.end{ line-height:100px;}
.end,.end a{ font-size:14px; color:rgb(255,255,255,0.3);}
.end a:hover{ color:#e5f8eb;} 
.links{padding-left:60px; font-size:14px; color:#fff; line-height:70px;  height:110px; background:#333;}
.crcon{ padding:100px 0 60px 0;}
.kslj,.crcode{display: flex;}
.kslj li,.crcode li{ display:inline-block; vertical-align:top; margin-right:80px;}
.kslj p{ font-size:18px; color:#fff; margin-bottom:25px;}
.kslj p em{ font-size:12px; color:rgb(255,255,255,0.3); font-family:Arial, Helvetica, sans-serif;}
.kslj a{ display:block; font-size:15px; color:rgb(255,255,255,0.5); font-weight:lighter; line-height:34px;}
.kslj a:hover{ color:#e5f8eb;}
.kslj a i{ padding-left:15px;}
.crcode li{ text-align:center; font-size:15px; color:rgb(255,255,255,0.5);}
.crcode li img{ width:125px; height:125px; margin-bottom:15px; display:block;}
.crcode li{ margin-right:40px;}
.crconcat{ width:400px;}
.cr_tel{ font-size:16px; color:rgb(255,255,255,0.6); background:url(https://memberpic.114my.com.cn/076987128697/uploadfile/image/20231130/20231130103014_607991036.png) no-repeat right top;}
.cr_tel span{ display:block; font-size:24px; color:#fff; padding:10px 0 20px 0;font-weight: bold;}
.cr_addr{ padding-top:10px; border-top:1px solid rgb(255,255,255,0.5);}
.cr_addr p{ font-size:15px; color:rgb(255,255,255,0.5); line-height:30px; padding-left:25px;}
.cr_addr p:nth-child(1){ background:url(https://memberpic.114my.com.cn/076987128697/uploadfile/image/20231130/20231130103014_1809674153.png) no-repeat left center;}
.cr_addr p:nth-child(2){ background:url(https://memberpic.114my.com.cn/076987128697/uploadfile/image/20231130/20231130103014_628467345.png) no-repeat left center;}

.linkTagcs li{line-height: 1px !important;margin-top: 35px !important;}
.copyright_bg{width:100%; height:108px; line-height:108px; font-size:14px; color:#484848; font-weight:lighter;font-family: "Avant_Garde_Medium-Normal";}
.copyright_bg a,.copyright_bg{color:rgb(255,255,255,0.5); font-size:14px;}
.copyright_bg a:hover{color:#fff; font-size:14px;}



/* 浮动*/
.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(https://memberpic.114my.com.cn/076987128697/uploadfile/image/20231130/20231130154602_516373261.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: #e52000; 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: #e52000; border-color: #e52000; 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: #e52000; border-color: #e52000;}
.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:#e52000; }
.y-kefu-box01 .mobile-infos p { color: #e52000; 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: #e52000; 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; }