@charset "UTF-8";

@font-face {
    font-family: 'sk-modernist';
    src: url('../fonts/sk-modernist-regular-webfont.eot');
    src: url('../fonts/sk-modernist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sk-modernist-regular-webfont.woff2') format('woff2'),
         url('../fonts/sk-modernist-regular-webfont.woff') format('woff'),
         url('../fonts/sk-modernist-regular-webfont.ttf') format('truetype'),
         url('../fonts/sk-modernist-regular-webfont.svg#sk-modernistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wrap { 
	width: 1160px; 
	margin: 0 auto;
}
/* 清除浮动 */
.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
a { 
	text-decoration: none; 
	font-size: 16px; 
	color: #666666;
}
body{ 
	min-width: 1160px;
	font-size: 16px; 
	color: #666666;
	font-family: "sk-modernist";
}
#header{
	background: #edf6ff;
}
#header .wrap{
	position: relative;
	height: 178px;
}
#header .logo{
	position: absolute;
	width: 231px;
	left: 50%;
	margin-left: -115px;
	top: 58px;
}
.nav{
	padding-top: 104px;
	position: relative;
	display: inline-block;
}
.navLeft{
	width: 400px;
	padding-left: 44px;
}
.navLeft li{
	margin-right: 8px;
}
.navRight{
	padding-right: 44px;
}
.nav li{
	float: left;
	margin-left: 6px;
	position: relative;
}
.sonMenu{
	position: absolute;
	width: 240px;
	left: 0px;
	background: #5d1111;
	top: 100%;
	padding: 20px 0;
	display: none;
	z-index: 999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
}
.sonMenu dd{
	float: left;
	width: 220px;
	margin:0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sonMenu dd p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 24px;
	color: #fff;
}
.sonMenu dd a{
	color: inherit;
	text-transform: uppercase;
	font-size: 14px
}
.sonMenu dd a:hover{
	text-decoration: underline;
}
.nav li>a{
	display: inline-block;
	padding: 0 16px;
	height: 36px;
	line-height: 36px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
	text-transform: uppercase;
	font-size: 16px;
	color: #8c8d30;
	font-weight: bold;
}
.nav li>a:hover,.nav li.active>a{
	background: #5d1111;
	color: #fff;
}
#footer{
	border-top: 1px solid #eaeef4;
}
#footer .top{
	padding: 32px 0 25px;
	border-bottom: 1px solid #c9d2e4;
}
#footer .top li{
	float: left;
	width: 235px;
}
#footer .top .special{
	width: 434px;
}
#footer .top .title{
	font-weight: bold;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
}
#footer .top .text{
	line-height: 24px;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 6px;
	color: #333;
}
#footer .bottom{
	padding: 10px 0 15px;
	line-height: 24px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
