@CHARSET "UTF-8";
html, body {
    position: relative;
    height: 100%;
}
img {max-width: 100%;}
#page {
    margin-bottom: 50px;
    height: 100%;
}
#page .slidepage {
    height: 100%;
}
.scroll {
    height: 100%;
}
#top {
	position:absolute;
	top:0;
	z-index:5;
	width:100%;
	background:#fff;
}
#top .addr {
	height:36px;
	margin:0 auto;
	display:block;
}
#nav {
	border-bottom:1px solid #ebebeb;
}
#nav .swiper-slide span {
	margin:0 5px;
	text-align:center;
	display:block;
	line-height:2.5;
	font-size:13px;
	color:#666;
}
#nav .bar {
	width:px;
	height:3px;
	position:absolute;
	bottom:0px;
}
#nav .bar .color {
	width:60px;
	margin:0 auto;
	height:2px;
	background: #000;
}
.cars {
	overflow: auto;
}
.cars .item {
	float: left;
	width: 50%;
}
.cars .item .box {
	padding: 10px;
}
.cars .item .box .title {
	font-size: 13px;
	text-align: center;
	padding: 10px;
}