@charset "utf-8";
.banner{
	background: #ffffff;
	font-size: 0;
	/*height: 410px;*/
	transition: all .3s;
}
.banner a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner a img{
	width: 100%;
}
.banner .swiper-button-prev, 
.banner .swiper-button-next{
	color: #ffffff;
	outline: none;
}
.banner .swiper-button-prev{
	left: 0;
} 
.banner .swiper-button-next{
	right: 0;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{
	font-size: 28px;
	transition: all .3s;
}

@media (min-width:769px) and (max-width: 992px) {
	/*.banner{
		height: 380px;
	}*/
	.banner .swiper-button-prev:after,
	.banner .swiper-button-next:after{
		font-size: 24px;
	}
}
@media (min-width:426px) and (max-width: 768px) {
	/*.banner{
		height: 220px;
	}*/
	.banner .swiper-button-prev:after,
	.banner .swiper-button-next:after{
		font-size: 22px;
	}
}
@media screen and (max-width: 425px) {
	/*.banner{
		height: 150px;
	}*/
	.banner .swiper-button-prev:after,
	.banner .swiper-button-next:after{
		font-size: 20px;
	}
}

.section1{
	background: #f6f6f6;
	padding: 10px 0 25px;
}
.section1 .list{
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
}
.section1 .list .item{
	padding: 15px;
	width: 25%;
	transition: all .3s;
}
.section1 .list .item .box{
	
}
.section1 .list .item .box .title{
	font-size: 14px;
	color: #333333;
	margin-bottom: 15px;
	font-weight: bold;
}
.section1 .list .item .box .pic{
	display: block;
	height: 0;
	padding-bottom: 102%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.section1 .list .item{
		width: 50%;
	}
}

.section2{
	background: #ffffff;
	padding: 40px 0 45px;
}
.section2 .title{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 12px;
}
.section2 .scroll {
	overflow: hidden;
	font-size: 0;
}
.section2 .scroll .list{
	white-space: nowrap;
}
.section2 .scroll .list .item {
	display: inline-block;
	vertical-align: top;
	width: 122px;
	height: 80px;
	border-radius: 5px;
	border: 1px solid #f4f4f4;
	position: relative;
	margin: 0 8px;
}
.section2 .scroll .list img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	height: 60px;
	padding: 5px;
}