@charset "utf-8";
/* CSS Document */
@import url("http://cdn.cqwo.com/css/struts.css");
@import url("layout.css");
body{
	background: #fff;
	font-family:苹方;
}

#header {
	width: 100%;
	height: 90px;
	background:#fff;
	position: fixed;
	top: 0;
	z-index:9999999999999;
	box-shadow: 0 0 5px #888;
}
#header .header {
	width:1200px;
	height: 90px;
}
#header .header .logo {
	background:url(../images/logo.png);
	background-size: 220px auto;
	width:220px;
	height:90px;
	float:left;
}


#header .header .nav {
	/* width:?; */
	height:90px;
	float:right;
	margin: 0 auto;
}
#header .nav li{
	width:130px;
	height:90px;
	float:left;
	font-size:20px;
	line-height:20px;
	text-align:center;
	cursor: pointer;
	padding-top:26px;
	color:#333;
	font-family:微软雅黑;
	
}
#header .nav li a{
	text-decoration:none;
}
#header .nav li span{
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:130px;
	height:20px;
	line-height:28px;	
}
#header .nav li a:hover{
	color:#687af0 !important;
	transition:all 0.3s;
	
}


#banner{
	width:100%;
	height:620px;
	overflow:hidden;
	position:relative;
	margin-top:90px;
}
#banner .banner{
	width:1920px;
	height:620px;
	left:50%;
	margin-left:-960px;
	position:absolute;
	overflow:hidden;
}

#banner .banner li{
	width:1920px;
	height:620px;
	overflow:hidden;
}

#banner .banner li img{
	width:1920px;
	height:620px;
	overflow:hidden;
}
.clearfix{
	width:90px;
	height:224px;
	position: fixed;
	right:0px;
	top:420px;
	cursor:pointer;
	
}

.imgBox {
	width:90px;
	height:224px;
	position: fixed;
	right:0px;
	top:420px;
	cursor:pointer;
	z-index: 100;
}
	
.imgBox .dianhu .lailai{
	position:absolute;
	right:100px;
	top:30px;
	overflow:hidden;
	display:none;
}

.dianhu:hover .lailai{
	display:block;
}

.imgBox .dianhu{	
	position:absolute;
	top:0px;
	width:90px;
	height:110px;
}

.imgBox .huiding{
	position:absolute;
	top:110px;
	overflow:hidden;
	width:90px;
	height:112px;
	display:block;
}


#footer{
	width:100%;
	height:226px;
	background:#3a3d40;
	padding-top:50px;
}
#footer h1{
	width:316px;
	height:42px;
	background:#4d4f50;
	border:1px solid #b5b5b5;
	border-radius:50px;
	font-size:20px;
	color:#fff;
	line-height:42px;
	margin:0 auto;
}
#footer h2{
	text-align:center;
	font-size:16px;
	line-height:36px;
	color:#dddddd;
}
#footer .xian{
	width:580px;
	height:1px;
	margin:0 auto;
	background:#656a6e;
	opacity:0.4;
}
#footer h3{
	text-align:center;
	font-size:16px;
	line-height:20px;
	color:#dddddd;
}
#footer h3 span{
	margin-right:30px;
}