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

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

#copy { display: none;}

a {color: #666; text-decoration: none;}
a:hover { color:#08c666;text-decoration: none; border-bottom-style:}

.page{ margin:0 auto;width:1300px;}
.bg{ width: 100%;min-width: 1300px;}

.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;}


/*英文样式*/
.font_en {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}
.t{text-align: center;}
.t p{font-size: 40px;color: #222;margin-bottom: 10px;}
.t d{color: #666;font-size: 18px;line-height: 30px;}
.t i{display: block;width: 36px;height: 17px;margin:12px auto 0;background: url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210127/20210127112941_590885983.png)no-repeat center;}


/*仰面*/
.head_bg{position: relative;}
.head_bg:before{content: '';width: 100%;height: 1px;background: #eee;display: block;position: absolute;left: 0;top: 75px;z-index: -1;}
.head_bg:after{content: '';width: 410px;height: 150px;background: #08c666;display: block;position: absolute;left: 0;top: 0;z-index: -1;}
.head{width: 95%;margin: 0 auto;}
.logo{margin-top: 27px;margin-right: 80px;}
.head d{font-size: 24px;color: #333;line-height: 75px;}
.head span{height: 75px;line-height: 75px;}
.head span b{color:#08c666; font-size:24px; font-family: "Tw Cen MT";}
.head .wx{width: 35px;height: 35px;display: block;border-radius: 50%;border:1px solid #eee;background: url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210127/20210127101821_692571182.png)no-repeat center;margin-top: 18px;cursor: pointer;}
.head .wx img{width:100px;height:100px;}
.head .wx p{position: relative;top: 40px;left: -33px;z-index: 9;width:100px;height: 0px;overflow: hidden;transition:0.3s all ease;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.head .wx:hover p{height:100px;}
.nav{height:75px;}
.nav>ul>li{ float: left; display: block;height:75px;padding-right: 70px;}
.nav>ul>li:last-child{padding-right: 0;}
.nav>ul>li>a{display: block; color: #333; font-size: 16px; text-align: center; z-index: 3333;line-height: 75px;}
.nav ul li.navcurrent a,.nav ul li:hover a{color: #08c666;}

@media (max-width: 1750px){
    .nav>ul>li{padding-right: 60px;}
}

@media (max-width: 1650px){
    .nav>ul>li{padding-right: 50px;}
}

@media (max-width: 1580px){
    .nav>ul>li{padding-right: 40px;}
}
@media (max-width: 1500px){
    .nav>ul>li{padding-right: 30px;}
}
@media (max-width: 1400px){
    .nav>ul>li{padding-right: 25px;}
    .nav>ul>li a{font-size: 15px;}
    .head_bg:after{width: 390px;}
}



/*幻灯片*/
.banner-box,.banner-box .bd li{height:750px;}
.banner-box .banner-btn a.prev,.banner-box .banner-btn a.next{top:350px;background-image:url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210128/20210128224411_932317502.png);}
.banner-box .hd ul li.on{background:#08c666;}
.banner-box{min-width:1300px;position:relative;overflow:hidden;margin: 0 auto;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.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:20px;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:#ccc; 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{height: 95px;border-bottom: 1px solid #eee;box-sizing: initial;}
.search_nbg{position: absolute;z-index: 999;top: 500px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{margin:0 auto;background: #fff;}
.search{height: 95px;background: #fff;}
.search_l{line-height: 95px;color: #666;}
.search_l dd{font-size: 16px;color: #222;font-weight: bold;display: inline-block;}
.search_l a{font-size: 15px;color: #666;}
.search_l a:hover{color:#08c666;}
.search-bg #infoname{width:382px;background:#f5f5f5; outline:none; color:#ccc;border: none;height:46px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;margin-top: 24px;border-radius: 23px;}
.search-bg{position: relative;}
.search-i{margin-top: 20px;position: absolute;top: 18px;right: 20px;}

/*产品中心*/
.prod_bg{background: url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210129/20210129224128_2134436334.jpg)no-repeat center bottom;height: 1130px;}
.prod_box{width: 640px;height: 643px;border-radius: 0 100px 0 100px;background: #fff;padding: 50px 40px;}
.prod_box p{font-size: 34px;color: #333;}
.prod_box>span{width: 72px;height: 5px;display: block;background: #08c666;margin: 25px 0;}
.prod_box dd{font-size: 16px;color: #333;line-height: 28px;}
.prod_box>a{width: 137px;height: 40px;line-height: 40px;text-align: center;background: #ed6b1b;font-size: 16px;color: #fff;display: block;margin-top: 35px;transition:0.3s all ease-in-out;}
.prod_box>a:hover{background:#08c666;}
.prod_box table td{width:265px;display: block;padding-left: 0 !important;float:left;margin-right: 30px;position: relative;overflow: hidden;transition:0.3s all ease;}
.prod_tab{margin-top:45px;position: relative;}
.prod_tab td img{width: 100%;height: auto;}
.prod_tab tr{display:block;}
.prod_tab td>a{width:100%;height:100%;display:block;border:1px solid #eee;}
.prod_tab td br{display:none;}
.prod_tab td span{width:100%;height:100%;position: absolute;background: rgba(8,198,102,0.5);top:-100%;left:0px;transition:0.3s all ease;}
.prod_tab td span a{line-height:265px;color:#fff;font-size:16px;width:100%;height:100%;display:block}
.prod_tab{margin-top:45px;position: relative;}
.prod_btn>div{position: absolute;top: 45%;width: 41px;height: 41px;display: block;background: #08c666 url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210127/20210127121227_1008427560.png)no-repeat center;border-radius: 50%;cursor: pointer;transition:0.3s all ease-in-out;}
.prod_btn>div:hover{box-shadow: 0px 0px 10px #08c666;}
.prod_btnl{left:-20px;}
.prod_btnr{right:-20px;transform: rotate(180deg);} 
.prod_box table td:hover span{top:0px;}
.prod .tempWrap{width:560px !important;}

/*解决计划*/
.case_cont{width:98% !important;margin:0 auto;}
.case_bg{background: url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210129/20210129224221_433153009.jpg)no-repeat center bottom;padding-bottom:400px;}
.case_cont td{width:23.5% !important;padding-left:0px !important;float:left;margin-bottom:40px;border-radius:10px;overflow: hidden;background: #f5f5f5;transition:0.3s all ease-in-out;}
.case_cont td+td{margin-left: 2%;}
.case_cont td img{width:100%;height:auto;border-radius:10px;}
.case_cont tr{display:block;}
.case_cont td>div{width:100%;height:110px;padding-top:0px !important;background:#f5f5f5;position: relative;}
.case_cont td>div a:nth-child(1){width:100%;height:100%;line-height:60px;color:#333;font-size:16px;display:block;float:left;position: absolute;    z-index: 5;transition:0.3s all ease-in-out;}
.case_a{width:96px;height:30px;display:inline-block;border-radius:10px;background:#08c666;line-height:30px;text-align:center;font-size:15px;color:#fff;margin-top: 60px;}
.case_a:nth-child(2){margin-right:10px;background:#999;position: relative;z-index: 4;}
.case_a:nth-child(3){position: relative;z-index:9;}
.case_a:nth-child(3):hover{color:#fff;}
.case_more,.prod_more,.client_more{width:255px;height:64px;display:block;background:#08c666;margin:0 auto;border-radius:32px;line-height:64px;font-size:15px;color:#fff;box-shadow: 0px 0px 10px rgba(8,198,102,0.75);text-align: center;transition:0.3s all ease-in-out; position: relative;}
.case_more:hover,.prod_more:hover,.client_more:hover{color:#fff;background:#ed6b1b;box-shadow: 0px 0px 10px rgba(237,107,27,0.75);}
.case_cont td>div:after{content:'';width:100%;height:0px;background:#ed6b1b;position: absolute;bottom:0px;left:0px;transition:0.3s all ease-in-out;}
.case_cont td:hover div:after{height:100%;}
.case_cont td:hover div a{color:#fff;}
.case_cont td:hover{background:#ed6b1b;}
/*优势*/
.adv_bg{background: url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210129/20210129224830_1969913764.jpg)no-repeat center bottom;height: 1400px; margin-top:-240px;}
.adv_list li{width: 420px;height: 70px;background: #999;color: #fff;font-size: 24px;line-height: 70px;float: left;text-align: center;cursor: pointer;}
.adv_list li+li{margin-left: 20px;}
.adv_list li.on{background: #08c666;}
.adv_box{width:1300px !important;height: 685px;padding: 20px;background: #fff;position: relative;}
.adv_l{padding: 60px 50px;width: 600px;}
.adv_l p{font-size: 34px;color: #333;font-weight: bold;line-height: 44px;}
.adv_l d{color: #08c666;}
.adv_l span{width: 72px;height: 5px;display: block;background: #08c666;margin: 30px 0;}
.adv_l dd{font-size: 15px;color: #666;line-height: 28px;margin-top: 20px;}
.adv_l>a{width: 190px;height: 50px;background: #ed6b1b;display: block;text-align: center;line-height: 50px;font-size: 15px;color: #fff;transition:0.3s all ease-in-out;}
.adv_r img{position: relative;z-index: 3;}
.adv_box:after{content: '';width: 631px;height: 645px;background: #08c666;display: block;position: absolute;right: 0px;top: 0px;z-index: 1;}
.adv_b{text-align: center;}
.adv_b p{font-size: 60px;color: #ccc;font-family: 'Pristina';}
.adv_b d{font-size: 40px;color: #ed6b1b;font-weight: bold;margin-top: -15px;display: block;}
.adv_b dd{font-size: 24px;color: #333;line-height: 40px;}
.adv_tel{width: 460px;height: 62px;border-radius: 31px;overflow: hidden;margin: 35px auto 0;}
.adv_tel span{width: 280px;height: 100%;display: inline-block;background: #08c666 url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210127/20210127160109_1899621853.png)no-repeat 25px center;font-size: 28px;font-weight: bold;font-family: 'Arial';color: #fff;float: left;line-height: 62px;padding-left: 40px;}
.adv_tel a{width: 180px;height: 100%;line-height: 62px;text-align: center;font-size: 16px;color: #fff;background: #ed6b1b;display: inline-block;float: left;transition:0.3s all ease-in-out;}
.adv_tel a:hover{background:#08c666}
.adv_l>a:hover{background:#08c666;}

/*客户见证*/
.client_bg{background:url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210129/20210129225457_1648214265.jpg)no-repeat center top;height:940px;}
.client_cont .divdgweb_new_div_item{width:414px;height:529px;background:#f5f5f5;margin-right:29px;float: left;position: relative;}
.client_cont .divdgweb_new_div_item_content{position: absolute;top: 350px;}
.client_cont .divdgweb_new_div_item_a{font-size:20px;color:#333;font-weight:bold;}
.client_cont .divdgweb_new_div_item_content{padding:0 30px;}
.client_cont .divdgweb_new_div_item_body{font-size:14px;line-height:28px;color:#666;margin-top:10px;}
.client_cont{position: relative;}
.client_btn>div{position: absolute;top: 45%;width: 73px;height: 73px;display: block;background: #08c666 url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210127/20210127165811_1481344429.png)no-repeat center;border-radius: 50%;    cursor: pointer;box-shadow: 0px 0px 10px rgba(8,198,102,0.75);}
.client_btnl{left:-37px;}
.client_btnr{right:-37px;transform: rotate(180deg);} 
.client .tempWrap{width:1320px !important;}
.client_cont .divdgweb_new_div_item{transition:0.3s all ease-in-out;    overflow: hidden;}
.client_cont .divdgweb_new_div_item:hover{box-shadow: 5px 5px 10px rgba(0,0,0,0.1);}
.client_cont .divdgweb_new_div{padding-bottom:10px !important;}
.client_cont .news_div_item_pic{height:310px;overflow: hidden;}
.client_cont .news_div_item_pic img{width:100%;transition:0.3s all ease-in-out;}
.client_cont .divdgweb_new_div_item:hover .news_div_item_pic img{transform: scale(1.1);}

/*问题*/
.problem_bg{background: url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210129/20210129225526_909129692.jpg)no-repeat center top;height:1190px;padding-top:480px; margin-top:-400px;box-sizing: border-box;}
.problem_t d{color: #fff;}
.problem_t span{color: #ed6b1b;font-weight: bold;font-family: 'Arial'}
.problem_cont li{width: 25%;float: left;text-align: center;}
.problem_img{width: 182px;height: 182px;border-radius: 50%;margin: 0 auto;box-sizing: inherit;transition:0.5s all ease-in-out;}
.problem_cont li p{font-size: 24px;color: #fff;line-height: 40px;margin: 20px 0;}
.problem_cont li d{font-size: 14px;color: #fff;line-height: 24px;}
.problem_img img{width: 182px;height: 182px;border-radius: 50%;border: 6px solid rgba(255,255,255,0.4);}
.problem_cont li:hover .problem_img{transform: rotateY(360deg);}

/*简介*/
.about_bg{background: url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20240924/20240924195351_1748686874.jpg)no-repeat center bottom;height:804px;}
.about_l{width: 600px;}
.about_l p{font-size: 24px;color: #333;}
.about_l d{font-size: 14px;color: #999;line-height: 30px;}
.about_l span{width: 44px;height: 3px;display: block;background: #08c666;margin: 40px 0 30px;}
.about_l dd{font-size: 16px;color: #333;line-height: 30px;text-indent: 2em;}
.about_l a{width: 160px;height: 43px;border-radius: 22px;display: block;line-height: 43px;color: #fff;font-size: 16px;background: #08c666;text-align: center;margin-top: 50px;transition:0.3s all ease;}
.about_l a:hover{background: #ed6b1b;}



.news_tab{text-align: center;margin-bottom:30px;}
.news_tab a{font-size: 18px; font-weight: 100; display: inline-block;color: #fff; background: linear-gradient(-204deg, #08c666 50%, #42fa9d 100%); width: 171px;height: 42px;line-height: 42px;text-align: center;border-radius: 21px;}
.news_tab a.on{ color:#fff;background:#ed6b1b; }
.news_tab a+a{margin-left: 20px;}

.news_list{ height:550px; width: 100%; overflow: hidden; }
.news_list .tempWrap { width: 100% !important; }
.news_list .news_div{ height:550px; }
.news_list .news_div_item { width: 416px; display: inline-block; position: relative; height: 550px; transition: 0.5s; padding: 20px; border: 1px #eee solid; }
.news_list .news_div_item+.news_div_item { margin-left: 25px; }
.news_list .news_div_item_date{position: absolute;top:320px;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(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210128/20210128224139_516599260.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:350px;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: #999;}
.news_list .news_div_item_a{font-size: 20px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: 	normal;color:#333;}
.news_list .news_div_item_a::before{position:absolute;content:'审查详情';bottom: -142px;left: 0;width: 130px;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;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -131px;font-size: 43px;background:url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210128/20210128224139_253865215.png) no-repeat center;width: 18px;height: 14px;left: 130px;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:hover .news_div_item_a{color: #08c666;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #f8f8f8;transition:0.5s;padding-left:40px;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;transition:0.5s;}

/*版权*/
.link_bg{background: #08c666;}
.copyright{ background:#232323;}
.links{ font-size:16px; color:#fff; line-height:90px;}
.links p.fl{ padding-left:38px; font-weight:bold; background:url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210128/20210128155504_1698836288.png) no-repeat left center;}
.links p.fl span{ vertical-align: bottom; font-size:18px; padding:0 20px 0 5px;}
.end,.end a{ font-size:15px; color:#ddd; line-height:99px;}
.end a:hover{ color:#08c666;}
.crcon{padding: 70px 0px 80px;border-bottom:1px solid #666;}
.kslj li{ float:left; margin-right:110px;}
.kslj li p{ font-size:20px; color:#ffffff; margin-bottom:20px; padding-left:35px; background:url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210128/20210128155234_620902250.png) no-repeat left center;}
.kslj li a{ display:block; font-size:14px;color:#ddd;font-weight:lighter; line-height:30px; margin-left:20px;}
.kslj li a:hover{ color:#08c666;}
.kslj li a i{ padding-right:10px;}
.crcodecon li img{ border:10px solid #fff; border-radius:5px; width:163px; height:auto;}
.crcodecon { margin-right:17px;}
.crcodecon li{ width:173px !important; position:relative;}
.crcodecon li:after{ content:''; display:block; position:absolute; width:10px; height:19px; right:0; top:15px; background:url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210128/20210128155435_261244821.png) no-repeat left center;}
.crcodecon li:nth-child(2):after{ top:15px;}
.crcodecon li:nth-child(3):after{ top:72px;}
.crcodecon li:nth-child(4):after{ top:130px;}
.crcodetab p{ cursor:pointer; font-size:16px; font-weight:lighter; color:#999; width:200px; height:45px; line-height:45px; border-radius:25px;background:#333; position:relative;}
.crcodetab p+p{ margin-top:14px;}
.crcodetab p.on{background:#08c666; color:#fff;}
.crcodetab p span{ padding-left:12px; margin-left:50px;}
.crcodetab p:after{ content:''; display:block; position:absolute; width:20px; height:20px; background:url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210128/20210128155316_70235514.png) no-repeat center; top:12px; left:19px;}
.crcodetab p.on:after{background:url(https://memberpic.114my.com.cn/szdehui/uploadfile/image/20210128/20210128155355_1546867920.png) no-repeat center;}





/* 浮动?*/
.y-kefu-box {position: fixed; right: 0; top:50%; 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/szdehui/uploadfile/image/20210525/20210525162330_448985715.png) no-repeat;
 margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 30px; height: 30px; background-position: -4px -113px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #08c666; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #08c666; 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;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #08c666; border-color: #08c666; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .show-status .kf-zixun { background-color: #08c666; border-color: #08c666; 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: #08c666; border-color: #94;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px; }
.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:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #08c666; 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:125px; height:124px; margin: 10px auto 0; }
.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: #0070fa; 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; }<!--耗时1774176713.4967秒-->