#news{
	background-color: #F5F5F5;
	width: 100%;
	padding: 50px 0;
}
.title{
	text-align: center;
}
.about_banner img{
	width: 100%;
}
.news_content,.ddfc_content{
	width: 1200px;
	margin: 50px auto;
}
.nc_block{
	display: inline-block;
	width: 350px;
	margin-right: 47px;
	background-color: white;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	color: #b4b4b4;
	cursor: pointer;
}
.nc_block>img{
	width: 350px;
	height: 230px;
}
.nc_block p{
	margin-bottom: 10px;
	color: #000000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
}
.span{
	height: 60px;
	line-height: 20px;
	display: block;
	overflow: hidden;
}
.nc_block>div{
	padding: 30px;
	height: 150px;
    overflow: hidden;
}
.nc_btn{
	width: 200px;
	height: 50px;
	border-radius:5px;
	border: 1px solid #000000;
	text-align: center;
	line-height: 50px;
	margin: 50px auto;
	display: block;
}
.nc_btn:hover{
	color: #666;
}
.ddfc_content img{
	width: 287px;
	height: 215px;
}
#img_introduce>img{
	width: 100%;
}
#img_introduce>p{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	white-space: pre-wrap;
	top: -200px;
	font-size: 20px;
	color: white;
	text-align: center;
	line-height: 50px;
}

#aboutUs{
	width: 100%;
	background-image: url(../images/guanyu_foot_bg.png);
	background-size: 100% 100%;
	padding-bottom: 150px;
}
.au_head{
	font-weight: bold;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: #000000;
}
.au_content{
	width: 1200px;
	margin: 50px auto;
}
.au_content>div{
	display: inline-block;
	width: 596px;
	border: none;
	vertical-align: top;
}
.ac_left{
	padding: 0 100px;
}
.ac_left>p{
	white-space: pre-wrap;
	line-height: 25px;
	padding: 10px 0;
	color: #000000;
}
.ac_right{
	text-align: center;
}
.ac_right>img{
	width: 600px;
	height: 400px;
}
.ac_right>img:last-child{
	width: 342px;
	height: 27px;
	margin: 30px auto;
}
table{
	width: auto;
	margin: 0;
}
td{
	border: none;
}
.nc_line>div:last-child{
	margin-right: 0;
}
.nc_container{
	padding-left: 24px;
}