@charset "utf-8";


.homeWidth1200{
	width: 1200px;
	min-width:1200px;
	margin-left: auto;
	margin-right: auto;
}

.homeWidth800{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.homeHeader{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:#fff;
	z-index:1000;
}

#divAll{
	width:100%; 
	position:relative;
}

.homeHeaderCon{
	padding-top:30px;
	padding-bottom:21px;
}

.homeLogoBox{
	width:192px;
	height:44px;
}

.homeLogoBox img{
	/*width:100%;
	height:44px;*/
}

.navList{
	width:710px;
	padding-top: 10px;
	float:right !important;
	height:30px;
}

.navList li{
	float: left;
	margin: 0 20px;
	position:relative;
	height:40px;
}

.navList li a{
	display:inline-block;
	padding-bottom:5px;
	color:#333;
	font-size:16px;
}

.navList li a:hover{
	color:#094b82;
}

.navList .active a{
	border-bottom:2px solid #094b82;
	color:#094b82;
	font-weight:bold;
}



.navHeight{
	padding-top:100px;
}

.homeFooter{
	width:100%;
	height:305px;
	position:absolute;
	left:0;
	bottom:-304px;
}

.footerConList{
	background-color:#242424;
	padding:40px 0;
	width:100%;
}

.footerListItem h4{
	color:#a6a5a3;
	font-size:16px;
	margin:0 0 18px 0;
}

.footerListItem a{
	color:#fff;
	font-size:12px;
}

.footerListItem a:hover{
	color:#2b67ff;
}

.footerListItem a:focus{
	color:#fff;
}

.footerListItem p{
	color:#fff;
	line-height:24px;
	margin-bottom:0;
}

.footerListItem p a{
	font-size:12px;
}

.footerLine{
	width:1px;
	height:114px;
	background-color:#7d7d7d;
	margin-right:50px;
}


.footerRecordNumber{
	background-color:#333;
	padding:25px 0;
	width:100%;
}

.footerRecordNumber p{
	color:#666461;
	text-align:center;
	margin-bottom:0;
}

.homeQRcodeBox{
	
}

.homeQRcodeBox p{
	font-size:12px;
	text-align:center;
	margin-top:8px;
}	

.footerPosition{
	position:absolute;
	left:0;
	bottom:-304px;
}

.mr20{
        margin-right:20px;
}

.color666{
        color:#666461;
}
