/*common*/
.commonhead {
	font:14px/24px "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53","微软雅黑",Arial,sans-serif;
	background:#34629b;
	height:42px;
	line-height:42px;
	text-align:center;
	border-bottom: 1px #FFFFFF solid;
	position: relative;
	min-width: 1000px;
	z-index: 9999;
}
.commonhead ul {
	list-style: none;
}
.commonhead ul li {
	float: right;
	padding:0 20px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.commonhead ul li.new {
	background: url(new2.png) no-repeat right 10px;
}
.commonhead ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
.commonhead ul li.active a {
	color: #FF9900;
}
.commonhead ul li a:hover {
	text-decoration: none;
	color: #FF9900;
}

@media (max-width: 1100px) {
	.commonhead ul li {
		padding: 0 15px;
	}
}

/* .commonhead{font:14px/24px "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53","微软雅黑",Arial,sans-serif; position:relative;background:#34629b; height:42px; line-height:42px; text-align:center;}
.commonhead span{position:absolute; right:1%; display:inline-block;}
.commonhead a{display:inline-block; padding:0 20px; text-align:center; color:#fff; font-weight:bold; font-size:14px;}
.commonhead a.new {background-image: url(new2.png) no-repeat;}
.commonhead a img{display:inline-block;}
.commonhead a:hover{text-decoration:none; color:#ff9900;} */

/***************** footer ↓↓↓ ***************/
#footer { 
	font:14px/24px "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53","微软雅黑",Arial,sans-serif;
	min-width: 1000px;
	padding:40px 0;
	background:#232323;
	text-align:center;
	color:#fff;
	line-height:28px;
	z-index:2;
	position: relative;
	/*top: -4px;*/
	margin-bottom: 4px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	/* color:#d80c0d; */
	text-decoration:underline;
}

