@font-face {
  font-family: 'iconfont';  /* Project id 4502309 */
  src: url('//at.alicdn.com/t/c/font_4502309_w9kafcoebeb.woff2?t=1715062674189') format('woff2'),
       url('//at.alicdn.com/t/c/font_4502309_w9kafcoebeb.woff?t=1715062674189') format('woff'),
       url('//at.alicdn.com/t/c/font_4502309_w9kafcoebeb.ttf?t=1715062674189') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
	


@charset "utf-8";
body{overflow-x:hidden; background: #fff;}
body,td{font-size:14px; color:#333; font-family:Microsoft YaHei; font-family:微软雅黑;}
a{color:#333; text-decoration:none; font-size:14px;}
a:hover{color:#00a0e9; }
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th{ margin:0; padding:0;}
dl,dt,dd{margin:0px; padding:0px; list-style:none;}
ul,li{list-style:none;}
em,i{font-style:normal;}
img{border:0;}
.cl,.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}

/*统一宽度*/
.w1300{width:1300px; margin:0 auto;}
.box{ width:1300px; margin:0 auto; overflow:hidden;}


/*距离*/
.top10{ margin-top:10px;}
.top20{ margin-top:20px;}
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top70{ margin-top:70px;}
.top80{ margin-top:80px;}
.top90{ margin-top:90px;}
.top100{ margin-top:100px;}


/*通用标题*/
.bt{text-align:center;color:#888}
.bt strong{font-size:40px;color:#333}
.bt p{font-size:16px; font-weight:normal;}
.bt i{display:block;height:15px;clear:both;float:none;width:90px;margin-right:auto;margin-left:auto;margin-bottom:15px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ccc}
.bt p span{ color:#00a0e9;}



/*顶部*/
.top_bg{ width:100%; background:#f5f5f5; height:50px;}
.top{ margin:0 auto; width:1300px; line-height:50px;}
.top_fl{ float:left;}
.top_fr{ float:right;}

.top_fr li{ float:left; position:relative; height:100%; cursor:pointer;}
.top_fr li p,.top_fr li a{font-size: 15px; color:#3d415d; display:block; margin-right:10px;}

.top_fr li a:hover{ text-decoration:underline;}
.top_fr li i{ color: #999;  font-size: 20px; float: left;     margin-left: 15px;}
.top_fr li:nth-child(1) i {
    padding-right: 5px;}
.top_fr li .dropcode{position: absolute; top: 46px; right: 5px; width: 110px; height: 0px; overflow: hidden; z-index: 999999; transition: all 0.5s ease;}
.top_fr li .dropcode img{ width:100%; height:100%;}
.top_fr li .dropcode{position: absolute; top: 46px; right: 5px; width: 110px; height: 0px; overflow: hidden; z-index: 999999; transition: all 0.5s ease;}
.top_fr li .dropcode img{ width:100%; height:100%;}
.top_fr li:hover .dropcode{ height:100px;}
.top_fr li+li{ margin-left:15px; border-left: 1px solid #eee;}
.top_fr li p, .top_fr li a:hover{ text-decoration:none !important; }



/*抬头*/
.head{ margin:0 auto; width:1300px;}
.head_logo{ float:left; padding:36px 0;}
.head_ggy{ float:left; margin-left:15px; padding-top:37px;  line-height:36px; font-size:31px; font-weight:bold; letter-spacing: 0px;}
.head_ggy p{ font-size:20px; font-weight:normal; color: #00a0e9; letter-spacing: 4px;}

.head_tel{ float:right; margin-top:32px; padding-left:50px; line-height:14px; height: 48px;}
.head_tel p{position: relative; line-height: 30px;}
.head_tel p i{font-size: 23px; color: #666; padding-right: 6px; position: relative; top: 4px;}
.head_tel span{ display:block; font-size:28px; line-height:32px; color:#00a0e9; font-family:DIN Medium; font-weight:bold; }


    
    
/*导航*/
.nav{width:100%; margin:0 auto; height:70px; border-top:1px solid #e9e9e9; border-bottom:3px solid #00a0e9; position: relative;}
.nav>ul{display: flex;justify-content: space-around; align-items: center; width:1300px; margin: 0 auto;}
.nav>ul>li{display: flex;float: left;flex-direction: column;justify-content: center; width: calc(100% / 9); height:70px;}
.nav>ul>li>a{font-size: 16px;color:#333;text-align:center;display:block;position: relative;}

.nav>ul>li:nth-child(3)>a:before,.nav>ul>li:nth-child(4)>a:before,.nav>ul>li:nth-child(5)>a:before,.nav>ul>li:nth-child(6)>a:before,.nav>ul>li:nth-child(8)>a:before {
    position: absolute;
    content: "\e601";
    font-family: "iconfont";
    font-size: 15px;
    color: #999;
    top: 6px;
    right: 1vw;
    transition: .5s;}
.nav>ul>li:nth-child(3).cur a:before,.nav>ul>li:nth-child(4).cur a:before,.nav>ul>li:nth-child(5).cur a:before,.nav>ul>li:nth-child(6).cur a:before,.nav>ul>li:nth-child(8).cur a:before{ top: 20px;  color: #fff;}

.nav>ul>li:hover:nth-child(3)>a:before,.nav>ul>li:hover:nth-child(4)>a:before,.nav>ul>li:hover:nth-child(5)>a:before,.nav>ul>li:hover:nth-child(6)>a:before,.nav>ul>li:hover:nth-child(8)>a:before{-webkit-transform: rotate(-180deg);  color: #fff; top: 20px;}

.nav>ul>li.cur > a,.nav>ul>li>a:hover{ background:#00a0e9; color: #fff; font-weight:bold; transition: 0.5s;  padding: 15px 0;}
.nav>ul>li.cur{ color:#00a0e9;}
.nav>ul>li.cur:after,..nav>ul>li:hover:after{ width:100%; left:0;background-image: linear-gradient(90deg, #073b90 0%,#0342a8 100%);}
.nav>ul>li:hover > a:after,.nav>ul>li.cur>a:after {opacity: 1;width: 100%;transition: 0.5s;}
.nav>ul>li>a span{ font-size:12px; display:block; height:20px;text-align:center; color: #999;}
.nav>ul>li>a:hover span,.nav>ul>li.cur > a span{color: #fff; font-weight: normal;}


/*下拉*/
.nav>ul>li:hover .p_navBox2{max-height:600px;}
.nav .p_navBox2{position: absolute;width:100%;background: rgba(243,243,243,1);top: 73px;left: 0;max-height:0px;overflow: hidden;transition: 0.3s ease all;border-radius: 10px;/*backdrop-filter: blur(5px);*/     z-index: 9999999999;}
.nav .p_navBox2>div.warp{margin:0 auto;display:flex;max-width:1300px;justify-content:space-between;padding:60px 0;}
.nav .p_navBox2 .warp .dh_fl{width:63%;}
.nav .p_navBox2 .warp .dh_fl ul{display:block;width:100%;height: 100%;}
.nav .p_navBox2 .warp .dh_fl ul p a{font-size: 18px;display:block;line-height: 40px;}
.nav .p_navBox2 .warp .dh_fl ul p a span{font-size: 18px;line-height: 40px;}
.nav .p_navBox2 .warp .dh_fl ul li:hover p a{color:#fff;}
.nav .p_navBox2 .warp .dh_fl>ul>li>a{font-size: 16px; float: left; line-height: 50px; height: 50px;}
.nav .p_navBox2 .warp .dh_fl>ul>li{width:18.5%;    font-size: 20px;padding: 0 20px;font-weight: 400;letter-spacing: 0;line-height: 50px;float: left;background:#ddd; transition:all .3s ease;}
.nav .p_navBox2 .warp .dh_fl>ul>li+li{margin-left:2%;}
.nav .p_navBox2 .warp .dh_fl>ul>li:nth-child(4n+1){margin-left:0;}
.nav .p_navBox2 .warp .dh_fl>ul>li:nth-child(n+5){margin-top:20px;}
.nav .p_navBox2 .warp .dh_fl>ul>li:hover{background:#00a0e9  url(//memberpic.114my.cn/dg171170/uploadfile/image/20240418/20240418171409_1879826586.png) no-repeat center right 20px;}
.nav .p_navBox2 .warp .dh_fl>ul>li:hover a { color: #fff;}
.nav .p_navBox2 .warp .dh_fl>ul>li>a:hover{color:#fff; background: #00a0e9; display: block;}
.nav .p_navBox2 .warp .dh_tu{width:410px;}
.nav .p_navBox2 .warp .dh_tu img{width:100%;height:auto;}
.nav .p_navBox2 .warp .dh_fl .title{font-size:27px;line-height:26px;color:#000;font-weight:700;margin-bottom:20px}
.nav .p_navBox2 .warp .dh_fl .jieshao{font-size:16px;line-height:1.8;color:#333;margin-bottom:40px}
.nav .p_navBox2 .warp .dh_fl li dl{width: 50%;float:left;position: absolute;left: 50%;display:none;top:0px;background: #fff;height: 100%;padding: 40px 0;overflow-y: auto;}
.nav .p_navBox2 .warp .dh_fl li dl a{width: 100%;font-size: 18px;line-height: 60px;display: block;padding-left: 60px;float:left;font-weight: lighter;}
.nav .p_navBox2 .warp .dh_fl li.on dl{display:block;}

/*banner*/
.banner{ overflow: hidden; background:#000; }
.banner-box{ min-width:1300px; height:800px; position:relative; margin:0 auto; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:800px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn { width: 100%; position: absolute; top: -1px; left: -1px; margin-left: 0; height: 800px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:420px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out}
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240418/20240418171456_2131468811.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240418/20240418171456_2131468811.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:60px; width: 100%; display: block; }

.banner-box .hd ul { width: 1250px; margin: 0 auto; text-align: center; }
.banner-box .hd ul li{ width:20px; height:20px; border-radius:20px; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; text-align: center; position: relative; z-index: 1111; }
.banner-box .hd ul li.on{ background:#00a0e9 !important; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; 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; }


/*sou*/

.search_bg{height:80px; background: #ebebeb;}
.keywords{}
.keywords,.keywords a{ font-size:14px; color:#666; line-height:80px; text-transform: uppercase;}
.keywords a:hover{ color:#00a0e9; text-decoration:underline;}
#search_bg input{ float:left;}
#sso{ background:#00a0e9; height:40px;}
#infoname{ height:40px; border:none;  padding-left:20px;  font-size:14px; font-weight:lighter; width: 220px;  border: 1px solid #eee;}
#search_bg { margin: 22px 0;}

/*pro*/

/*左边*/
.prod_l{ margin-top: 30px;}
.prod_l,.ny_list{width:260px;}
.ny_list_t{   background: #00a0e9/*linear-gradient(
265deg, #00a0e9 30%,#00a6f5 100%)*/;width:100%;color:#fff; text-align: center;padding:15px 0;}
.ny_list_t p{font-size:30px; font-weight:bold; }
.ny_list_t span{font-size: 14px;color: #e2f6ff; line-height: 36px;     text-transform: uppercase;}
.ny_list_d {background: #eff1f5;}
.ny_list_d li { padding: 10px 15px 25px 15px;}
.ny_list_d li a.prolist2021_one {background: #00a0e9 url(//memberpic.114my.cn/dg171170/uploadfile/image/20240426/20240426095223_304810574.png) no-repeat 15px;  width: 207px; color: #fff; font-size: 18px; font-weight: bold;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block; padding-left: 50px; width: 178px;}
.ny_list_d li a.prolist2021_one:hover {background: #2dac41 url(//memberpic.114my.cn/dg171170/uploadfile/image/20240426/20240426095223_304810574.png) no-repeat 15px; color: #fff;}

.ny_list_d li dl dt a {  font-size: 15px; color: #666;     line-height: 50px;}
.ny_list_d li dl dt a:before{content:""; display:block; width:20px; height:20px;border-radius: 100%;  float:left;     margin: 16px 8px 0 10px;  background: url(//memberpic.114my.cn/dg171170/uploadfile/image/20240417/20240417164159_866117291.png) no-repeat left;}
.ny_list_d li dl dt a:hover {  color: #00a0e9;}

.ny_list_d li dl dt { border-bottom: 1px dashed #d5d5d5;}
.ny_list_d li a.prolist2021_one_cur{color: #fff; background: #00a0e9;  font-weight: bold !important;}
.ny_list_d li dl dt a.open { color: #00a0e9;font-weight: bold !important;}
.pro_tel{height:90px; padding-top:24px; font-size:16px; line-height:16px; color:#fff; text-align:center; background:#00a0e9; position: relative;}
.pro_tel p{margin-top:11px; font-size:26px; line-height:42px; font-weight: bold;}
.pro_tel i{font-size: 23px;
    color: #fff;
    position: absolute;
    left: 51px;}

	
	
/*产品推荐*/

.pro_fr{ width:1020px; float:right; margin-top:40px;}
.pro_cx{width:1020px; height:27px; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240426/20240426114451_1825333789.png) no-repeat; margin-top:30px;}
.pro_cx .h1{float:left; padding-left:68px; line-height:27px; color:#000; font-size:22px;}
.pro_cx .h2{float:left; padding-left:8px; line-height:27px; color:#666; font-size:18px; text-transform:uppercase;}
.pro_cx .h3{float:right; line-height:27px; width:109px; text-align:center;}
.pro_cx .h3 a{color: #333; text-decoration: none; line-height:27px; display:block; font-size:12px; width:109px; text-align:center;}
.pro_cx .h3 a:hover{color: #fff; text-decoration: none; font-size:12px; background:#00a0e9;}

.pro_cx1{width:1020px; margin-top:10px;}
.pro_cx1 ul{width:1020px;}
.pro_cx1 li{float: left; margin-top:10px;}
.pro_cx1 li+li {padding-left: 12px;}
.pro_cx1 li img{ border: 1px #eee solid; background: #fff; padding: 2px;}
.pro_cx1 li img:hover{ border: 1px #00a0e9 solid; background: #fff; padding: 2px;}
.pro_cx1 li span{text-align:center; line-height: 40px;height: 40px;display: block; background:#eee;margin-bottom:5px;}
.pro_cx1 li span a{ color:#888; }
.pro_cx1 li:hover span {
    background: #00a0e9;
    display: block;}
.pro_cx1 li:hover span a{ color:#fff; }
	

/*畅销产品*/
.pro_t{width:1020px; height:27px; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240426/20240426114611_1061929395.png) no-repeat; }
.pro_t .h1{float:left; padding-left:68px; line-height:27px; color:#000; font-size:22px;}
.pro_t .h2{float:left; padding-left:8px; line-height:27px; color:#666; font-size:18px; text-transform:uppercase;}

.pro_w{width:1020px; position: relative; margin-top:20px;}
#scrollDiv{width:1020px;height:452px; overflow:hidden; display: block;}
#scrollDiv ul{ width: 1131px;}
#scrollDiv li{width:320px;height:450px;padding:0px;margin-right:21px; float:left;background: #fff;transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;border:1px solid #dedede;}
#scrollDiv li img{width:320px;height:320px;margin-right:10px;float:left;}
#scrollDiv li a h3{float: left;width:320px; height:38px;line-height: 38px;overflow: hidden; display: block; font-size: 14px;font-weight: bold; text-align:center;color: #fff;background:#00a0e9;}



#scrollDiv li:hover{ background: #00a0e9;border:1px solid #00a0e9;}
#scrollDiv li:hover span h4{ color: #fff;}
#scrollDiv li:hover span p{ color: #fff;}
#scrollDiv li:hover span em{ color: #fff;border:1px solid #fff; }
#scrollDiv li h4{float: left;width:320px; height:38px;line-height: 38px;overflow: hidden; display: block; font-size: 14px;font-weight: bold; text-align:center;color: #fff;background:#00a0e9;}

#scrollDiv li p{ float: left;width:290px; padding:0 15px;height:32px; line-height:32px; font-size: 14px; color:#555;overflow: hidden;  display: block; background:#eff1f5; border-bottom:1px dashed #ddd;}
#scrollDiv li p span{height:28px; line-height:28px; font-size: 14px; font-weight:bold;color: #00a0e9;overflow: hidden;}
#scrollDiv li p:last-child{ padding-top:5px; height:53px; line-height:24px;overflow: hidden; border-bottom:0px;}

.scroltit{ position: absolute; right:10px; top:-54px;width:18px;}
.scroltit small{float:right; font-size:12px;width:18px;height:18px; line-height:18px; text-align: center;background:#bbbbbb;color: #fff; margin:1px 0; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;}
.scroltit small img{margin-top:6px;}
.scroltit small:hover{ background: #ff9a22;}


/*partne*/
.partne_bg{background-color: #f8f8f8;margin-top:40px;padding-bottom:0px; padding-top:0px;position: relative; border-top:1px solid #E5E5E5;}
.partne_bt{ width:1300px; border-bottom:1px dashed #ccc;background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240426/20240426162823_784439295.jpg) top center no-repeat #f8f8f8; height:220px; display:block; margin:0 auto; }


.partner_t{ width: 1300px; height: auto;margin-top: 50px;margin-right: auto;margin-left: auto;border-top-width: 1px;border-left-width: 1px;border-top-style: solid;border-left-style: solid;border-top-color: #E5E5E5;border-left-color: #E5E5E5;}
.partner_t ul{display:inline-block;     float: left;}
.partner_t li p {display: none;}
.partner_t li{border: 1px solid #eee;}
.partner_t li a img{ border: 10px solid #fff;}
.partner_t li:hover a img { border: 10px solid #00a0e9;}
.partner_t li a {display: block;}

	
.partner .apply_switch{ position: relative; top: 24px; width: 1300px;  margin: 0 auto; }
.partner .apply_btnr { margin-right: 598px !important;}
.partner .apply_btnl {margin-left: 598px !important;}


/*产品优势*/
.why{padding-bottom: 0px; margin-top:30px; }
.why .mod{background-image: url(//memberpic.114my.cn/dg171170/uploadfile/image/20240507/20240507134510_665292506.jpg);background-repeat: no-repeat;background-position: center center;height: 468px;padding-top: 69px;clear: both;float: none;margin-top: 50px;}
.why .mod ul{height: auto;width: 1300px;margin-right: auto;margin-left: auto;padding: 0px;}
.why .mod ul li{float: left;height: 200px;width: 25%;font-size: 16px;line-height: 20px;text-align: center;display: table;color: #FFFFFF; position:relative; cursor:pointer;}
.why .mod ul li:nth-child(1),.why .mod ul li:nth-child(3),.why .mod ul li:nth-child(6),.why .mod ul li:nth-child(8){color: #000000;}
.why .mod ul li .bg {-o-transition:all .6s;-moz-transition:all .6s;-webkit-transition:all .6s;-ms-transition:all .6s;transition:all .6s; width:100%; height:100%; display:block; position:absolute; top:0; left:0;background-image: url(//memberpic.114my.cn/dg171170/uploadfile/image/20240508/20240508100003_1703912000.png);background-repeat: repeat;}
.why .mod ul li:nth-child(1) .bg,.why .mod ul li:nth-child(3) .bg,.why .mod ul li:nth-child(6) .bg,.why .mod ul li:nth-child(8) .bg{background-image: url(//memberpic.114my.cn/dg171170/uploadfile/image/20240508/20240508095931_1341379176.png);}
.why .mod ul li span{font-size: 55px;display: block; line-height: 45px;padding-bottom: 20px;font-weight: normal;}
.why .mod ul li div{vertical-align: middle;display: table-cell; position:relative; line-height: 30px;}
.why .mod ul li.more{background-image: none;background-color: #0092dd;}
.why .mod ul li.more a{display: inline-block;padding-right: 18px;padding-left: 18px;border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;border-right-color: #85aece;border-left-color: #85aece;color: #FFFFFF;line-height: 16px;text-decoration: none;font-size:14px;}
.why .mod ul li:hover .bg { -moz-transform:scale(-1,1); -webkit-transform:scale(-1,1); -o-transform:scale(-1,1); transform:scale(-1,1); -moz-transition:all 0.8s; -webkit-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;}
.why .mod  ul li span b{ font-size:16px; line-height:60px; display:block;position:absolute; margin-left:220px; margin-top:-50px; }



/*adv*/

.adv_bt{ background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240426/20240426140912_670560860.jpg) no-repeat center top; height:145px; overflow:hidden;}
.adv_bt .nr{ width:1300px; height:145px; margin:0 auto; overflow:hidden;}
.adv_bt .nr .p01{ width:538px; text-align:right; font:16px "Microsoft Yahei"; font-weight:bold; color:#fff; padding-top:36px; line-height:40px;}
.adv_bt .nr .p01 span{ display:block; font-size:36px; font-weight:bold; line-height:30px;}
.adv_bt .nr .p01 i { display:block; color:#71cefd; font-size:36px; font-style:italic; text-transform:uppercase; line-height:60px; font-family:"Times New Roman", Times, serif;}
.adv_bt .nr .p02{ width:538px; padding-top:33px;}
.adv_bt .nr .p02 i{ display:block; font-style:normal; float:left; font:18px "Microsoft Yahei"; color:#71cefd; padding-left:10px; padding-top:12px;}
.adv_bt .nr .p02 i em{ display:block; font-style:normal; font-size:16px; line-height:30px; color:#fff;}
.adv_bt .nr .p02 span{ display:block; float:left; font:50px "Microsoft Yahei"; color:#fff; font-weight:bold; padding-top:2px;}


.ys{ width:1300px; height:1281px; margin:0 auto; overflow:hidden;} 
.ys01{ height:390px; overflow:hidden; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240507/20240507150549_403102945.jpg) no-repeat center bottom;}
.ys01 i{ margin:33px 0 0 13px; display:inline; width:473px; height:273px; padding-top:30px;}
.dl02{ width:673px; margin:62px 15px 0 0; display:inine;}

.dl02 dd , .ys02 .dl03 dd{ padding:10px 20px 0 70px;}
.dl02 dd p , .ys02 .dl03 dd p{ color:#555; font:15px "Microsoft Yahei"; line-height:24px; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240507/20240507150739_1617892150.jpg) no-repeat left 10px; padding-left:24px; margin-bottom:10px;}
.ys02{ height:320px; overflow:hidden; position:relative;}
.ys02 i{ display:block; width:500px; height:311px; position:absolute; top:0; right:0;}
.ys02 .dl03{ width:650px; position:relative; z-index:9;}
.ys02 .dl03 dt{ border-bottom:1px solid #adadad; padding:0 0 10px 0; font:24px "Microsoft Yahei"; color:#00adef; font-weight:bold; clear:both; height:130px; width:650px;}
.ys02 .dl03 dt p font{ font:24px "Microsoft Yahei"; color:#00adef; font-weight:bold; padding-left:60px;}
.ys02 .dl03 dt span{ display:block; float:left; margin-right:10px; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240507/20240507150644_2099967264.jpg) no-repeat; width:50px; height:65px;font:36px Impact;  padding-left:24px; color:#fff; line-height:65px; margin-bottom:20px; margin-top:60px; }
.ys02 .dl03 dt p{ display:block; float:left; width:440px;}

.ys02 .dl03 dt em{ display:block; color:#ff6600; padding-left:45px; font-style:normal;}
.ys02 .dl03 dd{ clear:both; width:624px;}
.ys02 .dl02{ margin-top:50px;}


.ys03{ height:307px; overflow:hidden; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240507/20240507150549_403102945.jpg) no-repeat center bottom;}
.ys03 i{ display:block;width:457px; height:269px;}
.ys03 dl{ margin:23px 0 0 0;}

.ys04{ height:360px; overflow:hidden;}
.ys04 i{ display:block; width:540px; height:297px;}
.ys04 dl{ width:660px;}

.dl02 dt b{color:#0092dd; font-weight:bold; font-size:28px; line-height:40px;}
.dl02 dt{ border-bottom:1px dashed #adadad; padding:0 0 10px 0; font-size:13px; line-height:25px; color:#666; font-weight:normal;  text-transform: uppercase;}
.dl02 dt span{ display:block; float:left; margin-right:10px; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240507/20240507150644_2099967264.jpg) no-repeat; width:50px; height:65px;font:36px Impact; padding-left:24px; color:#fff; line-height:75px; }




/*case*/	
.casecenter{ margin-top:50px; position: relative;}
.casecenter:after{content:"";display:block;width:100%;height:1px;background:#e5e5e5;position: absolute; z-index: -1;     bottom: -66px; }

.casecon .divdgweb_new_div{width: 1300px;overflow: hidden;}
.casecon .divdgweb_new_div_item{width: 310px !important;
    height: 380px;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease;
    background: #f3f5f5;
    margin-right: 20px;}
.casecon .divdgweb_new_div_item_title {
    background: rgba(0,160,233,0.75);
    position: absolute;
    left: 0;
    width: 100%;
    top: 205px;
    line-height: 40px;
    z-index: 1;}
.casecon .news_div_item_pic{  overflow:hidden; width:310px; height:245px;}
.casecon .divdgweb_new_div_item_a { font-size: 16px; color: #ffffff;  text-align: center; display: block;}
.casecon .divdgweb_new_div_item:hover .news_div_item_pic img{ transform:scale(1.1);}
.casecon .divdgweb_new_div_item:hover .divdgweb_new_div_item_a{ color:#fff;}
.casecon .news_div_item_pic img{ width:100%;height:100%; transition:all .6s ease;}
.casecon .divdgweb_new_div_item_body{ font-size:15px; color:#888888; font-weight:lighter; line-height:30px; height:60px; overflow:hidden;     position: absolute; bottom: 60px;}
.casecon .divdgweb_new_div_item_content{ padding:0 15px;}

.casejt{cursor: pointer; text-align: center;}
.casejt .prev,.casejt .next {  background: #fff;  position: absolute;   border: 1px solid #e5e5e5; text-align: center; width: 50px;  height: 50px; line-height: 50px;}
.casejt.prev i,.casejt .next i{ font-size: 20px;}
.casejt .prev:hover,.casejt .next:hover i{background: #fff; color: #00a0e9; font-weight: bold;}
.casejt .prev{transform: rotate(180deg); float:left;margin-left: 46.9%;}
.casejt .next {  right: 46.9%;}

/*qyxx*/	
.qyxx .apply_switch { position: relative; top: 24px; width:1300px;     margin: 0 auto;}
.apply_img li{float:left;margin-right:20px;}
.apply_img li *{display:block;}
.apply_img li>a{}
.apply_img li br{display:nonel}
.apply_img li p{line-height:60px;}
.apply_img li p a{font-size: 16px;color: #333;text-align: center;background: #f5f5f5;}
.apply_img li:hover p a{background: #00a0e9;color: #fff;}



/*按钮*/
.apply_switch{height: 50px;margin-top:30px;position: relative;}
.apply_switch:after,.apply_switch:before{content:"";display:block;width:100%;height:1px;background:#e5e5e5;position: absolute;top: 25px; z-index: -1;}
.apply_switch:after{right:0px;}
.apply_btn{width:50px;height:50px;cursor:pointer; border: 1px solid #e5e5e5; text-align: center; line-height: 50px;     background: #fff;
    display: block;
    z-index: 99999;}
.apply_btn i { font-size: 20px;}
.apply_btn:hover,.apply_btn:hover i{background: #fff; color: #00a0e9; font-weight: bold;}
.apply_btn:after{content:"";display:block;width:8px;height:14px;margin: 18px auto 0; color: #8dc740;}
.apply_btnl{float:left;margin-left: 598px; border-left: none; transform: rotate(180deg);}
.apply_btnr{float:right;margin-right:598px;}
	


/*about us*/
.about_bg{ padding: 66px 0 78px 0; min-height: 445px; _height:445px; background: #f8f8f8;}
.about_w{ width: 1300px; margin: 0 auto; height: 445px; position: relative;}
.about_f{ width: 680px; position: absolute; left: 0; top: 40px; z-index: 0;}
.about_f p{ font-size: 30px; font-weight: bold; height: 48px; line-height: 48px;  color:#333;}
.about_f p span{ font-size: 24px; font-weight:normal; height: 48px; line-height: 48px; margin-left:10px; color:#999;font-family:heliosextthinregular, Arial;}
.about_f i{display:block;height:15px;clear:both;float:none;width:90px;margin-bottom:5px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ccc}
.about_wz{ line-height: 32px; font-size: 14px; padding-top: 20px;}
.about_wz p{ text-indent:2em;margin-bottom:5px; height:auto;font-size: 16px;line-height: 32px; font-weight:normal; }
.about_wz p a{height:auto;font-size: 14px;line-height: 32px; font-weight:normal; color:#00a0e9;}

.about_mu  { height: 38px; margin-top:30px; overflow:hidden;}
.about_mu li { width: 106px;display: block;  height: 38px;  background: #999;  margin-right: 10px;  text-align: center; float: left;}
.about_mu li a {display: block; font-size: 14px; line-height: 38px; color: #fff;}
.about_mu li a:hover { background: #00a0e9;}

.about_r{ position:absolute; float:right; top: 0; right: 0; margin-top: 32px; width: 507px; height: 386px; z-index: 10; }
.about_r .pic{position:absolute;  border:1px solid #ddd; padding:10px; background:#fff; }
.about_r .logo{position:absolute; left:-79px; top:78px;}





/*news*/
.news_con{ margin-top: 40px;}
/*左边*/
.nc_ri { width:500px; overflow:hidden;}
.faq_til{ width:500px; border-bottom: 1px solid #E5E5E5;  margin-bottom:20px; float:left;}
.faq_til p{ background:#00a0e9; width:130px; text-align:center; height:40px;font-size:16px;font-weight:normal; line-height:40px; color:#ffffff; float:left;}
.faq_til span{width:60px; text-align:center; margin-top:0px; float:right;}
.faq_til a{color:#542829; font-size:12px; line-height:24px; font-weight:normal;}
.faq_til a:hover{color:#542829;  font-size:12px; line-height:24px; font-weight:normal;}

.faq_nor {
	border-top: none;
	padding-top: 20px;
	padding-bottom: 22px;
	overflow: hidden;
    background: #ffffff;
    padding-left: 20px; padding-right: 20px;
}

.faq_nor .lastdl {border-bottom: none;}
.faq_nor .divdgweb_new_div_item {width: 437px;margin: auto;overflow: hidden;}
.faq_nor .divdgweb_new_div_item_a {font-size: 16px;}
.faq_nor .divdgweb_new_div_item_title a {color: #222;}
.faq_nor .divdgweb_new_div_item_title a:hover {color: #0072d9;}
.faq_nor .divdgweb_new_div_item_content {border-bottom: 1px dashed #eee;margin-bottom: 22px;}

.faq_nor .divdgweb_new_div_item_title{
	height: 29px;
	padding-left: 35px;
	line-height: 22px;
	background: url(//memberpic.114my.cn/dg171170/uploadfile/image/20240426/20240426190753_1909557738.jpg) no-repeat left top;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	font-weight: bold;
}

.faq_nor .divdgweb_new_div_item_body {
	padding-left: 35px;
	background: url(//memberpic.114my.cn/dg171170/uploadfile/image/20240426/20240426190753_1781384172.jpg) no-repeat left top;
	line-height: 25px;
	color: #555;
	height: 75px;
	font-size: 13px;
	overflow: hidden;
}
.news_div_item{position: relative;}     

/*右边*/
.news_box{width: 740px; float: right;   margin:0px auto;}
.news_bt{width: 740px; float: left;     padding-bottom: 40px;}
.news_btl{width: 350px; float: left; font-weight: 400; font-size: 40px;}
.news_btl span{font-size: 16px; display: block; color: #999; font-weight: 100;}
.nb_tab { height:40px; line-height:40px; border-bottom: solid 1px #d6d6d6;}
.nb_tab a { width:130px; text-align:center; height:40px;font-size:15px; line-height:40px; font-weight:normal; float: left;}
.nb_tab a+a{margin-left:20px;}
.nb_tab a.cur{background:#00a0e9; color: #fff;  }
.nb_tab a i,.nb_tab a b{display:inline-block;vertical-align:top;line-height:40px; font-weight:normal; }
.nb_tab a b{font-size:16px;}
.nb_con{}
.nbc_list+.nbc_list{display: none;}
.nbcl_le{width:800px;}
.nbcl_le .news_div_item{width:740px;display: inline-block;vertical-align:top;     background: #fff; height: 220px;}

.news_div_item_pic img { width:260px; border: 1px solid #eee;}
.news_div_item_pic {     float: left; width: 250px;position: absolute; top: 0;}
.nbcl_le .news_div_item+.news_div_item{margin-left:26px;}
.nbcl_le .news_div_item_title a { font-size: 18px; }
.news_div_item_title a{font-size:15px; line-height: 40px;}
.nbcl_le .news_div_item_content{width: 450px;float: right; position: relative;}
.nbcl_le .news_div_item_title a:after {
    content: "[查看更多]";
    font-size: 15px;
    color: #f00;
    position: absolute;
    bottom: -60px;
    left: 0px;
    z-index: 99999;}
.nbcl_le .news_div_item_title a:hover:after { text-decoration: underline;}

.nbcl_le .news_div_item_title a:after:hover{ text-decoration: underline;}
.nbcl_le .news_div_item_body{margin-top:15px;line-height:24px;color:#68686a;}
.nbcl_le .news_div_item_date,.new_more{display:inline-block;vertical-align:top;font-size:0;margin-top:25px;}
.nbcl_le .news_div_item_date>div{display:inline-block;vertical-align:top;color:#68686a;}


.nbcr_ri{width:740px;}
.nbcr_ri .news_div_item_pic{display: none;}
.nbcr_ri .news_div_item{font-size:0;    border-bottom: 1px #e3e3e3 dashed; position:relative;transition:300ms;}
.nbcr_ri .news_div_item_content{width:465px;padding-left:10px;}
.nbcr_ri .news_div_item_date{float: right; line-height: 40px;}
.nbcr_ri .news_div_item_year,.nbcr_ri .news_div_item_month,.nbcr_ri .news_div_item_day{font-size:14px; float: left;}
.nbcr_ri .news_div_item_body{margin-top:10px;line-height:20px;color:#68686a;padding-right:20px;font-size:14px; font-weight: normal;}

/*Feedback*/
.feedback_x{ border-bottom: 1px solid #E5E5E5;     margin: 40px 0;}

.feedback_f{ width:630px; float:left; border-right:1px dashed #ddd; padding-right:20px;}
.feedback_r{ width:610px; float:right;}
.feedback_f .fml_title p{font-size: 24px; height: 38px; line-height: 38px;  color:#555;}
.feedback_f .fml_title i{ float:left;height:20px;width:90px;margin-bottom:5px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#000; margin-right:15px;}

.in_fmain_list  { width:630px;margin-top:30px; overflow:hidden;}
.in_fmain_list ul{ width:110%}
.in_fmain_list li { width: 46%;display: block;  height: 38px; background:#fff; list-style-type: none; margin-right: 20px; margin-bottom:10px; text-align: center; float: left;}
.in_fmain_list li a {display: block; font-size: 14px; line-height: 38px; color: #666;border:1px solid #ddd; }
.in_fmain_list li a:hover { background: #fff;border:1px solid #00a0e9; color:#00a0e9; }

.in_fmain_why{ width:600px; margin-top:20px;}
.in_fmain_why .wtit{ background:#00a0e9; display:block; width:140px; margin:0 auto; color:#fff; padding:10px 20px; font-size:16px; text-align:center; border-radius:5px 5px 0 0;}
.in_fmain_why .wcon{font-size:14px;border:1px solid #00a0e9; padding:20px;background: linear-gradient(-45deg, transparent 15px, #fff 0), linear-gradient(45deg, transparent 15px, #eee 0); height: 220px;}
.in_fmain_why .wcon p{ text-indent:2em; margin-bottom:10px;}
.in_fmain_why .wcon p span{ color:#00a0e9;}
.in_fmain_why .wcon p b{ color:#f30000; }
.in_fmain_why .wtit:after{content: "";	border-top: 10px solid #00a0e9;	border-left: 10px solid transparent;	border-right: 10px solid transparent;	position: absolute;	margin-top:32px;	margin-left:-42px;}



.mess{position: relative; margin-top: 50px;}
.mess input:focus{border:1px solid #f5f5f5;}

.from_tab{float: left;}
.from_tab .col4:nth-child(1):before{content: "";display: inline-block;position: absolute;top: 7px;left: 15px;width: 22px;height: 25px; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240507/20240507192509_670612425.png) no-repeat;}
.from_tab .col4:nth-child(2):before{content: "";display: inline-block;position: absolute;top: 9px;left: 15px;width: 28px;height: 22px; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240507/20240507192509_2064029695.png) no-repeat;}
.from_tab .col4:nth-child(3):before{content: "";display: inline-block;position: absolute;top: 9px;left: 15px;width: 22px;height: 22px; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240507/20240507192510_936225375.png) no-repeat;}
.from_tab .col5:before{content: "";display: inline-block;position: absolute;top: 9px;left: 15px;width: 22px;height: 22px; background:url(//memberpic.114my.cn/dg171170/uploadfile/image/20240507/20240507192509_972482580.png) no-repeat;}
.from_rc{position: relative;}


.col4{width:500px;height: 40px; line-height: 40px; float: left;position: relative; display: block; margin: 7px 0;}
.from_lc{ height: 300px;}
.col4 span{display: inline-block;font-size: 30px;color: #999;margin-top: 15px;margin-left: 24px;}
.col4 input{width: 500px;	border: 1px solid #d5d5d5;	height: 40px; line-height: 40px;	padding: 0 45px 0 50px;	float: left;	margin: 0 34px 15px 0;}
.col5{width:598px; height: 115px;  line-height: 115px;  border: 1px solid #d5d5d5;     float: left;position: relative; display: block; margin: 7px 0;}
.col5 input{border: 1px solid #fff;      height: auto;        float: left; padding: 12px 376px 86px 50px;}

	
.feedback_btn{float:left;height: 60px;text-align: center;position: absolute;left: 220px;    margin-top: 10px;}
.feedback_btn .submit{border: none;border-radius: 0; background:#f37020; margin-right: 10px; width: 114px; font-size:13px;height: 34px;line-height: 34px;	text-align: center;color: #fff; margin-left:20px; margin-top:4px;cursor: pointer;}
.feedback_btn .reset{border: none;border-radius: 0; background: #909090; width: 114px;height: 34px;line-height: 34px;	 font-size:13px;text-align: center;color: #fff;cursor: pointer;}
.feedback_btn .submit:hover{background: #00a0e9;}
.feedback_btn .reset:hover{background: #00a0e9;}
	
.feedback_btn .btns:hover{background: #3db142;border:1px solid #3db142;}
.lyan textarea {width: 100%;height: 61px;line-height: 61px;outline: none;font-size: 14px;color: #333;padding: 0 0 0 12px;background: #fff;font-family: "Arial"}
.from_rc {width:240px;height: 61px;float: left;}

.yzm_c {height: 40px; width: 200px; display: flex; align-items: center; flex-direction: row-reverse;border: 1px #d5d5d5 solid; padding: 10px; }
.yzm_c>input {width: 180px; height: 40px;padding-left: 10px; font-size: 16px;  line-height: 40px; border: 1px solid #fff;}

.mess_w{ font-size: 24px; font-weight: normal; height: 38px; line-height: 38px;  color:#555;}
.mess_w span{ font-size: 16px; font-weight:normal; height: 38px; line-height: 38px; margin-left:10px; color:#666;}
.mess_w i{display:block;height:15px; float:left;width:50px;margin-bottom:5px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ccc}
.mess_w b{font-size: 12px; font-weight:normal; height: 28px; line-height: 28px; margin-left:10px; color:#999;}

/*link*/
.links { overflow: hidden;  margin: 0 auto;  padding:30px 0;}
.linksW {  margin: 0 auto; display: flex; justify-content: space-between; align-items: center; max-width: 1300px;}
.links_l { width: 100px;}
.links_lm { font-size: 18px;  line-height: 30px; font-weight: lighter;}
.links_lm p {  text-transform: uppercase; font-size: 24px;  font-weight: bold;   line-height: 24px;}
.links_lm p span { color: #00a0e9;}
.links_lm em {  font-size: 14px;color: #999;  letter-spacing: 5px;  line-height: 16px;}
.links_r {  width: 93%; color: #fff;}
.links_r a {  font-size: 15px; color: #666 !important;}
.linkTagcs li a {}



/*footer*/
.footer_bg{width: 100%; color: #fff;background:#f5f5f5;position: relative;overflow:hidden;margin-top: 0px;padding-top: 0px;     box-shadow: 0 0 4px #e1e1e1 inset;}

.crcon{ padding:60px 0 ; border-bottom: 1px solid rgba(0,0,0,0.1);}
.copy_item{float:left; padding-left: 90px;}
.copy_item1{float: right;padding-left:60px;     border-left: 1px solid #403f3f; height:250px;}
.copy_item ul proadvong{display: block;padding:0 0 30px; position: relative;}
.copy_item ul proadvong a{display: block; line-height: 40px;color: #444;font-weight: normal;font-size: 18px;}
.copy_item ul proadvong a .en{font-size: 12px;color: #666;font-weight: normal;text-transform: capitalize;}
.copy_item ul li a{display: block;color: #666;line-height:32px;font-size: 15px; }
.copy_item ul li{display: block;}
.copy_item ul li a:hover{color: #00a0e9;     }

.copy_item ul proadvong::after { position: absolute; content: ""; top: 50px; width: 25px; height: 2px; background-color:rgba(0,0,0,0.5); left: 0px; }
.copy_item:hover proadvong::after { position: absolute; content: ""; top: 50px; width: 77px; height: 2px; background-color: #00a0e9;; left: 0px; transition: 0.5s; }
.crconcat{ width:320px; }

.social {padding-top:0px;clear: both;}
.social a { position: relative; font-size: 13px; color: #666; display: inline-block; line-height: 25px; padding:5px 9px;  transition:0.3s all ease-in-out; float: left;display: block;margin-right:14px; margin-top:4%;}
.social a:hover i{color: #00a0e9;}
.social a img{ display: block}
.social a:hover img{filter: contrast(0) brightness(2);}
.social a:hover .ewm img{filter: grayscale(1%);}
.social .ewm { position: absolute; width: 100px; bottom: 45px; right: -35px; z-index: 1; display: none; padding: 5px; background: #fff; border-radius: 5px; }
.social .ewm:after{ content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; position: absolute; bottom: -5px;left: calc((100% - 10px) / 2); }
.social .ewm img { display: block; width: 100%; height:auto; }
.cr_tel b{float: left;
    padding-left: 10px;
    font-weight: normal;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 14px;
    color: #838383;
    padding-top: 5px; }
.cr_tel img {float: left; display: block; }
.cr_tel{ padding-bottom: 15px; font-size:16px; color:#666;}
.cr_tel em { display: block;font-size:40px;color: #333;font-family: Arial;font-weight: bold; letter-spacing: 3px;}

.tel{padding-top:10px; color:#666;}
.tel h2{font-size:28px;margin: 0;color: #00a0e9; letter-spacing:2px; font-family: "din";}
.add{padding-top:20px; color:#666; font-size:15px; line-height:25px;}


.copy_bg{line-height: 24px;overflow:hidden;  }
.copy_b{display: flex;justify-content: space-between; line-height: 24px;color: #666;}
.copy_bg div{color: #666;padding:0.5% 0; line-height: 28px; font-size: 15px;}
.copy_b div:nth-child(1){width:80%;}
.copy_b div:nth-child(2){position: relative;}
.copy_b div:nth-child(2):after {position: absolute;content: "";width: 300px;height: 100%;top: 0;right: -300px;}
.copy_bg div a{color: #666;font-size: 14px;}


/*右侧浮动*/
.y-kefu-box { position: fixed; right: 0; top: 20%; 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.cn/dg171170/uploadfile/image/20240513/20240513115427_1334959651.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; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #00a0e9; }/*颜色更改*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 10px; background-color: #00a0e9; border: solid 1px #00a0e9; position: relative;     margin-bottom: 2px;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #00a0e9; border-color: #00a0e9; 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: 22px; background-position: -5px -54px;  font-size: 24px;  padding-left: 0px; color: #fff; }
.y-kefu-box01 .kf-weChat p {  margin-top: 5px; color: #fff; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 p{color: #333;}
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -50px; color: #fff; }
.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: -30px -98px; }
.y-kefu-box01 .show-status>a p { color: #fff;}
.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: #fba21d; border-color: #fba21d;}/*颜色更改*/
.y-kefu-box01 .hver:hover>p{ color: #fff; }
.y-kefu-box01 .show-status>div 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:#00a0e9; }
.y-kefu-box01 .mobile-infos p { color: #00a0e9  !important; 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 { 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: 120px; height: 120px; margin: 10px 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; }
/*邮箱*/

.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#00a0e9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #00a0e9; 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:#00a0e9;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }