body{
	background: url(../images/list_bg.png);
	background-size: cover;
}
img{
	display: block;
}
#aside{
	width: 28%;
	float: left;
	overflow: hidden;
}
#aside li{
	padding-top:10%;
	padding-left:20%;
}
@media screen and (max-height: 500px){
	#aside li{
		padding-top: 5%;
	}
}
#aside p{
	width: 50%;
	height: 2px;
	background: #333;
	margin:10px 0;
}
#aside li a.active p{
	background: #FD0019;
}
/*产品展示css*/
.preloader {
	position: absolute;
	left: 0;
	top: 0rem;
	z-index: 0;
	width: 90%;
	opacity: 0;
	-webkit-transition: 100ms;
	-moz-transition: 100ms;
	-ms-transition: 100ms;
	-o-transition: 100ms;
	transition: 100ms;
	background: rgba(0,0,0,0.1);
}
.preloader.visible {
	top: 0;
	opacity: 1;
}
.swiper-container {
	width: 68%;
	float: right;
	color: #fff;
	position: relative;
	z-index: 10;
}
.weixin {
	width: 68%;
	float: right;
	color: #fff;
	position: relative;
	z-index: 10;
	top:-100%;
}
.swiper-slide {
	width: 100%;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.swiper-slide img{
	margin-bottom: 5%;
}
.swiper-slide-visible {
	opacity: 1;
}








