@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	
	padding: 0;
	margin: 0;
	font-weight: normal;
}




html {
	
	font-family: microsoft yahei;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #666666
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #666666;
}/* 未访问的链接 */
a:visited {
	color: #666666;
}/* 已访问的链接 */
a:hover {
	color: #b81c22;
}/* 鼠标在链接上 */
a:active {
	color: #666666;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */




.head{
	width: 1400px;
	margin: auto;
	margin-bottom: 20px;
}



.logo{
	clear: both;
	padding-top: 20px;
}

.Notice{
	clear: both;
	width: 1920px;
	height: 800px;
	margin: auto;
	background: #f28c4a;
}

.nav{
	width: 1920px;
	height: 50px;
	border-bottom: 1px solid #2A2A2A;
	background: #060606;
}
.nav1{
	width: 1400px;
	height: 50px;
	margin: auto;
}

.nav1 li{
	overflow: hidden;
	float: left;
	padding-left: 80px;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 21px;
	font-weight: 900;
	
}


.nav1 li a{
	color: #FFFFFF;
	
}
















.footer{
	height: 54px;
	width: 1920px;
	background: #000000;
	color: #FFFFFF;
	padding-top: 80px;
	clear: both;
}







