@charset "utf-8";
/* 简单流媒体
   注意: 流媒体要求您删除 HTML 中媒体的高度和宽度属性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支持最大宽度，因此默认为 100% 宽度 */
.ie6 img {
	width:100%;
}
body {
	border-top:#0096e0 5px solid;
	background:#f3f3f4;
	min-width:1200px;
}
body,*{
	margin:0;
	padding:0;
	font-family:Microsoft Yahei;
	font-size:14px;
}
li{list-style:none;}
a{text-decoration:none;color:#333;}
a:hover{color:#c00;}
img{border:0 none;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}
img{border:none;}
li{list-style:none;}
input,select,textarea{outline:none;}
textarea{resize:none;}
a{text-decoration:none;}

.float_l {
	float:left;
}
.float_r {
	float:right;
}
.float_r .index li{
	font-size:16px;
}
.float_l a img {
  width: 160px;
}

/*top*/
.header {
	width:100%;
	height:81px;
	line-height:81px;
	border-bottom:#d6d6d6 1px solid;
	background:#FFF;
}
.top {
	margin:0 auto;
	width: 1200px;
}
.top ul {
	margin:0;
	line-height:81px;
}
.top ul li {
	width:125px;
	height:40px;
	line-height:40px;
	margin-top:40px;
	text-align:center;
	cursor:pointer;
	margin-right:1px;
	float:left;
}
.top ul li a {
	color:#2c221f;
	font-size:16px;
}
.top ul a li{
	color:#2c221f;
}
.top ul a:hover li{
	color:#fff;
	font-size:16px;
}
.top ul li:hover {
	background:#0096e0;
}
.top ul li:hover a {
	color:#fff;
}
.top ul li.visit {
	background:#0096e0;
}
.top ul li.visit a {
	color:#fff;
}

.top ul li ul {
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	display:none;
	top:85px;
	width:125px;
	z-index:5;
	background:#fff;
}
.top ul li:hover ul {
	display:block;
	position: absolute; 
}
.top ul li:hover ul li {
	float:none;
	padding-right:0;
	height:40px;
	line-height:40px;
	margin-top:1px;
	background:#fff;
	opacity:0.9;
	color:#000;
}
.top ul li:hover ul li:hover {
	color:#fff;  
	background:#028fd5;
}
/*end top*/


/*****container*****/
/*清浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}

#container {
	width:1200px;
	margin:20px auto;
	height:auto;
	overflow:hidden;
}
.new_left {
	width:815px;
	padding-left:11px;
	padding-top:11px;
	padding-right:11px;
	margin-right:15px !important; margin-right:7px;
	background:#fff;
}
.new_right {
	width:308px;
	padding:0 20px 20px;
	background:#fff;
}
/* banner */
.banner_bg { width:798px; height:275px; padding:7px; background:#fcfdfd; border:#e5ebed 1px solid; }
.banner{ width:798px; height: 275px; position: relative; overflow:hidden;}
.banner-btn{display:none;}
.banner-btn a{display:block;line-height:40px;position:absolute;top:135px;width:35px;height:70px;background-color:#000;opacity:0.3;filter:alpha(opacity=50) color:rgb(255, 255, 255);overflow:hidden;z-index:4;}
.prevBtn{left:2px;}
.nextBtn{right:2px;}
.banner-img{font-size:0;*word-spacing:-1px;/* IE6、7 */ letter-spacing:-3px;position:relative;}
.banner-img li{display:inline-block;*display:inline;*zoom:1;/* IE6、7 */ vertical-align:top;letter-spacing:normal;word-spacing:normal;font-size:12px;}
.banner i{background:url(/i/web/images3/nest_but.png)  no-repeat;width:15px;height:23px;cursor:pointer;margin:23px 0 0 12px;display:block;}
.banner .nextBtn i{background-position:-200px -24px;}
.banner .prevBtn i{background-position:-200px 0px;}

.banner-circle{position:absolute;right:20px;bottom:8px;height:20px;text-align:center;font-size:0;border-radius:10px;filter:alpha(opacity:30);}
.banner-circle li{border-radius:10px;margin:2px;display:inline-block;display:-moz-inline-stack;vertical-align:middle;zoom:1;}
.banner-circle li a{display:block;width:13px;height:13px;border-radius:50%;background:#fff;overflow:hidden;}
.banner-circle .selected a{background:#1551db;}

.banner-bg,.banner-tit {
	position:absolute;
}
.banner-bg {
	height:36px;
	line-height:36px;
	width:1260px;
	background-color:#000;opacity:0.3;filter:alpha(opacity=50) color:rgb(255, 255, 255);
	bottom:0;
	position:absolute;
}
.banner-tit {
	color:#fff;
	bottom:8px;
	left:10px;
	font-size:15px;
}
.new_left .news ul {
	border-top:#e5ebed 1px solid;
	margin-top:30px;
}
.new_left .news ul li {
	padding:20px 0;
	overflow:hidden;
	border-bottom:#e5ebed 1px solid;
}
.new_left .news ul li dl dt {
	padding-right:20px;
}
.new_left .news ul li dl dd {
	width:630px;
	line-height:24px;
}
.new_left .news ul li dl dd h3 {
	font-size:24px;
	font-weight:400;
	color:#2a333c;
	padding-bottom:10px;
}
.new_left .news ul li dl dd h3 a {
	font-size:24px;
	font-weight:400;
	color:#2a333c;
	padding-bottom:20px;
}
.new_left .news ul li dl dd p a  {
	color:#76838f;
	font-size:16px;
}
.new_left .news ul li dl dd p span {
	color:#a3afb7;
	line-height:40px;
}
.new_right h1 {
	line-height:50px;
	color:#2a333c;
	font-size:18px;
	font-weight:500;
}
.new_right ul {
	border:#e5ebed 1px solid;
	border-radius:5px;
}
.new_right ul li {
	padding:15px;
	line-height:20px;
	border-bottom:#e5ebed 1px solid;
}
.new_right ul li a {
	color:#2a333c;
}
.new_right ul li a:hover {
	color:#0096e0;
}

/*分页*/
.page-wrap {
  text-align: center;
  font-size: 0;
  padding: 20px 0 20px;
  margin-top: 20px;
}
.page-wrap a, .page-wrap span {
  font-size: 12px;
  padding: 0 12px;
  height: 26px;
  line-height: 26px;
}
.page {
  text-align: center;
  padding: 8px 0;
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.page u {
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin: 2px;
  padding: 3px 6px;
  vertical-align: baseline;
  text-align: left;
  border: 1px solid #0096e0;
  text-decoration: none;
  background: #0096e0;
}
.page a {
  margin: 4px;
  color: #999;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 3px 6px;
  border-radius: 4px;
}
/*end container*/
/*footer*/
.footer {
	height:306px;
	padding-top:20px;
	background:#32373c;
}
.footer .content {
	margin:0 auto;
	width: 1200px;
	height:306px;
}
.footer .content .left {
	float:left;
	width:65%;
	height:306px;
	min-width:770px;
}
.footer .content .left .left1 {
	width:16%;
	float:left;
	min-width:126px;
}
.footer .content .left .left1 ul li {
	text-align:center;
}
.footer .content .left .left1 ul li a {
	color:#fff;
	font-size:14px;
	line-height:25px;
}
.footer .content .left .left1 ul li.li1 a {
	font-size:20px;
	line-height:54px;
}
.footer .content .right {
	float:left;
	padding-top:12px;
	width:35%;
	height:250px;
	text-align:center;
}
.footer .content .right img {
	margin-bottom:25px;
} 
.footer .content .right p {
	text-align:center;
	font-size:15px;
	line-height:30px;
	color:#fff;
}
/*end footer*/