.foucs-img {
	max-width: 1920px;
	margin: 0 auto;
	height: 300px;
	background: url(../images/foucs.jpg) no-repeat center center
}

.inner-all {
	width: 1200px;
	margin: 25px auto;
	min-height: 400px;
}

div.page-title {
	text-align: center;
}

div.page-title h1 {
	display: inline-block;
	text-align: center;
	letter-spacing: 2px;
	font-size: 30px;
	margin: 10px auto;
}

.inner-content {
	width: 100%;
	clear: both;
}

.inner-content img {
	max-width: 100%;
}

.nodata {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #888888;
	font-size: 14px;
	padding: 120px 0;
	letter-spacing: 1PX;
}


/************/

.about-wrapper {
	width: 1200px;
	margin: 20px auto 40px;
	height: 50px;
	border-bottom: solid 1px #373737;
}

.about-wrapper .l {
	width: 50%;
	float: left;
	height: 50px;
}

.about-wrapper .l a {
	display: block;
	float: left;
	padding: 0 30px;
	line-height: 50px;
	color: #3F3F3F;
	margin-right: 1px;
}

.about-wrapper .l a:hover,
.about-wrapper .l a.active {
	background: #373737;
	color: #FFFFFF;
}

.about-wrapper .r {
	width: 50%;
	float: right;
	height: 50px;
}