*{margin: 0;padding: 0;list-style: none;}
.container{
	width: 1200px;
	margin: 0 auto;
}
.header{
	height: 80px;
	line-height: 80px;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
.nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.nav-ul{
	z-index: 99;
}
.nav-ul li{
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	float: left;
}
.nav-ul li a{
	display: inline-block;
	padding: 0 25px;
	text-decoration: none;
	color: #000;
}
.nav-ul li a:hover{
	background-color: #3595CC;
	color: #fff;
}
.icon-search{
	margin-left: 30px;
	cursor: pointer;
}
.icon-close{
	margin-left: 30px;
	cursor: pointer;
	display: none;
}
.search-box{
	position: absolute;
	right: 0;
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: #FFFFFF;
	padding: 0 40px;
	z-index: 2;
}
.search-key{
	height: 30px;
	line-height: 30px;
	width: 238px;
	padding: 0 10px;
	outline: 0;
	border: 1px solid #999;
	margin-top: 14px;
	float: left;
}
.submit{
	height: 32px;
	line-height: 32px;
	outline: 0;
	width: 40px;
	text-align: center;
	background-color: #999;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 14px;
	border: 0;
	float: left;
}
.jdicon{
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid #eee;
	cursor: pointer;
}
/* 页尾 */
.footer{
	padding-top: 50px;
	background: url(../img/footer_bg.jpg) no-repeat center center;
	background-size: cover;
	font-size: 12px;
	color: #FFFFFF;
}
.footer-list{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.footer-left li{
	margin-right: 50px;
	display: inline-table;
}
.footer-left h3{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}
.footer-left a{
	text-decoration: none;
	color: #fff;
	display: block;
	margin-bottom: 5px;
	line-height: 25px;
}
.footer-left a:hover{
	color: #3595CC;
}
.copyright{
	text-align: center;
	padding: 10px 0;
}
.copyright a{
	color: #333;
	text-decoration: none;
}