/*标签样式初始化*/
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:#57a3bc;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: 'srm';text-transform: uppercase;}



/*字体包*/
@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)
}


@font-face { 
    font-family: 'srm'; 
    src: url('https://cdn.114my.com.cn/font/lcw/srm.otf') format('truetype')
}



html{font-size:16px;}




/*标题*/
.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:#57a3bc;}
.title p{font-size: 18px;color:#999;}






/* 上面 */
.above_bg{height:36px;line-height: 36px;border-bottom: 1px #f1f1f1 solid;background: #f7f7f7;}
.above{display: flex;justify-content: space-between;}
.above li{display: flex;}
.above p, .above a{display:block;line-height:36px;font-size:14px;color:#666;}
.above a+a{margin-left:20px;}
.above a:hover{color:#2dadba;}







/* 头部 */
.head_bg{height:114px;}
.head{display: flex;justify-content: space-between;height: 100%;}
.head_logo{display:flex;align-items:center;}
.head_logo img{width: 480px;}
.head_logo li{margin-left: 20px;}
.head_logo li b{font-size:26px;color:#333;}
.head_logo li p{font-size:18px;color:#666;}
.head_tel{display:flex;align-items: center;}
.head_tel li{margin-left: 10px;}
.head_tel li span{font-size:16px;color:#666;}
.head_tel li p{font-size:26px;font-weight:bold;color:#57a3bc;}






/* 导航 */
.nav_bg{height:62px;line-height: 62px;background:-moz-linear-gradient(left,#57a3bc 0%,#8871ac 100%);background:-webkit-linear-gradient(left,#57a3bc 0%,#8871ac 100%);background:-o-linear-gradient(left,#57a3bc 0%,#8871ac 100%);background:-ms-linear-gradient(left,#57a3bc 0%,#8871ac 100%);background:linear-gradient(to left,#57a3bc 0%,#8871ac 10);}
.nav{display:flex;justify-content:space-between;}
.nav>li{width:12.5%;height: 100%;text-align:center;position:relative;}
.nav>li+li{border-left: 1px #fff solid;}
.nav>li>a{display: block;font-size:16px;color:#fff;position: relative;z-index: 2;}

/* 下拉 二级导航 */
.nav_level2{display: none;background:#fff;position:relative;z-index:2;}
.nav_level2 a{display: block;line-height:45px;padding: 0 5px;background:#fff;font-size:14px;color:#666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.nav_level2 a:hover{background:rgb(136 113 172 / 50%);color:#fff;}
/*.nav_products_1 li:nth-child(2), .nav_products_2 li:nth-child(1), .nav_products li>a{display: none;}*/

/* 固定 */
.nav>li.nav_fixed, .nav>li:hover{background: #57a3bc;}







/*幻灯片*/
.banner{height:700px;background: #57a3bc;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(255 255 255 / 0.3);outline: none;transition: 0.3s;}
.banner_swiper-button:after{color:#fff;font-size: 30px !important;}
/*分页*/
.banner-pagination{bottom:43px !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;}
/*视频*/
.banner_swiper_video{width: 100%;}
.banner_swiper_video video{width: 100%;margin-top: -100px;}







/*热门搜索*/
.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;font-family: "HarmonyOS_Medium";}
.search_left li{display: flex;}
.search_left a{display:block;font-size:15px;color:#999;font-weight:lighter;}
.search_left a:hover{color:#57a3bc;}
.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;}







/* 安全设备 */
/* 分类 */
.product1_sort{display:flex;justify-content:space-between;align-items:center;margin-top:80px;}
.product1_sort_left b{font-size:40px;color:#57a3bc;}
.product1_sort_left p{font-size:30px;color:#333;font-weight:bold;}
.product1_sort_center dl{display: flex;}
.product1_sort_center dt+dt{margin-left:20px;}
.product1_sort_center dt>a{display:block;padding: 0 25px;line-height:50px;background:-webkit-linear-gradient(left,#57a3bc 0%,#8871ac 100%);border-radius:100px;font-size:16px;color:#fff;text-align:center;}
.product1_sort_center dt:hover>a{background: #57a3bc;}
.product1_sort_center li:nth-child(n+2):nth-child(-n+10), .product1_sort_center .prolist2021_one{display:none;}
.product1_sort_right a{display:block;padding:20px;font-size:16px;color:#666;}

/* 图片 */
.product1_img_ul{display:flex;justify-content:space-between;margin-top:40px;}
.product1_img_share{border-radius:10px;overflow:hidden;transition: 0.3s;}
.product1_img_big:hover, .product1_img_small li:hover{box-shadow: inset 0px 0px 24px 0px #D9D9D9;}
.product1_img_share dd *{display:block;}
.product1_img_share dd p{font-size:40px;color:#333;}
.product1_img_big:hover dd p, .product1_img_small li:hover dd p{color:#57a3bc;}
.product1_img_share dd span{font-size:20px;line-height: 1.5;color:#666;font-family:"HarmonyOS_Medium";}
.product1_img_big:hover dd span, .product1_img_small li:hover dd span{color:#8871ac;}
.product1_img_share dd a{margin-top:20px;font-size:18px;color:#999;font-family: "HarmonyOS_Light";}
.product1_img_big{display:flex;flex-direction:column;align-items:center;width:690px;height:690px;background: #f5f5f5;}
.product1_img_big dd{margin: 50px 0 25px 0;text-align: center;}
.product1_img_big img{height: 450px;}
.product1_img_small{display:flex;flex-direction:column;justify-content:space-between;width:690px;}
.product1_img_small li{display:flex;justify-content:space-between;align-items:center;width:690px;height:335px;padding:0 50px;background: #f5f5f5;border-radius:10px;}
.product1_img_small li dd{width: 240px;}
.product1_img_small li p{font-size: 30px;}
.product1_img_small dd a{margin-top: 40px;}
.product1_img_small i{display:flex;justify-content:center;}





/* 环境箱 */
.product2_bg{height:920px;margin-top:80px;background:-webkit-linear-gradient(bottom,#57a3bc 0%,#8871ac 100%);}
.product2_title b{color: #fff;}
.product2_title p{color: rgb(255 255 255 / 75%);}
/* 分类 */
.product2_classify{display:flex;justify-content:space-between;margin-bottom: 20px;}
.product2_classify a{display:flex;align-items:center;justify-content:center;width:16.6%;line-height:50px;text-align:center;font-size:16px;color:#fff;transition:0.3s;position:relative;}
.product2_classify a.on{font-size:18px;font-weight:bold;}
.product2_classify a+a:before{content:"";display:block;width:1px;height:20px;background:rgb(255 255 255 / 25%);position:absolute;left:0;}
/* 图片 */
.product2_content ul{display: flex;padding:40px;background:#fff;}
.product2_content ul *{display:block;}
.product2_content ul>a{overflow: hidden;border: 1px #eee solid;}
.product2_content ul>a img{width:520px;height:520px;transition: 0.3s;}
.product2_content ul>a:hover img{transform: scale(1.2);}
.product2_content li{display:flex;flex-direction:column;justify-content:center;margin-left:40px;}
.product2_content b{font-size:30px;color:#333;}
.product2_content dt{display:flex;margin:20px 0 60px;}
.product2_content t{padding:10px 25px;font-size:16px;color:#666;border:1px #eee solid;border-radius:100px;}
.product2_content t+t{margin-left: 10px;}
.product2_content i{padding:10px 25px;background:-webkit-linear-gradient(left,#57a3bc 0%,#8871ac 100%);}
.product2_content li a{width:180px;line-height:50px;margin-top:70px;font-size:16px;color:#999;}
.product2_content li a:hover{color:#57a3bc;}






/* 四大优势 */
.advantage{display: flex;}
/* 左边 */
.advantage_left{width:220px;background: -webkit-linear-gradient(top, #57a3bc 0%, #8871ac 100%);}
.advantage_left_one ul{display:flex;align-items:center;width:220px;height:110px;cursor: pointer;}
.advantage_left_one ul.on{background: #57a3bc;}
.advantage_left_one ul+ul{border-top: 1px rgb(255 255 255 / 20%) solid;}
.advantage_left_one i{display:block;margin-left:20px;font-size:40px;color:#fff;}
.advantage_left_one li{margin-left:5px;}
.advantage_left_one p{font-size:24px;color:#fff;line-height: 1.2;}
.advantage_left_one span{font-size:16px;color:rgb(255 255 255 / 50%);line-height:1;}
.advantage_left_two{display:flex;align-items:center;justify-content:center;width:100%;height:180px;border-top:1px rgb(255 255 255 / 15%) solid;background:#8871ac;}
.advantage_left_two img{width:140px;}
.advantage_left_two p{width: 15px;margin:0 0 0 10px;font-size:18px;color:#fff;}
/* 右边 */
.advantage_right{width:1180px;}
.advantage_right_ul_text{display:flex;justify-content:space-between;align-items:center;height:180px;padding: 0 40px;background:#f5f5f5;}
.advantage_right_ul_text *{display: block;}
.advantage_right_ul_text li{width:75%;}
.advantage_right_ul_text li b{margin-bottom:10px;font-size:28px;color:#333;}
.advantage_right_ul_text li t{background:url()no-repeat left center;font-size:16px;color:#666;line-height:30px;}
.advantage_right_ul_text dd{}
.advantage_right_ul_text dd p{display:flex;align-items:center;font-size:20px;color:#333;}
.advantage_right_ul_text dd p:before{content:''; width:20px;height:20px;margin-right: 10px;background:url(https://memberpic.114my.com.cn/gdtaian/uploadfile/image/20250606/20250606115846_934889443.png)no-repeat center;}
.advantage_right_ul_text dd span{font-size:26px;color:#57a3bc;font-weight:bold;}





/* 应用案例 */
.case{height: 630px;position: relative;}
.case .case_content {width: 750px;margin: 0 auto;position: relative;}
.case .box{display:flex;justify-content: space-between;align-items: center;}
.case .cover-left{width: 2000px;position: absolute;left: -2012px;top: 0;opacity: 0.6;background: #000;height:545px;z-index: 10;}
.case .cover-right{width: 2000px;position: absolute;right: -2012px;top: 0;background: #000;opacity: 0.6;height:545px;z-index: 10;}
.case .swiper-container {overflow: visible;height: auto; width:750px;}
.case .swiper-slide {height: auto; text-align:center;position: relative;}
.case .swiper-slide .case_content_img{ margin:0 12px; height:auto;background: #000; position:relative;}
.case .swiper-slide img {max-width: 100%;opacity: 1;-webkit-transition: all linear 300ms;transition: all linear 300ms;width: 100%;}
.case .swiper-slide .mask{ position:absolute; width:100%; height:100%; text-align:center; top:0; left:0; opacity:0; -webkit-transition: all linear 300ms; transition: all linear 300ms;  display: flex;align-items: center;}
.case .swiper-slide .mask .box1{ width:calc(100% - 24px); display:table-cell; vertical-align:middle; text-align:center;}
.case .swiper-slide .mask h5{ font-size:24px; color:#fff; text-align:center; margin-bottom:20px; -webkit-transition: all linear 300ms;transition: all linear 300ms; margin-top:20px;font-weight: normal;}
.case .swiper-slide .mask i{ width:1px; height:0; display:inline-block; background:#fff; background:rgba(255,255,255,.4); margin-top:40px; margin-bottom:34px; clear:both;-webkit-transition: all linear 400ms;transition: all linear 400ms;}
.case .swiper-slide .mask p{font-size:16px; color:#fff;  padding: 0 10%;line-height:2;}
.case .swiper-slide .mask span{display:block; width:46px;height:46px; border-radius:50%;background:#57a3bc;clear:both;margin:0 auto; text-align:center; line-height:46px; color:#fff; font-size:24px;}
.case .swiper-slide .case_content_img:hover .mask{ opacity:1;}
.case .swiper-slide .case_content_img:hover .mask h5{ margin-top:0;}
.case .swiper-slide .case_content_img:hover .mask i{ height:50px;}
.case .swiper-slide a:hover img {opacity: .5;}
.case .swiper-slide .case_content_txt{ padding-top:25px;transition: 0.3s ease all;}
.case .swiper-slide .case_content_txt h5{ font-size:24px; color:#333; text-align:center;}
.case .swiper-slide-active .case_content_txt h5{color:#57a3bc;}
.case .swiper-slide .case_content_txt p{ font-size:16px; color:#333;margin-top:5px;}
.case .swiper-slide-active .case_content_txt p{color:#57a3bc;}
.case .arrow-left{background: #ccc;position: absolute;left: -40px;top: 250px;width:50px;height: 50px;z-index: 15;font-size: 22px; line-height: 49px; color: #fff; text-align: center;  border-radius: 50px;}
.case .arrow-right{background: #ccc;position: absolute;right: -40px;top:250px;width: 49px;height: 50px;z-index: 50;font-size: 24px; line-height: 49px; color: #fff; text-align: center; border-radius: 50px;}
.case .arrow-left:hover, .case .arrow-right:hover{background: #8871ac;}






/*关于我们*/
.about_bg{padding:80px 0;}
.about{display:flex;justify-content: space-between;flex-wrap: wrap;}
.about_text_top{width: 660px;}
.about_text_top b{display:block;margin:60px 0 0px 0;font-size:40px;color:#57a3bc;font-family:"HarmonyOS_Medium";}
.about_text_top span{display:block;margin:5px 0 50px 0;font-size:24px;color:#333;}
.about_text_top p{font-size:16px;line-height:34px;color:#999;font-weight:lighter;}
.about_text_bottom{display:flex;margin-top:60px;}
.about_text_bottom a{display:flex;justify-content:center;align-items: center;}
.about_text_bottom a+a{margin-left:50px;}
.about_text_bottom i{display:block;width:40px;height:40px;margin-right:10px;background:url(https://memberpic.114my.com.cn/gdtaian/uploadfile/image/20250605/20250605095212_2135437757.png) no-repeat;background-size: 160px;transition: 0.3s;}
.about_text_bottom a:nth-child(2) i{background-position-x: -40px;}
.about_text_bottom a:nth-child(3) i{background-position-x: -80px;}
.about_text_bottom a:nth-child(4) i{background-position-x: -120px;}
.about_text_bottom a:hover i{background-position-y: bottom;}
.about_text_bottom p{font-size:18px;color:#666;}
.about_text_bottom a:hover p{color:#57a3bc;}
.about_text_bottom span{font-size:16px;color:#999;line-height: 1;}
.about_text_bottom a:hover span{color: rgb(29 105 231 / 50%);}
.about_img{background:#333;}
.about_data{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:60px;padding-bottom:40px;border-bottom:5px #8871ac solid;background:#fff;text-align:center;}
.about_data p{font-size:45px;color:#57a3bc;font-weight:bold;}
.about_data span{font-size:18px;color:#333;font-weight:lighter;}









/*新闻中心*/
.news_bg{padding: 0 0 80px 0;background: #f5f5f5;}
.newstab{text-align: center;padding-bottom:40px;}
.newstab a{ display: inline-block;width: 200px;line-height: 50px;border-radius: 30px;background: #333;font-size: 16px;color: #fff;transition: all .3s ease;}
.newstab a+a{margin-left: 10px;}
.newstab a.on{background:-moz-linear-gradient(left,#57a3bc 0%,#8871ac 100%);background:-webkit-linear-gradient(left,#57a3bc 0%,#8871ac 100%);background:-o-linear-gradient(left,#57a3bc 0%,#8871ac 100%);background:-ms-linear-gradient(left,#57a3bc 0%,#8871ac 100%);background:linear-gradient(to left,#57a3bc 0%,#8871ac 10);color: #fff;}
.newsleft{width: 500px;height: 488px;box-sizing: border-box;background: #fff;padding: 40px;}
.newsright{width:899px;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:auto;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:#57a3bc;}
.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: #57a3bc; 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:16px;color:#333;overflow:hidden;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;} 
.news .news_div_item_body{font-size:15px;color:#666;font-weight:lighter;margin-top:10px;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.newsright .news_div_item{position: relative; display: inline-block;vertical-align: top;background: #fff; box-sizing: border-box;width: 448px;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: #666;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;}











/*友情链接*/
.link_bg{background: #222;border-bottom: 1px #333333 solid;}
.link_bg .links_m{width: 89%;}
.link_bg .linkTagcs a{line-height: 90px;}
.links_l{font-size: 16px; color:#fff; line-height:90px;padding-left: 4%;font-weight: lighter;background: url(https://memberpic.114my.com.cn/gdtaian/uploadfile/image/20250512/20250512193200_492267202.png)no-repeat left;}
.links_r a{font-size:14px; color:#fff; display: block;}






/*版权*/
.copy_bg{ background:#222;height:363px; }
.copy_fl{width:900px;position: relative;}
.copy_fl:before{content: "";display: block;width:1px;height:363px;background: #333;position: absolute;top:-60px;right:0px;}
.copy_fl li{float:left;margin-right: 100px;}
.copy_fl li a{display:block;color:rgb(255 255 255 / 0.5);line-height:36px;font-size:15px;font-weight:lighter;}
.copy_fl li a:first-child{margin-bottom: 30px;font-size: 18px;color:#fff;}
.copy_fl li a:hover{color:#fff;}
.copy_fr li{ float:left;margin-right:40px;padding:20px;background:#fff;border-radius:5px;}
.copy_fr li:last-child{margin-right: 0px;}
.copy_fr li img{ display:block;width:120px;height:120px;}
.copy_fr li p{ margin-top:15px;text-align:center;font-size:15px;color:#666;font-weight:lighter;}
/*最低部*/
.footer_bg{display: flex;background:#222;height:100px;border-top:1px #383838 solid; }
.footer{display:flex;justify-content:space-between;align-items:center;}
.footer_left{line-height: 24px;}
.footer, .footer_bg a{color: rgb(255 255 255 / 0.25);font-size: 14px;font-weight: lighter;}
.footer_bg a:hover{color:#fff;}








/* 客服样式*/
.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/gdtaian/uploadfile/image/20250605/20250605095620_313823105.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: #57a3bc; 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: -webkit-linear-gradient(top, #57a3bc 0%, #8871ac 100%);border-color: #57a3bc; 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: #8871ac; border-color: #8871ac;}
.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 span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #57a3bc; 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: #57a3bc; 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; }