@charset "utf-8";
/* CSS Document */

body{
	/*max-width:640px;*/
	margin:0 auto;
	width:100%;
	height:100%
	
}
.banner_back{
	background:url(../images/1407488570070.jpg) center 0px / 100% 100% no-repeat;
	display:none;
}
.banner_back .navv{
	width:100%;
    height: 85px;
    margin: 0 auto;
    position: fixed;
    bottom:7%;
    z-index: 999;
}
.navv ul li{
	text-align:center;
	width: 25%;
	float: left;
	overflow:hidden;
}
.navv ul li p img{ width:50%; height:50%}
.navv ul li p.text{
	color:#fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top:10px;
	font-size:14px; font-family:"微软雅黑"
}


