.foucs-img {
	max-width: 1920px;
	margin: 80px auto 0;
	height: 600px;
	background: url(../images/neiyedatu.jpg?=v=22) no-repeat center center
}

.inner-all {
	width: 1200px;
	margin: 30px auto 100px;
	min-height: 500px;
}

.inner-content {
	width: 100%;
	padding-top: 20px;
	clear: both;
}

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

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

.navcTitle {
	width: auto;
	padding: 0px 14px;
	height: 30px;
	border-left: 10px solid #78c00b;
	margin: 0 0 10px;
	float: left;
	position: relative;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	clear: both;
	color: #343434;
}


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

.navTop {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 40px;
	border-bottom: solid 2px #CFCFCF;
	box-shadow: 0 2px 3px rgba(30, 30, 30, 0.2);
}

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

.navTop .navTitle {
	float: left;
	height: 100%;
	width: 400px;
}

.navTop .navTitle a {
	display: inline-block;
	height: 100%;
	line-height: 40px;
	padding: 0 25px;
	color: #454545;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 1px;
	background: #FFFFFF;
	position: relative;
	z-index: 30;
	width: auto;
	text-align: center;
	letter-spacing: 1px;
	float: left;
}

.navTop .positionNow {
	float: right;
	width: 700px;
	height: 100%;
}

.navTop .positionNow a,
.navTop .positionNow div {
	float: right;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	margin-left: 12px;
	color: #666666;
	font-size: 13px;
	letter-spacing: 1px;
}

.navTop .positionNow div {
	font-size: 16px;
}

.navTop .positionNow div.inLocation {font-size: 13px;}

.navTop .positionNow a:hover {
	color: #64a205;
}

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

.navTop .navTitle a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: #64a205;
	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;
}

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