@charset "gb2312";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}li{list-style:none}table{width:100%;line-height:1.5em;border-collapse:collapse;border-spacing:0}
.clearfix:after, .container:after{content:'\0020';display:block;height:0;clear:both;visibility:hidden;max-height:0;}
.clearfix, .container{display:inline-block;}
* html .clearfix, * html .container{height:1%;}
.clearfix, .container{display:block;}
.clearer{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}
html{color:#555;font-size:12px;font-family:Helvetica, Arial,sans-serif;text-align:left;background-color:#f7f7f7;}
strong, th, thead td, h1, h2, h3, h4, h5, h6{font-weight:bold;}
h1{font-size:1.9em;}h2{font-size:1.7em;}h3{font-size:1.5em;}h4{font-size:1.3em;}h5{font-size:1.2em;}h6{font-size:1em;}
cite, em, dfn{ font-style: normal;}
code, kbd, samp, pre, tt, var, button, input, select, textarea{font-family:Helvetica, Arial,sans-serif;}
a{color:#444;text-decoration:none;outline:none;}
a:hover{color:#b00;text-decoration:underline;}
hr{background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:.5em 0;border:none;}
hr.space{background:#fff;color:#fff;}
table{border-top:1px solid #eee;border-left:1px solid #eee;}
th, td{padding:5px;border-bottom:1px solid #eee;border-right:1px solid #eee;vertical-align:top;}
th{font-weight:bold;text-align:center;background:#f8f8f8;}
textarea, input[type='text'], input[type='password'], select{padding:4px;background:#fff url('imgtext_input_bg.gif') repeat-x left top;border-width:1px;border-style:solid;border-color:#bbb #ddd #ddd #bbb;}
input[type='text'], input[type='password']{width:16em;}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover{ border-color: #aaa;}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus{ border-color: #888;outline:none;}
input, select{cursor:pointer;}input[type='text'],input[type='password']{cursor:text;}label{cursor:pointer;}

/*页面整体css

body {
	background: url(imageswhtopimg.jpg) no-repeat top center;
}*/
/* CSS空白 */
.blank1 { margin:0 auto; height:1px; font-size:1px; clear:both; overflow:hidden }
.blank2 { margin:0 auto; height:2px; font-size:1px; clear:both; overflow:hidden }
.blank3 { margin:0 auto; height:3px; font-size:1px; clear:both; overflow:hidden }
.blank5 { margin:0 auto; height:5px; font-size:1px; clear:both; overflow:hidden }
.blank8 { margin:0 auto; height:8px; font-size:1px; clear:both; overflow:hidden }
.blank10 { margin:0 auto; height:10px; font-size:1px; clear:both; overflow:hidden }
.blank11 { margin:0 auto; height:11px; font-size:1px; clear:both; overflow:hidden }
.blank12 { margin:0 auto; height:12px; font-size:1px; clear:both; overflow:hidden }
.blank13 { margin:0 auto; height:13px; font-size:1px; clear:both; overflow:hidden }
.blank14 { margin:0 auto; height:14px; font-size:1px; clear:both; overflow:hidden }
.blank15 { margin:0 auto; height:15px; font-size:1px; clear:both; overflow:hidden }
.blank20 { margin:0 auto; height:20px; font-size:1px; clear:both; overflow:hidden }
.blank25 { margin:0 auto; height:25px; font-size:1px; clear:both; overflow:hidden }
.blank30 { margin:0 auto; height:30px; font-size:1px; clear:both; overflow:hidden }


/*上方功能栏*/
.g-top {
	color:#fff;
	height:40px;
	clear:both;
	background:#ececec;
	border-bottom:2px solid #2d4d86;
}
.g-top .row {
	position:relative;
	padding:0;
	margin:0;
}
.g-top .u-logo {
	float:left;
	height:40px;
	width:160px;
	text-indent:-9999px;
	background: url(imageswhlogo.png) no-repeat left center;
}
  .m-topnav {
	  float:right;
	  width:;
	  padding:0;
	  box-sizing:border-box;
  }
  .m-topnav li {
	  width:70px;
	  float:left;
	  margin-left:26px;
	  line-height:38px;
	  font-size:12px;
  }
  .m-topnav li a {
	  display:block;
	  width:100%;
	  height:100%;
	  text-align:center;
	  text-decoration:none;
  }
  .m-topnav li a:hover {
	  background:#2d4d86;
	  color:#fff;
  }
   

/*左右浮动*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.allbox {
	width:100%;
	overflow:hidden;
}
.box {
	width:1000px;
	margin:0 auto;
	text-align:left;
}
/*统一文字list*/
.list {
	position:relative;
	display:block;
	margin:10px auto;
}
  .list li {
	  font-size:16px;
	  line-height:34px;
	  list-style:disc inside;
      text-overflow:ellipsis;
	  white-space:nowrap;
	  overflow:hidden;
  }
  .list li a {
	  color:#3f3f3f;
	  margin-left:-10px;
  }
  
/*顶部*/  
.g-top1 {
	background:#fff url(imageswhtopimg.jpg) no-repeat top center;
}
.g-top1 .box {
	width:1170px;
	height:389px;
}


/*主体内容*/
.g-main {
	width:100%;
	overflow:hidden;
	margin:0 auto;
}
  .g-main .box {
	  width:1170px;
	  margin:0 auto;
	  text-align:left;
	  position:relative;
	  background:#fff;
	  overflow:hidden;
  }

/************************焦点图*************************/
.focus1 {
	width:100%;
	height: 350px;	
}  
  .focus1 .carousel-indicators {
	  bottom:10px;
  }
  .focus1 .carousel-inner,
  .focus1 .carousel-inner .item{
	  height:100%;
  }
  .focus1 .carousel-inner > .item > img, 
  .focus1 .carousel-inner > .item > a > img {
	  height:100%;	  
  }
  .focus1 .carousel-caption {
	  left:0;
	  right:0;
	  bottom:0;
	  margin:0 auto;
	  padding:10px 20px 30px 10px;
	  background:rgba(0,0,0,0.5);
  }
  .focus1 .carousel-caption a {
	  color:#fff;
  }
  .focus1 .carousel-caption h3 {
	  margin:0 auto 10px auto;
  }
  .focus1 .carousel-caption p {
      text-overflow:ellipsis;
	  white-space:nowrap;
	  overflow:hidden;
  }

/************************焦点图*************************/

/*统一标题1*/
.m-tt1 {
	width:100%;
	height:36px;
	position:relative;
	border-bottom:1px solid #b20000;
}
.m-tt1 .name {
	width:101px;
	height:36px;
	text-align:center;
	color:#FFF;
	background:#b20000;
	position:absolute;
	z-index:10;
	left:0;
	line-height:36px;
	font-size:16px;
	font-weight:bold;
}


.m-tt1 .more1 {
	position:absolute;
	display:block;
	right:0;
	top:16px;
	width:40px;
	padding:5px 20px;
	height:12px;
	z-index:20;
	font-size:10px;
	background: url(imageswhmore.png) center right  no-repeat;
}

/*文字摘要*/
.m-text1 {
	width:100%;
	margin-top:10px;
}
.m-text1 h5 {
	margin:10px auto;
	line-height:24px;
}
.m-text1 h5 a {
	font-size:18px;
	font-weight:bold;
	color:#b20000;
}
.m-text1 p {
	height:46px;
	line-height:18px;
	overflow:hidden;
}
.m-text1 p a {
	color:#5e5e5e;
}


/*统一标题2*/
.m-tt2 {
	position:relative;
	line-height:36px;
	border-bottom:1px solid #c2aeae;
}

.m-tt2 h4{
	float:left;
	text-align:center;
	color:#b20000;
	line-height:36px;
	font-weight:bold;
	font-size:18px;
	border-bottom:2px solid #b20000;
}
.m-tt2 .more1 {
	position:absolute;
	display:block;
	right:0;
	top:16px;
	width:38px;
	height:12px;
	z-index:20;
	background: url(imageswhmore.png) center right  no-repeat;
}

.L2list {
	width:433px;
	margin:10px auto;
}


.m-tt3 {
	width:100%;
	height:50px;
}
.m-tt3 .name3 {
	width:100px;
	font-size:16px;
	text-align:center;
	float:left;
	margin-top:14px;
	font-weight:bold;
	color:#b20000;
	border-left:3px solid #b20000;
}

.m-tt3 .more1 {
	position:absolute;
	display:block;
	right:0;
	top:16px;
	width:38px;
	height:12px;
	z-index:20;
	background: url(imageswhmore.png) center right  no-repeat;
}



.m-tt4 {
	width:1000px;
	height:51px;
	background:url(imageswhtitle2_BG.jpg) center no-repeat;
}


.Rlist {
	width:230px;
	overflow:hidden;
	margin:10px auto; 
}


.g-ft {
	border-top:1px dashed #CCCCCC;
	padding:20px 0;
	margin:0 auto;
	text-align:center;
}


.g-ft p span {
	padding:5px 10px;
	line-height:20px;
}