@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; 
  -webkit-font-smoothing: antialiased; /* 更清晰的字体 */
  text-rendering: optimizeLegibility;
}
.wrap{width:1200px; margin:0px auto; }
.lmwrap{width: 1200px; 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;}
*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
/* 清除浮动*/
.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;
}
.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Safari/Chrome */
  overflow: hidden;
  /* Firefox 不支持多行省略，需用JS补充 */
}
@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:381px;z-index:2; margin-top: 148px;position:relative;overflow:hidden;}
.mask{background: #000;height: 381px; 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;
  }
/*首页顶部幻灯结束*/
/*网站首页开始*/
.index-row1{padding: 27px 0; overflow: hidden;}
.index-row1 ul li{float: left;  display: block;  width: 15.33%; height: 121px; margin-right: 1.6%; text-align: center; background: #d3b467;  color: #fff; -moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;-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; }
.index-row1 ul li.last{margin-right: 0;}
.index-row1 ul li .tb{width: 53px; height: 53px; margin: 0 auto; margin-top: 15px;}
.index-row1 ul li .tt{text-align: center; font-size: 16px; }
.index-row1 ul li a{color: #fff; display: block; width: 100%; height: 100%;}
.index-row1 ul li:hover{background: #df0023;-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;}
.index-row1 ul li.on{background: #df0023;}
/*首页第二行开始*/
.index-row2{padding-top: 10px;padding-bottom: 60px; overflow: hidden;}
.index-row2 .l{float: left; width: 49%;}
.index-row2 .r{float: right; width: 49%;}
.hasMoreTab{ width:100%; font-family:"Microsoft YaHei"; }
.hasMoreTab .hd{ line-height:24px; height:24px;  position:relative; padding-right:10px;  }
.hasMoreTab .hd .more{ float:right; }
.hasMoreTab .hd ul{ z-index:5; position:absolute; height:50px;  overflow:hidden; zoom:1;  }
.hasMoreTab .hd li{ float:left;  padding:0 5px;margin-right: 15px; cursor:pointer;  font-size: 24px; font-weight: 400; }
.hasMoreTab .hd li.on{ font-size: 24px;  background:#fff;  border-bottom:2px solid #df0023; padding-bottom: 14px;  font-weight:bold; color:#000;  }
.hasMoreTab .bd{  padding:10px; clear:both; position:relative;  }
.hasMoreTab .bd h2{ font-size:14px; }
.hasMoreTab .bd ul{ width:99%; margin-left: 1%;padding-top: 20px; }
.hasMoreTab .bd ul li{float:left; width:100%; height:35px; line-height:35px; list-style: disc outside none;}
.hasMoreTab .bd ul li a{ float:left; width:80%; font-size: 16px; color:#333; display:block;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.hasMoreTab .bd ul li a:hover{color: #cc0000;}
.hasMoreTab .bd ul li span{ float:right;  color:#999;  font-size: 14px;}
/*切换1开始*/
.hasMoreTab2{ width:100%; font-family:"Microsoft YaHei"; }
.hasMoreTab2 .hd{ line-height:24px; height:24px;  position:relative; padding-right:10px;  }
.hasMoreTab2 .hd .more{ float:right; }
.hasMoreTab2 .hd ul{ z-index:5; position:absolute; height:50px;  overflow:hidden; zoom:1;  }
.hasMoreTab2 .hd li{ float:left;  padding:0 5px; cursor:pointer; margin-right: 15px;font-size: 24px; font-weight: 400; }
.hasMoreTab2 .hd li.on{ font-size: 24px;  background:#fff;  border-bottom:2px solid #df0023; padding-bottom: 14px;  font-weight:bold; color:#000;  }
.hasMoreTab2 .bd{  padding:10px; clear:both; position:relative;  }
.hasMoreTab2 .bd h2{ font-size:14px; }
/*切换2开始*/
.hasMoreTab2 .bd ul{ width:99%; margin-left: 1%;padding-top: 20px; }
.hasMoreTab2 .bd ul li{float:left; width:100%; height:35px; line-height:35px; list-style: disc outside none;}
.hasMoreTab2 .bd ul li a{ float:left; width:80%; font-size: 16px; color:#333; display:block;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.hasMoreTab2 .bd ul li a:hover{color: #cc0000;}
.hasMoreTab2 .bd ul li span{ float:right;  color:#999;  font-size: 14px;}
/*首页第三行开始*/
.index-row3{background: #f6f6f6; padding: 50px 0; overflow: hidden;}
.index-row3 .l{float: left; width: 319px; }
.index-row3 .l .title{float: left;  width: 100%;}
.index-row3 .l .title .tt{float: left; font-size: 24px; font-weight: 400; padding: 0 5px; border-bottom: 2px solid #df0023;padding-bottom: 6px; font-weight: bold; }
.index-row3 .l .title .tt a:hover{color:#000; }
.index-row3 .l .box{float: left;  width: 100%; background: #fff; -moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px; margin-top: 20px; padding-bottom: 23px;}
.index-row3 .l .box ul{padding: 20px;}
.index-row3 .l .box ul li{float: left;  width: 100%; height: 71px;  background: #df0023; margin-bottom: 16px; -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px; overflow: hidden;}
.index-row3 .l .box ul li a{display: block;height: 51px; line-height: 51px; font-size: 18px; color: #fff;  background: url(index-row3-tb1.png) left center no-repeat;  padding-left: 70px; margin-top: 8px; margin-left: 30px; font-weight: 800;}
.index-row3 .l .box ul li a:hover{color: #ccc;}
.index-row3 .l .box ul li.li02 a{background: url(index-row3-tb2.png) left center no-repeat;  }
.index-row3 .l .box ul li.li03 a{background: url(index-row3-tb3.png) left center no-repeat;  }
.index-row3 .l .box ul li.li04 a{background: url(index-row3-tb4.png) left center no-repeat;  }
.index-row3 .r{float: right; width: 871px;}
.index-row3 .r  .title{float: left;  width: 100%; margin-bottom: 20px;}
.index-row3 .r  .title .tt{float: left; font-size: 24px; font-weight: 400; padding: 0 5px; border-bottom: 2px solid #df0023;padding-bottom: 6px; font-weight: bold;}
.index-row3 .r  .title .more{float: right; margin-top: 8px;}
.index-row3 .r  .title .more a{display: block; width: 72px; height: 23px; font-size: 12px; text-align: center; background:#df0023;  color: #fff;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px; overflow: hidden;}
.index-row3 .r  .title .more a:hover{background: #666;}
/*交易日历*/





/*首页新闻中心开始*/
.index-row4{padding: 45px 0; overflow: hidden;}
.index-row4 .title{float: left;  width: 100%;}
.index-row4  .tt01{float: left; font-size: 24px; font-weight: 400; padding: 0 5px; border-bottom: 2px solid #df0023;padding-bottom: 6px; font-weight: bold;}
.index-row4  .title .more{float: right; margin-top: 8px;}
.index-row4  .title .more a{display: block; width: 72px; height: 23px; font-size: 12px; text-align: center; background:#df0023;  color: #fff;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px; overflow: hidden;}
.index-row4  .title .more a:hover{background: #666;}

.xwzx{width:100%; margin-top: 70px;}
.xwzx .left{float: left;width: 46%}
.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: 51.5%;}
.xwlist{width: 100%; }
.xwlist ul{}
.xwlist ul li{float: left; width: 99%; height: 122px; background: #f6f6f6;  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: #eff4fa; -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;  }
.xwlist ul li .shijian{float: left; width: 16%; 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: 64%; 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; }
/*首页友情链接开始*/
.index-row5{padding: 0 0 28px 0; overflow: hidden;}
.index-row5 .l{float: left; width: 857px;}
.index-row5 .l ul{}
.index-row5 .l ul li{float: left; width: 33.3%; padding-top: 25px;}
.index-row5 .l ul li .tb{float: left; width: 24%;}
.index-row5 .l ul li .tb img{width: 70px; margin: 0 auto;}
.index-row5 .l ul li .xx{float: left; width: 71%; margin-left: 5%; }
.index-row5 .l ul li .xx .p01{font-size: 16px; color: #666;}
.index-row5 .l ul li .xx .p02{font-size: 18px; color: #333;}
.index-row5 .r{float: right; width: 288px;}
.index-row5 .r ul li{float: left; width: 95px; margin-right: 78px;}
.index-row5 .r ul li.last{margin-right: 0;}
.index-row5 .r ul li .tu{float: left; width: 100%;}
.index-row5 .r ul li .tt{float: left; width: 100%;text-align: center; font-size: 16px;}

/*首页友情链接开始*/
.friendsite{ width:100%;    color:#333; padding: 20px 0; border-top: 1px solid #ddd;  overflow: hidden;}
.friendsite ul{ }
.friendsite ul li{ float:left; padding:0px 15px; font-size: 14px;  line-height:31px; text-align:center; }
.friendsite ul li a{color:#333;}
.friendsite ul li a:hover{ color:#cc0000;}

/*首页版权开始*/
.banquan{background: #012b64; padding: 50px 0; overflow: hidden;}
.banquan  dl{float: left; width: 14.2%; text-align: center; color: #fff;  }
.banquan  dl.last{}
.banquan  dl dt{font-size: 18px; font-weight: 800; padding-bottom: 15px;}
.banquan  dl dt a{color: #fff;}
.banquan  dl dt a:hover{color: #ccc;}
.banquan  dl dd{font-size: 14px; line-height: 30px;}
.banquan  dl dd a{color: #fff;}
.banquan  dl dd a:hover{color: #ccc;}
.banquan-b{background: #df0023;padding: 15px 0; overflow: hidden; text-align: center; color: #fff}
.banquan-b p{height: 30px;line-height: 30px; font-size: 14px;}
.banquan-b a{color: #fff;}
.banquan-b a:hover{color: #ccc;}
.banquan-b p span.ghs{background: url(ghs.png) no-repeat 0 -2px;    padding-left: 25px; height: 30px; overflow: visible;}

/*-- 底部  --*/	 

/*当前位置*/
.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{height:350px;  margin-top:148px;-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;image-rendering: pixelated;}
.lmtopsearch{height:350px; background: url(lmtop-xinwen.jpg) top center no-repeat;  margin-top:148px;-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
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%;}
.xinwen-list ul li .left img{height: 160px;}
.xinwen-list ul li .center{float: left; width: 73%;  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; }
/*通用频道页样式*/
.pindao-bg{background: #f5f8fa;  padding: 50px 0; overflow: hidden;}
.ruanjiantishi{display: none; text-align: center; font-size: 14px; color: #333;}
.pdlmbox{float: left;  width: 100%;padding: 24px; background: #fff;  border: 2px solid #e9e9e9;margin-bottom: 35px; -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;}
.pdlmbox: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);}
.pdlmbox .lmtitle{float: left;  width: 100%; border-bottom: 1px solid #e9e9e9; padding-bottom: 5px;}
.pdlmbox .lmtitle .title{float: left;   font-size: 22px;  font-weight: 800; margin-bottom: 20px; }
.pdlmbox .lmtitle .title a{color: #df0024;}
.pdlmbox .lmtitle .title a:hover{color: #666;}
.pdlmbox .lmtitle .more{float: right;}
.pdlmbox .pdlmlist{float: left;  width: 100%; margin: 18px 0;}
.pdlmbox .pdlmlist ul{}
.pdlmbox .pdlmlist ul li{float: left;  width: 100%; padding-bottom: 25px; border-bottom: 1px solid #e5e5e5; margin-top: 25px; }
.pdlmbox .pdlmlist ul li:last-child{border-bottom: 0;}
.pdlmbox .pdlmlist ul li .xxtitle{float: left;  width: 100%; font-size: 18px;  font-weight: 800; margin-bottom: 10px;}
.pdlmbox .pdlmlist ul li .xxinfo{float: left;  width: 100%; font-size: 14px;  color: #666; margin-bottom: 10px;}
.pdlmbox .pdlmlist ul li .xxtips{float: left;  width: 100%; }
.pdlmbox .pdlmlist ul li .xxtips span{margin-right: 25px; color: #666;}
/*软件下载频道页样式*/
.rjpdlmbox{float: left;  width: 100%;padding: 24px; background: #fff;  border: 2px solid #e9e9e9;margin-bottom: 35px; -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;}
.rjpdlmbox: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);}
.rjfenlei{width: 100%; margin: 0 auto;}
.rjfenlei ul li{float: left;display: block; width: 20%;  height: 33px; text-align: center;  }
.rjfenlei ul li a{display: block; font-size: 16px; width: 100%; height: 33px; line-height: 33px; background: #eeeeee; color: #000;}
.rjfenlei ul li a:hover{background: #d4b467; color: #fff;}
.rjfenlei ul li.curr a{background: #d4b467; color: #fff;}
.rjpdlist{width: 100%; margin-top: 30px;}
.rjpdlist table{font-size: 14px;}
.rjpdlist table tr.list:hover{background: #f3f3f3;}
.rjpdlist table tr td{padding: 20px; border: 1px solid #eee;}
.rjpdlist table tr td.tt01{font-size: 14px;  font-weight: bold;}
.rjpdlist table tr td.xiazai a{display: block; width: 77px; height: 31px; line-height: 31px; background: #e9460e; color: #fff; text-align: center;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;  }
.rjpdlist table tr td.shiyong a{display: block; width: 77px; height: 31px; line-height: 31px; background: #0054a2; color: #fff; text-align: center;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;  }
.rjpdlist table tr td img{width: auto;}

/*通用栏目页样式*/
.xxlm-bg{ padding: 20px 0; overflow: hidden;}
.lmaside{ float:left; width:23.5%;  padding:15px;}
.dhtt,.dhtt2{Font-family: "Microsoft YaHei"; font-size:2.2rem; font-weight:800; color:#df0023; text-align:center; margin-top:0.6em; padding-bottom:15px;
border-bottom: 2px solid #df0023; margin-bottom: 20px; }
.dhtt2{border-bottom:1px solid #ddd; }
.lmdh{width:100%; margin:auto;}
.lmdh ul{ margin-top:10px;}
.lmdh ul a {
  position: relative;
    z-index: 30;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
  /*background-color: #fff !important;*/
  /*color: #8bc655 !important;*/;
}
.lmdh ul li{background:#f4f4f4; margin-bottom:8px;  position: relative; z-index:20;  width:100%; text-align:center; height:35px;line-height:35px;}
.lmdh ul li span{
  position: absolute;
    width: 0;
    height: 100%;
    background-color: #008953;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    top: 0;
    left: 0;
    z-index:10;}
.lmdh ul li:hover span{width:100%;} 
.lmdh ul li:hover a {color: #ffffff !important;}
.lmdh ul li a{  Font-family: "Microsoft YaHei"; font-size:1.4em;display:block;  }
.lmdh ul li a:hover{display:block; color:#008953;}
.lmdh ul li.curr{  color:#333; height:35px; display:block; }
.lmdh ul li.curr a{ background:#008953; color:#fff;  display:block; }
.lmdh ul li.curr a:hover{ color:#008953;}

 /* 左侧栏目导航样式开始 */
.menu-container {
    max-width: 300px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.menu {
    list-style: none;
}

.menu-item {
    border-bottom: 1px solid #eee;
    position: relative;
}

.menu-item:last-child {
    border-bottom: none;
}

.menu-link {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.menu-link.curr{color: #cc0000;}
.menu-link:hover {
    background: #f8f9fa;
}

.menu-link i {
    margin-right: 12px;
    color: #666;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #f8f9fa;
}

.submenu.active {
    max-height: 700px; /* 根据实际内容调整 */
}

.submenu .menu-link {
    padding-left: 2.5rem;
}
.submenu .menu-link.curr{color: #cc0000;}
.arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.arrow.active {
    transform: rotate(180deg);
}

@media (max-width: 480px) {
    body {
        padding: 1rem;
    }
    
    .menu-link {
        padding: 0.8rem 1rem;
    }
    
    .submenu .menu-link {
        padding-left: 2rem;
    }
}
 /* 左侧栏目导航样式结束 */
 /* 栏目页右侧样式 */

.lmsection{ float:right; width:76%; padding:15px; border-left:1px solid #ddd; height:auto; }
.lmsection h1{ width: 100%; border-bottom: 2px solid #df0023;  Font-family: "Microsoft YaHei";   color:#df0023; font-size: 2.2rem;  font-weight: 400;padding-bottom: 15px; }
.lmsection ul{}
.lmsection .lmxxlist{width: 100%;}
.lmsection .lmxxlist ul li{ width: 100%;  border-bottom:1px solid #ddd; list-style: disc inside none;
  -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; padding:15px 0px;  }
.lmsection .lmxxlist ul li:hover{background:#f2f2f2; -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;}
.lmsection .lmxxlist ul li .title{ display: inline; font-size: 14px; padding-left: 8px;}
.lmsection .lmxxlist ul li .time{float: right; font-size: 14px; padding-right: 8px;}

 /* 栏目页交易日历 */
.lmrilibox{}



/*图片列表类栏目页*/
.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; background: #fff; }
.nrsection h1{ font-size:3.0rem; 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 .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;}
/*产品中心内容页反馈表单*/
.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 .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;}















