*{margin:0;padding:0;}
.w1000{ width:1000px; margin:0 auto;}
.clear{ clear:both;}
a{ text-decoration:none;color:#fff; font-size:12px;}
body{font-size:12px; font-family: "微软雅黑";	background: #F2F2F2 url(../images/bg01.jpg) no-repeat center top;}

.header .hBox {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 24px 0 22px;
}
.header .hImg {
	margin: 8px 0 0 0;
	float: left;
}
.header .service {
	margin-top: 2px;
	float: right;
}
#main {
	height: 660px;
	position: relative;
}
.section {
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	padding: 22px 0 20px;
	background: rgba(0,0,0,0.8);
}
.section .inner {
	width: 1000px;
	margin: 0 auto 0;
}
.section .ulList {
	float: left;
}
.section .ulList li {
	margin-right: 30px;
	float: left;
	width: 115px;
	text-align: center;
}
.section .ulList li .ms {
	color: #cecece;
	margin-bottom: 10px;
}
.section .ulList li .ttl {
	border: 1px solid #cecece;
	line-height: 26px;
	text-align: center;
	font-size: 15px;
	color: #cecece;
	margin-bottom: 10px;
}
.section .ulList li .web {
	color: #cecece;
}
.section .ulList li a:hover .web,
.section .ulList li a:hover .ms {
	color: #f0e067
}
.section .ulList li a:hover .ttl {
	background-color: #f0e067;
	border: 1px solid #f0e067;
	color: #661b01;
}

.section .refresh {
	margin-right: 30px;
	float: right;
}
.section .refresh a {
	width: 81px;
	height: 81px;
	display: block;
	box-sizing: border-box;
	padding: 15px 0 0;
	text-align: center;
	position: relative;
}
.section .refresh a .bg {
	position: absolute;
	top: 0;
	left:0;
}
@-moz-keyframes rotate{
0%{ -moz-transform:rotate(0deg);}
	100%{-moz-transform:rotate(-360deg);}
}
@-webkit-keyframes rotate{
0%{ -webkit-transform:rotate(0deg);}
	100%{-webkit-transform:rotate(-360deg);}
}
.section .refresh a:hover .bg {
 -moz-animation:rotate 2s linear infinite;
 -webkit-animation:rotate 2s linear infinite;
 animation:rotate 2s linear infinite;
}
/*-------footer-----start--------------*/
.footer {
	overflow: hidden;
	padding: 20px 0 10px;
}
.footer .wrap,
.footer .fBox {
	width: 1000px;
	margin: 0 auto;
}
.footer .fImg {
	text-align: center;
	margin-bottom: 20px;
}
.footer .copyright {
	padding-bottom: 17px;
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	color: #999;
}



@media all and (min-height: 0) and (max-height: 700px) {
	.section {
		bottom: 0;
		left: 0;
		width: 100%;
		position: fixed;
		padding: 22px 0 20px;
		background: rgba(0,0,0,0.8);
	}
	.footer {
		padding-bottom:140px;
	}

	
	
}