body { font-family:Arial,"Microsoft Himalaya"; font-size:12px; margin:0; padding:0; background-color:#f2f2f2; }
TD {
	COLOR: #666666; font-size:12px;
}
A {
	COLOR: #666666; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: none
}

img{ border:0px;}

/*头部*/
header{
	height: 150px;
	background: #d13f37;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .box{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	height: 150px;
}
header .box .input{
	background: #fff;
	height: 40px;
	width: 240px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 20px;
}
header .box .input input{
	height: 36px;
	width: 160px;
	outline: none;
	border: none;

}
header .box .input button{
	height: 40px;
	width: 40px;
	cursor: pointer;
	padding: 0;
	border: none;
	background: none;
}
nav{
	background: #ae2627;
	height: 50px;
}
nav ul{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: left;
}
nav ul li{
	list-style: none;
	width: 12.5%;
}
nav ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	transition: 0.5s;
}
nav ul li a:hover{
	background: #fff;
	color: #ae2627;
}
	/*底部*/
footer{background: #cd3b37; padding-top: 30px; color: #fff; font-size: 14px;}
footer ul{display: flex; justify-content: center; align-items: center; margin-bottom: 30px; padding: 10px 0}
footer ul li{width: 360px; list-style: none }
footer ul li.qrcode{
	display: flex;
	flex-direction: column !important;
	align-items: center;
}

footer ul li .text{line-height: 30px;}
footer ul li .text a{color: #fff}
footer .copyright{line-height: 45px; background:#ae2627; text-align: center; margin-top: 20px; color: #fab6b4;}

