/*标签样式初始化*/
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:#0d5dd4;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:"ITCAvantGardeStd-Bk";text-transform: uppercase;}


/*英文字体包*/
@font-face {
  font-family:"ITCAvantGardeStd-Bk";
  src: 
  url("/cssnew/ITCAvantGardeStd-Bk.woff2.txt") format("woff2"),
  url("/cssnew/ITCAvantGardeStd-Bk.woff.txt") format("woff"),
  url("/cssnew/ITCAvantGardeStd-Bk.ttf.txt") format("ttf"),
  url("/cssnew/ITCAvantGardeStd-Bk.eot.txt") format("eot"),
  url("/cssnew/ITCAvantGardeStd-Bk.svg.txt") format("svg");
}


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:#0d5dd4;}
.title p{font-size: 18px;color:#999;line-height: 30px;}





/*头部*/
.head_bg{height:140px;background: linear-gradient(to bottom, transparent, transparent, #eee);}
.head{display:flex;align-items:center;justify-content:space-between;height:100%;}
/*LOGO*/
.head_logo{display: flex;align-items:center;height:100%;}
.head_logo a img{height:85px;}
.head_logo dt{margin-left:20px;padding-left:20px;position: relative;}
.head_logo dt:after{content:"";display: block;width:1px;height:50px;background:#e8e8e8;position:absolute;left:0;top:50%;transform:translate(0,-50%);}
.head_logo dt b{display:block;margin-bottom:5px;font-size:27px;color:#0d5dd4;}
.head_logo dt p{margin-top:5px;font-size:23px;color:#333;}
/*右边*/
.head_right{display:flex;align-items:center;}
/*电话*/
.head_tel{display:flex;align-items:center;height:100%;margin-right: 40px;padding-left: 40px;background: url(//memberpic.114my.com.cn/dongchao/uploadfile/image/20241122/20241122145459_524480125.png)no-repeat left center;}
.head_tel span{display:block;margin-right:10px;font-size:16px;color:#999;font-weight:lighter;}
.head_tel p{font-size:30px;color:#333;font-weight: bold;}
/*微信二维码*/
.head_qrcode img{width:90px;}







/*栏目*/
.nav_bg{line-height:70px;background: #0d5dd4;}
.NavCeshi{display: flex;justify-content: space-between;}
.NavCeshi>li{float:left;width: 100%;position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi>li:last-child{padding-right: 0px;}
.NavCeshi>li:before,.NavCeshi>li:after{content:"";display: block;width:1px;height:20px;background: rgb(255 255 255 / 0.15);position: absolute;top: calc((100% / 2) - 12.5px);}
.NavCeshi>li:before{left: 0px;}
.NavCeshi>li:last-child:after{right:0px;}
.NavCeshi>li>a{display:block;position: relative;text-align: center;}
.NavCeshi>li i{font-style:normal;font-size:16px;color:#fff;position: relative;z-index:4;font-weight: 100;}
.NavCeshi>li.nav_fixed i,.NavCeshi > li:hover > a i{color:#fff;}
.NavCeshi > li.nav_fixed > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:100%;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0;z-index: 3;background: #dbb000;}
.NavCeshi > li.nav_fixed > a:after, .NavCeshi > li:hover > a:after{ width: 101%}

/*下拉*/
.NavCeshi .nav2{display: none;width:100%;position:absolute;top:70px;left:calc((100% / 2) - 50%);z-index:13;}
.NavCeshi .nav2>a, .NavCeshi .prolist2021 .prolist2021_one{display:block;line-height:50px;background:#f5f5f5;text-align:center;font-size:16px;color:#333;font-weight: lighter;transition: 0.3s;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.NavCeshi .nav2>a:hover, .NavCeshi .prolist2021 .prolist2021_one:hover{padding-left:20px;color:#0d5dd4;background: #e5e5e5;}
/* 产品下拉 */
.nav_products{position: initial !important;}
.nav_products .nav2{}
.nav_products .nav2 ul{ display:flex;flex-wrap:wrap;}
.nav_products .nav2 li{width: 20%;}




/*幻灯片*/
.banner{height:720px;background: #ccc;}
/* 通过改变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;}
.swiper-button-next, .swiper-button-prev{top: 42% !important;}
.banner_swiper-button{width:60px !important;height:130px !important;background: rgb(255 255 255 / 25%);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;line-height: 100px;border-bottom: 1px #f5f5f5 solid;}
.search{display: flex;justify-content: space-between;align-items: center;height:100%;}
/*左边*/
.search_left{display: flex;}
.search_left p{font-size:16px;color:#333;}
.search_left li{display: flex;}
.search_left a{display:block;font-size:15px;color:#999;font-weight:lighter;}
.search_left a:hover{color:#0d5dd4;}
.search_left a+a{margin-left: 10px;}
/*搜索*/
.search_right_one{display:flex;align-items:center;height:100px;margin:0px;}
.search_right_two{ width:220px;height:40px;margin:0px;padding:0px 0px 0px 20px;outline:none;border-top:none;border-bottom:none;border-right:none;border-left:1px #eee solid;font-size:14px;color:#ccc;font-weight:lighter;}
.search_right_three{width:80px;height:40px;outline:none;border-right: 1px #eee solid;}







/*产品中心*/
.product_sort{display: flex;justify-content: space-between;height:80px;line-height:80px;margin:0px auto 40px;padding: 0 40px;background:#f5f5f5;position:relative;z-index:9;border-top:5px #0d5dd4 solid;}
.product_sort_left{width: 9%;}
.product_sort_left p{font-size: 22px;color: #333;}
.product_sort_right{width:92%;}
.product_sort_right ul{display: flex;justify-content: space-between;}
.product_sort_right li{}
.product_sort_right li>a{ display:block;line-height:75px;font-size:15px;color:#666;font-weight:lighter;}
.product_sort_right li>a.prolist2021_li{color:#333;font-weight:bold;}
.product_sort_right li.on>a{color:#0d5dd4;font-weight: bold;}
/*图片*/
.product_img{display: flex;justify-content: space-between;}
.product_img_left a{display:flex;flex-direction:column;width:460px;height:560px;padding: 40px;background:url(//memberpic.114my.com.cn/dongchao/uploadfile/image/20241122/20241122100932_269416417.jpg)no-repeat center;}
.product_img_left *{display: block;}
.product_img_left b{margin:20px 0 20px 0;font-size:28px;color:#fff;}
.product_img_left p{font-size:15px;line-height:28px;color:rgb(255 255 255 / 0.75);font-weight:lighter;}
.product_img_right{width:920px;}
.product_img_right ul{display:flex;}
.product_img_right ul+ul{margin-top:10px;}
.product_img_right ul *{display:block;}
.product_img_right li{width:300px;}
.product_img_right li+li{margin-left:10px;}
.product_img_right li br{display:none;}
.product_img_right li>a{display:block;overflow:hidden;border: 1px #eee solid;}
.product_img_right li>a img{transition: 0.3s;}
.product_img_right li:hover>a img{transform: scale(1.1);}
.product_img_right li span a{line-height:50px;background:#f5f5f5;font-size:16px;color:#666;text-align:center;font-weight:lighter;}
.product_img_right li:hover span a{color: #0d5dd4;}






/* 产品特点 */
.trait_bg{height:750px;background: url(//memberpic.114my.com.cn/dongchao/uploadfile/image/20241121/20241121112201_1395417425.jpg)no-repeat center;}
.trait{display:flex;flex-direction: column;height:100%;}
/* 第一个 */
.trait_one{margin-top:80px;}
.trait_one t{font-size:34px;color:#ddd;}
.trait_one p{margin:40px 0 10px 0;font-size:40px;color:#333;font-weight:bold;}
.trait_one b{color: #0d5dd4;}
.trait_one span{font-size:20px;color:#666;font-weight:lighter;}
/* 第二个 */
.trait_two{display: flex;width:930px;margin-top:40px;}
.trait_two li{ display:flex;flex-direction:column;justify-content:center;width:25%;height:275px;padding:0 25px;background:#0d5dd4;position: relative;transition: 0.3s;}
.trait_two li+li:before{content:"";display: block;width:1px;height:275px;background:rgb(255 255 255 / 25%);position:absolute;left:0;}
.trait_two i{display: block;width:25px;height:25px;background: url(//memberpic.114my.com.cn/dongchao/uploadfile/image/20241122/20241122133916_1342295045.png)no-repeat;}
.trait_two li:nth-child(2) i{background-position-x:-25px;}
.trait_two li:nth-child(3) i{background-position-x:-50px;}
.trait_two li:nth-child(4) i{background-position-x:-75px;}
.trait_two p{margin: 30px 0 30px 0px;font-size:24px;color:#fff;}
.trait_two span{font-size:15px;line-height:25px;color:rgb(255 255 255 / 75%);font-weight:lighter;}

/* 第三个 */
.trait .trait_three{display:flex;align-items:center;margin-top: 40px;}
.trait_three:hover span{color:#0d5dd4;}
.trait_three span{font-size: 16px;color: #333;font-weight: normal;}
.trait_three i{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-left:20px;border-radius:100%;border:1px #333 solid;}
.trait_three:hover i{border:1px #0d5dd4 solid;}
.trait_three i:before{content:"";display:block;width:9px;height:17px;background: url(//memberpic.114my.com.cn/dongchao/uploadfile/image/20241122/20241122134233_1253255891.png) no-repeat;transition:0.3s;}
.trait_three:hover i:before{background-position-y: bottom;}






/* 清洗对象 */
.apply_bg{height:770px;}
.apply ul{display: flex;}
.apply li{width:27%;height:500px;transition:0.3s;overflow:hidden;position:relative;}
.apply li.on{width: 100%;}
.apply li img{position:absolute;top:0;left:50%;transform:translate(-50%);}
.apply li+li{margin-left:10px;}
.apply li p{display:flex;align-items:center;justify-content:center;width:100%;height:100px;background-image: -webkit-linear-gradient( -90deg,#ffffff00 0%,rgb(51 51 51 / 100) 100%);position:absolute;bottom:0;left:0;z-index:2;}
.apply li p a{display:block;font-size:22px;color:#fff;}






/* 效果实例 */
.eff {width:100%;overflow: hidden;height: 920px;position:relative;background: #f5f5f5;}
.eff_nav ul{display:flex;}
.eff_nav li {float:left;width:15%;height: 56px;background: #0e5dd4;border-right: 1px solid #3074da;font-size:16px;line-height: 56px;color: #ffffff;text-align: center;position: relative;}
.eff_nav li:after {content: "";width: 0px;height: 0px;border-top: 12px solid #0e5dd4;border-right: 14px solid transparent;border-bottom: 10px solid transparent;border-left: 14px solid transparent; position: absolute;top: 56px;left: 40%;transition: 0.5s all ease-in-out;z-index: 1;display:none;}
.eff_nav li.on  {background: #dbb000;transition: 0.5s all ease-in-out;}
.eff_nav li.on:after {display:block;border-color:#dbb000 transparent transparent;transition: 0.5s all ease-in-out;}

.eff_con {overflow: hidden;}
.eff_big {height: 569px;background: #fff;position: relative;text-align: center;}
.eff_big:before {content: '';width:220px;height: 220px;background: #ffffff;border-radius: 50%;display: inline-block;position: absolute;top:170px;left:42%;}
.eff_big:after {content: '';background: url(//memberpic.114my.com.cn/dongchao/uploadfile/image/20201118/20201118174427_556983841.png)no-repeat;position: absolute;left:44%;top:180px;width:176px;height: 193px;}
.eff_left {padding: 0 44px;padding-top: 53px;}
.eff_left img+img {margin-left:60px;} 
.eff:after {content: '';background: url(//memberpic.114my.com.cn/dongchao/uploadfile/image/20201119/20201119173840_319806054.png)no-repeat center bottom;width: 100%;height: 83px;position: absolute;bottom: 25px;left:0;}






/* 东超实力品牌 */
.adv_bg{}
.adv{height: 600px;}
/*内容*/
.adv_content{}
.adv_ul{display: flex;justify-content:space-between;}
.adv_text{width:455px;padding-top: 30px;position: relative;}
.adv_text *{display: block;}
.adv_text t{font-size: 30px;font-weight:bold;color:#333;}
.adv_text span{margin:3px 0 35px 0;font-size: 14px;color:#bbb;text-transform: capitalize;}
.adv_text p{font-size:16px;line-height:30px;color:#666;font-weight:lighter;}
.adv_text a{margin-top:20px;width:180px;height:50px;line-height: 50px; border:1px #e0e0e0 solid;font-size: 18px;color:#666;text-align: center;}
.adv_img{ width:900px;overflow:hidden;}
.adv_text a:hover{background:#125ad4;border: 1px #e0e0e0 solid;color:#fff;}
/*切换*/
.adv_switch{display: flex;flex-wrap: wrap;width:455px;position: absolute;bottom: 0px;right: 0;z-index: 9;}
.adv_switch li{display: flex;flex-direction: column;align-items: center;justify-content: center;width:227px;height:100px;background: #f5f5f5;cursor: pointer;}
.adv_switch li.on{background: #125ad4;}
.adv_switch li:nth-child(odd){border-right: 1px #e5e5e5 solid;}
.adv_switch li:nth-child(n+1):nth-child(-n+2){border-bottom: 1px #e5e5e5 solid;}
.adv_switch p{font-size: 24px;color:#333;}
.adv_switch li.on p{color:#fff;}
.adv_switch span{font-size:12px;line-height:26px;color:#aaa;text-transform: inherit;}
.adv_switch li.on span{color: rgb(255 255 255 / 0.5);}






/*简介*/
.com_bg{height:700px;background:#f5f5f5;}
.com{position: relative;}
.com_fl{position: relative;z-index: 2;}
.com_fl *{display: block;}
.com_fl_title{position: relative;z-index: 9;}
.com_fl_title b{margin:60px 0 17px 0;font-size:60px;color:#e9e9e9;}
.com_fl_title p{font-size:40px;color:#0d5dd4;line-height: 54px;position: relative;font-weight: bold;}
.com_fl_title p:nth-child(2):after{content:"";display: block;width:90px;height:4px;background: #0d5dd4;position: absolute;top: 25px;left: 215px;}
.com_fl_title p.com_fl_p{color:#333;}
.com_fl_bj{width:1120px;height:400px;margin:41px 0 0 -260px;padding:55px 90px 0 260px;background:#ffffff;border-bottom:3px #0d5dd4 solid;}
.com_fl_text{margin-bottom: 40px;}
.com_fl_text span{font-size: 24px;color:#666;}
.com_fl_text p{margin-top: 40px;font-size: 16px;color:#999;line-height: 34px;font-weight: lighter;}
.com_fl_text t{font-size:165px;color:#dedede;position: absolute;right: 80px;top:320px;}
.com_fl_a p{float:left;font-size: 60px;color:#ccc;}
.com_fl_a a{width:180px;height:50px;line-height: 50px;background: #333;font-size:18px;color:#fff;text-align: center;float:right;}
.com_fl_a a:hover{background: #0d5dd4;}
.com_fr{position: absolute;top: 0;right:-260px;}








/* 新闻中心 */
/* 分类 */
.news_sort{display:flex;justify-content:center;}
.news_sort a{display:block;width:180px;line-height:50px;background:#333;border-radius:100px;font-size:16px;color:#fff;text-align:center;font-weight:lighter;}
.news_sort a.on{background: #0d5dd4;}
.news_sort a+a{margin-left: 40px;}
/*内容*/
.news_content{margin-top:40px;}
.news_content_div{display:flex;justify-content:space-between;}
.news_content_left{padding:40px;background:#f5f5f5;position: relative;}
.news_content_left .news_div_item{display:flex;flex-direction:column-reverse;}
.news_content_left .news_div_item_pic a{display:block;overflow:hidden;}
.news_content_left .news_div_item_image{width:420px;height:315px;border:1px #eee solid;transition: 0.3s;}
.news_content_left:hover .news_div_item_image{transform: scale(1.2);}
.news_content_left .news_div_item_content{margin-top: 30px;}
.news_content_left .news_div_item_a{display:block;font-size:18px;color:#333;}
.news_content_left:hover .news_div_item_a{color: #0d5dd4;}
.news_content_left .news_div_item_body{width: 320px;margin-top:20px;font-size:16px;line-height:24px;color:#999;font-weight:lighter;}
.news_content_left .news_div_item_date{display:flex;flex-wrap: wrap-reverse;align-items:center;justify-content:center;width:80px;height:80px;padding: 10px 0;background:#0d5dd4;font-family:'ITCAvantGardeStd-Bk';color: #fff;position:absolute;right:40px;bottom:40px;}
.news_content_left .news_div_item_year{font-size: 16px;}
.news_content_left .news_div_item_month{font-size: 16px;}
.news_content_left .news_div_item_day{width:100%;text-align:center;font-size: 30px;}

.news_content_right .news_div{display:flex;flex-wrap:wrap;width: 880px;}
.news_content_right .news_div_item{display:flex;align-items:center;width:435px;height:165px;padding: 0 25px;border:1px #eee solid;font-family:'ITCAvantGardeStd-Bk';}
.news_content_right .news_div_item:nth-child(n+3):nth-child(-n+6){margin-top:10px;}
.news_content_right .news_div_item:nth-child(even){margin-left:10px;}
.news_content_right .news_div_item_date{display:flex;flex-wrap:wrap-reverse;justify-content:center;width: 30%;color:#999;}
.news_content_right .news_div_item:hover .news_div_item_date{color:#333;}
.news_content_right .news_div_item_date .news_div_item_year{font-size:16px;}
.news_content_right .news_div_item_month{font-size:16px;}
.news_content_right .news_div_item_day{font-size:30px;}
.news_content_right .news_div_item_content{margin-left: 20px;}
.news_content_right .news_div_item_a{display:block;margin-bottom:10px;font-size:18px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.news_content_right .news_div_item:hover .news_div_item_a{color:#0d5dd4;}
.news_content_right .news_div_item_body{font-size:16px;line-height:24px;color:#999;font-weight: lighter;}





/* 友情链接 */
.copyright_one_bg{height:100px;background:#333;border-bottom: 1px #444 solid;}
.copyright_one{display:flex;align-items:center;height: 100%;}
.copyright_one p{font-size:16px;color:#fff;}
.linkTagcs a{display:block;line-height:100px;font-size:16px;color:rgb(255 255 255 / 0.75) !important;font-weight:lighter;}





/* 版权导航 */
.copyright_two_bg{padding:80px 0 100px;background: #333;}
.copyright_two{display:flex;justify-content:space-between;}
.copyright_two_left{display: flex;}
.copyright_two_left li+li{margin-left:120px;}
.copyright_two_left p{margin-bottom: 30px;font-size:16px;color:#fff;}
.copyright_two_left a{display:block;font-size:16px;color:#999;font-weight:lighter;line-height: 40px;}
.copyright_two_left a:hover{color:#fff;}
.copyright_two_right{text-align: center;}
.copyright_two_right p{font-size: 20px;color:#fff;}
.copyright_two_right span{display:block;margin:10px 0 30px 0;font-size: 30px;color:#fff;}
.copyright_two_right ul{display:flex;align-items:center;}
.copyright_two_right li{ display:flex;align-items:center;padding:15px 20px;background:#fff;}
.copyright_two_right li+li{margin-left: 20px;}
.copyright_two_right img{width:100px;height:100px;}
.copyright_two_right t{display:block;margin-left:20px;font-size:16px;line-height:30px;color:#666;font-weight:lighter;}





/* 底部版权 */
.copyright_three_bg{height:100px;background: #0d5dd4;}
.copyright_three{display:flex;justify-content:space-between;align-items:center;height:100%;}
.copyright_three_left{display: flex;}
.copyright_three_right{display: flex;}
.copyright_three p,.copyright_three a{ font-size:15px;color:rgb(255 255 255 / 0.75);font-weight:lighter;}







/*浮动*/
.y-kefu-box { position: fixed; right: 0; top:25%; 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/dongchao/uploadfile/image/20241123/20241123091718_1436788664.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: #0d5dd4; 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: #0d5dd4; border-color: #0d5dd4; 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; }
.line-b{ border-bottom: solid 1px #efefef;}
.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:#0d5dd4; border-color: #0d5dd4;}
.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: 220px; 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:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#0d5dd4; 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: 140px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 140px; padding:10px;}
.y-kefu-box01 .y-ewm-box>div p{line-height:34px;}
.y-kefu-box01 .y-ewm-box img { width:120px; height:120px; margin: 0 auto; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 140px;  }
.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:#0d5dd4; 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:#0d5dd4;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }