.mySwiper {
    position: relative;
}


.pimg {
    display: block;
    margin: 0 auto;
}


.meet {
    background: #fff;
    padding: 108px 0 115px;
    position: relative
}

.meet .wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-items: center;
    text-align: center;
    /* animation: all .3s ease-in-out; */
}

.meet .wrapper .text4 {
    color: #000;
    font-family: 'Montserrat-SemiBold';
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    width: 840px;
    max-width: 100%;
    
}

.meet .wrapper .text5 {
    color: #000;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 18px;
    opacity: .65!important;
    width: 740px;
    max-width: 100%;
}
@media (max-width: 768px) {
    .meet {
        padding: 2rem 0 2.3rem;
    }
    .meet .wrapper .text4 {
        font-size: 1.2rem;
        line-height: 50px;
    }
    .meet .wrapper .text5 {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        margin-top: .36rem;
    }
}
/* .topSwiper {
    position: relative;
    background-color: #f7f7f7;
}
.topSwiper .swiper-pagination {
    bottom: inherit;
    top: 0;
    font-size: 0;
}
.topSwiper .swiper-pagination-bullet {
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    padding: 0 20px;
    margin: 0 15px !important;
    font-size: 18px;
    font-family: 'Montserrat-Light';
    line-height: 78px;
    color: #333;
    border-bottom: 2px solid transparent;
}
.topSwiper .swiper-pagination-bullet-active {
    border-color: #000;
} */



.kind-top {
    height: 80px;
}
.kind-top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background-color: #f7f7f7;
}
.kind-top-box.fixed {
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 99;
    width: 100%;
}
.kind-top-item {
    height: 78px;
    padding: 0 20px;
    margin: 0 15px;
    font-size: 18px;
    font-family: 'Montserrat-Light';
    line-height: 78px;
    color: #333;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    overflow: hidden;
}
.kind-top-item.active {
    border-color: #000;
}
.bicycles {
    position: relative;
	overflow: hidden;
}
.swiperItem {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
}
.swiperItem.active {
    position: relative;
    left: inherit;
    top: inherit;
    z-index: 9;
    width: 100%;
}

.swiperItem .swiper-slide {
    width: 48%;
    padding-top: 110px;
}
.swiperItem .swiper-pagination {
    bottom: 120px;
    height: 3px;
    font-size: 0;
}
.swiperItem .swiper-pagination-bullet {
    width: 35px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: #cccccc;
    opacity: 1;
}
.swiperItem .swiper-pagination-bullet-active {
    background: #000
}
.swiperItem .swiper-slide .wrapper {
    display: none;
}
.swiperItem .wrapper .text7 {
    color: #000;
    font-family: 'Montserrat-SemiBold';
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    margin-top: 85px;
}

.swiperItem .wrapper .text8 {
    color: #000;
    font-family: 'Montserrat-Light';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}

.swiperItem .wrapper .button3 {
    border: .0520833333vw solid #bb0404;
    color: #bb0404;
    display: block;
    font-family: 'Montserrat-SemiBold';
    font-size: 26px;
    font-weight: 700;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin: 45px auto 175px;
    opacity: 1;
    width: 275px;
}

.swiperItem .swiper-button-next,
.swiperItem .swiper-button-prev {
    top: 30.9%;
	width: 40px;
    height: 40px;
	color: #fff;
    background-color: #d5d5d5;
    border-radius: 50%;
}
.swiperItem .swiper-button-next {
	right: 50%;
    transform: translateX(745px);
}
.swiperItem .swiper-button-prev {
	left: 50%;
    transform: translateX(-745px);
}
.swiperItem .swiper-button-next:after,
.swiperItem .swiper-button-prev:after {
    font-size: 18px;
}

.swiperItem .wrapper .button3:hover {
    background: #bb0404;
    color: #fff
}
.swiperItem .swiper-slide-active .wrapper {
    display: block;
}
@media (max-width: 1520px) {
    .swiperItem .swiper-button-next {
        right: 15px;
        transform: translateX(0);
    }
    .swiperItem .swiper-button-prev {
        left: 15px;
        transform: translateX(0);
    }
}
@media (max-width: 992px) {
    .kind-top-item {
        /* padding: 0 20px;
        margin: 0 15px;
        font-size: 18px;
        font-family: 'Montserrat-Light';
        line-height: 78px;
        color: #333;
        border-bottom: 2px solid transparent;
        cursor: pointer; */
    }
    .kind-top-item span {
        display: none;
    }
}
@media (max-width: 768px) {
    .kind-top-box.fixed {
        position: fixed;
        left: 0;
        top: 80px;
        z-index: 99;
        width: 100%;
    }
    .kind-top {
        height: 50px;
    }
    .kind-top-item {
        width: 25%;
        height: 50px;
        padding: 0 .4rem;
        margin: 0;
        font-size: .44rem;
        font-family: 'Montserrat-Light';
        line-height: 50px;
        color: #333;
        text-align: center;
        border-bottom: 2px solid transparent;
        cursor: pointer;
    }
    .swiperItem .swiper-slide {
        padding-top: 2.2rem;
    }
    .swiperItem .wrapper .text7 {
        color: #000;
        font-family: 'Montserrat-SemiBold';
        font-size: 1rem;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
        margin-top: 1.7rem;
    }
    .swiperItem .wrapper .text8 {
        color: #000;
        font-family: 'Montserrat-Light';
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 40px;
        text-align: center;
        margin-top: .4rem;
    }
    .swiperItem .wrapper .button3 {
        border: .0520833333vw solid #bb0404;
        color: #bb0404;
        display: block;
        font-family: 'Montserrat-SemiBold';
        font-size: 26px;
        font-weight: 700;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin: .9rem auto 3.5rem;
        opacity: 1;
        width: 275px;
    }
    .swiperItem .swiper-pagination {
        bottom: 2.4rem;
        height: 3px;
        font-size: 0;
    }
    .swiperItem .swiper-button-next,
    .swiperItem .swiper-button-prev {
        display: none;
    }
}





.green-earth {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.green-earth img {
    display: block;
    margin: 0 auto;
}
.green-earth p {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'Montserrat-SemiBold';
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    transform: translate(-50%,-50%);
}
@media (max-width: 768px) {
    .green-earth p {
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #fff;
    }
}


.news {
    margin-bottom: 30px;
    padding: 120px 0;
    background-color: #f9f9f9;
}
.news-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.news-top-title {
    margin-bottom: 48px;
    font-family: 'Montserrat-Medium';
    font-size: 48px;
    line-height: 50px;
    color: #000;
}
.news-top-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 50px;
    color: #000;
}
.news-top-more .iconfont {
    font-size: 22px;
}
.news-top-more:hover {
    color: #ff5f00;
}
.news-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.news-item {
    width: 31.184211%;
    
}
.news-item-img {
    display: block;
    overflow: hidden;
}
.news-item-img img {
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.news-item-text {
    padding: 20px 0 0;
    
}
.news-item-title {
    height: 72px;
    margin-bottom: 10px;
    font-family: 'Montserrat-Light';
    font-size: 24px;
    line-height: 36px;
    color: #000;
    overflow: hidden;
}
.news-item-title a {
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #000;
}
.news-item-desc {
    height: 72px;
    margin-bottom: 30px;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
}
.news-item-date {
    display: block;
    font-family: 'Montserrat-Light';
    font-size: 20px;
    line-height: 70px;
    color: #000;
    overflow: hidden;
    border-top: 2px solid #e8e8e8;
}
.news-item:hover .news-item-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news-item:hover .news-item-title a {
    color: #ff5f00;
}
@media (max-width: 768px) {
    .news {
        margin-bottom: .6rem;
        padding: 2rem 0;
    }
    .news-top-title {
        margin-bottom: .9rem;
        font-size: .9rem;
        line-height: 1rem;
        color: #000;
    }
    .news-top-more {
        margin-bottom: .9rem;
        font-size: 16px;
        line-height: 1rem;
        color: #000;
    }
    .news-bot {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .news-item {
        width: 100%;
        margin-bottom: .5rem;
    }
    .news-item-text {
        padding: .4rem 0 0;
    }
    .news-item-title {
        height: 60px;
        margin-bottom: .2rem;
        font-size: 20px;
        line-height: 30px;
    }
    .news-item-desc {
        margin-bottom: .6rem;
    }
    .news-item-date {
        font-size: 16px;
        line-height: 50px;
    }
}