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

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

.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;
}


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

.navTop {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 70px;
	background: #F1F1F1;
}

.navTop .wrapper {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.navTop .navTitle {
	height: 100px;
	width: auto;
	text-align: center;
	margin: 0 auto;
}

.navTop .navTitle a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 25px;
	color: #3F3F3F;
	font-size: 16px;
	text-transform: capitalize;
	margin-right: 2px;
	background: transparent;
	position: relative;
	z-index: 30;
	width: auto;
	text-align: center;
	margin-top: 17px;
}

.navTop .navTitle a:hover:before {
	/*height: 100%;*/
}

.navTop .navTitle a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: #d81e28;
	z-index: -1;
	transition: all .3s linear;
	-moz-transform: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.navTop .navTitle a:hover {
	color: #FFFFFF;
	background: #d81e28;
}

.navTop .navTitle a.active {
	color: #FFFFFF;
	background: #d81e28;
}


/*****about*****/