@charset "utf-8";
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::g188-moz-focus-inner { border : 0px; }
input::-moz-focus-inner { border: 0; }
a {text-decoration:none;color:#333; outline: 0;  -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;}

a:hover{ color:#cc0000;text-decoration:none; }
a:active { outline: none; -moz-outline: none; }
a { -moz-user-focus: none; outline:none;/*去掉Firefox点击时产生的虚线框*/}
:focus, .button:focus {outline:none;}
.button::-moz-focus-inner {border:0;}
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus { outline : none; }
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus, button:focus { outline : none; }
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/}
/* CSS Document */
html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
html, body {width:100%;padding:0;margin:0;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,th,td,figure{margin:0;padding:0;}
body {  font-family:Tahoma,Arial, "Microsoft YaHei", PingFangSC-Regular ,"Hiragino Sans GB","Droid Sans Fallback","WenQuanYi Micro Hei",SimSun, "宋体", Heiti, "黑体",STXihei, "华文细黑", sans-serif;
  font-size:12px;
  /*line-height: 1.75em;*/
  line-height: 1.6875;
  font-weight: 400;
  color: #333;
  height: 100%;
  overflow-x: hidden; 
}
.wrap{width:85%; margin:0px auto;}
.lmwrap{width: 1400px; margin: 0 auto;}
li{list-style-type:none}
ul{margin:0px;padding:0px; list-style-image:none; list-style:none outside none;} 
img { border:none;  width: 100%;   max-width:100%;    height:auto;}
.noresize{ width:auto; max-width:none; }
.f-l{ float:left;}
.f-r{ float:right;}
/*-- 清除浮动 --*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow:hidden;
  }
.clear{ clear:both;}
/* 清除浮动*/
.box-boder{ border:1px solid #ddd; overflow:hidden;}
.l-boder{ border-left:1px solid #ddd;;}
.r-boder{ border-right:1px solid #ddd;}
.blank10{height:10px; overflow:hidden}
.blank18{height:18px; overflow:hidden}
hr{ height:0; border:0px; border-bottom:1px solid #ddd;}
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } 
.tal{ text-align:left} .tar{ text-align:right;}

/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.toe{
	/*超出省略号*/
 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.justify:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}

/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{	position:fixed; 	clip:rect(0 100% 100% 0);	_position:absolute;		/* 底部 */	bottom:0px;	left:0px;	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);}
/* 解决固定层在IE6下闪的问题 */
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}
/*--------------------------------------------------------------------------------------*/
.huandeng{width: 100%;height:100vh;z-index:2;position:relative;overflow:hidden;}
.mask{background: #000;height: 100vh; width: 100%;position: absolute; z-index: 10; left: 0; top: 0;
  filter:alpha(Opacity=40);
  -moz-opacity:0.4;
  opacity:0.4;
-webkit-transition: all 0.5s ease-in-out 0.5s;
-ms-transition: all 0.5s ease-in-out 0.5s;
-moz-transition: all 0.5s ease-in-out 0.5s;
-o-transition: all 0.5s ease-in-out 0.5s;
transition: all 0.5s ease-in-out 0.5s;
}
.swiper-container {width:100%;height:100%;}
.swiper-slide {text-align:center;font-size:18px;background:#fff;overflow:hidden;}
.swiper-horizontal>.swiper-pagination-bullets {    bottom: 50px;   }
.slide-inner {position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover;background-position:center;    
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    color:#fff;  
    z-index: 9;
  }
#slidewenzi1{ position:absolute; top: 45%; text-align: center;  left: 0; right: 0; margin: auto; font-size: 4.5rem; font-weight: 600; color: #fff;z-index: 50;text-shadow:#000 1px 1px 1px}
#slidewenzi2{ position:absolute; top: 53%; text-align: center;  left: 0; right: 0; margin: auto; font-size: 2.5rem;color: #fff; font-weight: 200; z-index: 50;text-shadow:#000 1px 1px 1px}
/*首页顶部幻灯结束*/
/*网站首页开始*/
.index-main1{padding: 65px 0 180px 0; overflow: hidden; background: url(main1-bg.jpg) bottom center no-repeat; 
background-size:cover;}
.index-title{text-align: center;    padding-bottom: 20px;}
.index-title .tt{font-size: 3.5rem;  font-weight: 800; text-align: center; color: #333; }
.index-title .tten{font-family: "Times New Roman",Helvetica,Tahoma,Arial; font-size: 2.2rem; font-weight: 200; margin-top: -10px; color: #666; text-align: center;}
.index-title2{text-align: center;    padding-bottom: 85px; overflow: hidden;}
.index-title2 .tt{font-size: 3.5rem;  font-weight: 800; text-align: center; color: #fff; }
.index-title2 .tt a{color: #fff}
.index-title2 .tten{font-family: "Times New Roman",Helvetica,Tahoma,Arial; font-size: 2.2rem; font-weight: 200; margin-top: -10px; color: #ccc; text-align: center;}
.index-title3{text-align: center; background: url(index-title3-bg.jpg) repeat;   padding: 40px 0; border-bottom: 1px solid #e9e9e9; overflow: hidden;}
.index-title3 .tt{font-size: 3.5rem;  font-weight: 800; text-align: center; color: #333; }
.index-title3 .tt a{color: #333}
.index-title3 .tten{font-family: "Times New Roman",Helvetica,Tahoma,Arial; font-size: 2.2rem; font-weight: 200; margin-top: -10px; color: #666; text-align: center;}
/*首页关于我们开始*/
.guanyu{margin-top: 65px;}
.guanyu .lct{float: left;  width: 38%;}
.guanyu .lct img{-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.guanyu .rwz{float: right; width: 59.5%}
.guanyu .rwz .wz1{float: left; font-size: 14px;}
.guanyu .rwz .wz1 p{text-indent: 2em;  text-align: justify; line-height: 200%}
.guanyu .rwz .wz2{float: left;margin-top: 65px; width: 100%;}
.guanyu .rwz .wz2 ul li{float: left;  width: 32.5%; text-align: center;  border-right: 2px solid #0b4fb0;}
.guanyu .rwz .wz2 ul li.last{border-right: 0;}
.guanyu .rwz .wz2 ul li .sz1{font-size: 2.8rem; font-weight: 800; color: #0b4fb0; width: 100%;  }
.guanyu .rwz .wz2 ul li .sz2{width: 100%; font-size: 2.0rem; font-weight: 200;}
/*首页产品中心开始*/
.index-main2{background: #0054a2;padding: 65px 0 85px 0 ; overflow: hidden;  }
.mySwiper2{color: none; background-color: none;}
.mySwiper2 .swiper-slide{background: #fff;  -moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
.cplist{height: 492px; }
.cplist .tu{ width: 80%; margin: 0 auto; margin-top: 36px; text-align: center;}
.cplist .tu img{height: 293px; -moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
.cplist .title{text-align: center; font-size: 18px; font-weight: 800; margin-top: 5px; margin-bottom: 15px; height: 26px; padding: 0 25px;overflow: hidden;}
.cplist .info{text-align: left; font-size: 14px;  padding: 0 36px 20px 36px;}
.cplist .xq{}
.cplist .xq a{display:inline-block; width:160px; text-align:center;border:solid 1px #666; color:#666; height:30px; line-height:30px; padding:20 10px; -moz-border-radius:25px;-khtml-border-radius:25px;-webkit-border-radius:25px;border-radius:25px; font-size:14px}
.cplist .xq a:hover{border:solid 1px #0b50af; background: #0b50af;color: #fff;}
/*首页新闻中心开始*/
.index-main3{}
.xwzx{width:100%; padding: 90px 0; overflow: hidden;}
.xwzx .left{float: left;width: 38%}
.mySwiper3 .swiper-slide {height: 416px;}
.mySwiper3 .swiper-slide .slide-inner .bt1{position: absolute; left:20px;bottom: 43px; font-size: 18px; font-weight: 800; max-width: 70%; height: 28px;overflow: hidden;}
.mySwiper3 .swiper-slide .slide-inner .bt2{position: absolute; left:20px;bottom: 20px; font-size: 14px; font-weight: 200;  width: 70%; height: 21px;overflow: hidden;}
.mySwiper3  .swiper-pagination-bullets{position: absolute; left:80%; bottom:20px;  width: 100px;}
.xwzx .right{float: right; width: 59.5%;}
.xwlist{width: 100%; }
.xwlist ul{}
.xwlist ul li{float: left; width: 99%; height: 122px; background: #eff4fa;  padding: 15px 0 15px 0;-webkit-transition: all 0.5s ease-out;    -moz-transition: all 0.5s ease-out;    -o-transition: all 0.5s ease-out;    transition: all 0.5s ease-out; overflow: hidden; margin-bottom: 26px;}
.xwlist ul li:hover{background: #fff;-webkit-transition: all 0.5s ease-in;    -moz-transition: all 0.5s ease-in;    -o-transition: all 0.5s ease-in;    transition: all 0.5s ease-in; box-shadow: 0 0 20px rgba(100, 100, 100, .4);    -moz-box-shadow: 0 0 20px rgba(100, 100, 100, .4);    -webkit-box-shadow: 0 0 20px rgba(100, 100, 100, .4); }
.xwlist ul li .shijian{float: left; width: 13%; height: 45px; padding-left: 25px;  text-align: center;}
.xwlist ul li .shijian .riqi{width:100%; font-size: 32px; font-weight: 400;  text-align: center;}
.xwlist ul li .shijian .nian{ width:100%;font-size: 16px; color: #666; padding-bottom: 10px;}
.xwlist ul li .biaoti{float: left; width: 72%; margin-left: 2%;  margin-top: 10px; overflow: hidden;}
.xwlist ul li .biaoti .tt{float: left; width: 100%;  font-size: 20px;  font-weight: 800; height: 28px; overflow: hidden;}
.xwlist ul li .biaoti .jj{float: left; width: 100%; font-size: 16px; color: #666; margin-top: 13px; height: 22px; overflow: hidden;}
.xwlist ul li .tb{float: right; margin: 20px;  width: 38px; height: 38px;background: url(xwlist-tb.png)0 0 no-repeat;}
.xwlist ul li:hover .tb{background: url(xwlist-tb.png)0 -40px no-repeat;-webkit-transition: all 0.5s ease-in;    -moz-transition: all 0.5s ease-in;    -o-transition: all 0.5s ease-in;    transition: all 0.5s ease-in; }
/*首页友情链接开始*/
.friendsite{ width:100%;  background: #eff4fa;  color:#333; padding: 20px 0;  overflow: hidden;}
.friendsite .tt{ float:left; font-size: 16px; font-weight:600; width: 8%;}
.friendsite ul{ float:left; padding-left:10px;width: 84%; height: 25px; overflow: hidden;}
.friendsite ul li{ float:left; padding:0px 25px; font-size: 14px;  line-height:30px; text-align:center; }
.friendsite ul li a{color:#333;}
.friendsite ul li a:hover{ color:#cc0000;}
.friendsite .more{ float:right; font-size: 16px;}
.friendsite .more a{color:#333;}
.friendsite .more a:hover{color:#cc0000;}
/*首页版权开始*/
.banquan{background: #0054a2; padding: 73px 0; overflow: hidden;}
.banquan .l{float: left; width: 17%; }
.banquan .l .weixin{width: 141px; margin: 0 auto; }
.banquan .l .tt{color: #fff;text-align: center; padding-top: 15px; font-size: 14px;}
.banquan .r{float: right; width: 900px; }
.banquan .r dl{float: left; width: 176px; text-align: center; color: #fff; border-left: 1px solid #fff; height: 255px;}
.banquan .r dl.last{border-right: 1px solid #fff;}
.banquan .r dl dt{font-size: 18px; font-weight: 800; padding-bottom: 15px;}
.banquan .r dl dt a{color: #fff;}
.banquan .r dl dt a:hover{color: #ccc;}
.banquan .r dl dd{font-size: 14px; line-height: 30px;}
.banquan .r dl dd strong{ font-size: 18px; font-weight: 800;}
.banquan .r dl dd a{color: #fff;}
.banquan .r dl dd a:hover{color: #ccc;}
.banquan-b{background: #014381;padding: 25px 0; overflow: hidden; text-align: center; color: #fff}
.banquan-b p{height: 30px;line-height: 30px;}
.banquan-b a{color: #fff;}
.banquan-b a:hover{color: #ccc;}
.banquan-b p span.dianhua{width: 117px; height: 23px; }
/*-- 底部  --*/	 
/*当前位置*/
.wz{ width: 100%; border-bottom: 1px solid #ddd; overflow: hidden; }
.wz .lwz{float: left; line-height: 45px; font-size: 14px;}
.wz .lwz a{margin:6px;color:#666}
.wz .lwz a:hover{ color:#cc0000;}
.wz .rdh{float: right;}
.wz .rdh ul li{float: left;  }
.wz .rdh ul li a{display: block; width: 125px;height: 45px; line-height: 45px;text-align: center;  font-size: 16px;}
.wz .rdh ul li a:hover{background: #0055a2; color: #fff;}
.wz .rdh ul li a.curr{background: #0055a2; color: #fff;}
.lmtop-xinwen{  height:350px; margin-top:172px; background:url(lmtop-xinwen2.jpg) no-repeat top center;  background-size: cover;image-rendering: pixelated;}
.lmtop-news{  height:350px; margin-top:172px; background:url(lmtop-news.jpg) no-repeat top center;  background-size: cover;image-rendering: pixelated;}
.lmtop-chanpin{  height:350px; margin-top:172px; background:url(lmtop-chanpin.jpg) no-repeat top center;  background-size: cover;image-rendering: pixelated;}
.lmtop-lianxi{  height:350px; margin-top:172px; background:url(lmtop-lianxi.jpg) no-repeat top center;  background-size: cover;image-rendering: pixelated;}
.lmtop-guanyu{  height:350px; margin-top:172px; background:url(lmtop-guanyu.jpg) no-repeat top center;  background-size: cover;image-rendering: pixelated;}
.lmtop-brands{  height:350px; margin-top:172px; background:url(lmtop-brands.jpg) no-repeat top center;  background-size: cover;image-rendering: pixelated;}
.lmtop-renli{  height:350px; margin-top:172px; background:url(lmtop-renli.jpg) no-repeat top center;  background-size: cover;image-rendering: pixelated;}
/*新闻中心栏目页*/
.xinwen-bg{background: #eee; padding-bottom: 50px; overflow: hidden;}
.lmdbt{width: 100%; margin-top: 35px;overflow: hidden; }
.lmdbt .lbt{float: left;  font-size: 3.2rem; font-weight: 800;}
.lmdbt .rdh{float: right; margin-top: 8px;}
.lmdbt .rdh ul li{float: left;  margin-left: 15px; font-size: 14px; text-align: center;}
.lmdbt .rdh ul li a{display: block; border: 1px solid #ddd; background: #fff;  padding: 6px 25px;}
.lmdbt .rdh ul li a:hover{background: #0054a2; color: #fff;}
.lmdbt .rdh ul li a.curr{background: #0054a2; color: #fff;}
.xinwen-list{width: 100%; padding: 50px 0;}
.xinwen-list ul li{float: left; width: 100%;   padding: 24px; background: #fff; margin-bottom: 16px;-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;border-radius:6px; transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.xinwen-list ul li:hover{box-shadow: 0 0 10px rgba(100, 100, 100, .2);-moz-box-shadow: 0 0 10px rgba(100, 100, 100, .2);-webkit-box-shadow: 0 0 10px rgba(100, 100, 100, .2);}
.xinwen-list ul li .left{float: left; width: 20%; margin-right: 1%}
.xinwen-list ul li .left img{height: 160px; -moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.xinwen-list ul li .center{float: left; width: 72%;  margin-left: 1%;}
.lmdbt .rdh ul li.li02{margin-left: 0;}
.lmdbt .rdh ul li.li02 .center{float: left; width: 93%; margin-left: 1%;}
.xinwen-list ul li .center .tt{float: left;  width: 100%; text-align: left; font-size: 20px; font-weight: 800; height: 27px; overflow: hidden;}
.xinwen-list ul li .center .jj{float: left;  width: 100%;  text-align: left; height: 52px;  font-size: 16px;  color: #777; margin-top: 18px;  margin-bottom: 18px;overflow: hidden;}
.xinwen-list ul li .center .riqi{float: left;   font-size: 16px;   color: #777;}
.xinwen-list ul li .center .riqi span{font-weight: 600;}
.xinwen-list ul li .right{float: right;   width: 3%;  margin-right: 1%;margin-top: 45px; }
.xinwen-list ul li .right .tb{ float: right;  margin-top: 10px;width: 38px; height: 38px;background: url(xwlist-tb.png)0 0 no-repeat;}
.xinwen-list ul li:hover .tb{background: url(xwlist-tb.png)0 -40px no-repeat;-webkit-transition: all 0.5s ease-in;    -moz-transition: all 0.5s ease-in;    -o-transition: all 0.5s ease-in;    transition: all 0.5s ease-in; }
/*图片列表类栏目页*/
.photo-list{width: 100%; padding: 50px 0;}
.photo-list ul {}
.photo-list ul li{ float: left; width: 30%;margin-right: 3%; margin-bottom: 3%;}
.photo-list ul li:nth-child(3n){margin-right: 0;}
.photo-list ul li .tu{width: 100%; }
.photo-list ul li .tu img{ width: 100%; height: 285px;
  -webkit-border-top-left-radius: 8px;
-moz-border-top-left-radius: 8px;
-ms-border-top-left-radius: 8px;
-o-border-top-left-radius: 8px;
border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-top-right-radius: 8px;
-ms-border-top-right-radius: 8px;
-o-border-top-right-radius: 8px;
border-top-right-radius: 8px;}
.photo-list ul li .bt{width: 100%; padding-bottom: 15px; background: #fff; border: 1px solid #ddd; -webkit-border-bottom-left-radius: 8px;
-moz-border-bottom-left-radius: 8px;
-ms-border-bottom-left-radius: 8px;
-o-border-bottom-left-radius: 8px;
border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-bottom-right-radius: 8px;
-ms-border-bottom-right-radius: 8px;
-o-border-bottom-right-radius: 8px;
border-bottom-right-radius: 8px;}
.photo-list ul li .bt .tt1{  font-size: 2.0rem;   width: 92%; margin: 0 auto;   text-align: center;margin-top: 15px; height: 36px; overflow: hidden;}
.photo-list ul li .bt .tt2{float: left; font-size: 14px;clear: both; margin-left: 8%; margin-top: 15px; width: 70%; height: 25px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/*列表页分页样式*/
.pages{float: left; display: flex;       justify-content: center;      margin-top: 30px; }
.pages ul li{float: left; padding: 0 2px; }
.pages ul li a{float: left; display: block; background: #fff;      padding: 6px 12px;    line-height: 1.42857;    text-decoration: none;    color: #7E8299;    background-color: #fff;
    border: 1px solid #efefef;    border-radius: .42rem;    margin-left: .4rem; }
.pages ul li a:hover{background: #0054a2;color: #fff;}    
.pages ul li.active a{background: #0054a2;color: #fff;}

/*新闻内容详情页*/
.xinwen-nrbg{}
.nrsection{  width:100%; padding:15px; float: left;  height:auto; }
.nrsection h1{ font-size:3.4rem; font-weight:800;  color:#333; margin:15px auto; text-align:center;}
.nrsection h2{ font-size:2.4rem; font-weight:400;  color:#333;  text-align:center;}
.dp{width:100%; text-align:center; font-size: 14px; line-height:30px;color:#666;}
.dp font{font-size:12px;color:#f00}
.dp span{padding-left:10px}
.ctbox{font-size:18px;padding:15px;color:#666; }
.ctbox strong{  font-weight: 800;}
.ctbox{padding-bottom: 40px;}
.ctbox img{  width: auto;  margin:0; padding-top: 5px;    overflow:hidden;}
.ctbox p{padding-top: 0; padding-bottom: 0; line-height: 180%;}
.ctbox .shipin{ width:400px; margin:auto;}
.shangxia{float: left;  width: 100%; font-size: 16px; line-height: 220%;  }
.shangxia .l{float: left; width: 80%; padding-left: 2%; }
.shangxia .r{float: right; width: 10% ;text-align: center; line-height: }

/*产品中心栏目列表页*/
.chanpin-lmbg{}
.cplmsection{float: left;width:100%; padding:40px 15px; }
.cplmsection .left{float: left; width: 25%;}
.cplmsection .left .title{float: left; width: 100%; font-size: 18px; font-weight: 800; border-bottom: 2px solid #ddd; padding-bottom: 10px; margin-bottom: 15px; overflow: hidden;}
.cpfl-list{float: left;width: 100%; padding-bottom: 35px; overflow: hidden;}
.cpfl-list ul li{float: left; width: 100%; font-size: 14px; border-bottom: 1px  dashed #ddd; height: 31px; line-height: 31px;}
.cpfl-list ul li .gs{font-weight: 800;}
.cpfl-list ul li .cp{}
.cp-gxlist{float: left; width: 100%; margin-top: 20px;}
.cp-gxlist ul li{float: left; width: 100%; margin-bottom: 30px;}
.cp-gxlist ul li .tu{float: left; width: 25%;}
.cp-gxlist ul li .tu img{width: 100; height: 76px;}
.cp-gxlist ul li .right{float: right; width: 71%;}
.cp-gxlist ul li .right .tt{float: left; width: 100%; font-size: 14px; font-weight: 800; max-height: 45px; overflow: hidden;}
.cp-gxlist ul li .right .riqi{float: left; font-size: 14px; color: #666; margin-top: 5px;}
.cplmsection .right{float: right; width: 70%;}
.cplmsection .right .title{float: left; width: 100%; font-size: 2.6rem; font-weight: 800; margin-bottom: 30px; }
.cplmsection .right ul{width: 100%;}
.cplmsection .right ul li{float: left; width: 100%; margin-bottom: 40px;}
.cplmsection .right ul li .tp{float: left; width: 38%;}
.cplmsection .right ul li .tp img{width: 100%; height: 406px;}
.cplmsection .right ul li .rbox{float: right; width: 62%; padding: 25px;}
.cplmsection .right ul li .rbox .tt{float: left; font-size: 2.4rem; width: 100%;}
.cplmsection .right ul li .rbox .jj{float: left; width: 100%; font-size: 14px; margin: 20px 0;}
.cplmsection .right ul li .rbox .lk{float: left; width: 100%;}
.cplmsection .right ul li .rbox .lk a{float: left; display: block; width: 145px; height: 47px; margin-right: 15px; line-height: 47px;text-align: center; background: #2d4e7d; color: #fff;}
/*产品中心内容详情页*/
.chanpin-nrbg{}
.cpsection{width:100%; padding:40px 15px; float: left;  height:auto;}
.cpsection  .jianjie{float: left; width: 100%; margin-bottom: 40px}
.cpsection  .jianjie .l{float: left; width: 43%;}
.cpsection  .jianjie .l .tu{float: left; width: 100%; height: 478px; overflow: hidden;}
.cpsection  .jianjie .l .tu img{width: 100%; height: 478px;}
.cpsection  .jianjie .r{float: right;  width: 53%;}
.cpsection  .jianjie .r .title{float: left;width: 100%;text-align: left;}
.cpsection  .jianjie .r .title h1{font-size: 2.5rem; font-weight: 800; height: 38px; width: 100%; overflow: hidden;}
.cpsection  .jianjie .r .info{float: left; width: 100%; font-size: 16px; margin-top: 20px;}
.cpsection  .jianjie .r .cptu{float: left; width: 100%; margin-top: 30px;}
.cpsection  .jianjie .r .cptu ul li{float: left; width: 20%; margin-right: 5%;}
.cpsection  .jianjie .r .cptu ul li img{height: 144px;}
.cpsection  .jianjie .r .contact{float: left; margin-top: 20px; width: 205px; height: 45px; text-align: center;}
.cpsection  .jianjie .r .contact a{display: block; width: 100%; height: 100%; background: #0055a2; color: #fff; line-height: 45px; font-size: 16px;}
.cpsection  .jianjie .r .contact a:hover{background: #0663b6;}

.cpsection .nrbox{ font-size: 16px; }
.cpsection .nrbox h3{font-size: 2.5rem; font-size: 200;}
.cpsection .nrbox img{  width: auto;  margin:0; padding-top: 5px;    overflow:hidden;}
.cpsection .nrbox p{ }

/*产品中心内容页反馈表单*/
.nrliuyan{float: left;width: 100%;}
.nrliuyan .title{float: left; width: 99%; font-size: 2.5rem; padding-left: 1%; font-weight: 400;}
.nrliuyan .biaodan{float: left; width: 100%; margin-top: 25px;}
.nrliuyan .biaodan ul li{float: left; width: 50%; padding: 0 1%; margin-bottom: 20px;}
.nrliuyan .biaodan ul li.wid-100{width: 100%; margin-right: 0;}
.nrliuyan .biaodan ul li input{display: block;  width: 100%; font-size: 16px; line-height: 2; border-width: 1px;  border:1px solid #ddd; border-image: initial; padding: 8px 15px; transition: 0.5s;}
.nrliuyan .biaodan ul li textarea{display: block; width: 100%; height: 100px; border: 1px solid #ddd; font-size: 16px; line-height: 2; padding: 8px 15px;-webkit-transition: .5s; -moz-transition: .5s; transition: .5s;}

.nrliuyan .biaodan ul li input[type=submit]{width: auto;    display: inline-block;    padding-left: 25px;    padding-right: 25px;    background:#0055a2;    color: #f5f5f5;    border: none;}


/*联系我们*/
.lx-nrbg{}
.lxwm{width: 100%; padding: 50px 0; overflow: hidden;}
.lxwm .l{float: left;  width: 45%;}
.lxwm .left{float: left;  width: 99%;}

.lxwm .r{float: right; width: 52%;}
.lxwm .r .title{float: left;font-size: 2.5rem;  font-weight: 400;}
.lxwm .r .info{float: left; font-size: 16px; margin-top: 20px;}
.lxwm .r .info p{height: 30px; line-height: 30px}
.lxwm .r .info p.gs{}
.lxwm .r .info p.gs{}

.lxwm .r .share{float: left; width: 100%; margin-top: 20px;}
.lxwm .r .share .tt{float: left; width: 100%; font-size: 2.0rem;}
.lxwm .r .share ul li{float: left;  width: 44px;  margin-right: 15px;}


.lx-other{width: 99%; margin: 0 auto;}
.lx-other ul li{float: left;  width: 32%; margin-left: 0.5%; margin-right: 0.5%; height: 180px; margin-bottom: 20px; border: 1px solid #ddd; padding: 20px;}
.lx-other ul li .gsmc{float: left;  width: 100%;  font-size: 18px;  font-weight: 800;}
.lx-other ul li .gsxx{float: left; width: 100%;  font-size: 14px;}
.lx-other ul li .gsxx p{line-height: 200%;}










