@font-face {
 font-family:fontDin1;
 src: url(../fonts/din-medium_woff.txt),url(../fonts/din-medium_eot.txt),url(../fonts/din-medium_woff2.txt),url(../fonts/din-medium_ttf.txt)}
@font-face {
 font-family:fontDin2;
 src: url(../fonts/din-bold_woff.txt),url(../fonts/din-bold_eot.txt),url(../fonts/din-bold_woff2.txt),url(../fonts/din-bold_ttf.txt)}
 
/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}
 
/*通用代码*/
*{ margin:0px; padding:0px;box-sizing: border-box;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1400px; overflow-x:hidden;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
h1,h2,h3,h4,h5,h6,h7{ font-weight:normal;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color:#d71414;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.w1300{width:1300px; margin:0 auto;}
.w1400{width:1400px; margin:0 auto;}
.fr{ float:right;}
.fl{ float: left;}

#copy { display: none;}

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

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

.title{font-size:40px;color:#333;text-align:center;}
.titlea p{display:inline-block;position:relative;padding:0px 10px 0px 110px;line-height:40px;}
.titlea p:before{content:"";position:absolute;left:0;background:url(../images/20210326172022_849413670.png)no-repeat center;  width:82px;height:80px;}
.titlea p:after{content:"";position:absolute;right:4px;background:url(../images/20210326172306_1390576492.png)no-repeat center;width:24px;height:23px;top:0;}
.titlea span{font-weight:bold;color:#e7b123;}
.titlea b{font-size:18px;color:#999;display:block; font-weight:500; padding-top:10px; text-align:left;}

.titld{font-size:40px;color:#fff;text-align:center; padding-top:80px;font-weight:bold;}
.titlda p{display:inline-block;position:relative;padding:0px 10px 0px 120px;line-height:40px;}
.titlda p:before{content:"";position:absolute;left:0;background:url(../images/20210327104641_806754314.png)no-repeat center;  width:82px;height:80px;}
.titlda p:after{content:"";position:absolute;right:2px;background:url(../images/20210327105313_1657443983.png)no-repeat center;width:24px;height:23px;top:0;}
.titlda span{font-weight:bold;color:#fff;}
.titlda b{font-size:18px;color:#f3acac;display:block; font-weight:500; padding-top:10px; text-align:left;}

.mainhovercolor a:hover{color: #d80004;}
.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;}
.top100{ margin-top:100px;}
.hovermaincolor a:hover{ color:#fca600;}

/*公用*/
.page,.content{ width:1400px; margin:0 auto; overflow: hidden;}
.page1{width:1400px; margin:0 auto;}
.content1{ width:1400px; margin:0 auto; position: relative;}
.pr{position: relative;}
.pa{position: absolute;}
.nno{margin:0px !important;padding:0px !important;border:none !important;}
.nnx{margin-right:0px !important;}

/*抬头*/
.header{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;padding-right:3%;}
.hleft{ position:relative; z-index:99; width:30%; height:auto;}
.hlogobais{ width:33%; height:7.8vw; background:#fff;left:0; position:absolute;}
.hlogobais img{justify-content:center; margin-top:3%; margin-left:6%; width:8.2vw;}
.topbaigs1{ width:67%; height:7.8vw; background:#d71414;left:33%;position:absolute;}
.hmean{ text-align:center; font-size:1.4vw; color:#fff;  font-weight: bold; padding-top:11.5%;}
.hmean p{ color:#eec3c3; font-size:0.9vw; font-weight:100; margin-top:10px;}

.nav{ width:50%;  z-index:99;position:absolute;left:34%;}
.nav ul,.hright{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.nav ul li{ position:relative;}
.nav ul li>a{ display:block; line-height:7vw; font-size:1vw; color:#fff;font-weight: bold;}
.nav ul li>a:after{ content:''; display:block; position:absolute; transition:all .3s ease; border-left:10px solid transparent; border-right:10px solid transparent; border-top:10px solid #fff; width:0; height:0; left:0; right:0; margin:0 auto; bottom:0; opacity:0;}
.nav ul li.cur>a:after,.nav ul li:hover>a:after{ bottom:30px; opacity:0.8;}
.nav ul li.hasdrop:hover>a:after{ bottom:20px; opacity:1; transform:rotate(180deg);}
.dropmenu{ position:absolute; width:250%; left:-50%;  z-index:99; background: rgb(255 255 255 / 0.8);border-radius:5px; text-align:center; transition:all .3s ease; opacity:0; visibility:hidden; top:105%;}
.nav>ul>li:hover .dropmenu{top:calc(100% - 20px); opacity:1; visibility:visible;}
.dropmenu a{ display:block; line-height:50px; font-size:14px; color:#666; transition:all .3s ease;}
.dropmenu a:hover{ background:#d71414; color:#fff;}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}
.hbtn{ height:132px; position:relative;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;     margin-right: 30px;}

.hul{font-size:0; position:absolute; right:1%;z-index:999;}
.hul li{height:7vw;width: 85px;text-align: center;display: inline-block;vertical-align: top; cursor: pointer;background: url(../images/20210329141939_239533392.png) no-repeat center; position: relative;transition: all .3s ease;}

.hul .drop{opacity: 0;top: 110%;padding: 20px;background: rgb(255 255 255 / 0.9);z-index: 99;transition: all .3s ease; position: absolute;right: 0; visibility: hidden;}
.hul li:hover .drop{top: 100%;opacity: 1; visibility: visible;}
.hul .drop .htel{font-size:32px;font-family: arial;font-weight: bold;white-space: nowrap;color: #333;}
.hul .drop .htel span{font-size:18px;white-space: nowrap;color: #888; font-weight:300;}
.hul li+li{background: url(../images/20210329141939_294901629.png) no-repeat center;}
.hul li>span{display: block;margin-top:3vw;height:22px;border-left:1px solid #e3e7e7;}
.search{width:560px; right:0px;background: rgb(255 255 255 / 0.9); z-index:999; opacity:0; transition:all .3s ease;}
.search-bg{ width:530px; margin:0 auto; height:42px; padding-left:20px; border-radius:30px; border:1px solid #ddd;}
.search-bg input{ float:left; }

#infoname{ border:none; height:40px;  width:485px; background:none;}
#soo{ margin-top:12px;}
.keywords{ margin-top:20px; text-align:center;}
.keywords,.keywords a{ font-size:13px; color:#666; font-weight:lighter; line-height: 35px;}
.keywords span{ color:#d71414;}
.keywords a:hover{ color:#d71414;}

/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#888;}
.banner-box{ min-width:1400px; height:900px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:900px; 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:360px; left: 0; margin-left: 0; height:500px; 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:url(../images/20210329135149_548663381.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(../images/20210329135149_548663381.png) no-repeat -49px 0; }
.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: #d71414;border-radius: 8px; width:70px;}
.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; }
.banner-box .bd li{ -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 3.5s ease-out  both;}

/*实力厂家*/
.slcjzdkd{ width:100%; min-width:1400px;}
.hshzslk{ width:5%; height:916px; background:#333; padding:68px 0px 68px 0px;}
.cjdythl{ width:20px; height:10px; border-bottom:2px solid #969696; border-top:2px solid #969696; margin:0 auto;}
.chjxsdk{ width:1px; height:52vh; border-left:1px dashed #696969;margin:110% auto;}
.zxibkdw{ font-size:13px; color:#969696; text-align:center; text-transform:uppercase; line-height:2vw;}
.zxibkdw a{ font-size:13px; color:#969696; text-align:center;}
.zxibkdw a:hover{ font-size:13px; color:#fff; text-align:center; }
.baislck{ width:36%; padding-top:4%;}
.cnangmt{ margin-left:7vw;}
.ygnkdgz{ font-size:126px; color:#333; font-family:Arial, Helvetica, sans-serif;}
.ygnkdxy{ font-size:38px; color:#333; font-family:Arial, Helvetica, sans-serif; line-height:40px; padding-top:42px; }
.ddssslc{ font-size:36px; color:#333; padding-top:1%;font-weight:bold;}
.ddssslc:after {content: '';display: block;width:46px;height:3px; background: #bbbbbb;transition: all .3s ease;margin:22px 0px;}
.wenngcj{ font-size:0.9vw; color:#888; line-height:2vw;font-weight:300; padding-top:6px;}
.traul{height:260px; margin-top:6%;}
.traul li{box-sizing: border-box;transition: all .3s ease; width:29%; height:13.7vw;background: #fff;border-radius: 100px;padding:3.2%;cursor: pointer; border:1px solid #eee; float:left; margin-right:6%;position: relative;overflow: hidden; z-index:1;}
.traul li:after{content: '';display: block;position: absolute;width: 100%;height: 0; top: 0;left: 0; transition: all .3s ease; background: #d71414; z-index:-1;}
.traul li:hover:after{height: 100%;}
.traul li:nth-child(3){ margin-right:0%;}
.trapic img{transition: all .4s ease; width:6.3vw;}
.zjghlz{ font-size:1.1vw; line-height:1.8vw; color:#888; font-weight:lighter; text-align:center; padding-top:15%;}
.dhgtuoc{padding-top:13%;width:36%;}
.dhgtuoc img{width:320%;}
.traul li:hover .zjghlz{color:#fff;}
.tudsmzj{ width:764px; height:606px;}
.zygbscj{ width:53.7%; height:99.4vh; padding:68px 0px 68px 0px;background: linear-gradient(to right,#fff,#eee);}
.zybgcjt{ position:absolute; right:0px; z-index:-1; width:53.4%;}
.zybgcjt img{ width:100%;}
.dhangk{ width:20%; float:left; margin:42% 0% 0% 10%;}
.fhgwfs{ font-size:0.9vw; color:#666; padding-top:10px;}
.fhgwsj{ font-size:1.6vw; color:#333;font-family: fontDin1;}
.dhchak{ width:90%; line-height:3vw; height:3vw;background:#f2f2f2; border-radius:50px; margin-top:15px; font-size:0.9vw; color:#999; text-align:center;position: relative;overflow: hidden; z-index:1;}
.dhchak a{ background:#f2f2f2; border-radius:50px;  font-size:0.9vw; color:#999; text-align:center; display:block;}
.dhchak a:hover{ background:#d71414; border-radius:50px; font-size:0.9vw; color:#fff; text-align:center;}

@media screen and (max-width:1680px){
	.zybgcjt img{ width:108%;}
  .dhangk{ margin:45% 0% 0% 11%;}
  .dhgtuoc{padding-top:11%;} 
   .hshzslk{height:852px;}     
	}
@media screen and (max-width:1630px){
	.zybgcjt img{ width:110%;}
   .dhangk{ margin:46% 0% 0% 11%;} 
   .dhgtuoc{padding-top:13.4%;}   
   .hshzslk{height:856px;}      
	}	
@media screen and (max-width:1600px){
	.zybgcjt img{ width:110%;}
   .dhangk{ margin:46% 0% 0% 11%;} 
   .dhgtuoc{padding-top:13.4%;}   
   .hshzslk{height:850px;}      
	}	
@media screen and (max-width:1440px){
	.zybgcjt img{ width:110%;}
   .dhangk{ margin:46% 0% 0% 11%;} 
   .dhgtuoc{padding-top:2%;}   
   .hshzslk{height:756px;}      
	}			
@media screen and (max-width:1400px){
	.zybgcjt img{ width:115%;}
  .dhangk{ margin:48% 0% 0% 11%;}
.dhgtuoc{padding-top:3%;} 
   .hshzslk{height:758px;}    
	}
@media screen and (max-width:1366px){
	.zybgcjt img{ width:115%;}
  .dhangk{ margin:46.6% 0% 0% 11%;}
.dhgtuoc{padding-top:1%;} 
   .hshzslk{height:746px;} 
	}		
@media screen and (max-width:1360px){
	.zybgcjt img{ width:115%;}
   .dhangk{ margin:46% 0% 0% 11%;}
   .dhgtuoc{padding-top:1%;} 
   .hshzslk{height:746px;} 
	}
			
	
/*产品中心*/
.product{ padding:70px 0 80px 0;}
.bfjwkcp{ width:100%;}
.protop{ margin:50px 0 40px 0;}
.protop ul{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; padding: 0px 5%;}
.protop ul li{ width:15%; height:auto; text-align:center; background:#f3f3f3;  position:relative;}
.prodropclass{ position:absolute; z-index:99; top:100%; width:100%; left:0; max-height:0; transition:all .4s ease; overflow:hidden;}
.protop ul li:hover .prodropclass{ max-height:1000px;}
.prodropclass table,.prodropclass tbody,.prodropclass td,.prodropclass tr{ display:block; width:100%;}
.prodropclass a{ line-height:2em; border-bottom:1px solid #ddd; background:#f1f1f1; text-align:center; font-size:14px; color:#666; transition:all .3s ease;}
.prodropclass a:hover{ background:#d71414; color:#fff;}
.protop ul li img{ border:2px solid #dedede;}
.protop ul li a{ display:block; width:100%; height:100%; transition: all 0.3s;}
.protop ul li a:hover{background-color:#d71314; color: #fff!important;}
.protop ul li span{ display:block; line-height:3em; font-size:18px;}
.protop ul li:after{ content:''; display:block; position:absolute; height:2px; width:0; bottom:0; left:0; right:0; margin:0 auto; background:#d71414; transition:all .3s ease;}
.protop ul li.on:after{ width:164px;}
.protop ul li.on span{color:#d71414;}
.protop ul li.on img{ border-color:#d71414;}
.proshow{ padding:0 2%;}
.proshow td{ display:inline-block; padding:0 !important; width:23.5%;}
.proshow td+td{    margin-left: 1.9%;}
.proshow tr{display: -webkit-flex;display: flex; flex-wrap: nowrap;align-items:flex-start; }
.proshow tr+tr{margin-top:2%;}
.proshow td a,.proshow td span{ display:block; position:relative; overflow:hidden;}
.proshow td>span{ width:100% !important; position:relative; background:#f9f9f9;}
.proshow td>a{ border:1px solid #ebebeb;}
.proshow td br{ display:none;}
.proshow td span a{ line-height:69px; text-align:left; border-bottom:1px solid #e5e5e5; font-size:16px; color:#666666; padding:0 45px 0 15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;transition:all .3s ease; position:relative; z-index:9;}
.proshow td span a:after{ content:''; display:block; position:absolute; width:18px; height:12px; background:url(../images/20210329135050_152340919.png) no-repeat left center; transition:all .3s ease; right:25px; top:0; bottom:0; margin:auto 0;}
.proshow td span:after{ content:''; display:block; position:absolute; width:100%; height:0; left:0; bottom:0; background:#d71414; background-color:#d71314; transition:all .3s ease;}
.proshow td:hover span:after{ height:100%;}
.proshow td:hover span a:after{ background-position-x:right;}
.proshow td a img{ transition:all .6s ease; width:100%; height:auto;}
.proshow td:hover a img{ transform:scale(1.1);}
.proshow td:hover span a{ color:#fff;}

/*特点*/
.sdgtbjk{ width:100%; height:1015px; background:url(../images/20210327101408_751269252.jpg) center no-repeat;}
.dhgkdtd{ width:1400px; margin:0 auto;margin-top:56px; }
.tnghdsz{ width:300px; margin-left:42px; float:left;}
.tnghdsz li{ width:226px; height:194px; background:url(../images/20210327110601_1697684284.png) center no-repeat; text-align:center;}
.tnghdsz li:nth-child(2){ width:226px; height:194px; background:url(../images/20210327110601_1143483846.png) center no-repeat;}
.tnghdsz li:nth-child(3){ width:226px; height:194px; background:url(../images/20210327111817_925939151.png) center no-repeat;}
.ssahgszh{ font-size:54px; color:#fff; padding-top:30px;font-family: fontDin1;}
.zngjkwz{ font-size:16px; color:#e2d5c0;padding-top:6px;}
.qugbshs{ font-size:18px; color:#e2d5c0;padding-top:12px;}
.kdtdgnt{ width:780px; float:left; margin-left:30px;}
.kdtdgnt li{margin-top:45px; height:148px;}
.wentkdn{ float:left; margin-left:85px; width:610px;}
.wengnrt{ font-size:22px; color:#fff;}
.wengnxt{ font-size:16px; color:#aaaaaa; line-height:34px; padding-top:15px; font-weight:300;}
.wengntt{ font-size:22px; color:#333;}
.wengnxx{ font-size:16px; color:#929191; line-height:34px; padding-top:15px; font-weight:300;}

/*图标*/
.tubgkdy{ float:left;margin-top:50px;}
.spright{position:relative;top:7%;left:8%;}
.ripple,.ripple:before,.ripple:after {position: absolute;left:49%;top:50%;height:68px;width:68px;margin-top: -34px;margin-left: -33px;border-radius: 50%;-ms-box-shadow: 0 0 0 0 rgba(181, 218, 249,0.64);-o-box-shadow: 0 0 0 0 rgba(181, 218, 249, 0.64);box-shadow: 0 0 0 0 #c3c3c3;animation: ripple 3s infinite;}
.ripple{background: rgba(255, 255, 255, 0.80);display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.ripple:before {-webkit-animation-delay:.9s;animation-delay:0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.ripple:after {-webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
.video_box{background:rgba(0,0,0,0.6); top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:71%;margin-top:-250px;margin-left:-575px;transition:600ms ease;z-index:999;}
.video_box.cur .video,.video_box.cur .video_x{top:40%;transition:600ms ease;}

@-webkit-keyframes ripple {
    70% {-webkit-box-shadow: 0 0 0 30px rgba(244, 68, 56, .0);box-shadow: 0 0 0 30px rgba(244, 68, 56, .0);}
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

.hgkdtb{ width:480px;  margin-top:42px;}
.dhtubg img{ width:36px; height:33px; margin-top:10px;}
.zxfwre{ font-size:18px;color:#f2a5a5; padding:15px 0px 0px 14px;}
.dhgsjh{font-size:40px;color:#fff; font-family: fontDin1;}
.gengdsh{ width:230px; height:52px; background:#720707; border-radius:50px; line-height:52px; text-align:center; font-size:18px; color:#e1b1b1; margin-top:42px; }
.gengdsh a{ background:#d9a935; border-radius:50px; line-height:52px; text-align:center; font-size:18px; color:#e7d9b8; display:block; transition: all 0.3s;}
.gengdsh a:hover{ background:#fff; border-radius:50px; line-height:52px; text-align:center; font-size:18px; color:#333;}

/*应用*/
.ysdbjkd{ width:100%; height:auto; background:url(../images/20210327151708_945524012.jpg) center no-repeat; padding-top:75px; padding-bottom:200px;}
.bkzyskd{width:100%;margin:0 auto; margin-top:42px;}
.bkzyskd li{ width:20%; min-height:420px; height: auto;background:url(../images/yy_img1.jpg) center no-repeat; padding-top:66px; float:left; margin-left:53px; background-size:cover; border-radius: 10px; margin-bottom: 30px;}
.bkzyskd li:nth-child(2){  background:url(../images/yy_img2.jpg) center no-repeat;}
.bkzyskd li:nth-child(3){ background:url(../images/yy_img3.jpg) center no-repeat;}
.bkzyskd li:nth-child(4){ background:url(../images/yy_img4.jpg) center no-repeat;}
.hsbtnbk{ width:106%; height:66px; background:#d71414;background:linear-gradient(to right,#c60e0e,#d9ac36); line-height:66px; border-radius:0px 50px 50px 0px; text-align:center; color:#fff; font-size:24px; font-weight:lighter;}
.shangjx{ width:20px; height:18px; margin:32px auto;animation: myfirst 2s infinite;}
 @keyframes myfirst {  0% {  
               transform: translate(0px, 0px);  }  
           50% {  
               transform: translate(0px, -15px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
       }  

.yswznrx{ font-size:16px; color:#d1d1d1; line-height:1.8em; padding:0px 38px;  margin-top: 1.5em;}

/*案例*/
.caseshow{ margin:50px auto 0 auto; width:95%;box-sizing:border-box;display: -webkit-flex; display:flex;flex-wrap: nowrap;justify-content:space-between;align-items:flex-start;}
.caseleft{ width:39.7%;}
.caseright{ width:59.4%;}
.caseshow td a{ display:block;}
.caseshow td a img{ width:100%; height:auto;}
.caseshow td br{ display:none;}
.caseshow td{ display:block; padding:0 !important; position:relative; overflow:hidden;}
.caseright td{ width:32.4%;}
.caseright tr{display: -webkit-flex; display:flex;flex-wrap: nowrap;justify-content:space-between;align-items:flex-start;}
.caseshow td>a:after{ content:''; display:block; position:absolute; width:100%; top:-100%; left:0; transition:all .3s ease; height:calc(100% - 60px); background:rgba(0,0,0,.68) url(../images/20210329135009_1568493597.png) no-repeat center;}
.caseshow td:hover>a:after{ top:0;}
.caseright tr+tr{margin-top:1.5%;}
.caseshow td div { padding:0 !important;}
.caseshow td div a{ position:absolute; width:100%; line-height:60px; text-align:center; background:rgba(215,20,20,.8); font-size:16px; color:#fff; font-family:Arial, Helvetica, sans-serif; bottom:-60px; transition:all .3s ease; z-index:9; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.caseshow td:hover div a{ bottom:0;}
.caseleft tr{ display:block;}

/*简介*/
.jjjdkd{ width:100%; height:760px; background:url(../images/20210327153450_861125377.jpg) center no-repeat;}
.jjzbgk{ width:40%; margin:7% 0% 0% 6%;}
.gywmdy{ font-size:40px; color:#d71414; text-transform:uppercase;}
.gywmdy b{ font-size:40px; color:#d71414; font-weight:bold;}
.gyykwzn{ font-size:30px; color:#333; padding-top:10px;}
.gyykwzn:after{ content: ''; display:block;width:40px;height:2px; background:#c9c9c9;transition: all .3s ease;margin:22px 0px;}
.jjwnfq{ font-size:0.86vw; color:#888; line-height:2vw; padding-top:16px;}
.jjwnfq:after{content: ''; display:block;width:100%;height:1px; background:#e6e6e6;transition: all .3s ease;margin:55px 0px;}


.button a{width:166px;height:50px;border:none;background:#d71414; color:#fff; font-size:17px; display:block; line-height:50px; text-align: center; margin-right:26px;}
.button a:hover{height:50px;border:none;background:#fca600; color:#fff; font-size:17px; line-height:50px;}
.advisory a{background:#333;color:#fff; font-size:17px;display:block; line-height:50px;text-align: center;width:166px;}
.advisory a:hover{background:#fca600;color:#fff; font-size:17px;display:block; line-height:50px;}
.jjtpgjy{ float:right; margin-top:4.5%;}
.jjtpgjy img{ width:100%;}
@media screen and (max-width:1470px){
.jjtpgjy img{ width:50vw; padding-top:3vw;}    
	}	

/*新闻*/
.news_bg{ width:100%; min-width:1400px;}
.news{width:95%;margin:0 auto;}
.news_fl{width:12%;height:31vw;background: linear-gradient(to bottom,#888,#000,#888);}
.news_fl li{height:33.333%;text-align: center;position:relative;transition: all 0.3s;}
.news_fl li:after{display:block;content:"";width:80%;height:1px;background: #444;margin: 0 auto;position: relative;bottom: 0px;transition: 0.3s ease all;}
.news_fl li:last-child:after,.news_fl li.on:after{background: none;}
.news_fl li.on{background: #d71414;position: relative;}
.news_fl li.on:before{display:block;content:"";width: 0;height: 0;border-top: 16px solid transparent;
border-bottom: 16px solid transparent;border-left: 18px solid #d71414;position:absolute;top: 4.5vw;
right: -18px;}
.news_fl li a{display:block;height: 100%;}
.news_fl li p{padding-top:23%;font-size:20px;color:#fff;transition: 0.3s ease all;font-weight: bold;}
.news_fl li p:before{display:block;content: "";width:55px;height:55px;background: 
url(../images/20210327170001_1315512718.png)no-repeat center #d71414;border-radius:50%;margin: 0 auto;margin-bottom: 5px;transition: 0.3s ease all;}
.news_fl li:nth-child(1) p:before{background-position: 0px 0px;}
.news_fl li:nth-child(2) p:before{background-position: -55px 0px;}
.news_fl li:nth-child(3) p:before{background-position: -109px 0px;}
.news_fl li:nth-child(1).on p:before{background-position:0px -55px;}
.news_fl li:nth-child(2).on p:before{background-position:-55px -55px;}
.news_fl li:nth-child(3).on p:before{background-position:-109px -53px;}
.news_fl li.on p:before{background-color: #fff;}
.news_fl li span{display:block;font-size: 14px;color: rgba(255, 255, 255, 0.5);    line-height: 30px;}

.news_fr{width:85% !important;}
.news_fr ul{width:104% !important;}
.news_div_item{width:31%;height:31.5vw;float:left;background:#f9f9f9;position: relative;}
.news_div_item+.news_div_item{margin-left:2%;}
.news_div_item img{width:100%;border:1px solid #eee;}
.news_div_item_content,.news_div_item_date{position: absolute;top:18vw;width: 100%;}
.news_div_item_content .news_div_item_title a{font-size:1vw;color:#333;display: block;padding:5px 30px;overflow: hidden;text-overflow: ellipsis; font-weight: bold;
display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;position: absolute;height: 12vw;width: 100%;z-index: 9;transition: 0.3s ease all;}
.news_div_item_body{margin-top:3.6vw;font-size:0.85vw;color:#999;padding: 0 30px;line-height:1.6vw;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news_div_item_year,.news_div_item_day,.news_div_item_month{float:left;font-size:14px;color:#999;font-family: 'Arial';}
.news_div_item_date{top:20vw;padding: 0 30px;}
.news_div_item:after{content:'查看更多';width:8vw;height:1.8vw;display:block;border-radius:5px;border:1px solid #e1e1e1;text-align:center;line-height:1.8vw;position: absolute;bottom:50px;left: 30px;transition: 0.3s ease all; color:#888;}
.news_div_item:hover .news_div_item_title a{color:#d71414;}
.news_div_item:hover:after{background:#d71414;color:#fff;}

/*友情链接*/
.yougqbk{ width:100%; height:100px; background:#f1f1f1; padding:0% 5%;}
.links{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; line-height:100px;}
.links p{ font-size:16px; color:#343536; padding-left:35px; background:url(../images/20210329134932_961643247.png) no-repeat left center;margin-left:5px;}
.links p span{ font-size:18px; padding:0 20px 0 5px;}
.linkTagcs li a{ color:#767c7b; font-size:14px;}
.linkTagcs li a:hover{ color:#0b74ce;font-size:14px;}
.tubgkgy{ width:34px; height:34px; margin-top:38px;}
.zdbbskd{ width:82%; height:100px; background:#fff; bottom:0px; position:absolute; left:-4%}

.linkTagcs{width:1000px;height:auto}
.linkTagcs ul{margin:0px;padding:0px;list-style-type:none}
.linkTagcs li{list-style:none;margin:0px;padding-right:16px;line-height:30px;float:left}
.linkTagcs li a{color:#767c7b;word-break:break-all}
.linkTagcs li img{border:0px}

/*底部*/
.dbkdbjl{width:100%;padding:0% 5%; background:#1f1f1f url(../images/20210327172158_1734532662.png) center repeat; position:relative; min-width:1400px;}
.zbwndkl{ width:65%; height:650px;border-right:1px solid #303030; padding-top:5%;}
.logot{width:160px; height:136px;}
.logot img{width:90%;}
.xhgnl{ width:1px; height:90px; background:#303030; margin:14px 55px 12px 30px;}
.wnggy{font-size:34px;color: #fff;padding-top:1.2%;max-width:72%;}
.wnggy p{color: #afafaf;font-size:16px;margin-top:15px;}
.fgxgdb{ width:100%; height:1px;background:#303030; margin:4% 0% 5% 0%;}
.sddlkd{ width:100%; padding-top:2%;}
.kslj{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.kslj p{ font-size:1.1vw; color:#fff;}
.kslj p:after{ content:''; display:block; width:36px; height:2px; background:#5d5d5d; transition:all .3s ease; margin:15px 0 25px 0;}
.kslj li:hover p:after{ width:72px; background:#fff;}
.kslj li a{ display:block; font-size:15px;color:#999; line-height:38px;}
.kslj li a:hover{ color:#fff;}
.kslj li{ margin-right:15%;}

.yngbkdb{ width:34%; padding-left:5%;padding-top:5%;}
.ywlxhfs{ font-size:40px; color:#fff; font-family:Arial, Helvetica, sans-serif;}
.lxwmwzn{ font-size:28px; color:#fff; line-height:64px; padding-left:8px; font-weight:lighter;}
.craddr{ margin:22px 0px 0px 6px;}
.craddr p{ font-size:16px; line-height:56px;color:#afafaf; padding-left:40px; background:url(../images/20210329112806_1689478806.png) no-repeat left center;}
.craddr p:nth-child(1){ background-image:url(../images/20210329112806_1828323065.png);}
.craddr p:nth-child(2){ background-image:url(../images/20210329112806_1101838423.png);}
.craddr p:nth-child(3){ background-image:url(../images/20210329112806_1101838423.png);}
.craddr p:nth-child(4){ background-image:url(../images/20210329112806_1689478806.png);}
.craddr b{ font-size:26px; color:#fff; font-family:Arial, Helvetica, sans-serif; padding-top:10px; font-weight:400;}

.crcode{ margin-top:36px; margin-left:8px;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.crcodecon{ width:153px; height:153px; padding:9px; background:url(../images/20210329114915_1912958128.png) no-repeat center;}
.crcodecon img{ width:135px; height:135px;}
.crtab p{ cursor:pointer; width:41px; height:41px; border-radius:5px; border:1px solid #555;margin-right:36px;background:url(../images/20210329114830_1033759257.png) no-repeat center;}
.crtab p:nth-child(2){ background-image:url(../images/20210329114801_1037759061.png);}
.crtab p:nth-child(3){ background-image:url(../images/20210329114736_1352730063.png);}
.crtab p.on{ background-color:#555;}
.crtab p+p{ margin-top:15px;}

.xtzdxk{ width:100%; height:140px; border-top:1px solid #303030;}
.dhgbwzl{ font-size:15px; color:#979899; line-height:136px;}
.dhgbwzl a{font-size:15px; color:#979899;}
.dhgbwzl a:hover{ font-size:15px; color:#fff; }


.masked{width:100%;font-size:22px;margin:0 auto;text-align:center;background-image:-webkit-linear-gradient(left,#d71414,#fff 25%,#fff 50%,#fff 75%,#d71414);-webkit-text-fill-color:transparent;-webkit-background-clip:text;-webkit-background-size:200% 100%;position:absolute;top:225px;line-height:60px}
@-webkit-keyframes masked-animation{0%{background-position:0 0}
100%{background-position:-100% 0}
}.masked h1{display:inline-block;transform:translate3d(0,0,0);-webkit-text-fill-color:#fff; font-weight: bold;}
@-webkit-keyframes jump{0%{transform:translate3d(0,0,0)}
100%{transform:translate3d(0,-0.5em,0)}
}.masked h1:nth-child(1){animation-delay:0s}
.masked h1:nth-child(2){animation-delay:0.0833333333s}
.masked h1:nth-child(3){animation-delay:0.1666666667s}
.masked h1:nth-child(4){animation-delay:0.255555555s}
.bodycon,#bodycon #bodycontent,#bodycon #center,#bodycon .mianbxContent{width:1400px !important}

#bodycon,#bodycon #center,#bodycontent{max-width:1400px !important}
#bodycon #center{width:100% !important}
#bodycon #left{width:100% !important}
#bodycon{width:100% !important}
.mianbxContent{width:1400px !important;margin:0 auto}
.copy_box{margin-top:0px !important}
.about_in_x{width:1400px;margin:0 auto}
.about_in_y{margin-bottom:60px}
.yfzz_main1_l{width:705px;height:470px;overflow:hidden;padding:0px 0 80px;display:inline-block;margin-left:57px;margin-top:32px}
.yfzz_main1_l h3{font-size:26px;color:#d71414;display:block;line-height:40px}
.yfzz_main1_l h3:after{content:'';display:block;width:46px;height:3px;background:#d71414;transition:all .3s ease;margin:22px 0px}
.yfzz_main1_l h3 > .small{display:block;font-size:20px;font-weight:300;color:#6e6e6e;line-height:30px}
.yfzz_main1_l p{font-size:16px;color:#565656;line-height:35px;text-indent:2em;padding:0px 0 12px;margin-top:24px}
.main_pic1{overflow:hidden;float:left;padding-top:10px}
.nei_about_t .zi{color:#333;font-size:16px;line-height:42px;font-weight:normal;text-align:center}
.w1400{width:1400px;margin:0 auto}
.nei_about_t{width:100%;margin:0 auto;font-size:30px;color:#d71414;text-align:center;font-weight:bold;box-shadow:3px 1px 20px #dedede;padding:32px 0;margin-bottom:30px;margin-top:30px;border-radius:50px 0 50px 0;}
.clear{clear:both;}




.ny_prototal { width:100%;}
.ny_prolist { width:31.3%; margin:0 1%; float:left; margin-bottom:2%; overflow:hidden;}
.ny_propic { position:relative; overflow:hidden;}
.ny_propic a { display:block;}
.ny_propic a img { width:100%; }
.ny_propic a:before { content:''; width:0%; height:0%; background-color:rgba(0 ,0,0,0.3); position:absolute; z-index:2; top:0; display:block; transition: all 0.3s;}
.ny_propic span { width:60px; height:60px; display: none; position:absolute; z-index:3; left:50%; margin-left:-30px; top:39%; border: solid 1px #fff; border-radius:60px; font-size:14px; color:#fff; line-height:60px; text-align:center; box-sizing:border-box;}
.ny_prolist:hover .ny_propic a:before { width:100%; height:100%;}
.ny_prolist:hover .ny_propic span { display:block;}

.ny_protil { width:100%; background:#f5f5f5;position:relative; overflow:hidden;}
.ny_protil a { height:auto; line-height: 2em; text-align: center;padding:3% 4% 4% 5%; font-size:18px; position:relative; z-index:2; display:block;}
.ny_prolist:hover .ny_protil span { background-position:0px -12px; transition:all 0.3s;}
.ny_prolist:hover .ny_protil a { color:#fff;}
.ny_protil:before { width:0; height:100%; content:""; display: block; position:absolute; left:0; bottom:0; background:#f5811a; transition: all 0.3s;}
.ny_prolist:hover .ny_protil:before { width:100%;}


.nynews{width:100%; margin: 0 auto; }    
.nynews-list{width:100%; height:auto; padding:3.2% 3%; margin: 50px auto; box-shadow: 0 0 1px #aaa;box-sizing:border-box; position: relative; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.nynews-date{float: left; width:9%; padding:4% 3% 0 0; text-align: right; font-size: 16px; font-weight: bold; font-family: sans-serif; color:#999; }
.nynews-date b{ font-size: 34px;  color:#000; line-height:40px;}
.nynews-photo{float: left; width:20%; height: auto; overflow: hidden;}
.nynews-photo img{width: 100%; transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;}
.nynews-content{float: left; width:59%; padding-left:2%;}
.nynews-title{ font-size: 20px; font-weight: bold; color: #222; line-height: 40px; padding-bottom:0.6vw;}
.nynews-text{ font-size: 15px; line-height:28px; color: #666;}
.nynews-more{float: right;width:60px; height: 60px; line-height:60px; margin-top:4%; font-size: 20px; color: #fff; font-family:serif; font-weight: bold; background: #e5e5e5; border-radius: 100%; text-align: center; transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;} 
.nynews-list:hover{box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3); transform: translateY(-5px); -webkit-transform: translateY(-5px);}
.nynews-list:hover .nynews-photo img{transform: scale(1.05);  -webkit-transform: scale(1.05)}
.nynews-list:hover .nynews-title{color:#0d4486;}
.nynews-list:hover .nynews-more{background: #0d4486; transform: translateX(6px); -webkit-transform: translateX(6px);}

.cl{clear:both;}
.nyxqnewsbg{ width:100%; background:#f4f4f4; padding:30px 0;}
.nyxqnews{ margin:0 auto; width:1200px;}
.nyxqnews_left{ width:830px; float:left; background:#FFF; padding:30px; padding-bottom:0; overflow:hidden;}
.news_lefttit{ border-bottom:1px solid #e7e7e7; padding-bottom:15px;}
.news_lefttit h1{ font-size:22px; font-weight:normal; line-height:30px; display:block; margin-bottom:15px; color:#333;}
.news_lefttit span{border-left:1px dotted #b6b6b6; color:#999; line-height:14px; padding:0 10px;}
.news_lefttit .chuchu{ padding:0 10px 0 0; border-left:none;}
.newsshare{ float:right; margin-top:-8px;}
.nyxqnews_leftcont{ margin-top:20px; line-height:28px; color:#777;}
.nyxqnews_leftpage{ width:890px; margin-left:-30px; margin-top:20px; border-top:1px solid #e7e7e7; line-height:70px;}
.nyxqnews_leftup{ float:left; border-right:1px solid #e7e7e7; width:364px; padding-left:50px; padding-right:30px; height:70px; overflow:hidden; background:url(/skin/images/newsup.png) 30px 29px no-repeat; }
.nyxqnews_leftdown{ float:right; text-align:right; width:365px; padding-left:30px; padding-right:50px; height:70px; overflow:hidden; background:url(/skin/images/newsdown.png) 413px 29px no-repeat; }
.nyxqnews_right{ width:300px; float:right; position:relative;}
.nyxqnewsfanhui{ position:absolute; top:0; left:-958px; z-index:10;}
.nywenzhang{ padding:30px 30px 20px 30px; background:#FFF;}
.nyxqnews_righttit{ font-size:18px; border-bottom: 1px solid #e7e7e7; height:36px; line-height:18px; position:relative;}
.nyxqnews_righttit:before{ content:""; width:75px; height:1px; background:#1059a9; position:absolute; left:0; bottom:-1px;}
.nyxqnews_righttit strong{ color:#1059a9;}
.nyxqnews_rightcont{ margin-top:10px; line-height:36px;}
.nyxqnews_rightcont a{ display:block; background:url(/skin/images/newswenzhagn.png) left center no-repeat; padding-left:22px;width:220px; height:36px; overflow:hidden; }
.nyzx{ margin-top:10px;}


.wdhgnkm{width:100%;margin:0 auto;max-width:1400px}
.lianxi_m{width:100%;overflow:hidden;background:#eee;margin-top:10px;max-width:1400px}
.lianxi_ml{background:#d71414;color:#fff;padding:30px 40px 30px 40px;overflow:hidden;float:left;text-align:left}
.lianxi_ml_m{overflow:hidden;font-size:36px;font-weight:bold;line-height:52px;margin-bottom:18px}
.lianxi_ml_s{width:310px;border:solid 2px #fff;font-size:26px;font-family:Arial,Helvetica,sans-serif;text-align:center;margin-bottom:18px;line-height:55px}
.lianxi_ml_en{font-family:Arial,Helvetica,sans-serif;font-size:24px;line-height:40px}
.lianxi_mr{float:right;position:relative;width:62%}
.lianxi_mr_i{float:left;font-family:Arial,Helvetica,sans-serif;font-size:100px;font-weight:89;margin-left:-28px;line-height:normal;color:#999;position:absolute;margin-top:20px}
.lianxi_m .mr_i{font-size:100px;line-height:200px;margin-top:125px;margin-left:calc(100% - 690px);position:absolute;right:30px}
.lianxi_mr_m{width:calc(100% - 69px);float:left;padding-left:22px;padding-right:10px;padding-top:38px;line-height:42px;color:#666;font-size:1rem;text-align:left}
.lianxi_mr_m span{font-size:30px;font-weight:bold;line-height:70px;color:#d71414}

/*联系我们*/
.bodyContentString8{width:100% !important;}
.n-back-1 {background: #fff;width:100%; max-width:1400px;}
.detail-content{line-height:22px}
.detail-content img{max-width:100%!important}
.n-back-0 {background: #f6f6f6;min-width: 1180px;border: 1px solid #f2f2f2;border-width: 1px 0}
.pd-t8 {padding-top: 0px;}
.f14 {font-size: 20px;}
.n-back-1 {background: #fff}
.n-bor {border: 1px solid #e6e6e6;border-width: 1px 0}
.n-bor-top {border: 1px solid #e6e6e6;border-width: 1px 0 0}
.n-bor-t {border: 1px solid #e6e6e6;border-width: 1px 0 0 0}
.n-bor-b {border: 1px solid #e6e6e6;border-width: 0 0 1px 0}
.more-small {display: block;padding-right: 21px;font-size: 12px;color: #666}
.subcate {min-width: 1180px;min-height: 70px}
.subcate ul li {float: left;padding: 19px 0}
.subcate ul li a {display: inline-block;padding: 8px 16px;color: #555;margin-right: 2px;-webkit-transition: all .3s ease-in;-moz-transition: all .3s ease-in;-ms-transition: all .3s ease-in;transition: all .3s ease-in}
.subcate ul li a.on, .subcate ul li a:hover {background: #191919;color: #fff}
.sector_head,.sector_head1 {text-align:center;}
.sector_head h3 {
    height: 75px;
    line-height: 75px;
    font-size: 30px;
    font-weight: bold;
    color: #d71414;
    border: 1px solid #f0f0f0;
	
	margin-top:40px;width:100%;}
.sector_head1 h3 {
    height: 75px;
    line-height: 75px;
    font-size: 30px;
    font-weight: bold;
    color: #d71414;
    border: 1px solid #f0f0f0; width:100%;
	margin-bottom:40px;
}

.Map{margin:25px auto 0;}
.contact_ny ul{ list-style:none;}
.contact_ny ul li {float: left; position:relative; left:51px;width:31%;height:140px;border-width: 1px 0 1px 1px;border: 1px solid #f0f0f0;padding: 12px 10px 0px 35px;margin:0 auto;text-align: left;margin-right:1.7%;margin-top:1.7%;}
.contact_ny ul li:nth-child(3n){margin-right:5px;}
.contact_ny ul li:hover{box-shadow:1px 1px 14px 1px #dedede; cursor:pointer;}

.contact_ny ul li i {float: left;display: inline-block;width: 60px;height: 60px;margin-right: 12px;margin-top: 30px;}
.contact_ny ul li h5 {color: #d71414;margin-bottom: 20px;margin-top:20px;}
.contact_ny ul li p {padding-left: 60px; font-size:18px;}
.contact_ny .hd {text-align: center;overflow: hidden;zoom: 1;margin-top: 25px}
.contact_ny .hd ul li.on {background-position: -23px 0}
.contact-form .form-action li {width: 302px;float: left;border-bottom: 1px solid #e8e8e8;margin-bottom: 45px;margin-right: 110px}
.contact-form .form-action li.textarea, .contact-form .form-action li:nth-of-type(3) {margin-right: 0}
.contact-form .form-action li label {color: #fff}
.contact-form .form-action input[type=text] {width: 99%;padding-left: 5px;height: 36px;border: 0}
.contact-form .form-action li.textarea {width: 100%}
.contact-form .form-action textarea {width: 100%;height: 20px;border: 0;outline: 0;resize: none}
.contact-form .form-action input[type=submit] {display: block;width: 245px;height: 47px;margin: 0 auto;border-radius: 40px;text-align: center;line-height: 47px;border: 1px solid #f0f0f0;background: #fff;cursor: pointer;-webkit-transition: all .3s ease-in;-moz-transition: all .3s ease-in;-ms-transition: all .3s ease-in;transition: all .3s ease-in}
.contact-form .form-action input[type=submit]:hover {background: #323233;color: #fff}
.kwidth .sector_content .detail-content .wul105 .tempWrap p {font-size:18px;}
.hover_texiao{ margin-left:-50px;margin-bottom:33px;}
.detail-content .wul105 .tempWrap li:hover{ box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);}



.cl{clear:both;}
.nyxqnewsbg{ width:100%; background:#f4f4f4; padding:30px 0;}
.nyxqnews{ margin:0 auto; width:1200px;}
.nyxqnews_left{ width:830px; float:left; background:#FFF; padding:40px; padding-bottom:0; overflow:hidden;}
.news_lefttit{ border-bottom:1px solid #e7e7e7; padding-bottom:20px;}
.news_lefttit h1{ font-size:24px; font-weight:bold; line-height:30px; display:block; margin-bottom:15px; color:#333; text-align: center;}
.news_lefttit span{  border-left:1px dotted #b6b6b6; color:#999; line-height:14px; padding:0 10px; text-align: center}
.news_lefttit .chuchu{ padding:0 10px 0 0; border-left:none;}
.newsshare{ float:right; margin-top:-8px;}
.news_span{ text-align:center;}  
.nyxqnews_leftcont{ margin-top:20px; line-height:1.8em; color:#444; font-size: 16px;}
.nyxqnews_leftcont p{margin-top:1em; margin-bottom: 1em;}
.nyxqnews_leftcont img{margin-top:1em; margin-bottom: 1em;}
.nyxqnews_leftcont h3{margin-top:1em; margin-bottom: 1em; font-size: 18px; font-weight: bold;}
.nyxqnews_leftcont table{width:100%!important; border-left:1px solid #ccc;border-top:1px solid #ccc; text-align: center;}
.nyxqnews_leftcont table .firstRow{font-weight:bold;font-size: 18px; line-height: 2em;}
.nyxqnews_leftcont table td{border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; padding:8px 3px;}
.nyxqnews_leftcont table p{ margin: 0px;}

.nyxqnews_leftpage{ width:890px; margin-left:-30px; margin-top:20px; border-top:1px solid #e7e7e7; line-height:70px;}
.nyxqnews_leftup{ float:left; border-right:1px solid #e7e7e7; width:364px; padding-left:50px; padding-right:30px; height:70px; overflow:hidden; background:url(skin/images/newsup.png) 30px 29px no-repeat; }
.nyxqnews_leftdown{ float:right; text-align:right; width:365px; padding-left:30px; padding-right:50px; height:70px; overflow:hidden; background:url(skin/images/newsdown.png) 413px 29px no-repeat; }
.nyxqnews_right{ width:300px; float:right; position:relative;}
.nyxqnewsfanhui{ position:absolute; top:0; left:-958px; z-index:10;}
.nywenzhang{ padding:30px 30px 20px 30px; background:#FFF;}
.nyxqnews_righttit{ font-size:18px; border-bottom: 1px solid #e7e7e7; height:36px; line-height:18px; position:relative;}
.nyxqnews_righttit:before{ content:""; width:75px; height:1px; background:#1059a9; position:absolute; left:0; bottom:-1px;}
.nyxqnews_righttit strong{ color:#1059a9;}
.nyxqnews_rightcont{ margin-top:10px; line-height:36px;}
.nyxqnews_rightcont a{ display:block; background:url(skin/images/newswenzhagn.png) left center no-repeat; padding-left:22px;width:220px; height:36px; overflow:hidden; }
.nyzx{ margin-top:10px;}

.pro_all_class{text-align:center;}

.page_num{color:#666; text-align: center;}
.page_num a{font-size:16px;}
.page_num .page-numbar a{font-size:16px; display: inline-block; margin: 0px 5px; padding: 3px 10px; background-color: #999; color: #fff; }
.page_num .page-numbar a:hover{ background-color: #d71414!important; color: #fff!important; transition: all 0.3s;}
.page_num .page-num-current{ background-color: #d71414!important; color: #fff!important;}
.page_num span{margin-left:10px;}



