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

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden; font-size:14px;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#0189df;text-decoration: none; border-bottom-style:}

.bg{ width: 100%;min-width:1400px;}
.bg1{ width: 90%;min-width:1300px;margin:0 auto;box-sizing: border-box;}
.box{margin:0 auto;width:100%;width: 1600px; min-width: 1300px;box-sizing: border-box;padding:0px 5%;max-width: 1600px;}
.page{width: 1400px;margin: 0 auto;}


.t{text-align:center;margin-bottom:30px;}
.t p{font-size:40px;font-weight:bold;color: #222;padding-bottom: 5px;}
.t b{color:#0c4eb6;}
.t span{color: #666;font-size: 16px;} 

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.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;}
.top170 {padding-top: 170px;}

/*英文样式*/
.font_en{font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en{font-family: Arial, Helvetica, sans-serif;font-weight: normal;}


@font-face {
  font-family: 'iconfont';  /* Project id 3043566 */
  src: url('//at.alicdn.com/t/font_3043566_0rq050zsp8w.woff2?t=1640086244890') format('woff2'),
       url('//at.alicdn.com/t/font_3043566_0rq050zsp8w.woff?t=1640086244890') format('woff'),
       url('//at.alicdn.com/t/font_3043566_0rq050zsp8w.ttf?t=1640086244890') format('truetype');
}



/*top*/
.top{height: 45px;background: #f8f8f8;position: relative;}
.top::after{position: absolute;content: '';width: 570px;height: 55px;background:#0189df;border-radius: 0 0 0 60px;top: 0;right: 0;z-index: 22;}
.top_l p{line-height: 45px;color: #666;font-size: 14px;}
.top_r{position: relative;z-index: 33;}
.top_r::before{position: absolute;content: '';width: 28px;height: 29px;background: url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420091046_690946528.png)no-repeat center;z-index: 33;left:-35px;top: 16px;}
.top_r p{font-size: 16px;color: #fff;line-height: 55px;}
.top_r p span{font-size:24px;font-weight:bold;font-family:'Arial';}
.top_r p img{position: relative;top: 3px;}


/*head*/
.head_w{    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    top: -10px;}
.head{height: 120px;background: #fff;position: relative;z-index:10000}
.logo{}
.logo1{margin-top: 9px;}
.logo1{margin-right: 20px;}
.logo2 p{font-size: 28px;color: #222;font-weight: bold;}
.logo2 img{display: block;margin-top: 5px;}

.nav{width: 57%;}
.nav>ul>li{float: left;position: relative;width: calc(100%/6);text-align: center;height: 100%;line-height: 110px;}


.NavCeshi > li {float: left;top: 0px;-webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out;position: relative; }
.NavCeshi > li > a { display: block; text-align: center; color: #222; transition: 0.2s all ease-in-out;width: 100%;height:40px;line-height:40px;font-size: 16px;}
.NavCeshi > li> a{width:90%;}
.NavCeshi > li.navcurrent > a,.NavCeshi > li:hover > a{color:#fff;background:#0189df;}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 80%;}



/*幻灯片*/
.banner-box{z-index:99;}
.banner-box,.banner-box .bd li{height:800px;background: #000;}
.banner-box .banner-btn a.prev,.banner-box .banner-btn a.next{top:340px;background-image:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420094304_1468896909.png);}
.banner-box .hd ul li.on{background:#0189df;}
.banner-box{min-width:1400px;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner-box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner-box .hd {position:absolute;bottom:40px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{width: 32px;}



/*搜索*/
#search_bg{width:100%; margin:0 auto;min-width:1400px;padding: 30px 0px 0px 0px;border-bottom: 1px #eee solid;height: 100px;}
#search_b{width:1400px; margin:0 auto; height:41px; }
#search-i{float:right;width:39px;height:39px;background:#0189df;padding:10px;}
#search_r{width:300px;float:right;height:41px;border: 1px #eee solid;}
#search-bg {float:left;width:240px;height:39px;overflow:hidden;margin-left:15px;}
#search-bg #infoname{outline: none;}
#search-text{float:left;line-height:41px;color:#666;font-size:15px;font-weight:100;}
#search-text a{color:#666;font-size:15px;}
#search-text strong{font-weight: bold; font-size: 15px;}
#search_center img{width:400px;}
#search_center #bodycontent div div+div{width:400px !important; height:40px !important; line-height:40px !important; overflow: hidden;}

/*产品*/
.prod{padding: 80px 0 65px 0;background: #f2f2f3;}
.prod_nav{padding:40px;background: #fff;border-radius: 20px;margin-bottom:60px;box-shadow: 5px 10px 46px rgba(0,0,0,0.05);}
.prod_navl{width: 10%;}
.prod_navr{width: 89%}
.prod_navl p{font-size: 24px;color: #222;font-weight: bold;margin-bottom: 5px;}
.prod_navl span{font-size: 12px;color: #999;}
.prod_navr .prolist2021 li{float:left;padding:11px;}
.prod_navr .prolist2021 li+li{margin-left:33px;}
.prod_navr .prolist2021 li a{font-size:16px;color:#666;}
.prod_w
.prod_w2{margin-bottom:50px;}
.prod1 .progdwz2021 ul+ul li{margin-top:25px;}
.prod1 .progdwz2021 ul li{float:left;background:#fff;width:329px;}
.prod1 .progdwz2021 ul li:nth-child(5n){margin-left:0;}
.prod1 .progdwz2021 ul li:nth-child(n+5){margin-top:25px;}
.prod1 .progdwz2021 ul li br{display:none;}
.prod1 .progdwz2021 ul li>a{display: block;overflow: hidden;border-bottom: 1px #eee solid;}
.prod1 .progdwz2021 ul li>a img{transition: all 0.5s;}
.prod1 .progdwz2021 ul li:hover a img{transform: scale(1.1);transition: all 0.3s;}
.prod1 .progdwz2021 ul li span a{text-align:center;font-size:16px;display: block;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;    padding: 0 20px;}
.prod1 .progdwz2021 ul li:hover span a{color:#0189df;}
.prod1 .progdwz2021 ul li+li{margin-left:27px;}
.prod1 .progdwz2021 ul li span{line-height:60px;overflow: hidden;}
.prod_nav1{margin-top:30px;}
.prod_nav1 ul{display: table;text-align: center;margin:0 auto;}
.prod_nav1 li{float:left;border-radius:50%;width:10px;height:10px;background:#0189df;}
.prod_nav1 li+li{margin-left:10px;}
.prod_nav1 li.on{background:#e83f04;}


/*质量*/
.qua{background: url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420153307_1490250102.png)no-repeat center;height: 815px;}
.qua_w{margin-top: 20px;}
.qua_t p,.qua_t span{color: #fff;}
.qua_wl,.qua_wr{width: 50%;}
.qua_wr{padding-left:40px;}
.qua_wl li{float: left;width: 50%;text-align: center;padding: 40px;border: 1px rgba(255,255,255,0.3) solid;height: 255px;}
.qua_wl li:nth-child(1),.qua_wl li:nth-child(2){border-bottom: 0px;}
.qua_wl li:nth-child(1),.qua_wl li:nth-child(3){border-right: 0px;}
.qua_wl li i{display: block;width: 66px;height: 66px;border-radius: 50%;background:#e83f04;margin: 0 auto;}
.qua_wl li i img{animation: rolation 2s linear infinite;}
@keyframes rolation{
	0%{ transform:rotate(0deg);}
	100%{ transform:rotate(360deg);}
	}
.qua_wl p{color: #fff;font-size: 24px;font-weight: bold;margin: 10px 0;}
.qua_wl span{color: #fff;font-size: 14px;line-height: 24px;}



/*优势*/
.adv{padding-top:70px; height:860px;}
.adv .adv_w{ position:relative; width:1400px; margin:0 auto;}
.adv1{ height:680px;}
.adv1 dl{ position:relative;}
.adv1 dt{ width:1100px; height:680px; float:right; margin-right:-255px;}
.adv1 dt img{ display:block;width:1100px; height:680px;}
.adv1 dd{ width: 1200px; height:210px; background:rgba(1,137,223,0.9); position:absolute; bottom:0; right:200px;padding-left: 28vw;box-sizing: content-box;}
.adv1 dd h3{ font-size:32px; font-weight:bold; color:#fff; padding:38px 0 15px;}
.adv1 dd p{ width:750px; font-size:14px; line-height:26px; color:#fff; padding-left:10px;}
.advt{ width:460px; height:430px; position:absolute;left:24px; z-index:2;}
.advt h3{ height:60px; padding:20px 20px 20px 0; border-bottom:1px solid #d0d0d0;box-sizing: content-box;}
.advt h3 p{ width:310px; float:left; height:60px;}
.advt h3 p span{ display:block; font-size:22px; color:#333; margin-top:8px; font-weight:bold;}
.advt h3 p span em{ display:block; font:12px "Microsoft YaHei UI"; color:#727272; text-transform:capitalize; line-height:24px;}
.advt h3 b{ display:block; width:40px; float:left; width:40px; height:40px; font:24px "Microsoft YaHei UI"; text-align:center; line-height:40px; margin:10px 20px 0 0; border-radius:40px; background:#262626; color:#fff;}
.advt h3 i{display:block; width:90px; height:60px; float:right;}
.advt h3 i img{ display:block; width:90px; height:60px;}
.advt .cur{ background:#fff; box-shadow:0 0 1rem #ccc; padding-left:20px; width:440px; margin-left:-20px;}
.advt .cur b{ background:#0189df;}
.advt .cur span{ color:#0189df; font-weight:bold;}
.pageState{ position:absolute; top:545px; left:880px; font-size:18px; font-weight:bold; color:#fff;}
.pageState span{ font-size:42px;}
.adv_l,.adv_r{  font-size:22px; font-weight:bold; color:#fff; position:absolute;}
.adv_l{ top:560px; left:840px;}
.adv_r{ top:560px; left:960px;}
.adv_l:hover,.adv_r:hover{cursor: pointer;}


/*解决方案*/
.app{overflow: hidden;}
.app_w{}
.app_ww{}
.app_ww ul{display: flex;}
.app_ww li{display: flex; flex-direction: column; width: 25%; position: relative; z-index: 5;}
.app_ww li:hover img{transform: scale(1.2);}
.app_ww li:before{content: ''; width: 50px; height: 50px; border: 2px solid #fff; position: absolute; top: 33%; left: 44%; border-radius: 50%; font-family: 'iconfont'; font-size: 32px; color: #fff; display: flex; justify-content: center; align-items: center; z-index: 5;}
.app_ww li:nth-child(1):before{content: '';background:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220422/20220422084648_855049072.png)no-repeat center;    background-size: 80%;}
.app_ww li:nth-child(2):before{content: '';background:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220422/20220422084648_1128299962.png)no-repeat center;    background-size: 80%;}
.app_ww li:nth-child(3):before{content: '\ec6d';}
.app_ww li:nth-child(4):before{content: '';background:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220422/20220422084648_242239029.png)no-repeat center;    background-size: 80%;}
.app_ww li:after{content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: absolute; top: 0; left: 0;}
.app_ww li>a{overflow: hidden;}
.app_ww li>a img{width: 100%; height: auto;transition: 0.5s;}
.app_ww li p{position: absolute; bottom: 44%; left: 0; display: flex; justify-content: center; align-items: center; width: 100%;
z-index:5;}
.app_ww li p>a{font-size: 24px; color: #fff; line-height: 30px;font-weight:100;}
.app_ww li p>a:after{content: '查看详情'; width: 130px; height: 30px; background: #0189df; position: absolute; bottom: -100px; left: 36%; border-radius: 40px; font-size: 16px; display: flex; justify-content: center; align-items: center;}
.app_ww li:hover p>a:after{background:#e83f04; }

/*供应*/
.gy{background: url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420170549_1884471585.png)no-repeat center;height: 250px;position: relative;padding-top: 95px;}
.gy_img{position: absolute;left: 0px;bottom: 0px;    z-index: 9;}
.gy_wl{margin-left: 308px;}
.gy_wl p{color: #222;font-size: 34px;font-weight: bold;margin-bottom: 10px;}
.gy_wl span{color: #666;font-size: 22px;}
.gy_wr p{font-size: 24px;color: #222;position: relative;padding-left: 45px;margin-bottom: 15px;}
.gy_wr p::before{content: '';position: absolute;background: url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420170549_613006496.png)no-repeat center;width: 29px;height: 28px;left: 0;}
@media (max-width: 1800px){.gy_img{left:0;}}
@media (max-width: 1750px){.gy_wl{margin-left: 400px;}}
@media (max-width: 1550px){.gy_wl{margin-left: 500px;}}


/*简介*/
.about{height: 585px;background: #fff;padding: 90px 0 60px 0;}
.about_w{position: relative;height:500px;}
.about_l{width: 49%;height:500px;overflow: hidden;}
.about_l img{width: 100%;transition: all 0.3s;}
.about_l img:hover{transform: scale(1.1);transition: all 0.3s;}
.about_r{width:49%;margin-top: 20px;}
.about_rt{position: relative;}
.about_rt::after{content: '';width: 60px;height: 6px;background: #e83f04;position: absolute;bottom: -25px;}
.about_rt p{font-size: 20px;color: #ccc;}
.about_rt span{font-size: 30px;color: #222;display: block;margin-top: 5px;font-weight: bold;}
.about_rw{margin-top: 60px;}
.about_rw p{font-size: 15px;line-height: 30px;color: #666;}
.about_rw a{display: block;color: #fff;font-size: 14px;margin-top: 85px;width:160px;text-align: center; height: 45px;background: #0189df;line-height: 45px;}
.about_rw a:hover{background: #e83f04;}

/*厂房*/
.equ_bg{border-radius: 10px;margin-top: 60px;}  
.equ{box-shadow: 0 0 50px rgba(0,0,0,0.08);padding: 30px;border-radius: 15px;}
.equ_d #roller_left{width:100% !important;}
.equ_d table table tr td{padding-left:20px !important;}
.equ_d table table tr td br{display:none; }
.equ_d table table tr td>a img{border:1px #eee solid;}
.equ_d table table tr td a{display: block; line-height:46px;background:#0189df; overflow: hidden;  transition: all 0.3s;font-size:16px;color:#fff; }
.equ_d table table tr td:hover a{background:#e83f04; }

/*新闻*/
.news{background: #fff;padding: 80px 0;background: #f8f8f8;}
.news .t{text-align: left;float: left;margin-top: -20px;}
.newstab{text-align: left;margin: 0px 0 10px;float: right;}
.newstab a{ display: inline-block;width: 162px;line-height: 47px;background: #fff;font-size: 18px;color: #666;font-weight: normal;transition: all .3s ease;text-align: center;background: #eeeeee;}
.newstab a+a{margin-left: 16px;}
.newstab a.on{background: #0189df;color: #fff;}
.newscon{margin-top: 45px;}
.newsmore {display: block;color: #fff !important;font-size: 12px;width: 102px;height: 39px;line-height: 39px;text-align: center;background: #0189df;margin-top: 15px;transition: all .3s ease;}
.news_list{height:500px;width: 100%;overflow: hidden;margin-top:40px;}
.news_list .news_div{height:500px;}
.news_list .news_div_item{width: 23.65%;display: inline-block;position: relative;height:500px;transition:0.5s; padding:20px; border: 1px #eee solid; background:#fff;transition:0.3s;}
.news_list .news_div_item+.news_div_item{margin-left:1.79%;}
.news_list .news_div_item_date{position: absolute;top:255px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420181718_1410762979.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:295px;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #a2a2a2;}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: 	normal;color: #484848;}
.news_list .news_div_item_a::before{position:absolute;content:'查看更多详情';bottom: -152px;left: 0;width: 150px;height: 35px;background: #fcfcfc;border-radius: 40px;line-height: 33px;color: #bbbbbb;font-size: 14px;transition:0.5s;padding-left: 33px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420181718_688529885.png) no-repeat center;width: 18px;height: 14px;left: 133px;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #bbb;font-weight: 100;line-height: 24px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;transition:0.3s;overflow: hidden;}
.news_list .news_div_item_pic{ border:1px solid #eee;}
.news_list .news_div_item:hover{box-shadow: 0px 0px 20px rgba(0,0,0,0.05);}
.news_list .news_div_item:hover .news_div_item_a{color: #0189df;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #0189df; color:#fff;}
.news_list .news_div_item:hover .news_div_item_image{transform: scale(1.1);}


/*底部*/
.dbkdbjl{width:100%;padding:0% 5%; background:#343434; position:relative; min-width:1400px;}
.zbwndkl{ width:65%; height:520px;border-right:1px solid #585858; padding-top:50px;}
.sddlkd{ width:100%; padding-top:2%;}
.kslj{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.kslj p{ font-size:1.1vw; color:#fff;}
.kslj p:after{ content:''; display:block; width:36px; height:2px; background:#5d5d5d; transition:all .3s ease; margin:15px 0 25px 0;}
.kslj li:nth-child(2){margin-right: 8%;}
.kslj li:hover p:after{ width:72px; background:#fff;}
.kslj li a{ display:block; font-size:15px;color:#999; line-height:38px;}
.kslj li a:hover{ color:#fff;}
.kslj li{ margin-right:15%;}

.yngbkdb{ width:34%; padding-left:5%;padding-top:5%;}
.ywlxhfs{ font-size:40px; color:#fff; font-family:Arial, Helvetica, sans-serif;}
.lxwmwzn{ font-size:28px; color:#fff; line-height:64px; padding-left:8px; font-weight:lighter;}
.craddr{ margin:0px 0px 0px 6px;}
.craddr p{ font-size:16px; line-height:56px;color:#afafaf; padding-left:40px; background:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420183927_1124646421.png) no-repeat left center;}
.craddr p:nth-child(1){ background-image:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420183927_651700099.png);}
.craddr p:nth-child(2){ background-image:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420183927_1124646421.png);}
.craddr p:nth-child(3){ background-image:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420183927_1124646421.png);}
.craddr b{ font-size:20px; color:#fff; font-family:Arial, Helvetica, sans-serif; padding-top:10px; font-weight:400;}

.crcode{ margin-top:36px; margin-left:8px;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.crcodecon{ width:153px; height:153px; padding:9px; background:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420184118_1959480213.png) no-repeat center;}
.crcodecon img{ width:135px; height:135px;}
.crtab p{ cursor:pointer; width:41px; height:41px; border-radius:5px; border:1px solid #555;margin-right:36px;background:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420184118_161551159.png) no-repeat center;}
.crtab p:nth-child(2){ background-image:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420184118_93052212.png);}
.crtab p:nth-child(3){ background-image:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20220420/20220420184118_1836070793.png);}
.crtab p.on{ background-color:#555;}
.crtab p+p{ margin-top:15px;}

.xtzdxk{ width:100%; height:100px; }
.dhgbwzl{ font-size:15px; color:#979899; line-height:40px; margin-top:85px;}
.dhgbwzl a{font-size:15px; color:#979899;}
.dhgbwzl a:hover{ font-size:15px; color:#fff; }




/*右侧浮动*/
.y-kefu-box{ position:fixed; right:0; top:40%; z-index:9999; font-size:13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img{ display:block; width:100%; height:auto; }
.y-kefu-box01 .icon{ display:block; background:url(//memberpic.114my.com.cn/0447521/uploadfile/image/20210515/20210515175837_2141780636.png) no-repeat; margin:0 auto 6px;}
.y-kefu-box01{ width:54px; color:#fff; 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; position:absolute; bottom:-12px; left:13px; z-index:1;  background-color:#1794ff; }/*颜色更改*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div{ display:block; width:52px; padding:12px 0 12px; background-color:#1794ff; border-left:solid 1px #00000; border-top:solid 1px #00000; border-right:solid 1px #00000; position:relative;}
.y-kefu-box01 .show-status{ position:relative; }
.y-kefu-box01 .show-status .kf-zixun{ background-color:#1794ff; border-color:#1794ff; 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:-30px -32px; }
.y-kefu-box01 .kf-mobile:hover>i{ background-position:-30px -32px; }
.y-kefu-box01 .kf-weChat>i{ width:22px; height:19px; background-position:-30px -55px; }
.y-kefu-box01 .kf-weChat:hover>i{background-position:-30px -55px; }
.y-kefu-box01 .kf-QR>i{ width:22px; height:19px; background-position:-28px -152px; }
.y-kefu-box01 .kf-QR:hover>i{ background-position:-28px -152px;}
.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:-30px -80px; }
.y-kefu-box01 .kf-email:hover>i{ background-position:-30px -80px; }
.y-kefu-box01 .back-top i{ width:13px; height:11px; background-position:-30px -98px; }
.y-kefu-box01 .back-top:hover i{ background-position:-30px -98px; }
.y-kefu-box01 .kf-mobile,.kf-weChat, .kf-email, .y-kefu-box01 .back-top { border-bottom:solid 1px #00000;}
.y-kefu-box01 .back-top{ margin-top:10px; border-radius:2px; left:55px;}
.y-kefu-box01 .hver:hover{ background-color:#1794ff; border-color:#b9b9b9;}/*颜色更改*/
.y-kefu-box01 .hver:hover>p{ color:#fff; }
.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:#b9b9b9; }
.y-kefu-box01 .mobile-infos p{ color:#1794ff; font-size:18px; }/*颜色更改*/
.right{ width:12px; height:12px; position:absolute; right:-12px; top:24px;}
.right-arrow1,.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;}
.right-arrow1{ left:1px; border-left:6px #efefef solid;}
.right-arrow2{ border-left:6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box{ height:178px; top:-60px;}
.y-kefu-box01 .y-ewm-box>div{ width:151px; height:178px; }
.y-kefu-box01 .y-ewm-box img{ width:94px; height:94px; margin:30px auto 10px; }
.y-kefu-box01 .y-ewm-box p{ color:#333;}
.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; }
.kf-QR .y-ewm-box{ width:455px;}
.kf-QR .y-ewm-box .y-ewm-img1{ width:150px; border-right:solid 1px #efefef;}
/*邮箱*/
.y-kefu-box01 .y-email-infos{ padding:28px 20px 28px 45px; color:#b9b9b9; text-align:left; bottom:0; }
.y-kefu-box01 .y-email-infos p{ color:#1794ff; 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:#1794ff;position:absolute; top:37px; left:55px; z-index:9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun{ padding:10px 0 7px; color:#fff; cursor:pointer; }

.y-kefu-box01 .hide-status .kf-weChat{ padding:10px 0 7px; color:#fff; cursor:pointer; }
.y-kefu-box01 .hide-status .kf-weChat i { background-position:-30px -55px;}