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

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

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

.box{ margin:0 auto;width:86%;min-width: 1300px;max-width:1600px; box-sizing: border-box; }
.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; padding:70px 0 40px 0;}
.t h3{color:#111; font-size:2.4vw; line-height:4vw;}
.t p{font-size:18px; }





/*导航*/
#top_bg{height: 100px; background:rgba(255,255,255,0.8); color:#222;z-index: 999;top:0; width:100%; min-width:1300px;transition:0.3s all linear;}
#top_bg.yinyin{top:0 !important; background:#fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); position: fixed;  }
.logo{padding-top:20px;}
.name{padding-top:24px; padding-left:1vw;}
.name p{color:#fe6102; font-size:16px; line-height:28px;}
.top{width:94%;}
.top_r .tmap,.top_r .ewm,.tphone,.top_en{width: 36px;height: 100px;display: inline-block;border-radius: 50%;  margin-left:1vw;position: relative;cursor: pointer;}
.top_r .tmap{background: url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210707/20210707205657_26596874.png)no-repeat center;}
.top_r .tmap a{display:block; width:100%; height:100%;}
.top_r .ewm{background: url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210707/20210707205708_1507854506.png)no-repeat center;}
.ewm ul{opacity: 0; position: absolute; top:100px; left:-34px; width:100px; height:0; text-align:center; background:#fff;box-shadow: 0 0 20px rgba(0,0,0,0.1); transition: 0.3s ease all; overflow: hidden;z-index: 0;}
.ewm ul img{width:100%;}
.ewm ul p{line-height:30px; color:#222; font-size:14px;}
.ewm:hover ul{opacity: 1; height:126px;z-index: 2; padding:6px; }

.top_r .tphone{background: url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210707/20210707205721_219600294.png)no-repeat center;}
.tphone p{opacity: 0; position: absolute; top:120px; right:0; transition: 0.3s ease all; background:#fff; color:#000; width:350px; height:0px;line-height:40px; font-size: 20px;border-radius: 100px;border: 1px solid #eee; font-family: "Tw Cen MT"; text-align:center;overflow: hidden;}
.tphone:hover p{opacity: 1;top:100px;height:40px;}

.top_en{background: url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210902/20210902095634_348525947.png)no-repeat center; }
.top_en p{opacity: 0; position: absolute; top:120px; right:-30px; transition: 0.3s ease all; background:#fff; height:0px;overflow: hidden; }
.top_en a{display:block; font-size:16px; line-height:40px;padding:0 20px;}
.top_en:hover p{opacity: 1;top:100px;height:auto; box-shadow: 0 0 20px rgba(0,0,0,0.1); padding:10px 0;}


/*栏目*/
.nav{ height:100px; margin-right:2vw;}
.nav>ul>li{ float: left; display: block;height:100%; position: relative;}
.nav>ul>li>a{ display: block; color: #000; font-size: 1rem; text-align: center; padding-left:1.4vw ;  position: relative; line-height:100px;-webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; margin-left:1.8vw;}
.nav>ul>li>a p{position: relative; z-index: 2;}
.nav>ul>li>a:after{content:"";position: absolute;top:0;bottom:0; margin:auto; left: 0px;width:0;height: 3px;display: block;background:#fe6102; transition:0.3s all ease-in-out; }
.nav>ul>li:hover>a,.NavCeshi > li.navcurrent a{font-weight: bold; }
.nav>ul>li:hover>a:after,.NavCeshi > li.navcurrent > a:after{width: 0.8vw;}


@media (max-width: 1600px){
.nav>ul>li>a{padding-left:1.6vw;}
}
@media (max-width: 1500px){
.top.box{padding:0; width:96%;}
.nav>ul>li>a{padding-left:1.3vw;}
}

@media (max-width: 1400px){
.nav>ul>li>a{padding-left:1vw;}
}

/*栏目下拉*/
.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:160px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:50%;top:100px; margin-left:-60px; text-align:center; box-shadow: 0 6px 10px rgba(0, 0, 0, .1);background:rgba(0,0,0,0.6); }

.nav ul li>ul a{width: 100%;height: 38px;line-height: 38px; display: block;color: #eee;font-size: 14px;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity; border-bottom:1px #666 solid;}
.nav ul li>ul a:hover{text-indent: 10px;color: #fff;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.nav ul li>ul.nav2{width:220px; left:22%;}




/*幻灯片*/
.banner-box,.banner-box .bd li{height:950px;}
.banner-box .banner-btn a.prev{background-image:url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210709/20210709202717_757136599.png);}
.banner-box .banner-btn a.next{background-image:url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210709/20210709202653_1560899411.png);}
.banner-box .hd ul li.on{background:#fe6102;}
.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:60px;height:60px;position:absolute;opacity:0.4;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:450px;background-repeat:no-repeat; }
.banner-btn a.prev{animation:prev 1.5s linear infinite;} 
.banner-btn a.next{animation:next 1.5s linear infinite;}
@keyframes prev{
	0%{left:60px;opacity:1;}
	50%{left:80px;opacity:0.1;}
	100%{left:60px;opacity:1;}
}

@keyframes next{
	0%{right:60px;opacity:1;}
    50%{right:80px;opacity:0.1;}
	100%{right:60px;opacity:1;}
}


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




/*数据*/
.date_bg{background:url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210708/20210708094901_450835530.png)no-repeat center bottom; padding-bottom:100px;}
.date li{width: 25%;display: block;float: left;padding: 4vw 0 8vw 4vw;box-sizing: border-box; margin-top:10px;  transition:0.3s all ease-in-out;}
.date li+li{border-left:1px #eee solid;}
.date li dd{width:50px; height:50px;     background-repeat: no-repeat; background-position: top left; margin-bottom:2vw;  transition:0.3s all ease-in-out;}
.date li:nth-child(1) dd{background-image:url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210708/20210708095626_1590301543.png);}
.date li:nth-child(2) dd{background-image:url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210708/20210708100215_1783276378.png);}
.date li:nth-child(3) dd{background-image:url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210708/20210708100227_2144519772.png);}
.date li:nth-child(4) dd{background-image:url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210708/20210708100238_447049742.png);}
.date li:hover{  background:#fff;  box-shadow: 0 0 80px rgba(0,0,0,0.1);}
.date li:hover dd{ background-position: bottom left; transform:translate(180deg);}
.date li p{font-size: 4.5vw;color: #222;font-family: 'Tw Cen MT'; }
.date li span{font-size: 1.2vw;color: #333;}
.date li p:after{content: '+';width: 30px;height: 30px;display: inline-block;border-radius: 50%;background: #fe6102;color:#fff;font-size: 16px;line-height: 30px;position: relative;top: -10px;margin-left: 10px; text-align: center;}
.date li:nth-child(2) p:after{content: 'm2';}
.date li:nth-child(3) p:after{content: '+';}
.date li:nth-child(4) p:after{content: '万';}
.date_a{  width:60px; height:60px; line-height:60px; text-align:center; border-radius:100%;  background:#fe6102; margin:0 auto;position: relative;}
.date_a a{color:#fff;display: block; font-size:18px; position: relative; z-index: 2;}
.date_a:after,.date_a:before{content:""; position: absolute; top:0; left:0; right:0; bottom:0;  margin:auto; width:3vw; height:3vw;border-radius: 100%; background:rgba(254,97,2,0.2);  transition:0.3s all linear;}
.date_a:after{animation:after 1.5s ease infinite;}
.date_a:before{animation:before 1s ease infinite;}


@keyframes after{
	0%{transform:scale(1.3);opacity: 1;}
	50%{transform:scale(2.2);opacity: 0.5;}
	100%{transform:scale(4);opacity: 0;}
}
@keyframes before{
	0%{transform:scale(1.2);opacity: 1;}
	50%{transform:scale(2.4);opacity: 0.5;}
	100%{transform:scale(5);opacity: 0;}
}




/*产品中心*/
.prod_d{position: relative;}
.prod_d table tbody,.prod_d table{display:block;}
.prod_d table tr{display:block;width:100%;overflow: visible !important;}
.prod_d table tr td a{display: block;overflow: hidden; }
.prod_d table tr td br{display:none;}
.prod_d table tr td{width:calc((100% - 120px) / 4);padding-left:0px !important;float:left;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;display:block;margin-right: 40px;box-shadow: 0px 0px 50px rgba(0,0,0,.05); position: relative;}
.prod_d .tempWrap{width:100% !important;overflow: visible !important;}
.prod_d td img{width:100%;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;height:auto;}
.prod_d td:hover img{-webkit-transform: scale(1.2);transform: scale(1.2);}

.prod_d table tr td>a:after,.prod_d table tr td>a:before,.prod_d table tr td span:after,.prod_d table tr td span:before{content:""; display:block;position: absolute;background:#fe6102; transition: 0.3s ease all;z-index: 9;}
.prod_d table tr td>a:after{left:2%; top:1%; width:0; height:1px;}
.prod_d table tr td:hover>a:after{width:96%;}
.prod_d table tr td>a:before{left:2%; top:1%; width:1px; height:0;}
.prod_d table tr td:hover>a:before{height:100%;}
.prod_d table tr td span:after{right:2%; bottom:-1%; width:0; height:1px;}
.prod_d table tr td:hover span:after{width:96%;}
.prod_d table tr td span:before{right:2%; top:1%; width:1px; height:0;}
.prod_d table tr td:hover span:before{height:100%;}

.prod_btn{background:#fff url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210709/20210709144450_663226452.png)no-repeat center;width: 50px;height: 50px;position: absolute;top: 38%;cursor: pointer;     border-radius: 100%; box-shadow:0 10px 50px rgba(0,0,0,0.2);}
.prod_btn.btnl{left: -5%;}
.prod_btn.btnr{right: -5%;transform: rotate(180deg);}
.prod_d table tr td span{display: block; padding-top:0px !important;width:100%;height:100%;}
.prod_d table tr td span a{display:block;font-size:16px;line-height:54px;  transition:0.3s all ease-in-out; color:#333;  }



/*产品特点*/
.padv_bg{height:43vw; background-image: url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210708/20210708115047_1161973814.jpg); background-attachment: fixed; background-position: center;background-repeat: no-repeat; position: relative; overflow: hidden;}
.padv{position: absolute; left:0; right:0; }
.padv_rb{padding-top:1vw;}
.padv_rb li{float:left; width:25%; text-align:center; padding:3vw; background:rgba(255,255,255,0.4);transition:0.3s all ease-in-out; cursor: pointer;     }
.padv_rb li img{width:76%; border-radius: 100%; border:5px #fff solid;}
.padv_rb li p{font-size:1.2vw; font-weight:bold; color:#222; line-height:3vw; padding-top:0.4vw; transition:0.3s all leaner; }
.padv_rb li span{font-size:15px; line-height:28px;transition:0.3s all leaner;  }
.padv_rb li:hover{background:#fe6102; box-shadow: 0 0 100px rgba(254,97,2,0.4);}
.padv_rb li:hover p,.padv_rb li:hover{color:#fff;}

/*实力*/
.adv li{width: 10%; height:42vw;max-height:700px; float:left; overflow: hidden; text-align: center; position: relative;transition: 0.3s ease all; color: #fff;}
.adv li+li{margin-left: 0.5%;}
.adv li:after{content:""; width:100%; height:100%; background:#000;transition: 0.3s ease all;position: absolute; top:0; left:0;opacity: 0.6;}
.adv li.on:after{opacity: 0;}
.adv li.on{}
.adv_w{position: absolute;transition: 0.3s ease all; top:48%; width: 100%;z-index: 2;}
.adv li p{ font-size: 1.6vw; font-weight: bold;  line-height:3vw; }
.adv_ww{text-align: left; position: absolute;  transform:scale(0); transition: 0.3s ease all; width: 39vw; height: 14vw; background:rgba(254,97,2,0.8); margin: auto; left:0; right: 0; top:0; bottom:0;z-index: 2; padding:3.4vw;}
.adv li.on{width:68.5%; }
.adv li.on .adv_w{display: none; top:0;}
.adv li.on .adv_ww{transform:scale(1);}
.adv_wwl{width:7vw; height: 7vw; border:1px #fff solid; text-align:center; padding-top:1.2vw;}
.adv_wwr{font-size:2.2vw; padding-left:2vw; padding-top:0.2vw;}





/*荣誉资质*/
.honor_bg{padding-top:100px;overflow: hidden;}
.honor{position: relative;}

.honor:after,.honor:before{content:""; border-radius: 100%; border:2px #eee dotted;     position: absolute;}
.honor:after{top:-20%; left:50%; margin-left:-3vw; width:50vw; height:50vw; animation:hafter 200s linear infinite;}
.honor:before{top:-10%; left:50%; width:42vw; height:42vw; margin-left:1vw;animation:hbefore 250s linear infinite;}
@keyframes hafter{
  from { -webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes hbefore{
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}


.honor_l{ height:40vw; background:url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210708/20210708154120_1457883052.png)no-repeat bottom left; position: relative; z-index: 2;}
.honor_l h3{font-size:2.4vw; color:#111; line-height:2.6vw;}
.honor_l h3 b{color:#fe6102;}
.honor_l dd{font-size: 18px; line-height:30px; margin-top: 2vw;}
.honor_l a{width:190px;height: 46px; line-height:46px; color:#fff; font-size:16px; display: block;text-align: center;background:#fe6102; margin-top:4vw;border-radius: 100px; box-shadow: 0 0 50px #fe6102; transition: 0.3s ease all;}
.honor_l a:hover{width:260px;}
.honor_r{width:50%; padding-top:6vw; position: relative; z-index: 2;}
.honor_r *{display:block;}
.honor_r .tempWrap{width:68% !important;margin: 0 auto;}
.honor_r tr{width:68% !important;margin: 0 auto;}
.honor_r td{padding-left:0px !important;}
.honor_r td img{width:100%;height:auto;}
.honor_r td div a{font-size:18px; color:#333; line-height:20px;}
.honor_r{position: relative;}
.honor_btn{position: absolute;top: 0px;width:100%;top:45%;}
.honor_btnl,.honor_btnr{width: 54px;height: 54px;    cursor: pointer; background: #a0a0a0 url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210708/20210708151844_1967993650.png)no-repeat center;border-radius: 50%;position: absolute;}
.honor_btnl{left: 2vw;}
.honor_btnr{right: 2vw;transform: rotate(180deg);}
.honor_btnl:hover,.honor_btnr:hover{background-color:#fe6102;}



/*简介*/
.com_bg{background:url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210720/20210720110031_68249721.jpg)no-repeat center top; padding-top:684px;}
.com{box-shadow: 0 0 100px rgba(0,0,0,0.1); background: rgba(255,255,255,0.9); padding:0 4.6vw 4.6vw 4.6vw;}
.com_a{  width:90px; height:90px; padding-top:1.2vw; text-align:center; border-radius:100%;  background:#fe6102; margin:0 auto;position: relative; top: -45px;}
.com_a a{color:#fff;display: block; font-size:18px; position: relative; z-index: 2;}
.com_a:after,.com_a:before{content:""; position: absolute; top:0; left:0; right:0; bottom:0;  margin:auto; width:3vw; height:3vw;border-radius: 100%; background:rgba(254,97,2,0.2);  transition:0.3s all linear;}
.com_a:after{animation:after 1.5s ease infinite;}
.com_a:before{animation:before 1s ease infinite;}

.com_w p{ font-size: 2vw; color: #222; font-weight: bold; }
.com_w span{color: #aaa; line-height:20px;}
.com_w dd{ font-size: 15px; line-height: 30px; padding-top: 2vw;}
.com_w dd a{font-size: 15px; }




/*新闻*/
.new_nav { margin:0 auto;width:580px; margin-bottom:40px;}
.new_nav li{width: 170px;height: 42px;line-height: 42px;text-align: center;float: left;margin-left: 35px;-webkit-transition: all 0.5s;transition: all 0.5s;border-radius: 50px;background: #f5f5f5;}
.new_nav li:nth-child(1){ margin-left:0;}
.new_nav li a{ display:block; font-size:18px;}
.new_nav li.on{background: #fe6102;}
.new_nav li.on a{ color:#fff;}

.new_content{ position:relative;height: 639px;}
.new_content .news_div_item{position: relative; border:1px #eee solid;}
.new_content .news_div_item:nth-child(1){ width:50%; height:630px; float:left;  padding:2vw; box-shadow: 0px 0px 20px rgba(238, 238, 238, 0.6);}
.new_content .news_div_item:nth-child(1) .news_div_item_year{ background:url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210708/20210708171359_766021652.png) no-repeat left; padding-left:18px;}
.new_content .news_div_item:nth-child(1) .news_div_item_date div{ float:left; font-size:12px; position:absolute; left:40px; top:49px; color:#a1a1a1;}
.new_content .news_div_item:nth-child(1) .news_div_item_month{left: 90px !important;}
.new_content .news_div_item:nth-child(1) .news_div_item_day{left:108px !important;}
.new_content .news_div_item:nth-child(1) .news_div_item_a{ font-size:20px; position:absolute; left:40px; top:85px;}
.new_content .news_div_item:nth-child(1) .news_div_item_body{ width:90%; font-size:14px; color:#555555; line-height:24px; position:absolute; left:40px;top:122px;}
.new_content .news_div_item:nth-child(1) .news_div_item_pic{width:89%;height: 360px;overflow: hidden; position:absolute; left:40px; bottom:39px;}
.new_content .news_div_item:nth-child(1) .news_div_item_image{ width:100%; height:auto; }


.new_content .news_div_item:nth-child(n+2){float:left;width:24%; margin-left:1%;margin-bottom:1%; height:308px; background:#fff url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210708/20210708171544_223401023.png) no-repeat center;background-position:25px 250px;overflow:hidden;box-shadow: 0px 0px 20px rgba(238, 238, 238, 0.6); background-size:85%;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_a{ font-size:20px; position:absolute; top:61px; left:30px; width:277px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_body{ font-size:14px; color:#555; line-height:24px; left:30px; width:282px; top:110px; position:absolute;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_date { background:url(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210708/20210708171359_766021652.png) left no-repeat; position:absolute; left:30px; top:32px; font-size:12px; padding-left:15px; color:#999;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_date div { float:left; margin-top:1px;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_image{ display:none !important;}
.new_content .news_div_item:nth-child(3){bottom: 0;top: auto;}
.new_content .news_div_item:nth-child(4){right: 0;left: auto;}
.new_content .news_div_item:nth-child(5){}
.new_content .news_div_item:hover .news_div_item_a{ color:#fe6102;}




/*版权*/
.c-footer__project{overflow: hidden;text-align: center;position: relative;padding-top: 4vw;padding-bottom: 4vw;width: 100%;background-size: 100% auto;background-repeat: no-repeat;background-position: top;background:#f5f5f5; }
.c-footer__project p{z-index:999;position: relative;font-size: 40px; color: #fbd99e;}
.c-footer__project .ft-p1{font-size: 38px;font-family: 'Tw Cen MT';color: #fe6102;font-weight:bold;  padding:1vw 0; }
.c-footer__project .ft-p4{ position: relative; z-index: 9; display: inline-block;}
.c-footer__project .ft-p4 a{float: left;color: #666;padding: 0px 14px;font-size: 16px;font-family: 'ssr';}
.c-footer__project .ft-p4 a+a{border-left: 2px solid #ccc;}
.c-footer__project .ft-p2{ font-size: 20px; padding-bottom: 10px; color: #111;}
.c-footer__project .ft-p3{ font-size: 15px;padding-top: 10px;padding-bottom: 10px;color: #999;font-family: 'ssr';}
.c-footer__project .ft-p3 a{ color: #999;}
.c-footer__project .ft-p5{padding-bottom: 20px;padding-top: 20px; }
.c-footer__project .ft-p5 img{width:120px; border:6px #fff solid;}
.c-footer__project a:hover{color:#000;}

.link-bg{text-align:center; position: relative; line-height:30px; }
.link-bg span{display:inline-block; color:#999; line-height:30px; }
.linkTagcs{display:inline-block; width:auto !important;position: relative; top:10px;}



/* 客服样式*/
.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(//memberpic.114my.com.cn/dgzhenghong/uploadfile/image/20210804/20210804140549_641493081.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: 6px; background-color: #fe6102; position: absolute; bottom: -6px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #fe6102; border-color: #fe6102; 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-zixun1, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px; background:#fff; border:1px #efefef solid; display:block; width:54px; height:54px; padding-top:10px; }
.y-kefu-box01 .hver:hover { background-color: #fe6102; border-color: #fe6102;}
.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 -181px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -181px; }


.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: #fe6102; 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: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; }
.y-kefu-box01 .y-email-infos p { color: #fe6102; 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; }