/*标签样式初始化*/
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";font-family: "HarmonyOS_Regular";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover {color:#125ad4;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-face {
  font-family:"HarmonyOS_Light";
  src: url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans_SC_Light.ttf)
}

@font-face {
  font-family:"HarmonyOS_Regular";
  src: url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans_SC_Regular.ttf)
}

@font-face {
  font-family:"HarmonyOS_Medium";
  src: url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans_SC_Medium.ttf)
}






/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;line-height: 1.2;}
.title t{color:#125ad4;}
.title p{font-size: 18px;color:#999;}







/*最上*/
.top_bg{height:40px;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:330px;height: 52px;align-items: center;background: url(https://memberpic.114my.com.cn/07693755018/uploadfile/image/20250523/20250523141739_1703563552.png)no-repeat;text-align: center;color: #fff;}
.top_fr span{font-size:16px;}
.top_fr p{font-size:24px;}






/*抬头*/
.head_bg{position: relative;}
.head{display: flex;justify-content: space-between;align-items: center;height:110px;}
.logo{display: flex;align-items: center;position: relative;z-index:999;}
.logo img{width:3.6vw;}
.logo li{display: flex;flex-direction: column;margin-left:0.7vw;}
.logo li b{font-size:1.8vw;color:#333;line-height:1.2;font-family:"HarmonyOS_Medium";}
.logo li p{font-size:0.9vw;color: #666;font-weight: lighter;}




/*栏目*/
.nav{width:65%;}
.NavCeshi{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;}
.NavCeshi li{top: 0px;transition: 0.2s all ease-in-out;position: relative;}
.NavCeshi li:last-child{padding-right: 0px;}
.NavCeshi>li>a{display: block;height:110px;position: relative;text-align: center;}
.NavCeshi li i{display:flex;align-items:center;height:100%;font-size:18px;color:#333;font-weight: bold;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#125ad4;}
.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: #125ad4;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}

/*下拉*/
.NavCeshi .nav2{display:none;width:180px;position:absolute;top:110px;left:50%;transform:translate(-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 .nav2 ul{ display:flex;flex-direction: column;}






/*幻灯片*/
.banner{height:795px;background: #222;position: relative;}
/* 通过改变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(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;left: 50%;}
.banner-pagination span{width: 10px;height: 10px;background:#fff;opacity:.8;border-radius: 100px;outline: none;}
.banner-pagination span+span{margin-left:10px;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}






/* 搜索 */
.search_bg{height: 100px;border-bottom: 1px #eee solid;}
.search_nbg{position: absolute;z-index: 999;top:620px;border-bottom: 1px #eee solid;}
.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:#125ad4;}
.search-bg #infoname{width:300px;background:#f5f5f5;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: #125ad4;border-radius: 0 100px 100px 0;}










/* 产品中心 */
.product_bg{padding-bottom: 80px;}
/* 产品分类 */
.product_sort{border: 1px #eee solid;}
.product_sort ul{display: flex;}
.product_sort ul+ul{border-top:1px #eee solid;}
.product_sort li{display:flex;align-items:center;justify-content: space-between;width: 34%;padding:30px 40px;background: #fff;}
.product_sort li+li{border-left: 1px #eee solid;}
.product_sort ul:first-child li{width:50%;}
.product_sort li *{display:block;}
.product_sort em{width:20px;height:1px;background:#0c60df;transition: 0.3s;}
.product_sort li.on em{width:120px;}
.product_sort p{margin:20px 0 0px 0;font-size:18px;color:#333;font-weight:bold;}
.product_sort li.on p{color: #0c60df;}
.product_sort span{font-size:14px;color:#999;font-weight:lighter;text-transform: capitalize;}
.product_sort li.on span{color: #0c60df;}
.product_sort ul:first-child  span{width:100%;}
.product_sort a{width:150px;line-height:30px;margin-top:20px;border:1px #eee solid;border-radius:100px;text-align:center;font-size:15px;color:#666;font-weight:lighter;transition: 0.3s;}
.product_sort li.on a{background:#0c60df;border: 1px #0c60df solid;color:#fff;}
.product_sort img{}
/* 产品图片 */
.product_img{margin-top:20px;}
.product_img_ul ul{display: flex;}
.product_img_ul ul+ul{margin-top:10px;}
.product_img_ul li{position: relative;}
.product_img_ul li+li{margin-left: 10px;}
.product_img_ul li br{display: none;}
.product_img_ul li>a{display: block;}
.product_img_ul span{position:absolute;bottom:0;left:0%;width:100%;line-height:40px;    background-image: -webkit-linear-gradient( 90deg,rgb(51 51 51 / 0.75) 0%,#33333308 100%);text-align:center;transition: 0.3s;}
.product_img_ul li:hover span{line-height:258px;background:rgb(0 0 0 / 0.75);}
.product_img_ul span a{display:block;font-size:16px;color:#fff;font-weight:lighter;}






/* 产品特点 */
.trait_bg{height:900px;background:url(https://memberpic.114my.com.cn/07693755018/uploadfile/image/20250523/20250523204338_952143845.jpg)no-repeat center;}
.title_trait b{color:#fff;}
.title_trait p{color: rgb(255 255 255 / 75%);}
/* 上面 */
.trait_top{display: flex;justify-content: space-between;}
.trait_top li{width:25%;padding:40px 20px;text-align:center;}
.trait_top i{display:flex;justify-content:center;align-items:center;width:100px;height:100px;margin:auto;background:#fff;border-radius:100%;border:20px #2d72eb solid;box-shadow:0 0 0 0 rgb(255 255 255);animation:ripple 3s infinite;}
.trait_top i:before{content: "";display: block;width:30px;height:30px;background: url(https://memberpic.114my.com.cn/07693755018/uploadfile/image/20250524/20250524092654_714876764.png)no-repeat;transition: 3.0s;position: relative;}
.trait_top li:nth-child(2) i:before{background-position-x:-30px;}
.trait_top li:nth-child(3) i:before{background-position-x:-60px;}
.trait_top li:nth-child(4) i:before{background-position-x:-90px;}
.trait_top i:after{content: "";display: block;}
.trait_top p{margin:20px 0 10px 0;font-size:22px;color:#fff;}
.trait_top span{font-size:16px;line-height:1.5;color:rgb(255 255 255 / 75%);}

/* 下面 */
.trait_bottom{display: flex;justify-content:space-between;margin-top:10px;}
.trait_bottom ul{ display:flex;flex-direction:column;align-items:center;width:690px;height:350px;padding:40px;background:#f5f5f5;text-align:center;}
.trait_bottom p{margin-bottom:20px;font-size:30px;color:#333;line-height: 1;font-weight:bold;}
.trait_bottom span{font-size:16px;color:#666;line-height:1.5;}
.trait_bottom dd{display:flex;justify-content:space-between;width:100%;margin-top:30px;}
.trait_bottom dd img{transition: 0.3s;}
.trait_bottom dd i:hover img{transform: scale(1.2);box-shadow: 0 0 10px 2px rgba(0,0,0,0.12);}


@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(237, 107, 27, .0);

                box-shadow: 0 0 0 40px rgba(237, 107, 27, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 107, 27, .0);
                box-shadow: 0 0 0 0 rgba(237, 107, 27, .0);
    }
}







/* 应用行业 */
.apply{height:580px;margin-bottom: 80px;}
/* 文字 */
.apply_text{width:550px;position:absolute;top:0;right:0;z-index:2;}
.apply_text_one p{margin-bottom:10px;font-size:22px;color:#333;}
.apply_text_one span{font-size:16px;color:#999;line-height:1.5;}
.apply_text_two{margin-top:50px;}
.apply_text_two ul{display: flex;justify-content: space-between;}
.apply_text_two ul+ul{margin-top:20px;}
.apply_text_two a{display:flex;flex-direction:column;width:130px;}
.apply_text_two p{font-size:18px;color:#333;}
.apply_text_two a.on p{color:#125ad4;font-weight:bold;}
.apply_text_two span{font-size:12px;color:#aaa;}
.apply_text_two a.on span{color:#125ad4;}
/* 内容 */
.apply_content, .apply_content ul{height: 580px !important;}
.apply_content a{display:block;width:800px;height:500px;background:#333;}
.apply_content li{position:absolute;bottom:0;right:0;width:900px;height:280px;padding: 50px;background:#125ad4;}
.apply_content p{margin-bottom:20px;font-size:24px;color:#fff;font-weight:bold;}
.apply_content span{font-size:16px;color:rgb(255 255 255 / 75%);line-height:2;}
.apply_content t{font-size:60px;color:rgb(255 255 255 / 25%);position:absolute;top:15px;right:40px;}







/* 丰泉实力展示 */
.data_bg{height:700px;background: url(https://memberpic.114my.com.cn/07693755018/uploadfile/image/20250524/20250524144629_95269438.jpg)no-repeat center;}
.data_title b{color:#fff;}
.data_title p{color: rgb(255 255 255 / 0.75);}
.data{display:flex;flex-direction:column;justify-content:center;margin-top:20px;}
.data ul{display:flex;justify-content:space-between;}
.data ul+ul{border-top: 1px rgb(255 255 255 / 0.15) solid;}
.data li{display:flex;flex-direction:column;justify-content:center;align-items:center;width:33.3%;height: 200px;}
.data li+li{border-left: 1px rgb(255 255 255 / 0.15) solid;}
.data dt{display: flex;align-items: baseline;position: relative;}
.data dt p{font-size:80px;color:#fff;}
.data dt span{display:flex;align-items:center;justify-content:center;width:25px;height:25px;background:#125ad4;border-radius:100%;font-size:12px;color:#fff;font-weight:lighter;position:absolute;bottom:25px;right:-5px;}
.data t{font-size:18px;color:rgb(255 255 255 / 0.75);font-family: "HarmonyOS_Light";}







/* 四大优势 */
.adv_li{width:276px;height:630px;background: #fff;overflow: hidden;border: 1px #eee solid;float:left;position: relative;cursor:pointer;transition:all 0.3s;}
.adv_li.on{width:570px;}
.adv_li *{display: block;}
.adv_img{width:200px;height:260px;margin: 60px auto 43px;overflow: hidden;position: relative;}
.adv_li.on .adv_img{width: 100%;height: 350px;margin: 0 0 34px 0;}
.adv_img img{position: absolute;top: 54%;left: 50%;transform: translate(-50%,-50%);}
.adv_li.on .adv_img img{top: 50%;}
.adv_none{text-align: center;}
.adv_li.on .adv_none{display:none;}
.adv_none b{font-size: 26px;color:#125ad4;}
.adv_none b:after{content: "";display: block;width:30px;height:16px;margin:70px auto 60px;background: url(https://memberpic.114my.com.cn/07693755018/uploadfile/image/20250524/20250524172224_510692222.png)no-repeat center;}
.adv_none t{font-size: 26px;color:#333;}

.adv_block{display: none;}
.adv_li.on .adv_block{display: block;padding: 0 40px;}
.adv_li.on .adv_block b{margin:40px 0 15px 0px;font-size: 28px;color: #333;}
.adv_li.on .adv_block p{font-size:16px;line-height:30px;color: #666;font-weight: lighter;}
.adv_li.on .adv_block p+p{margin-top: 15px;}
.adv_li.on .adv_block a{width:150px;height:50px;line-height: 50px;margin-top: 35px;background: #333;text-align: center;font-size: 18px;color:#fff;}







/*关于我们*/
.about_bg{height:700px;background:url(https://memberpic.114my.com.cn/07693755018/uploadfile/image/20250524/20250524151640_1402242295.jpg)no-repeat center;background-attachment: fixed;}
.about{height:100%;}
.about_content{display: flex;align-items: center;justify-content: center;height:200px;background: #fff;border-radius: 10px;text-align: center;padding: 0 60px;position: absolute;bottom: 100px;}
.about_content p{font-size: 16px;line-height: 30px;color:#666;font-weight: lighter;}
.about_content a{width:40px;height:40px;line-height:40px;background:#125ad4;border-radius:100%;font-size:16px;color:#fff;text-align:center;position:absolute;bottom:-20px;left:calc(50% - 20px);box-shadow: 0 0 0 0 #125ad4;animation: ripple 3s infinite;}
.about_content a:before,.about_content a:after{content:"";display: block;width:40px;height:40px;box-shadow: 0 0 0 0 #125ad4;border-radius: 100%;animation: ripple 3s infinite;position: absolute;left: 0;top: 0;}
.about_content a:before{animation-delay: 0.6s;}
.about_content a:after{animation-delay: 0.9s;}





/* 新闻中心 */
/* 分类 */
.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: #125ad4;}
.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{ width:320px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:18px;color:#333;}
.news_content_left:hover .news_div_item_a{color: #125ad4;}
.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:#125ad4;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{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;}
.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:32%;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:#125ad4;}
.news_content_right .news_div_item_body{font-size:16px;line-height:24px;color:#999;font-weight: lighter;}






/* 友情链接 */
.copyright_one_bg{height:100px;line-height: 100px;background: #333;border-bottom: 1px #444 solid;}
.copyright_one{display:flex;justify-content:space-between;}
.copyright_one>li{display: flex;align-items: center;}
.copyright_one p{font-size: 16px;color:#fff;flex-shrink: 0;}
.copyright_one span{font-size:30px;color:rgb(255 255 255 / 0.75);}
.copyright_one_bg:hover .copyright_one span{color:rgb(255 255 255 / 1);}
.copyright_one .linkTagcs ul{display:flex;align-items:center;flex-wrap: wrap;width:97%;}
.copyright_one .linkTagcs li+li{margin-left: 10px;}
.copyright_one .linkTagcs a{display:block;line-height:1.5;font-size:15px;color:rgb(255 255 255 / 0.75) !important;font-weight:lighter;font-family:"HarmonyOS_Light";}
.copyright_one .linkTagcs a:hover{color:#fff !important;}



/* 底部导航 */
.copyright_two_bg{padding:60px 0;background:#333;}
.copyright_two_top{display:flex;justify-content:center;}
.copyright_two_top a{display:block;font-size:16px;line-height:40px;color:#fff;}
.copyright_two_top a+a{margin-left:80px;}
.copyright_two_middle{display:flex;justify-content:center;margin:50px 0 30px 0;}
.copyright_two_middle li+li{margin-left:20px;}
.copyright_two_middle img{width:120px;}
.copyright_two_middle p{margin-top:10px;text-align:center;font-size:16px;color:rgb(255 255 255 / 0.75);font-weight:lighter;}
.copyright_two_bottom{display:flex;justify-content:center;font-size:16px;color:rgb(255 255 255 / 1);}
.copyright_two_bottom li{display: flex;}
.copyright_two_bottom p+p, .copyright_two_bottom span{margin-left:40px;}





/* 底部版权 */
.copyright_three_bg{height:100px;line-height:100px;background:#333;border-top:1px #444 solid;overflow: hidden;}
.copyright_three{display:flex;justify-content:space-between;}
.copyright_three p, .copyright_three a{display:inline-block;font-size:14px;color:rgb(255 255 255 / 0.5);font-weight:lighter;}
.copyright_three a:hover{color:rgb(255 255 255 / 1);}
.copyright_three p+p{}
.copyright_three_fl{display:flex;flex-direction:column;justify-content: center;width:50%;}
.copyright_three_fl li, .copyright_three_fl p{line-height: 1.5;}









/*浮动*/
.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(https://memberpic.114my.com.cn/07693755018/uploadfile/image/20250524/20250524200906_432266113.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: #125ad4; 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: #125ad4; border-color: #125ad4; 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:#125ad4; border-color: #125ad4;}
.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:#125ad4; 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:#125ad4; 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:#125ad4;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }