@charset "utf-8";

/* CSS Document */
.center {
    width: 100%;
    margin: 0 auto;
}

.main {
    padding: 20px 0;
}

.main-inner{
    width: 656px;
    margin: 0 auto;
}
.main-top{
    margin-bottom: 30px;
}
.main-inne h2{
    font-size: 14px;
}
.main-inne h2,.main-inne p{
    color: #000;
}

.main-lunbo,.mySwiper{
    width: 100%;
    height: auto;
}
.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);
}