/*标签样式初始化*/
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;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#003c82;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:"Biko";text-transform: uppercase;}




html{font-size: 15px;}




/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;}
.title t{color:#003c82;}
.title p{font-size: 18px;color:#999;line-height: 30px;}




/*抬头*/
.head_bg{height:120px;}
.logo{display: flex;align-items: center;height: 120px;}
.logo li{display: flex;flex-direction: column;margin-left: 0.6vw;}
.logo li b{font-size: 1.7vw;color: #333;}
.logo li p{font-size: 0.96vw;line-height: 30px;color: #666;}





/*栏目*/
.nav{margin-right: 3vw;}
.NavCeshi li{float:left;padding: 0 1.6vw;position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi li>a{display:block;position: relative;text-align: center;}
.NavCeshi li i{line-height:120px;font-style:normal;font-size:16px;color:#333; font-weight:600;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#003c82;}
.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: #003c82;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}

/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #003c82 solid;position: absolute;left:50%;top:100px;transform: translate(-50% );z-index: 9;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{opacity: 1;top:120px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #003c82;color: #fff;text-align: center;transition:ease-out .3s;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 15px;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #003c82;}
.nav2 table{width: 100%;}



/*其他屏幕样式*/
@media (max-width: 1850px) and (min-width: 1781px){

}
@media (max-width: 1780px) and (min-width: 1681px){

}
@media (max-width: 1680px) and (min-width: 1600px){
.NavCeshi li i{font-size: 15px;}
}
@media (max-width: 1599px) and (min-width: 1500px){
.NavCeshi li i{font-size: 14px;}
}
@media (max-width: 1499px) and (min-width: 1400px){
.NavCeshi li i{font-size: 14px;}
}




/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;min-width: 1400px;}
.banner-box{ min-width:1400px; height:725px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:725px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;    height: 80%;    position: relative;    z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:250px; left: 0; margin-left: 0; height:420px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px;background-position: 0 0;} 
.banner-btn a.next{ right:-50px;background-position: -49px 0;}
.banner-btn a{background:url(../images/20220916113346_470107116.png) no-repeat;}
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #003c82;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 80px; 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-nbox{height:350px;}
.banner-nbox .bd li{height:350px;}
.banner-nbox .banner-btn{    top: 100px;}




/*搜索*/
.search_bg{height: 100px;background: #fff;overflow: hidden;box-shadow: 0 0 30px rgba(0,0,0,.08);}
.search_nbg{position: absolute;z-index: 999;top: 620px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{background: #fff;margin: 0 auto;}
.search-bg{width:300px;height:50px;overflow: hidden;margin-top:26px;}
.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: 14px;color: #999;}
.search_l a:hover{color:#003c82;}
.search-bg #infoname{width:300px;background:#f5f5f5;outline:none; color:#ccc;border: none;height:50px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;border: 1px solid #eee;border-top: none;border-bottom: none;border-radius: 23px;}
.search_nbg #infoname{width:278px;height: 50px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height:50px;}
.search-i input{outline: none;}






/*产品中心*/
.prod{height:1190px;}
.program_a ul{display: flex;justify-content: center;width: 100%;}
.program_a li{width: 33.3%;}
.program_a a{display: block;float: left;width: 100%;height:70px;background: #333;text-align: center;font-size: 18px;line-height: 70px;color: #fff;}
.program_a li dl{display:none;}
.program_a li.on a{background: #003c82;color:#fff;}
.program_a li+li a{border-left:1px #e5e5e5 solid;}
.program_d dl{height:625px !important;}
.program_l{width: 49%;overflow: hidden;height:625px;position: relative;}
.program_l p{position: absolute;top: 40%;left: 0px;right: 0px;bottom: 0px;margin: 0 auto;width: 120px;text-align: center;height:120px;background: #059bfa;border-radius: 50%;line-height: 120px;color: #fff;font-size:16px;z-index:2;}

.prod_d .progdwz2021 li{float: left;width:32%;position: relative;text-align: center;}
.prod_d .progdwz2021 li+li{margin-left: 2%;}
.prod_d .progdwz2021 ul+ul li{margin-top: 2%;}
.prod_d .progdwz2021 li>a{display: block;overflow: hidden;border: 1px #eee solid;}
.prod_d .progdwz2021 li img{display: block;width: 100%;height: 335px;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.prod_d .progdwz2021 li br{display: none;}
.prod_d .progdwz2021 li span{display: block;width: 100%;height: 55px;line-height:55px;background: #f5f5f5;position: relative;z-index: 2;}
.prod_d li:hover span{background: #003c82;}
.prod_d .progdwz2021 li span a{font-size:16px;}
.prod_d li:hover span a{color:#fff;}
.prod_d .progdwz2021 li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}






/*坚守匠心 · 品质和服务*/
.prodtd_bg{height:910px;background:url(../images/20220916111656_2074322018.jpg)no-repeat center;}
.prodtd{height:640px;padding:80px;background: #fff;position: relative;}
.prodtd_li li{width:396px;float:left;margin-right: 25px;}
.prodtd_li_text{height:210px;padding:35px 25px 0 25px;background: #f8f8f8;text-align: center;}
.prodtd_li_text *{display: block;}
.prodtd_li_text t{font-size:24px;color:#333;font-weight: bold;}
.prodtd_li_text span{margin: 3px 0 15px 0;font-size: 14px;color:#bbb;text-transform: lowercase;}
.prodtd_li_text p{font-size:16px;color:#666;line-height: 34px;}
/*按钮*/
.prodtd_btn{width:88px;height:88px;background: #fff url(../images/20220916113429_235289702.png)no-repeat center;border:10px #f5f5f5 solid;border-radius: 100%;position: absolute;top: 278px;cursor: pointer;transition: all 0.3s;}
.prodtd:hover .prodtd_btn{background: #003c82 url(../images/20220916113429_897867797.png)no-repeat center;}
.prodtd_btnl{left: -44px;}
.prodtd_btnr{right: -44px;transform: rotate(180deg);}








/*应用案例*/
.case_bg{height: 873px;}
.case_list{width: 470px;}
.case_list li{display: flex;align-items: center;justify-content: center;width: 230px;height: 185px;background: #fff;margin-bottom: 10px;float: left;text-align: center;cursor: pointer;transition: 0.3s ease all;box-shadow: 0px 0px 10px rgba(144, 144, 144, 0.2);}
.case_list li:nth-child(2n){margin-left: 10px;}
.case_list li a{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.case_list li i{display: flex;justify-content: center;align-items: center;width: 62px;height: 62px;transition: 0.3s ease all;background: #003c82;border-radius: 100%;}
.case_list li.on{background: #003c82;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);}
.case_list li.on i{background:#fff;}
.case_list li i:after{content: "";display: block;width:30px;height:30px;background: url(../images/20220916112613_1266803932.png)no-repeat;transition:all 0.3s;}
.case_list li:nth-child(2) i:after{background-position:-30px 0;}
.case_list li:nth-child(3) i:after{background-position:-60px 0;}
.case_list li:nth-child(4) i:after{background-position:-90px 0;}
.case_list li:nth-child(5) i:after{background-position:-120px 0;}
.case_list li:nth-child(6) i:after{background-position:-150px 0;}
.case_list li.on:nth-child(1) i:after{background-position:0px -30px;}
.case_list li.on:nth-child(2) i:after{background-position:-30px -30px;}
.case_list li.on:nth-child(3) i:after{background-position:-60px -30px;}
.case_list li.on:nth-child(4) i:after{background-position:-90px -30px;}
.case_list li.on:nth-child(5) i:after{background-position:-120px -30px;}
.case_list li.on:nth-child(6) i:after{background-position:-150px -30px;}

.case_list li p{font-size:18px;font-weight: 500;color: #484848;line-height: 40px;transition: 0.3s ease all;margin-top: 8px;}
.case_list li d{font-size: 12px;color: #aaaaaa;transition: 0.3s ease all;}
#case_box{width:920px;}
.case_box{position: relative;height: 575px;}
.case_box img{width:920px;height:690px;}
.case .tempWrap{float: right;}

.case_list li.on p{color:#fff;}
.case_list li.on d{color: #fff;}





/*四大优势*/
.adv_bg{height:945px;background: url(../images/20220915170043_1269339237.jpg)no-repeat center;}
.adv_title b{color:#fff;}
.adv_title P{color:#e5e5e5;}
.adv_title em i{background: #ccc;}
.adv_title em i:nth-child(2){background: #fff;}
.adv{position: relative;}
.adv:before,.adv:after{content: "";display: block;width:1400px;height:280px;background:#003c82;position: absolute;}
.adv:before{top:24px;}
.adv:after{top:345px;}
.adv_li li{width: 315px;position: absolute;z-index: 2;}
.adv_li li:nth-child(1){top:60px;left: 30px;}
.adv_li li:nth-child(2){top:60px;right: 30px;}
.adv_li li:nth-child(3){top:385px;left: 30px;}
.adv_li li:nth-child(4){top:385px;right: 30px;}
.adv_li li *{display: block;}
.adv_li li t{font-size: 28px;color:#fff;font-weight: bold;}
.adv_li li span{margin: 3px 0 17px 0;font-size: 12px;color:#8bd0ff;text-transform: capitalize;}
.adv_li li p{font-size: 15px;color:#eee;line-height: 32px;}

.adv_img{margin: 0 0 0 -323px;border-radius: 100%;border:38px #fff solid;overflow: hidden;position:absolute;top:50%;left: 50%;z-index: 2;}






/*公司简介*/
.com_bc{padding:100px 0 0;}
.com_c{display: flex;justify-content: space-between;align-items: center;}
.com_lc{width: 51%;}
a.com_btn {color: #fff;}
.com_tit p{font-family: "Roboto";font-size:16px;color: #bbb;}
.com_tit div{font-size: 18px;color: #333;display: flex;align-items: center;}
.com_tit div b{font-size: 30px;color: #333;}
.com_tit div span{font-size: 24px;color:#003c82;}
.com_info{font-size: 16px;color: #666;line-height: 30px;padding:45px 0;}
.com_btn{width: 170px;height:50px;color: #fff;font-size: 18px !important;text-align: center;line-height:50px;background: #003c82;display: block;}
.com_rc p{position: relative;}
.com_rc p img{position: relative;z-index: 2;}
.com_rc p:after{position: absolute;content: "";width: 100%;height: 100%;background: #003c82;top: -20px;left: -20px;}
@media screen and (max-width: 1250px){
	.com_info{padding:32px 0;}
}
.cf_c {margin: 40px auto 0;}
.cf_img .new_web_div2021 li{width:calc((100% - 60px) / 4);margin-right:20px;}
.cf_img .new_web_div2021 li p{text-align:center;font-size:16px;color:#666;margin-top:10px;}
.cf_img .new_web_div2021 li>a{width:100%;height:100%;display:block;overflow: hidden;}
.cf_img .new_web_div2021 li>a img{width:100%;height:100%;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.cf_img .new_web_div2021 li:hover>a img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.cf_img .new_web_div2021 li:hover p a{color:#003c82;}
.cf_img p a{font-size:16px;}






/*新闻*/
.news_bg{height:848px;background: #f8f8f8;}
.lanrenzhijia .news_dt a{ background:#fff;display:block; float:left; text-decoration:none; width:317px; font-size:16px;padding:18px 30px;  -webkit-transition: all 0.8s linear;  transition: all 0.8s linear; margin-bottom:30px; height:96px;}
.lanrenzhijia .news_dt a+a{ margin-left:16px;}
.lanrenzhijia .news_dt a{text-decoration:none; width:405px; font-weight:bold; background:#fff url(../images/20220916113512_354294118.png) no-repeat 438px 40px; -webkit-transition: all 0.8s linear; transition: all 0.8s linear;}
.lanrenzhijia .news_dt a.on{ width:558px;background:#003c82 url(../images/20220916113512_1161672013.png) no-repeat 490px 40px;}
.lanrenzhijia .news_dt a.on .news_dt_ren{ color:#fff;}
.lanrenzhijia .news_dt a.on .news_dt_rm{-webkit-transition: all 0.8s linear;transition: all 0.8s linear; color:#fff; font-weight:bold;}

.news_dt_rm{overflow:hidden;font-weight:normal;  color:#222; line-height:35px; font-size:24px; padding-left:10px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.news_dt_ren{font-family:Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase; color:#888; line-height:26px; font-weight:normal; padding-left:10px;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}

.lanrenzhijia .content{ position:relative; margin-top:20px;}
.news .news_div_item{ background:#fff;width:687px; float:left; position:relative;-webkit-transition: all 0.8s linear;transition: all 0.8s linear; border:1px solid #efefef; padding:10px; margin-bottom:24px;}
.news .news_div_item:nth-child(2n){ margin-left:24px;}
.news .news_div_item_pic{float:left; width:242px; height:182px; overflow:hidden; border:1px solid #efefef;}
.news .news_div_item_pic img{width:240px; height:180px; -webkit-transition: all 0.5s linear; transition: all 0.5s linear;}
.news .news_div_item_content, .news .divdgweb_new_div_item_content{float:right; width:378px; margin-right:15px; text-align:left;}
.news_div_item_title, .divdgweb_new_div_item_title{white-space: nowrap; text-overflow: ellipsis; overflow:hidden; width:295px; padding-top:10px;}
.news_div_item_title a, .divdgweb_new_div_item_title a{font-size:16px; -webkit-transition: all 0.8s linear; transition: all 0.8s linear; color:#222;}
.news .news_div_item_body, .news .divdgweb_new_div_item_body{overflow:hidden; line-height:25px; padding-top:16px; height:70px; font-size:14px; color:#666666; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-bottom:18px;}
.news_dt_rgo{overflow:hidden; -webkit-transition: all 0.8s linear; transition: all 0.8s linear;}
.news_dt_rgo a{font-size:0px; line-height:0px;}
.news_dt_rgo span{display:block; width:90px; height:1px; background:#efefef; -webkit-transition: all 0.8s linear; transition: all 0.8s linear;}
.news_dt_rgo p{font-size:14px; line-height:48px; text-align:right; position:relative; z-index:2; color:#003c82; -webkit-transition: all 0.8s linear; transition: all 0.8s linear; margin-left:200px; width:270px;}
.news_div_item_date, .divdgweb_new_div_item_date{position:absolute; font-size:16px; font-family:Arial, Helvetica, sans-serif; margin-left:269px; margin-top:150px; color:#999;}
.news_div_item_year, .divdgweb_new_div_item_year{float:left;}
.news_div_item_month, .divdgweb_new_div_item_month{float:left;}
.news_div_item_day, .divdgweb_new_div_item_day{float:left;}
.news .news_div_item:hover .news_dt_rgo span, .news .divdgweb_new_div_item:hover .news_dt_rgo span{-webkit-transition: all 0.8s linear;transition: all 0.8s linear; width:100%;}
.news .news_div_item:hover .news_div_item_title a, .news .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a{-webkit-transition: all 0.8s linear;transition: all 0.8s linear; color:#003c82;}
.news .news_div_item:hover .news_dt_rgo p, .news .divdgweb_new_div_item:hover .news_dt_rgo p{-webkit-transition: all 0.8s linear;transition: all 0.8s linear; width:100%; margin-left:0px;}
.news .news_div_item:hover .news_div_item_pic img, .news .divdgweb_new_div_item:hover .news_div_item_pic img{-webkit-transition: all 0.5s linear;transition: all 0.5s linear; -webkit-transform: scale(1.15); transform: scale(1.15);}







/*友情链接*/
.copyright{ background:#222; color:#fff; }
.links{ line-height:90px; background:#003c82; color:#fff; font-size:18px;}
.linkTagcs li{ line-height:90px !important;}
.links p.fl{ padding-left:40px; background:url(../images/20220916113550_2092079525.png) no-repeat left center;}
.links p.fr{ font-size:25px; font-family:impact; text-transform:uppercase;}







/*版权*/
.bq{border-top: 1px solid #333;line-height: 80px;}
.end,.end a{ font-size:14px; color:#888;}
.end a:hover{ text-decoration:underline; color:#fff;} 
.crcon{ padding:60px 0; width:1400px; margin:0 auto;}
.kslj{ font-size:0;}
.kslj li{ display:inline-block; padding-left:25px; position:relative; vertical-align:top;}
.kslj li:after{content: "";display: block;width: 1px;height: 180px;background: #333;position: absolute;right: -100px;top: 0;}
.kslj li p{ font-size:18px; margin-bottom:25px; position:relative;}
.kslj li p:after{ content:''; display:block; position:absolute; top:0; bottom:0; height:1px; margin:auto 0; left:-25px; width:16px; background:#fff;}
.kslj li a{ display:block; font-size:14px; color:#888; line-height:32px;}
.kslj li a:hover{ text-decoration:underline; color:#fff;} 
.kslj li+li{ margin-left:180px;}
.crcode{ font-size:14px;text-align:center;}
.crcode img{ display:block; width:150px; height:150px; margin-bottom:10px;}
.crconcat{ text-align:center; height:218px; box-sizing:border-box; padding:0px 120px; }
.crphone{ font-size:33px; font-weight:bold;}
.cr_c{ font-size:14px; line-height:25px; margin:20px 0; color:#888;}
.crbtn a{ width:200px; line-height:38px; border-radius:20px; font-size:14px; color:#fff; display:inline-block; background:#003c82; transition:all .3s ease;}
.crbtn a:hover{ box-shadow:0 0 5px #fff;}
.crbtn i{ display:inline-block;  color: #fff; padding-left:28px; background:url(../images/20220916113613_1589604577.png) no-repeat left center;font-style: normal;}
.zhuying{line-height: 80px;}














/*客服样式*/
.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(../images/20220915193437_817570400.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: #003c82; 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: solid 1px #efefef;position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #003c82; border-color: #003c82; 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; }
.kf-mail>i{background-position: -5px -79px !important;}
.kf-mail:hover>i{background-position: -30px -79px !important;}
.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: #003c82; border-color: #003c82;}
.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 .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#003c82; }
.y-kefu-box01 .mobile-infos p { color: #003c82; font-size: 16px; }
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: #003c82; 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; }