@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "方正兰亭黑简体";
}

a {
	text-decoration: none;
}

.clear:after {
	display: block;
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

li {
	list-style-type: none;
}

.hr-24 {
	height: 24px;
}

.top_box {
	background-color: #f6f6f6;
}

.top {
	width: 1200px;
	margin: 0 auto;
}

.head li {
	width: 120px;
	float: left;
	line-height: 80px;
	text-align: center;
}

.head li a{
	font-size: 16px;
}

.imgs {
	margin-top: 18px;
}

.head li:hover {
	background-color: #ccc;
	color: #FFF;
}

.banner_box {
	background: url(../images/company.png) center top no-repeat;
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
}