/*标签样式初始化*/
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 {color: #666; text-decoration: none;}
a:hover { color:#1f60dc;text-decoration: none; border-bottom-style:}

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

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


/*标题*/
.title{padding:70px 0 35px 0;text-align: center;}
.title b{font-size: 40px;color:#333;}
.title t{color:#1f60dc;}
.title p{margin-top: 5px;font-size:18px;color:#999;}






/*抬头*/
.header{ height:110px; position:relative;}
.headercontent{ position:absolute; width:95%; top:0; left:0; right:0; margin:0 auto; height:160px; border-radius:0 0 25px 25px; box-shadow:0 0 10px rgba(0,0,0,.1); background:#fff; z-index:9;}
.htop{ height:39px; line-height:39px; border-bottom:1px solid #ecebea;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; padding:0 3%;}
.htop,.htop a{ font-size:14px; color:#aeacaa;}
.htop i{ display:inline-block; vertical-align:top; position:relative; padding:0 25px;}
.htop i:nth-last-child(1){ padding-right:0;}
.htop i+i:after{ content:''; display:block; position:absolute; width:1px; height:; top:0; bottom:0; left:0; margin:auto 0; height:24px; background:#e7e5e3;}
.htop i em{ font-size:22px; color:#1f60dc; font-family:Arial;}
.htop i span,.htop i a{ display:inline-block; padding-left:30px;}
.htop i span{ background:url(//memberpic.114my.cn/dgshengqiang1/uploadfile/image/20211124/20211124135622_1008954017.png) no-repeat left center;}
.hsecond{ height:120px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;padding:0 3%;}
.hleft{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;}
.hmean{ font-size:18px; color:#666;}
.hmean span {display: flex;margin-bottom: 3px;}
.hmean span i {line-height: 38px;text-align: center;color: #444;font-weight: bold;font-size:32px;}
.nav {margin: 0 auto;}
.nav ul{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.nav ul li{ position:relative; transition:all .3s ease;width: 100px;text-align: center;}
.nav ul li>a{ display:block; font-size:15px; color:#333231; line-height:120px; position:relative; transition:all .3s ease;}
.nav ul li.cur>a,.nav ul li:hover>a{ color:#1f60dc;}
.nav ul li+li{ margin-left:50px;}
.nav ul li>a:after{ content:''; display:block; position:absolute; left:0; right:0; bottom:-1px; margin:0 auto; width:0px; height:3px; background:#1f60dc; transition:all .3s ease;}
.nav ul li.cur>a:after,.nav ul li:hover>a:after{ width:100%;}
@media screen and (max-width:1650px){
.nav ul li+li{ margin-left:40px;}
}
@media screen and (max-width:1500px){
.nav ul li+li{ margin-left:30px;}
.nav ul li>a{ font-size:14px;}
}
.dropmenu{ position:absolute; top:110%; opacity:0; visibility:hidden; right:0; width:140px; padding:15px; background:#fff; border-radius:0 0 0 20px; box-shadow:0 0 10px rgba(0,0,0,.1); transition:all .3s ease; border-top:4px solid #1f60dc; transition:all .3s ease;}
.dropmenu a{ display:block; font-size:15px; color:#666; transition:all .3s ease; line-height:46px;}
.dropmenu a:hover{ padding-left:15px; background:#1f60dc; color:#fff;}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block;}
.nav ul li:hover .dropmenu{ opacity:1; top:100%; visibility:visible;}
nav.nav li:nth-child(4) .dropmenu {width: 190px;}
.dropmenu table td table { display: none;}





/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;}
.banner-box{ min-width:1400px; height:735px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:735px; 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:260px; left: 0; margin-left: 0; height: 400px; 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(//memberpic.114my.cn/dgshengqiang1/uploadfile/image/20211124/20211124135650_558456314.png) no-repeat;}
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display:none; }
.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: #1f60dc;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }

/*内页*/
.banner-nbox{height:350px;}
.banner-nbox .bd li{height:350px;}
.banner-nbox .banner-btn{    top: 100px;}




/*搜索*/
.search_bg{height: 100px;background: #f5f5f5;}
.search_nbg{position: absolute;z-index: 999;top: 610px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{margin:0 auto;background: #fff;width: 100% !important;min-width: 1400px;max-width: 1600px;box-sizing: border-box;padding-left: 3%;padding-right: 3%;}
.search-bg{width:300px;height:46px;overflow: hidden;margin-top:26px;}
.search{height: 100px;}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:18px;color: #333;display: inline-block;}
.search_l a{font-size: 15px;color: #c0c0c0;}
.search_l a:hover{color:#1f60dc;}
.search-bg #infoname{width:300px;background:#e6e6e6 ;outline:none; color:#ccc;border: none;height:46px;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: 44px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height: 46px;}






/*产品中心*/
.products_bg{height:1190px;}
.protab {margin: 0 auto;display: table;}
.protab li{ float:left; width:245px; height:70px; position:relative; background:#fff; transition:all 0.5s ease;box-shadow: 0 0 15px #efefef; border-radius: 15px 0 15px 0;}
.protab li+li{ margin-left:40px;}
.prodrop{ position:absolute; left:0px; top:70px; border-top:1px solid #fff; display:none; z-index:999;}
.protab li>a {display: block;width: 100%;height: 100%;font-size: 20px;color: #777;font-weight: lighter;line-height: 70px;transition: all 0.4s linear; text-align:center;}
.protab li.on,.protab li:hover{ background:#1f60dc;}
.protab li.on>a,.protab li:hover>a{ color:#fff;}
/*效果*/
.procon ul+ul{ display:none;}
.procon td{ display:inline-block; padding:0 !important; border:1px solid #e8e8e8; width:331px; border-bottom:4px solid #1f60dc;}
.procon td br{ display:none;}
.procon td a,.procon td span{ display:block; overflow:hidden; position:relative;}
.procon td a img{ width:100%; height:auto;}
.procon td+td{ margin-left:25px;}
.procon tr+tr{ margin-top:25px; display:block;}
.procon td span a{ line-height:64px; border-top:1px solid #e8e8e8; font-size:18px; color:#5c6161; font-weight:lighter; transition:all .3s ease;}
.procon td>a:after,.procon td>a:before{ content:''; display:block; position:absolute; transition:all .3s ease;}
.procon td>a:after{ width:100%; height:100%; background:rgba(0,0,0,0.4); top:0; left:0; transform:rotate(-90deg); left:-100%;}
.procon td>a:before{ transition:all .5s ease; transform:scale(0); left:0; right:0; bottom:0; top:0; margin:auto; width:42px; height:42px; background:url(//memberpic.114my.cn/dgshengqiang1/uploadfile/image/20211124/20211124135724_40617655.png) no-repeat center; z-index:1;}
.procon td:hover>a:before{ transform:scale(1);}
.procon td:hover>a:after{ transform:rotate(0); left:0;}
.procon td:hover span a{ color:#1f60dc;}

/*内页产品分类*/
.prod_fl{width:310px;}
.prod_fl_top{height:145px;margin-bottom: 1px;background:#333;text-align: center;}
.prod_fl_top p{color: #fff;font-size:30px;padding-top:40px;}
.prod_fl_top span{display: block;font-size:14px;color:#666;margin-top: 4px;}
.prod_fl_center{position: relative;z-index: 9;}
.prod_fl_center li{margin-bottom: 1px;position: relative;background: #1f60dc url(//memberpic.114my.cn/dgkaifa1/uploadfile/image/20220831/20220831155630_2137875771.png)no-repeat  20px 30px;}
.prod_fl_center li:after{content:"";display:block;width:0%;height:80px; color:#fff; background: #333 url(//memberpic.114my.cn/dgkaifa1/uploadfile/image/20220831/20220831155630_853212287.png)no-repeat  20px center;position: absolute;top: 0;transition: all 0.3s;}
.prod_fl_center li:hover:after{width: 100%;}
.prod_fl_center li>a{display: block;line-height:80px;padding-left:55px;font-size: 18px;color: #fff;position: relative;z-index: 2;}
.prod_fl_center dl{padding: 40px 0 40px 55px;background: #f5f5f5}
.prod_fl_center dl a{display: block;width: 85%;line-height:49px;font-size:15px;color: #999;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.prod_fl_center dl a:hover{color: #1f60dc;}




/*胜强打造高品质振动盘*/
.w-char{width:100%; min-width:1400px; height:745px; background:url(//memberpic.114my.cn/dgshengqiang1/uploadfile/image/20211124/20211124101657_1543350645.jpg) no-repeat center top;}
.w-char_title b{color:#fff;}
.w-char_title p{color:#e5e5e5;}
.b-box{display: flex;justify-content: space-between;}
.list{display: flex;justify-content: space-between;}
.l-items{width: 240px;height:220px;padding:50px 30px 0 30px;background-color: #fff;margin: 0 27px 27px 0;border-radius: 5px;display: flex;flex-direction: column;align-items: center;transition:0.3s all;}
.list>.l-items:last-child{margin-right: 0;}
.l-items:hover{background-color: #DB991F;color: #fff;cursor: pointer; transition:0.3s all;}
.l-items:hover p{color: #fff;cursor: pointer;}
.l-items:hover span{color: #fff;cursor: pointer;}
.l-items p{font-size: 24px;font-weight: bold;color: #1f60dc;}
.l-items span{font-size: 15px;color: #666;text-align: center; line-height:30px;}
.l-items:hover .bor{border-bottom: 1px solid #1f60dc;}
.bor{width:15px;border-bottom: 1px solid #DB991F;margin: 15px 0;}
.char-pic{height: 465px;}




/*四大优势让您放心选择我们*/
.adv_t span{color: #222;  font-weight: lighter;}
.adv_t:after{content: "";display: block;width:1400px;height:330px;background: #1f60dc;min-width:1400px;margin: 0 auto;}
.adva_bg{margin-top: -330px;}
.adva_top{height:170px;}
.adva_top li{height:170px;width:25%;float:left;color: #fff;text-align: center;cursor: pointer; position: relative;}
.adva_top li:before{content: "";display: block;width:1px;height:55px;background:#6091ef; float: right;margin-top:55px;}
.adva_top .on:after{content: "";display: block;width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #fff; margin:56px auto 0px;position: relative; z-index: 999;}
.adva_top li:nth-child(4):before{display:none;}
.adva_top li b {display: block;line-height: 29px;text-align: left;float: left;}
.adva_top li em {float: left;padding-right: 21px;}
.adva_top li p{font-size: 30px;}
.adva_top li span{ font-family:Arial; font-size:12px; text-transform: uppercase;font-weight: initial;color: #7ba8ff;}
.adva_bottom{background: #fff;}
.adva_bottom dl {padding: 44px 44px;position: relative;background: #fff;box-shadow: 0px 9px 15px #c8c8c8;}
.adva_bottom dl img{width: 100%;}
.ys_dh {display: block;width: 182px;height: 50px;margin: 0 auto; padding-top:60px;}  
.adva_top li:nth-child(2) .ys_dh {width: 200px;} 
.adva_top li:nth-child(3) .ys_dh {width: 214px;} 
.adva_top li:nth-child(4) .ys_dh {width: 201px;} 
.adva_bottom dd em {color: #fff;width: 175px;height: 174px;position: relative;display: block;float: left;}
.adva_bottom dd em span {font-size: 60px;font-family: Arial;position: absolute;top: 55px;left: 25px;}
.adva_bottom dd em p {font-size: 18px;font-family: Arial;position: absolute;left: 105px;top: 130px;text-transform: uppercase;}
.adva_bottom dd {position: absolute;bottom: 44px;left: 44px;transform: translateY(0px);transition: 0.6s;width: 100%;height: 174px;background: url(//memberpic.114my.cn/dgshengqiang1/uploadfile/image/20211123/20211123142100_1931192604.png) no-repeat;color: #fff;}
.ys_wz {float: left;width: 1130px;}
.ys_wz b {font-family: Arial;font-size: 13px;text-transform: uppercase;display: block;width: 225px;float: left; padding-top:63px;}
.ys_wz p {font-size: 18px;line-height: 37px;float: left;padding: 0 42px; padding-top:67px;}






/*定制流程*/
.pess_bg{height:635px;background: #f8f8f8;}
.pess{position: relative;}
.pess_li{height:250px; display: flex;}
.pess_li li{width:233px;height:250px;float:left;text-align: center;position: relative;cursor: pointer;}
.pess_li li:before,.pess_li:before{content:"";display: block;width:1px;height:250px;background: #e5e5e5;position:absolute;top:0px;}
.pess_li li:before{left:0px;}
.pess_li:before{right:0px;}
.pess_li li:after,.pess_li:after{content:"";display: block;width:1px;height:40px;background: #1f60dc;position: absolute;top:30px;}
.pess_li li:after{left:0px;}
.pess_li:after{right:0px;}
.pess_li li *{display: block;position: relative;z-index: 2;}
.pess_li li *:last-child{z-index: 1;}
.pess_li li t{font-size: 26px;color:#ccc;}
.pess_li li:hover t{color:#4b83ef;}
.pess_li li t:before{content:"";display: block;width:40px;height:40px;margin:40px auto 30px;background:url(//memberpic.114my.cn/dgshengqiang1/uploadfile/image/20211123/20211123160145_65316028.png)no-repeat;transition: all 0.3s;}
.pess_li li:nth-child(2) t:before{background-position: -40px 0;}
.pess_li li:nth-child(3) t:before{background-position: -80px 0;}
.pess_li li:nth-child(4) t:before{background-position: -120px 0;}
.pess_li li:nth-child(5) t:before{background-position: -160px 0;}
.pess_li li:nth-child(6) t:before{background-position: -200px 0;}
.pess_li li:hover:nth-child(1) t:before{background-position: 0px -40px;}
.pess_li li:hover:nth-child(2) t:before{background-position: -40px -40px;}
.pess_li li:hover:nth-child(3) t:before{background-position: -80px -40px;}
.pess_li li:hover:nth-child(4) t:before{background-position: -120px -40px;}
.pess_li li:hover:nth-child(5) t:before{background-position: -160px -40px;}
.pess_li li:hover:nth-child(6) t:before{background-position: -200px -40px;}
.pess_li li b{margin:10px 0 15px 0;font-size:20px;color:#333;}
.pess_li li:hover b{color:#fff;}
.pess_li li p{font-size: 15px;color:#999;}
.pess_li li:hover p{color:#e5e5e5;}
.pess_li li span{width:100%;height:0px;background: #1f60dc;position: absolute;top:0px;left:0px;transition: all 0.3s;}
.pess_li li:hover span{height:250px;}
.pess_tel{width:500px;height:70px;line-height: 70px;margin: 50px auto 0;background: #333;border-radius: 100px;text-align: center;color:#fff;}
.pess_tel p{font-size:24px;float: left;padding-left: 45px;}
.pess_tel span{float: left;font-size: 40px;}







/*应用行业*/
.apply_bg{height:965px;}
.apply *{display: block;}
.apply a{margin:0 25px 25px 0;float:left;position: relative;overflow: hidden;}
.apply a:before{content:"";display: block;width:36px;height:36px;background: url(//memberpic.114my.cn/dgshengqiang1/uploadfile/image/20211124/20211124103041_1745083094.png)no-repeat;position: absolute;bottom: 25px;right: 25px;transition:all 0.3s;z-index: 2;}
.apply a:hover:before{background-position:0 -36px;}
.apply_t a:last-child,.apply_b a:last-child{margin-right: 0px;}
.apply_img img{width: 450px;height: 338px;transition: 0.3s all linear;}
.apply_t a:last-child img{width: 925px;}
.apply a:hover .apply_img img{transform: scale(1.2);}
.apply .apply_text{width:100%;height:100px;padding:30px;background: linear-gradient(rgba(37, 37, 37, .02),rgba(93, 92, 92, 0.2),rgba(0,0,0,0.5));position: absolute;bottom:0px;}
.apply_text p{font-size: 24px;color:#fff;}
.apply_text span{font-size: 12px;color:#e5e5e5;line-height: 18px;}






/*公司简介*/
.w-jj{width:100%;height:1370px;position: relative;}
.w-jj .page{position: relative;}
.w-jj_title{position: relative;z-index: 3;}
.w-jj_title b,.w-jj_title t{color:#fff;}
.w-jj_title p{color:#e5e5e5;}
.jj-pic1{width: 1920px;height: 747px;position: absolute;top: 0;left: 50%;transform: translateX(-50%);display: flex;background: url(//memberpic.114my.cn/dgshengqiang1/uploadfile/image/20211124/20211124111211_1389872290.jpg);}
.jj-pic1 img{height: 560px;margin:auto; margin-top:188px;}
.fmbzd{position: absolute;top: 460px;width: 100%;height: 213px;background-color: #fff;display: flex;box-shadow: 2px 2px 20px #ccc;}
.jj-details{width: 680px;margin-left: 49px;display: flex;flex-direction: column;justify-content: center;}
.jj-details>a:nth-child(1){font-size: 25px;color: #444;font-weight: bold;display: block; transition:0.3s all;}
.jj-details a:hover{color: #1f60dc; transition:0.3s all;}
.jj-details span{color: #666;font-size: 15px;line-height: 38px;display: block;margin-top: 20px;}
.jj-details i a{color: #1f60dc;}
.jj-code{width: 300px;margin: 0 0 0 auto;display: flex;align-items: center;justify-content: center;}
.code{width: 196px;height: 157px;display: flex;align-items: center;justify-content:space-around; background: url(//memberpic.114my.cn/dgshengqiang1/uploadfile/image/20211124/20211124135809_1729233630.png);}
.code img{width: 126px;height: 126px;}
.code div{width: 20px;font-size: 15px;line-height: 20px;color: #666;}
.dotli{width: 808px;position: absolute;top:730px;left: 50%;transform: translateX(-50%);}
.dotli div{width: 100%;border-bottom: 2px dotted #d3d3d3;margin-bottom: 2px;}
/*车间*/
.wz-cj{width: 100%;height: 235px;position: absolute;top: 790px;}
.wz-cj tr td tr td img {padding: 8px 8px 8px 8px !important;border: 1px solid #ddd;transition: 0.3s all; transition:0.3s all;}
.wz-cj tr td tr td:hover img{border: 1px solid #1f60dc; transition:0.3s all;} 
.wz-cj tr td tr td {padding:0 25px 0 0 !important; position:relative;}
.wz-cj tr td tr td a:nth-child(2) {height: 50px;text-align: center;display: block;background: #333333db;color: #fff;line-height:50px;font-size: 15px;}
.wz-cj tr td tr td a:nth-child(2) br{display:none;}
.wz-cj tr td tr td:hover a:nth-child(2){background: #1f60dc; transition:0.3s all;}





/*新闻中心*/
.news_list i{font-size: 12px;    font-family: Arial;display: block;}
.news_bg{height:800px;background: #f5f5f5;}
.news_t b:after{left: 315px;}
.news_t b:before{right: 315px;}
.news_list{width:562px;height: 54px;margin: 0 auto;}
.news_list li{width:160px;height:54px;line-height: 18px;margin-right: 40px;background: #1f60dc;float: left;text-align: center;font-size: 18px;color: #fff;cursor: pointer;border-radius: 10px;    padding-top: 12px;}
.news_list li:last-child{margin-right: 0px;}
.news_list li+li{margin-left: 1px;}
.news_list li a{color:#fff;font-size:18px;}
.news_list li.on {background: #DB991F;color: #fff;}
.news_list li.on a{color: #fff;}
.news_box .news_div_item:nth-child(-n+2){width:317px;height: 430px;border: 1px solid #e5e5e5;}
.news_box{width:1400px;    overflow: hidden;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{width:315px;height: 236px;border-bottom: 1px solid #e5e5e5;box-sizing: border-box;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:0;width:317px;display:block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:391px;width:317px;font-size:14px;color: #333;    left: 18px;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{display: inline-block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content{position: absolute;top:243px;width:317px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_month:after{content:'-';}
.news_div_item_a{font-size:18px !important;color:#333;line-height:55px;}
.news_div_item_body{font-size:14px;color:#a19c9c;line-height:23px;margin-top: 55px;padding: 0 20px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_body{line-height:28px;}
.news_box .news_div_item:nth-child(2){margin-left:30px;}
.news_box .news_div_item{width:706px;height:143px;float:left;position: relative;box-sizing: border-box;}
.news_box .news_div_item:nth-child(n+3){margin-left:30px;}
.news_div_item_pic{display:none;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content{width:550px;position: absolute;left: 135px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_date{position: absolute;left:30px;font-size:14px;top: 80px;color: #333;    font-weight: bold;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_date:after{display:block;content:"";width: 1px;height: 75px;background: #e5e5e5;position: absolute;top: -50px;right: -28px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_day{position: absolute;top:-60px;font-size: 44px;left:3px;color: #333;font-weight: bold;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_a{height:143px;    top: 5px;}
.news_box .news_div_item:nth-child(n+3){border: 1px #e5e5e5 solid;}
.news_box .news_div_item_a{display: block;width: 100%;height: 184px;position: absolute;padding: 0 20px;    padding: 0 20px;}
 .news_cont{height:430px;}
    
    

/*版权*/
.lines_bg{background: #1f60dc;}
.end1 {width: 1400px;margin: 0 auto;overflow: hidden;position: relative;}
.copyright{ background:#222;}
.links{ line-height:88px;    color: #fff;}
.links p{ float:left; font-size:28px; color:#fff;margin-right: 20px;}
.links d{float: left;font-size:18px;color:#fff;}
.links p:nth-child(2){ font-size:18px; margin:0 20px 0 5px;}
.linkTagcs li a{font-size: 16px !important;color: #e5e5e5 !important;}
.crcon{ padding:65px 0 80px;}
.crkslj li{ float:left;padding:0 80px 0 0;}
.crkslj li p{ font-size:18px; color:#fff; margin:0 0 20px 0;}
.crkslj li a{ display:block; font-size:14px; color:#999; line-height:34px;}
.crkslj li a:hover{ color:#fff;}
.crcon_tel{padding: 0px 0 0 80px;height: 200px;border-left:1px solid #393939;float: left;}
.crcon_tel a{font-size:14px; color:#999; line-height:34px;display: block;}
.crcon_ewm+.crcon_ewm{margin-right:60px;}
.crcon_ewm img{width:160px;}
.crcon_ewm p{width: 162px;line-height: 30px;border: 1px solid #2e2e2e;text-align: center;margin-top: 5px;color: #999;}
.crcon_tel p{font-size: 24px;color: #fff;margin-bottom:20px;font-family: Arial;    font-weight: bold;}
.end{ border-top:1px solid #2e2e2e; line-height:40px; padding: 20px 0;}
.end,.end a{ font-size:15px; color:#999;}
.end a:hover{ color:#fff;}




/* 客服样式*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.cn/dgshengqiang1/uploadfile/image/20211124/20211124143325_18012678.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: #1f60dc; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #1f60dc; border-color: #1f60dc; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #1f60dc; border-color: #1f60dc;}
.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:#1f60dc; }
.y-kefu-box01 .mobile-infos p { color: #1f60dc; 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: #1f60dc; 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; }