@charset "gb2312";
/* CSS Document */
body {
	font-family: Microsoft Yahei, Arial, sans-serif;  
	color: #333;
	margin:0 auto;
	width:420px;
	background:#eaeaea;
}
* {
	padding: 0;
	margin: 0;
}
img {
	display: block;
	border: none;
	max-width: 100%;
	margin:0 auto;
}
em, i {
	font-style: normal;
}
ul, li {
	list-style: none outside none;
}
a{
	text-decoration:none;
	color:#333;
}
h1,h2,h3,h4,h5,h5{
	font-weight:normal;
}

.logo{
	width:420px;
	height: 88px;
	float:left;
	top:0;
	position:fixed;
	z-index: 9999;
	
}


.dibu{
	width:420px;
	height: 88px;
	float:left;
	bottom:0;
	background:#fff;
	position:fixed;
	z-index: 9999;	
}


.nav2{
	width:420px;
	height: 88px;
	float:left;
	margin:0 auto;
	margin-top:30px;
	position:fixed;
	bottom:0;
	z-index: 9999;
	background:url(../images/foot2.png) no-repeat center center;
	
}
.nav2 ul{
	width:96%;
	margin:0 2%;
}
.nav2 ul li{
	width:19%;
	float:left;
	font-size: 10px;
	line-height:12px;
    letter-spacing: 1px;
	margin-top:35px;
	text-align:center;
}
.nav2 ul li img{
	display:block;
	margin:0 auto;
	height: 36px;
}
.nav2 ul li:nth-child(3){
	width:24%;
	background:;
}
.nav2 ul li:nth-child(3) img{
	margin-top:-26px;
	border-radius:50%;
	height:62px;
}

