/*标签样式初始化*/
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:#006adf;text-decoration: none; border-bottom-style:}

.bg{width: 100%;min-width:1400px;}
.bg1{width: 100%;min-width:1400px;margin:0 auto;box-sizing: border-box;padding:0px 4%;}

.box{margin:0 auto;width:90%; min-width: 1400px;box-sizing: border-box;padding:0px 2%;}
.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:#006adf;}
.t span{color: #666;font-size: 18px;} 
.t dd{display: block;margin-top: 15px;}
.t i{display:inline-block; width:10px; height:10px; background:#006adf;  margin:0 10px; border-radius: 100%;animation: bounce_fountainG 1.2s linear infinite; }
.t i:nth-child(1){animation-delay: .4s;}
.t i:nth-child(2){animation-delay: .6s;}
.t i:nth-child(3){animation-delay: .8s;}
@keyframes bounce_fountainG { 
0% {transform:scale(1);}
100% {transform:scale(.5);}
}
.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;}


/*head*/
.head{height: 120px;}
.head_w{display: flex;justify-content: space-between;align-items: center;height: 100%;}
.logo{}
.head_tel{background: url(../uploadfile/image/20220719/20220719170532_2007202336.png)no-repeat left center;padding: 10px 0 10px 35px}
.leng{border:2px #006adf solid; width:120px; height:36px; line-height:32px;  border-radius: 100px; text-align:center; margin-left:20px; }
.leng a{display:inline-block;border-radius: 20px; margin:2px; height:28px; line-height:28px;width:46%;}
.leng a:hover,.leng a:first-child{background:#006adf; color:#fff;}

.nav{width: 45%;margin-left: 40px;}
.nav ul{}
.nav li{float: left;position: relative;width: calc(100%/6);text-align: center;}

.NavCeshi > li {float: left;-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;position: relative; width: 100%;height:120px;line-height:120px;font-size: 16px;}
.NavCeshi > li.navcurrent > a,.NavCeshi > li:hover > a{color: #006adf;}
.NavCeshi > li.navcurrent > a::after,.NavCeshi > li:hover > a::after{width: 37px;height: 1px;background: rgba(0,106,223,0.3);content: '';    display: block;margin: -30px auto;}


/*下拉导航*/
.nav2{ position: absolute; top:100%; z-index: 9999; width:500px; height:0; transition:all linear 0.3s; background:rgba(255,255,255,1);overflow: hidden;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
#zz0 .nav2,#zz1 .nav2{right: 0px;}
.nav2 a{display: block; width:100%; height:44px; line-height:44px; font-size:15px;  color:#333; text-align:left; transition:all linear 0.3s; }
.nav>ul>li:hover .nav2{ height:auto; z-index:9;padding:40px;}
.nav2 a:hover{background:#006adf; text-indent:1em; color:#fff;}
.nav2_l{width:40%;}
.nav2_r{width:60%; }
.nav2_r img{width:100%;}




/*幻灯片*/
.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(../uploadfile/image/20220713/20220713172607_1173203751.png);}
.banner-box .hd ul li.on{background:#006adf;}
.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_con{height:70px;background:#006adf;}
.search_ncon{height:70px;background:#006adf;position: absolute;top: 620px;margin: 0 auto;left: 0;right: 0;}
.search{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; height:70px; background: #006adf; }
.keyword,.keyword a{ font-size:15px; color:#fff; font-weight:lighter;}
.keyword span{ font-weight:bold;}
.keyword{ padding-left:39px; background:url(../uploadfile/image/20220713/20220713174938_1708732822.png) no-repeat left center;}

#infoname{background:#006adf; height:46px; padding-left:20px; width:240px;outline: none;}
#search_r{height:21px;width: 20%;border-left: 1px rgba(255,255,255,0.3) solid;}
#search-bg {float:left;width:240px;height:20px;overflow:hidden;margin-left:15px;}
#search-bg #infoname{outline: none;}
#search-text{line-height:41px;color:#666;font-size:15px;font-weight:100;margin-top: 5px;}
#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;}
#search-i{float: left;}


/*简介*/
.about{}
.about_l{width: 45%;position: relative;z-index: 2;}
.about_t{position: relative;padding: 60px 0 15px;}
.about_t::after{content: '';width: 300px;height: 1px;background: #eee;position: absolute;bottom: 0;left: 0;}
.about_t p{font-size: 30px;line-height: 30px;color: #006adf;}
.about_t p>img{position: relative;top:5px;margin: 0 8px;}
.about_ww{margin-top: 70px;}
.about_ww p{font-size: 16px;line-height: 35px;color: #666;margin-bottom: 125px;}
.about_ww>a{padding: 15px 0 15px 60px;background: url(../uploadfile/image/20220714/20220714091247_1783435265.png)no-repeat left center;font-size: 14px;color: #aaa;}
.about_ww>a:hover{color:#006adf;background: url(../uploadfile/image/20220714/20220714100122_305506277.png)no-repeat left center;}
.about_t span{font-size: 40px;font-weight: bold;color: #222;display: block;margin-top: 15px;}
.about_r{width: 45%;height: 565px;background: url()no-repeat center;position: relative;}
.about_r::after{content: '';width: 110%;height: 565px;position: absolute;bottom: 0;right: -18%;z-index: -1;background: #006adf;}
.about_r img{position: absolute;right: -12%;bottom: 0;}


/*产品*/
.prod_t{text-align: left;}
.prod_nav{width: calc(100% - 630px);display: flex;justify-content: space-between;align-items: center;height: 60px;}
.prod_nav a{line-height: 45px;text-align: center;font-size: 16px;color: #666;background: #f5f5f5;position: relative;width: calc(88%/6);margin-left:2%;}
.prod_nav a.on{background: #006adf;color: #fff;}
.prod_nav a.on::after{content: '';position: absolute;border-top: 10px #006adf solid;border-left: 10px transparent solid;border-right: 10px transparent solid;bottom: -10px;left: 44%;transition: all 0.3s;}
.prod_w2{background: #f8f8f8;padding: 60px 0;}
.prod_ww{display:block;}
.prod_w1 .progdwz2021 ul{display: flex;}
.prod_w1 .progdwz2021 ul+ul{margin-top:15px;}
.prod_w1 .progdwz2021 ul li{float: left;position: relative;width:calc(95%/4);}
.prod_w1 .progdwz2021 ul li>a{display:block;overflow: hidden;}
.prod_w1 .progdwz2021 ul li>a img{transition: all 0.3s;width:100%;height:auto;}
.prod_w1 .progdwz2021 ul li:hover>a img{transform: scale(1.1);}
.prod_w1 .progdwz2021 ul li+li{margin-left: 1.66%;}
.prod_w1 .progdwz2021 ul li>br{display:none;}
.prod_w1 .progdwz2021 ul li span>a{font-size: 16px;text-align:center;display:block;padding:10px;}
.prod_w1 .progdwz2021 ul li:hover span>a{color:#006adf;}


/*品质*/
.qua{overflow: hidden;}
.qua_t{text-align: left;}
.qua_l{width: 60%;}
.qua_lw{margin-top: 70px;width: 100%;}
.qua_lw ul{}
.qua_lw ul li{width: 50%;float: left;}
.qua_lw ul li:nth-child(n+3){margin-top: 60px;}
.qua_lw ul li i{width: 57px;height: 56px;display: block;}
.qua_lw ul li i img{display: block;width:100%;transition: all 0.5s;}
.qua_lw ul li:hover i img{transform: rotateX(360deg);}
.qua_lw ul li p{font-size: 20px;font-weight: bold;color: #222;margin: 20px 0;}
.qua_lw ul li span{font-size: 16px;color: #666;}
.qua_r{width: 40%;overflow: hidden;}
.qua_r img{width: 100%;}


/*应用*/
.app{height:196px ;background: url(../uploadfile/image/20220714/20220714162053_1347819735.png)no-repeat center;}
.app_box{display: flex;align-items: center;justify-content: space-between;height: 100%;}
.app_t{margin-bottom: 0;}
.app_t p{color: #fff;}
.app_t span{color: #fff;}
.app_box a{display: block;width: 175px;height: 50px;line-height: 50px;background: #222;color: #fff;text-align: center;border-radius: 25px;font-size: 15px;}
.app_bg{position: relative;overflow: hidden;}
.appli_con {position: absolute;bottom: 0;left: 0;width: 100%;z-index: 5;height: 100%;overflow: hidden;}
.appli_con ul {display: flex;justify-content: space-between;height: 100%;}
.appli_con li {display: flex;flex-direction: column;align-items: center;color: #fff;width: calc(100% / 6);height: 100%;position: relative;z-index: 5;border-right: 1px solid rgba(255,255,255,0.3);justify-content: center;padding: 0 0 5% 0;}
.appli_con li:after {content:'';width:100%;height:0;background:linear-gradient(to top, rgba(255,255,255,0.3) 0 ,transparent);position:absolute;bottom:0;left:0;transition:0.5s;z-index:-1;}
.appli_con li:hover:after {height:100%;}
.appli_con li a {font-size: 28px;display: flex;flex-direction: column;margin: 20% 0 0;color:#fff;font-weight: lighter;text-align: center;}
.appli_con li a>span {font-size: 16px;text-transform: uppercase;opacity: 0.5;color:#fff;letter-spacing: 0;}
.appli_call {}
.appli_call ul {display:flex;transition: 0.5s;}
.appli_call li {position: relative;width:100%;flex-shrink: 0;}
.appli_call li>a {}
.appli_call li>a img {width:100%;height: auto;}


/*优势*/
.adv_t{}
.adv_t dd{font-size:30px; color:#333; line-height:60px;}
.adv li{float:left; border:1px #eee solid; width:16%; height:43vw; box-sizing: border-box; padding:2.5vw;overflow: hidden;position: relative; cursor: pointer;}
.adv li.on{width:52%;}
.adv li+li{border-left:0;}
.adv li img{width:100%;}
.adv_m{padding-top:5vw;transition: all 0.5s;}
.adv li.on .adv_m{padding:0;}
.adv_w{position: relative; text-align:center; padding-top:2vw;}
.adv_w p{font-size:1.2vw; color:#222; }
.adv_w dd{font-size:30px; color:#ccc; }
.adv_w dd:before{content:""; display:block; width:1px; height:6vw; background:#eee; margin:4vw auto; }
.adv li.on .adv_w{display:none;}
.adv_ww{opacity: 0; padding-top:2vw;}
.adv li.on .adv_ww{opacity: 1;}
.adv_ww h3{font-size:34px; color:#222;}
.adv_ww h3 b{color:#006adf; }
.adv_ww p{font-size:16px; line-height:30px;padding-top:10px;  }
.adv_ww dd{position: absolute; font-size:72px; color:#eee; bottom:10px; right:2.5vw;}

@media (max-width: 1920px){
.adv li{height:39vw;}
}
@media (max-width: 1680px){
.adv li{height:43vw;}
}

@media (max-width: 1560px){
.adv li{height:45vw;}
}

@media (max-width: 1400px){
.adv li{height:47vw;}
}


/*联系*/
.lx{height:285px ;background: url(../uploadfile/image/20220714/20220714174248_1084937864.jpg)no-repeat center;}
.lx_box{display: flex;align-items: center;justify-content: space-between;height: 100%;}
.lx_t{margin-bottom: 0;}
.lx_t p{color: #fff;}
.lx_t span{color: #fff;text-align: left;display: block;margin-top: 20px;}
.lx_r{}
.lx_tel{background: url(../uploadfile/image/20220714/20220714174248_1907870866.png)no-repeat left center;padding:0px 0px 0px 85px;margin: 50px 50px 0 0;}
.lx_tel p{font-size: 15px;color: #fff;}
.lx_tel span{font-size: 40px;font-weight: bold;color: #fff;}
.lx_img{width: 170px;height: 170px;display:inline-block;}
.lx_img img{width: 100%;}



/*新闻*/
.news_top ul{text-align:center; margin:0px auto;}
.news_wz{ height:48px;line-height: 36px; }
.news_wz b{font-size:26px;}
.news_wz span{font-size:24px; margin-left: 8px; color: #ccc; text-transform: uppercase; font-family: Arial;}
.news_wz em{font-size:16px; font-weight:200; display: block;color: #999;}
.news_tab{margin-top:10px;}
.news_tab li{display:inline-block; background: #fff; box-shadow: 0px 0px 20px #eee; width: 171px; height: 42px; line-height: 42px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;font-weight:100; color:#666;display: block;}
.news_tab li.on{color:#fff; background:linear-gradient(-90deg, #3858c9, #006adf);box-shadow:0px 0px 10px rgba(56, 88, 201, 0.3);width: 171px; height: 42px; line-height: 42px;}
.news_tab li.on a{color:#fff !important;}
.news_a{margin-right: 17px;}
.news_a em{position:relative;font-size: 20px;color: #c2c2c2; top:8px;}
.news_a .sPrev, .news_a .sNext{position:absolute;top: 2px;font-size: 20px;color: #c2c2c2;cursor: pointer;}
.news_a .sPrev{right: 5px;transform: rotate(-90deg);}
.news_a .sNext{left: 5px;transform: rotate(90deg);}
.news_a i:hover{color:#006adf;}
.news_list{height:28vw; min-height:500px !important;width: 100%;overflow: hidden;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{height:100%;}
.news_list .news_div_item{width: 25%;display: inline-block;position: relative;height:100%;transition:0.5s; padding:30px 40px 40px;border-right:1px #eee solid;}
.news_list .news_div_item:first-child{border-left:1px #eee solid;}
.news_list .news_div_item_date{font-weight: 400;height: 26px; line-height: 22px;}
.news_list .news_div_item_content{padding-right: 14px; padding-bottom:90px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{display: inline-block; font-size: 15px;line-height: 22px; color: #999;}

.news_list .news_div_item_a{font-size: 18px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight:normal; color:#222;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 0;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100; display: none;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(../uploadfile/image/20220714/20220714180315_283231923.png) no-repeat center;width: 18px;height: 14px;left: 0;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;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;}
.news_list .news_div_item_pic{  height: 14vw; overflow: hidden;}
.news_list .news_div_item img{transition:0.3s all linear; }
.news_list .news_div_item:hover img{transform:scale(1.1);}
.news_list .news_div_item:hover .news_div_item_a{color: #006adf;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{padding-left:40px;display: block;width: 130px;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;}


/*link*/

.link_bg{ height: 88px;background:#fff;overflow: hidden;border-top: 1px solid #eee;} 
.linkTagcs li a{font-size:14px;} 
.links_r a{font-family: "iconfont" !important;font-size:42px;font-style: normal;color:rgba(255,255,255,0.3);display:inline;height:80px;display: block;line-height:80px;} 
.links_l{display: flex;align-items: center;} 
.l_wz{position: relative; width: 79px;} 
.l_wz b{font-size: 25px;color: #051c16;line-height: 21px;} 
.l_wz b span{font-size: 25px;color: #006adf;} 
.l_wz p{color: #696b6a;letter-spacing: 5px;} 
.l_wz:after{content: '';position: absolute;width: 1px;height: 38px;background: #ededed;top: 0;right: -10px;} 
.links{display: flex;align-items: center;height: 88px;} 
.links_m{margin-left: 25px;} 
.copy_bg{height: 80px;background: #1f2020;line-height: 80px;overflow:hidden;} 
.copy_b{display: flex;justify-content: space-between;} 
.copy_bg div{color: #fff;line-height: 80px;} 
.copy_b div:nth-child(1){width: 63vw;border-top: 1px solid rgba(255,255,255,0.1);} 
.copy_b div:nth-child(2){background: #006adf;width: 35%;padding-left: 80px;position: relative;} 
.copy_b div:nth-child(2):after {position: absolute;content: "";width: 300px;height: 100%;background: #006adf;top: 0;right: -300px;} 
.copy_bg div a{color: #fff;font-size: 14px;} 
.cl {clear: both;} 
.banq{width: 63vw;padding:90px 0;} 
.bq_r>b {font-size: 24px;color: #fff;display: block;margin-bottom: 20px;} 
.bq_ewm {display: flex;padding-top: 24px;position: relative;} 
.bq_ewm li{cursor: pointer;}
.bq_ewm li:hover .ewm_cc{display: block;}
.bq_ewm li span {display: block;width: 36px;height: 36px;border-radius: 100%;font-size: 21px;text-align: center;line-height: 36px;color: #fff;background: #1f2020;} 
.ewm_cc {position: absolute;bottom: 39px;left: 0;display: none;width: 28%;} 
.ewm_cc img {width: 100%;height: auto;} 
.bq_r{width: 35%;padding:90px 0 0;background: #006adf;padding-left: 80px;position: relative;} 
.bq_r:after {position: absolute;content: "";width: 300px;height: 100%;background:#006adf;top: 0;right: -300px;} 
.bq_r p {font-size: 18px;line-height: 28px;}
.bq_lx {line-height: 36px;padding: 3% 0 0;} 
.bq_lx li{font-size: 16px;line-height: 36px;} 
.bq_ewm li+li {margin-left: 10px;} 
.bq_item li:first-child {padding-left: 20px;} 
.bq_item li:first-child:before {left: 0;} 
@media screen and (max-width: 1460px){
	.bq_item li+li {margin-left: 10%;} 
	.bq_r,.copy_b div:nth-child(2){padding-left:30px;} 
} 
@media screen and (max-width: 1320px){
	.bq_item li+li {margin-left: 10%;} 
	.banq,.copy_b div:nth-child(1){width: 62%;} 
	.bq_r,.copy_b div:nth-child(2){width: 38%;} 
} 
/*footer*/
.footer {display: flex;} 
.footer_bg{width: 100%; color: #fff;background: #1f2020;position: relative;overflow:hidden;} 
.bq_item li{position: relative;} 
.bq_item li{ float: left;position: relative;} 
.bq_item li:before{content: '';position: absolute;width:12px;height: 1px;background: #fff;top:24px;left: -22px;} 
.bq_item li+li{margin-left:15%;} 
.footer_w1 t{display: block;float: left;font-size: 24px;font-weight: bold;margin-right: 11px;} 
.footer_w1 span{display: block;float: left;font-size: 20px;margin-top:3px;} 
.bq_gzh li{width:130px;} 
.footer_w{font-size: 14px; line-height: 34px; color: #999;} 
.footer_w p{position:relative;} 
.footer_w p:before{left:0;font-family: "iconfont";font-size: 16px;} 
.bq_item li a{ display: block;font-size: 14px; line-height: 30px; color: rgba(255,255,255,0.47);} 
.bq_item li a:hover{color:#fff;} 
.footer_t{ font-size: 18px !important; color: #fff !important;  line-height: 48px !important; position: relative;font-weight: bold;} 
.footer li img{width:100%;height:auto;}



/*浮动*/
.y-kefu-box { position: fixed; right: 0; bottom: 10%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(../uploadfile/image/20220728/20220728153444_1480880585.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: #006adf; 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: #006adf; border-color: #006adf; 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-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;border-top: 0px !important;}
.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 .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 .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:#006adf; font-size: 18px; }
/*二维码*/
.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 .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 .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 .y-email-infos {color:#b9b9b9; text-align: left; bottom: 0;}
.y-kefu-box01 .y-email-infos>div {padding: 20px 20px 20px 45px; position: relative; }
.y-kefu-box01 .y-email-infos>div i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .y-email-infos p { color:#006adf; 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 .y-email-infos span { color:#b9b9b9; }
.y-kefu-box01 .y-email-infos p { color:#006adf; font-size: 18px; }
/*回顶*/
.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:#006adf; border-color: #006adf;}
.y-kefu-box01 .hver:hover>p { color: #fff; }

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 .hide-status { width: 54px; height: 65px; background-color:#006adf;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }