@charset "utf-8";
/* CSS Document */
/*样式重置开始*/

*{
	margin:0;
	padding:0;
	}
li{
	list-style:none;
	}
a{
	text-decoration:none;
	}	
img{
	border:none;
	}
input{
	border:none;
	}	
/*样式重置结束*/
/*header样式开始*/
	#header{
		width:100%;
		height:692px;
		background:url(images/banner_01.jpg) no-repeat center top;
	}

/*header样式结束*/
/*main样式开始*/
body{background-color:#fff;}
.toutiao{
	width:1000px;
	height:342px;
	margin:0 auto;
	margin-top:100px;
	margin-bottom:100px;
	}	
.toutiao-l{
	width:478px;
	float:left;
	margin-left:10px;
	}
.toutiao h2{
	font-family:"微软雅黑";
	color:#555;
	font-weight:normal;
	}
.toutiao hr{
	height:20px;border:none;border-top:1px solid #1879bd;width:100px;margin-top:30px;text-align:left;
	}
.tonggao{
	font-family:"微软雅黑";
	font-size:16px;
	line-height:30px;
	color:#555;
	word-break:normal;
	text-align:justify;
	}	
.toutiao img{
	width:100px;
	margin-top:30px;
	}
.toutiao-r{
	width:490px;
	height:342px;
	float:right;
	background:url(images/pic-toutu.jpg) no-repeat center top;
	}
.zhuti{
	width:1000px;
	height:530px;
	margin:0 auto;
	}	
.ldzc{
	width:1000px;
	height:989px;
	margin:0 auto;
	}	
.qianyue{
	width:1000px;
	height:2557px;
	margin:0 auto;
	}
.icon{
	width:1000px;
	height:280px;
	margin:0 auto;
	}

.jctj{
	width:1000px;
	margin:0 auto;
	height:1205px;
	
	}	
#footer{
	margin-top:70px;
	height:181px;
	background:url(images/footer.jpg) no-repeat center top;
	}

@media screen and (max-width:980px) {
	#header{
		width:1000px;

	}
	#nh-main .yzdh{
		width:1000px;

	}
  	#footer{
  		width:1000px;
  	}
}






