@charset "utf-8";
/* CSS Document */

.head-top{
	width:1250px;
	height:96px;
	margin:0 auto;
}

.top-logo{
	width:228px;
	height:64px;
	padding-top:15px;
	margin-right:30px;
}

.top-nav{
	width:900px;
	height:58px;
	padding-top:38px;
}

.top-nav a{
	display:block;
	padding:0 20px;
	height:52px;
	border-bottom:#fff 6px solid;
	float:left;
	margin:0 18px;
	color:#222;
	font-size:20px;
}

.top-nav a:hover{
	border-bottom:#cb1820 6px solid;
	color:#cb1820;
	font-weight:bold;
}

.top-nav a.hover{
	border-bottom:#cb1820 6px solid;
	color:#cb1820;
	font-weight:bold;
}

.top-search{
	width:27px;
	height:27px;
	display:block;
	background:#c5c5c5;
	padding:7px 0 0 7px;
	margin-top:35px;
}

.foot{
	width:100%;
	height:80px;
	background:#2a2a2c;
}

.foot-in{
	width:1200px;
	height:80px;
	margin:0 auto;
	line-height:80px;
	color:#666;
	text-align:center;
}
/*友情链接*/
.index_link{
	width: 1200px;
	height:60px;
	margin:0px auto 24px;
	text-align:center;
	background-color:#f7f9fb;
}
.index_link_content{
	display: inline-block;
	overflow:hidden; 
	margin:0 auto;
	text-align:left;
}
.index_link_70{
	float: left;
	margin: 0 30px;
	height: 60px;
	line-height: 60px;
	margin-top: 10px;
}
.index_link_60{
	width: 1px;
	height: 12px;
	background: #e1e1e1;
	float: left;
	margin: 24px 0;
}

/*友情链接结束*/

