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

.inner-all {
	width: 1200px;
	margin: 32px 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: 150px 0;
	letter-spacing: 1PX;
}

.navcTitle {
	width: auto;
	padding: 0px 14px;
	height: 30px;
	border-left: 10px solid #db4d0f;
	margin: -10px 0 30px;
	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: 50px;
	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: 780px;
}

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

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

.navTop .positionNow a,
.navTop .positionNow div {
	float: right;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	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: #4f8488;
}

.navTop .navTitle a:hover:after {
	width: 50%;
}

.navTop .navTitle a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 0;
	height: 2px;
	width: 0;
	background: #4f8488;
	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:before {
	width: 50%;
}

.navTop .navTitle a:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 0;
	background: #4f8488;
	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.active {
	border-bottom: solid 2px #4f8488;
}