body {
	overflow-x: hidden
}
.clearfix:after, .clearfix:before {
	content: '';
	display: table;
	clear: both;
}
a {
	text-decoration: none;
	color: #666;
}
img {
	display: block;
}
.w1200 {
	width: 1200px;
}
.mr-auto {
	margin: 0 auto;
}
.top-bar {
	width: 100%;
	height: 46px;
	background-color: #323c43;
}
.top-bar .left {
	float: left;
}
.top-bar .left p {
	color: #fff;
	line-height: 46px;
}
.top-bar .right {
	float: right;
}
.top-bar .right .weather {
	float: left
}
.top-bar .right .weather {
	color: #fff;
	margin: 8px 10px;
	line-height: 30px;
}
.top-bar .right .weather p {
	float: left
}
.top-bar .right .weather img {
	float: left;
	max-width: 25px;
	margin: 0 5px;
}
.top-bar .right .time {
	float: left;
	margin-right: 20px;
}
.top-bar .right .search {
	float: right;
}
.top-bar .search {
	width: 240px;
	height: 46px;
}
.top-bar .search input {
	width: 150px;
	height: 46px;
	border: none;
	padding: 0;
	margin: 0;
	background-color: #015548;
	float: left;
	padding-left: 20px;
	color: #a4b7b3;
}
.top-bar .search button {
	float: right;
	width: 70px;
	height: 46px;
	border: none;
	padding: 0;
	margin: 0;
	background: url("../img/icon_1.png") no-repeat center center;
	background-color: #f5b23e;
}
.top-bar .right .time p {
	float: left;
	height: 30px;
	margin: 8px 0;
	line-height: 30px;
	color: #fff;
}
.top-bar .right .time p:first-child {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 2px solid #fff;
}
.nav-wrap {
	width: 100%;
	height: 119px;
	background: url("../img/bg_4.jpg") no-repeat center;
}
.nav-wrap .logo {
	float: left;
}
.nav-wrap .logo a {
	display: block;
	width: 120px;
	height: 74px;
	background: url("../img/logo_1.png") no-repeat center;
	background-size: 100%;
	padding: 22px 0;
}
.nav-wrap .logo-2 {
	float: right
}
.nav-wrap .logo-2 a {
	display: block;
	width: 241px;
	height: 74px;
	background: url("../img/logo_2.png") no-repeat center;
	padding: 22px 0;
}
.nav-wrap .nav {
	float: left;
	margin-left: 25px;
}
.nav-wrap .nav li {
	float: left;
	width: 131px;
	height: 119px;
}
.nav-wrap .nav li a {
	display: block;
	padding: 39px 0;
	text-align: center;
}
.nav-wrap .nav li p {
	font-size: 18px;
	margin-bottom: 9px;
}
.nav-wrap .nav li span {
	font-size: 14px;
}
.nav-wrap .nav li.active a {
	background-color: #595757;
}
.nav-wrap .nav li.active p {
	color: #fff;
}
.nav-wrap .nav li.active span {
	color: #fff;
}
/*-----------------------footer----------------------------*/

.footer {
	width: 100%;
	min-width: 1200px;
	height: 165px;
	background: url("../img/bg_3.jpg") no-repeat top center;
	background-color: #1e1f1f;
}
.footer div {
	text-align: center;
	padding-top: 50px;
}
.footer p {
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
}
iframe .em {
	color: #fff
}
