@charset "gb2312";
/* 公用 */
* {
	padding: 0;
	margin: 0;
	list-style: none;
	letter-spacing: 1px;
	font-size: 14px;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clearfix2 {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix::after,
.clearfix::before {
	content: "";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

img {
	border: none;
	vertical-align: middle;
}

a:link {
	text-decoration: none;
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

a:active {
	color: #333;
}

.w {
	width: 1250px;
	margin: 0 auto;
}



/* 公用头部 */

.top-div1 {
	height: 20px;
	padding: 8px 0;
	background-color: #f0f0f0;
}

.top-div1 li {
	float: left;
	width: 95px;
	line-height: 20px;
	text-align:center;
	border-right: 1px solid #ccc;
}

.top-div2 {
	width: 1228px;
	margin: 10px auto 0;
	padding: 0 10px;
	height: 170px;
	border: 1px solid #ccc;
}

.top-div2 li {
	float: left;
	width: 204px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.top-div2 li a {
	color: #666;
}

.top-div2 li a:hover {
	color: #c00;
}

.top-div2 .top-li1 {
	 width: 100%; 
	 height: 100px; 
	 line-height: 100px; 
}

.top-li1 div {
	float: left;
}


.top-add1 {
	width: 1238px;
	margin-top: 5px;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	padding: 5px;
	height: 60px;
}

.top-add1 div {
	float: left;
	width: 619px;
	height: 60px;
	overflow:hidden;
}

.top-add2 {
	width: 1224px;
	height: 90px;
	margin: 5px auto 0;
	padding: 5px 12px;
	border: 1px solid #ccc;
}

.top-add2 div {
	float: left;
	height: 90px;
}
	



