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

/*公共样式部分*/

body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#128dda;text-decoration: none; border-bottom-style:}

.page{margin:0 auto;width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:94%;}
.box2{margin: 0 auto;width:84%;position: relative;}

.fl { float: left;}
.fr {float: right;}

em,i {font-style: normal;}


/*隐藏右边滚动条
body::-webkit-scrollbar {  display: none;}*/


/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

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


/*英文样式*/
.font_en{font-family: "Arial, Helvetica, sans-serif";text-transform: uppercase;}
.font_en2{font-family:"Biko";text-transform: uppercase;}




html{font-size: 15px;}




/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;}
.title t{color:#128dda;}
.title p{font-size: 18px;color:#999;line-height: 30px;}







/*抬头*/
.top_bg{display: flex;justify-content: space-between;align-content:center;height:180px;position: relative;}
/*左边*/
.logo{display: flex;align-items: center;justify-content: center;width:200px;height:180px;box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.15);}
.logo img{width: 7vw;}
/*右边*/
.top_right{width:100%;}
.top_t{display: flex;justify-content: space-between;height:50px;line-height:50px;padding-left: 60px;border-bottom: 1px #eee solid;}
.top_t_fl,.top_t_fl a{font-size: 14px;color:#bbb;}
.top_t_fr a{display: block;float: left;padding:0 2vw 0 4vw;border-right: 1px #eee solid;border-left: 1px #eee solid;font-size: 15px;color: #bbb;}
.top_t_fr a:first-child{padding-left: 42px;font-size:1.4vw;color:#128dda;}
.top_t_fr a:hover{color:#128dda;}
.top_b{display: flex;justify-content: space-between;align-items: center;height: 130px;}
.logo_text{padding-left:60px;}
.logo_text t{color:#128dda;}
.logo_text b{font-size:1.5vw;line-height: 32px;color:#333;}
.logo_text p{margin-top:10px;font-size: 0.95vw;color:#666;}
/*栏目*/
.NavCeshi li{float:left;padding: 0 1vw;position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi li>a{display:block;position: relative;text-align: center;}
.NavCeshi li i{line-height:130px;font-style:normal;font-size:16px;color:#333;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#128dda;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:2px;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0; background: #128dda;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}
/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #128dda solid;position: absolute;left:50%;top:100px;transform: translate(-50% );z-index: 9;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{opacity: 1;top:130px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #128dda;color: #fff;text-align: center;transition:ease-out .3s;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 15px;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #128dda;}
.nav2 table{width: 100%;}
/*其他屏幕样式*/
@media (max-width: 1850px) and (min-width: 1781px){

}
@media (max-width: 1780px) and (min-width: 1681px){

}
@media (max-width: 1680px) and (min-width: 1600px){
.NavCeshi li i{font-size: 15px;}
}
@media (max-width: 1599px) and (min-width: 1500px){
.NavCeshi li i{font-size: 14px;}
}
@media (max-width: 1499px) and (min-width: 1400px){
.NavCeshi li i{font-size: 14px;}
}







/*搜索*/
.top_search{display: flex;align-items: center;height: 130px;margin-right:2vw;cursor: pointer;}
.search_bg{height: 100px;overflow: hidden;border-bottom: 1px #eee solid;}
.search_nbg{position: absolute;z-index: 999;top: 620px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{background: #fff;margin: 0 auto;}
.search-bg{width:300px;height:50px;overflow: hidden;margin-top:26px;}
.search{width: 100%;height: 100px;padding: 0 30px;background:#fff;position: absolute;top: 180px;left: 0;z-index: 22;box-shadow: 0 0 30px rgba(0,0,0,.08);transition: all 0.3s;transform: scale(0);}
.top_search:hover .search{transform: scale(1);}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:18px;color: #333;display: inline-block;}
.search_l a{font-size:0.75vw;color: #666;}
.search_l a:hover{color:#128dda;}
.search-bg #infoname{width:300px;background:#eee;outline:none;color:#ccc;border: none;height:50px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;border: 1px solid #eee;border-top: none;border-bottom: none;border-radius: 23px;}
.search_nbg #infoname{width:278px;height: 50px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height:50px;}
.search-i input{outline:none;}





/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;min-width: 1400px;}
.banner-box{ min-width:1400px; height:765px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:765px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;    height: 80%;    position: relative;    z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:290px; left: 0; margin-left: 0; height:420px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px;background-position: 0 0;} 
.banner-btn a.next{ right:-50px;background-position: -49px 0;}
.banner-btn a{background:url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012143815_425653315.png) no-repeat;}
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #128dda;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }
/*内页*/
.banner-nbox{height:350px;}
.banner-nbox .bd li{height:350px;}
.banner-nbox .banner-btn{    top: 100px;}







/*工程案例*/
.prod{height:1240px;}
.program_a ul{display: flex;justify-content: center;flex-wrap: wrap;width: 100%;}
.program_a li:nth-child(7) a{border-left:none;}
.program_a a{display: block;float: left;width:233px;height:70px;background: #f5f5f5;text-align: center;font-size: 16px;line-height: 70px;}
.program_a li dl{display:none;}
.program_a li.on a{background: #128dda;color:#fff;}
.program_a li+li a{border-left:1px #e5e5e5 solid;}
.program_d dl{height:625px !important;}
.program_l{width: 49%;overflow: hidden;height:625px;position: relative;}
.program_l p{position: absolute;top: 40%;left: 0px;right: 0px;bottom: 0px;margin: 0 auto;width: 120px;text-align: center;height:120px;background: #128dda;border-radius: 50%;line-height: 120px;color: #fff;font-size:16px;z-index:2;}

.prod_d li{float: left;width: 23.5%;position: relative;text-align: center;}
.prod_d li+li{margin-left: 2%;}
.prod_d .progdwz2021 ul+ul li{margin-top: 2%;}
.prod_d li>a{display: block;overflow: hidden;border: 1px #eee solid;}
.prod_d li img{display: block;width: 100%;height: auto;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.prod_d li br{display: none;}
.prod_d li span{display: block;width: 100%;height: 55px;line-height:55px;background: #fff;position: relative;z-index: 2;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.prod_d li span a{font-size:16px;}
.prod_d li:hover span a{color:#128dda;}
.prod_d li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}








/*专注模具制造、注塑成型多年*/
.serve{height:860px;background:url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221011/20221011152105_646731585.jpg)no-repeat center;}
.serve b{color:#fff;}
.serve p{color:#eee;}
.ser li{float: left; width: 33.33333%; transition: all 0.3s ease;position: relative;  }
.ser_w{height: 296px; background: #fff; text-align: center; padding-top:60px; }
.ser_w p{font-size:30px; color: #222; padding-bottom:20px;}
.ser_w span{font-size:16px; line-height: 32px;width: 70%;margin: 0 auto;display: block;}
.ser_w a{display: block; width:140px; height: 40px; line-height: 40px; text-align: center;font-size: 15px; color:#fff; border-radius: 100px; margin: 30px auto; background: #128dda;transition: all 0.3s ease;  }
.ser_w a:hover{ width: 160px; }
.ser_m{height: 296px; overflow: hidden; transition: all 0.3s ease; background:#fff; }
.ser_m img{width:100%;height: 100%;}

.ser li:hover{box-shadow: 0 0 80px rgba(0,0,0,0.1);z-index:2;}
.ser li:hover .ser_m{padding:0 40px 40px;}
.ser li:nth-child(2):hover .ser_m{padding:40px 40px 0 40px;}








/*应用案例*/
.case_bg{background:url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012143910_158874625.jpg) no-repeat center top;height: 873px;}
.case_list{width: 470px;}
.case_list li{width: 230px;height: 185px;background: #fff;margin-bottom: 10px;float: left;text-align: center;cursor: pointer;transition: 0.3s ease all;box-shadow: 0px 0px 10px rgba(144, 144, 144, 0.2);}
.case_list li:nth-child(2n){margin-left: 10px;}
.case_list li i{width: 62px;height: 62px;display: inline-block;margin-top: 28px;transition: 0.3s ease all;background: #128dda;border-radius: 100%;}
.case_list li.on{background: #128dda;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);}
.case_list li.on i{background:#fff;}
.case_list li i:after{content: "";display: block;width:30px;height:30px;margin: 15px auto 0;background: url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012091759_307863532.png)no-repeat;transition:all 0.3s;}
.case_list li:nth-child(2) i:after{background-position:-30px 0;}
.case_list li:nth-child(3) i:after{background-position:-60px 0;}
.case_list li:nth-child(4) i:after{background-position:-90px 0;}
.case_list li:nth-child(5) i:after{background-position:-120px 0;}
.case_list li:nth-child(6) i:after{background-position:-150px 0;}
.case_list li.on i:after{background-position-y:-30px;}

.case_list li p{font-size:18px;font-weight: 500;color: #484848;line-height: 40px;transition: 0.3s ease all;margin-top: 8px;}
.case_list li d{font-size: 12px;color: #aaaaaa;transition: 0.3s ease all;}
#case_box{width:920px;}
.case_box{position: relative;height: 575px;}
.case_box img{width:950px;}
.case .tempWrap{float: right;}


.case_list li.on p{color:#fff;}
.case_list li.on d{color: #fff;}








/*优势*/
.adv_list li{float: left; width: 25%; text-align: center; line-height: 100px; position: relative; cursor: pointer;}
.adv_list li:after{content:""; display: block; width: 0; height: 4px; background: #128dda;transition: all 0.3s ease; position: absolute; left: 0; bottom: 0;}
.adv_list li.on:after{width: 100%;}
.adv_list li b{display: inline-block; font-size: 24px; color: #000; padding-left: 56px; }
.adv_list li.on b{color: #128dda; }
.adv_list li span{font-family: "Arial"; color: #ccc; padding-left:12px;}
.adv_list li:nth-child(1) b{background: url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012094250_2031921.png)no-repeat left 31px;}
.adv_list li:nth-child(2) b{background: url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012094250_1644758457.png)no-repeat left 31px;}
.adv_list li:nth-child(3) b{background: url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012094250_168277718.png)no-repeat left 31px;}
.adv_list li:nth-child(4) b{background: url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012094250_1040947965.png)no-repeat left 31px;}

.adv_cont{margin-top:50px;}
.adv_m{height:533px; background:url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012094548_2095236819.jpg)no-repeat center left;}
.adv_ml,.adv_mr{width:50%; height:100%; }
.adv_ml1{background: url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012100911_1969222168.jpg)no-repeat center;}
.adv_ml2{background: url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012100911_1514365101.jpg)no-repeat center;}
.adv_ml3{background: url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012100911_1632800997.jpg)no-repeat center;}
.adv_ml4{background: url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012100912_1981361674.jpg)no-repeat center;}
.adv_mr{ padding:44px 44px 44px 0; }

.adv_w{background:#f5f5f5; width:100%; height:100%;padding: 50px 70px;}
.adv_w b{font-size: 30px; color: #ccc; font-family: "Arial"; line-height: 40px; }
.adv_w h3{font-size: 34px; color: #333;}
.adv_w p{font-size: 18px; line-height: 30px; color: #333; }
.adv_w dd{font-size: 16px;line-height: 30px; margin-top:2vw;color:#666;}
.adv_w a{display: block; width: 162px; height: 44px; line-height: 42px; text-align: center; color:#333; font-size: 16px; border-radius: 100px; border:1px #333 solid; margin-top:3vw;}
.adv_w a:hover{border: 1px #128dda solid;background: #128dda;color:#fff;}
.adv_w strong{color:#128dda; font-size:18px;}








/*简介*/
.about_bg{background: url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012103157_655088369.jpg)no-repeat center;height: 718px;}
.about{padding-top: 160px;}
.about_l p{font-size: 70px;color: #fff;font-weight: bold;}
.about_l span{width: 215px;height: 60px;display: block;background: #128dda;line-height: 60px;color: #fff;text-align: center;font-size: 24px;}
.about_r{width: 720px;}
.about_r d{font-size: 34px;font-weight: bold;color: #128dda;}
.about_r p{font-size: 24px;color: #333;line-height: 30px;}
.about_r i{width: 47px;height: 4px;background: #128dda;display:block;margin: 30px 0;animation: long 3s infinite;}
.about_r dd{font-size: 15px;color: #666;line-height: 38px;}
.about_r a{width: 222px;height: 50px;display: block;border: 1px solid #666;line-height: 50px;font-size: 16px;text-align: center;color: #333;margin-top: 50px;position: relative;overflow: hidden;transition: 0.3s all ease;}
.about_r a:after{content: ""; width: 200%; height: 200%; border-radius: 100%; background: #128dda; opacity: 1;transform: scale(0); position: absolute; left:-50%; top:-50%;transition: 0.3s all ease; display: block;}
.about_r a:hover:after{transform: scale(1); opacity: 0;}
.about_r a:hover{background:#128dda;color:#fff;    transform: scale(0.95);}
.about_r a:hover{box-shadow: 0 0 10px #aaa;}
@keyframes long {
  0% {
     width:40px;
  }
  50% {
     width:350px;
  }
  100% {
     width:20px;
  }
}






/*生产实力*/
.equ_d .tempWrap{width:100% !important;}
.equ_d ul{display:block;}
.equ_d li{float:left;overflow: hidden;transition: 0.3s ease all;display:block;margin-right:20px;text-align: center;width:360px;}
.equ_d li p a{font-size: 16px;display:block;}
.equ_d li img{transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;width:100%;height:100%;}
.equ_d li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.equ_d li p{height:60px;line-height:60px;position: relative;z-index: 2;background:#f5f5f5;transition: all linear 0.5s;}
.equ_d li:hover p{background:#128dda;}
.equ_d li:hover a{color:#fff;}






/*新闻*/
.newstab{ font-size:0;text-align:center;}
.newstab a{ display:inline-block; width:200px; line-height:50px;background:#edeff0; text-align:center; font-size:18px; color:#222; -webkit-transition:all .3s ease; transition:all .3s ease;}
.newstab a.on{ background:#128dda; color:#fff;}
.newstab a+a{ margin-left:25px;}

.newscon{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start; margin-top:10px;}
.newsleft{ width:49%; float:left;padding-bottom:1%;}
.newsright{ width:49%; float:right;padding-bottom:1%;}
.newsright .news_div_item_a{ position:relative;}
.news .newsleft .news_div_item_body{ margin:5% 0 10% 4%;}
.news .news_div_item{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;     }
.newsleft .news_div_item{ padding:26px; background:#fff; position:relative;border:1px #eee solid;}
.newsright .news_div_item_content{ width:77%;}
.newsleft .news_div_item_content{ width:65%; padding-left:10px;}
.newsleft .news_div_item+.news_div_item{ margin-top:3%;}
.newsleft .news_div_item_pic{ overflow:hidden;width:44.8%; border:1px #eee solid;}
.news .news_div_item_pic img{ width:100%; height:auto; -webkit-transition:all .6s ease; transition:all .6s ease;}
.news .news_div_item:hover .news_div_item_pic img{ -webkit-transform: scale(1.1); transform: scale(1.1);}
.news_div_item:hover .news_div_item_a{color:#128dda;}
.news .news_div_item_a{ display:block; white-space:nowrap;text-overflow:ellipsis; font-size:18px; color:#666666;margin-left:4%; width:80%;}
.news .news_div_item_body{ font-size:14px; color:#666666; font-weight:lighter; line-height:30px; height:64px; overflow:hidden; margin-top:10px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.newsleft .news_div_item_a:after{ content:''; display:block; position:absolute; bottom:33px; right:30px; width:25px; height:25px; background:url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012142146_1954647475.png) no-repeat center;}
.newsright .news_div_item{ padding:21px; background:#fff; position:relative;border:1px #eee solid;}
.newsright .news_div_item_pic{ width:25%; overflow: hidden;border:1px #eee solid;}

.newsright .news_div_item_body {height: 60px; -webkit-line-clamp: 2;line-clamp: 2; margin-left:4%; width:80%;}
.newsright .news_div_item+.news_div_item{ margin-top:2%;}
.newsright .news_div_item_date{ position:absolute; padding-left:20px; text-align:center; height:115px; border-left:1px solid #f0f2f1; top:0; margin:auto 0; bottom:0; right:15px; font-size:16px; color:#666666; line-height:30px;font-family: 'FuturaBT2';}
.newsright .news_div_item_month,.newsright .news_div_item_day{ display:inline-block;font-family: fontDin1}
.newsright .news_div_item_year{ font-size:25px;font-family: fontDin1}
.newsright .news_div_item_a:after{ content:''; display:block; position:absolute; right:-80px; bottom:-80px; width:25px; height:25px; background:url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012142146_1954647475.png) no-repeat center;}
.newsleft .news_div_item_date{ font-size:0; position:absolute; bottom:33px;left: calc(40% + 40px);}
.newsleft .news_div_item_date>div{ display:inline-block; font-size:14px; color:#999; font-family: fontDin1;}


@media screen and (max-width:1300px){
.newsright .news_div_item{padding:19.6px;}
.newsright .news_div_item_body{width:72%;}
}








/*版权*/
.head_bgx{width:100%;height:10px;cursor: pointer;background:#e5e5e5;}
.head_bgx span {display:block;width:100%;height:10px;background-color: #128dda;animation: span_i1 2.5s infinite;float:right;}
@keyframes span_i1{
        0%{ width:0%; background-color:#128dda}
        25%{ width:100%; background-color:#128dda}
        100%{ width:0%; background-color:#128dda}
        }


.copy {width: 100%;background: #222222;    padding: 10px 0 30px;overflow: hidden;}
.copy_box1 {margin: 0 auto;}

/*友情链接*/
.links_bj{position:relative;height: 80px;line-height: 80px;overflow: hidden;border-bottom: 1px solid #313131;}
.links_zbt{width:120px;font-size:16px;color:#fff;padding-left:35px;background:url(https://memberpic.114my.com.cn/dgdongzheng1/uploadfile/image/20221012/20221012142542_2123081169.png)no-repeat left center;}
.links_zbt img{margin-right:15px;margin-top: -5px;}
.links_lj{font-size:14px;color:#fff;}
.links_tb{width:auto;height:92px;}
.linkTagcs li a{font-size:15px;line-height:80px;color:#999 !important;}
.link_more {float: right;}
.link_more a {font-size: 14px;color: #999999;}

.copy_tab {padding: 60px 0;overflow: hidden;}
.copy_tabr {border-top:none;padding: 80px 0;overflow: hidden;}
.copy_con{width:93%;}
.copy_con li {float:left;text-align: left;padding: 0 5.5%;position: relative;transition:0.5s;}
.copy_con li p {font-size: 18px;color: #ffffff;margin-bottom: 20px;}
.copy_con li p span {font-size: 12px;color: #666666;font-family: Arial;display: block;text-transform: uppercase;}
.copy_con li a {font-size: 15px;color: #999999;display: inherit;line-height: 36px;transition: all 0.3s linear;}
.copy_con li a:hover {color: #ffffff;transition: all 0.3s linear;}
.copy_con li:before {content: '';width:1px;height: 25px;background: #128dda;position: absolute;left:1px;top:0;z-index: 1;transition:0.5s;}
.copy_con li:after {content: '';width:1px;height: 230px;background: #333;position: absolute;left:1px;top:0;transition:0.5s;}
.copy_r {float: right;}
.copy_r p {font-size: 18px;color: #ffffff;}
.copy_r p span {font-size: 12px;color: #666666;font-family: Arial;display: block;text-transform: uppercase;}
.copy_r ul {display: flex;justify-content: space-between;padding-top: 20px;}
.copy_r li i {display: inline-block;width: 130px;height: 130px;background: #ffffff;margin-bottom: 12px;}
.copy_r li {font-size: 14px;color: #ffffff;text-align: center;width: 130px;}
.copy_r li img{width: 130px; height:130px;}
.copy_name {display: flex;justify-content: space-between;}
.copy_name span {font-size: 14px;color: #999999;line-height: 28px;display: inherit;}
.copy_name span a {color: #999999;transition: all 0.3s linear;font-size: 14px;}
.copy_name span a:hover  {color:#ffffff;transition: all 0.3s linear;}
.copy_con li:hover:before {height:100%;transition:0.5s;}






/* 客服样式*/
.y-kefu-box {position: fixed; right: 0; top:35%; 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/dgdongzheng1/uploadfile/image/20221010/20221010201925_562968786.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #128dda; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border: solid 1px #efefef;position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #128dda; border-color: #128dda; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.kf-mail>i{background-position: -5px -79px !important;}
.kf-mail:hover>i{background-position: -30px -79px !important;}
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #128dda; border-color: #128dda;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }


.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*咨询热线*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#333; }
.y-kefu-box01 .mobile-infos p { color:#128dda; 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; width:170px;}
.y-kefu-box01 .y-email-infos p { color: #128dda; 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; }