@charset "utf-8";
/* CSS Document */

.center {
	width: 100%;
}

.main-ftzl{
	padding: 30px 0;
}
.main-lunbobox{
	width: 654px;
	margin: 0 auto;
}
.main-lunbo,.mySwiper{
	width: 100%;
}
.main-lunbo{
    position: relative;
    margin-bottom: 20px;
}
.mySwiper{
    overflow-x: hidden;
}
.mySwiper .swiper-slide img{
    display: block;
    width: 100%;
    height: auto;
}
.mySwiper-next,.mySwiper-prev{
    width: 34px;
    height: 51px;
}
.mySwiper-next{
    background: url(../images/environment-next.png) no-repeat center center / 100% 100%;
    right: -5%;
}
.mySwiper-prev{
    background: url(../images/environment-prev.png) no-repeat center center / 100% 100%;
    left: -5%;
}
.mySwiper-pagination {
    width: 100%;
}
.mySwiper-pagination .swiper-pagination-bullet{
    background: rgba(223,20,38,.44);
    opacity: 1;
    margin: 0 4px;
}
.mySwiper-pagination .swiper-pagination-bullet-active{
    background: rgb(223,20,38);
}














