@charset "utf-8";
/* CSS Document */
#warp,#head,#main,#foot{
    width:980px;
}
/*设置居中*/
#warp{
    margin:0 auto;
	background:#F4F4F4;
}
#head{
	height:139px;
	position:relative;
	background:url(../img/head_bg.jpg) no-repeat;
}
.logo{
	position:absolute;
	top:10px;
	left:10px;
}
.swsy{
	width:156px;
	line-height:22px;
	padding:0 0 0 5px;
	position:absolute;
	top:2px;
	right:72px;
	background:url(../img/swsy_bg.png) no-repeat;
}
.swsy a{
	color:#333;
	padding:0 10px;
}
.tel{
	width:246px;
	height:52px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top:38px;
	right:25px;
	line-height:32px;
	padding-left:35px;
	font-family:Microsoft YaHei !important;
	background:url(../img/tel_bg.png) no-repeat;
}
.nav{
	width:980px;
	height:44px;
	position:absolute;
	top:95px;
	left:0px;
}
.nav ul{
	float:left;
	padding:0 5px 0 4px;
}
.nav ul li{
	float:left;
	height:33px;
	padding:5px 42px 6px;
	background:url(../img/nav_li_bg.jpg) no-repeat left center;
}
.nav ul li a{
	color:#FFF;
	font-size:10px;
	display:block;
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
}
.nav ul li span{
	font-size:14px;
	display:block;
	font-family:Microsoft YaHei !important;
}
/*main*/
.banner{
	width:980px;
	height:290px;
}
.qh{
	width:980px;
	height:290px;
	overflow:hidden;
	position:relative;
}

#pic_qh{
	width:980px;
	height:290px;
	position:absolute;
	left:0px;
	top:0px;
}

#pic_qh li{
    float:left;
	position:absolute;
}

#pic_qh li img{
    width:980px;
    height:290px;
}
#but_qh{
	position:absolute;
	bottom:5px;
	right:5px;
}
#but_qh li{
	float:left;
	overflow:hidden;
	padding:0 3px;
}
#but_qh li a{
    width:15px;
	height:15px;
	line-height:15px;
	display:block;
	text-align:center;
	background:#FFF;
	border:1px solid #CCC;
	font-family:Microsoft YaHei !important;
}                  
#but_qh .btn_pic a{
	color:#FFF;
	background:#0170E6;
}
/*foot*/
#foot{
	height:90px;
	margin-top:10px;
	position:relative;
	font-family:Microsoft YaHei !important;
	background:url(../img/foot_bg.jpg) no-repeat;
}
.footLogo{
	width:132px;
	height:58px;
	position:absolute;
	top:8px;
	left:16px;
	padding-top:13px;
	background:url(../img/footLogo_bg.jpg) no-repeat right center;
}
.footNav{
	width:980px;
	color:#FFF;
	text-align:center;
	position:absolute;
	top:22px;
	left:0px;
}
.footNav a{
	color:#FFF;
	white-space:nowrap;
	padding:0 10px;
}
.copyright{
	width:980px;
	color:#FFF;
	text-align:center;
	position:absolute;
	top:48px;
	left:0px;
}
.copyright a{
	color:#FFF;
}
.copyright a:hover{
	color:#F90;
	text-decoration:underline;
}















