.autobigImg{
    width: 100%;
    height: 10.1rem;
    margin-top: 0.7rem;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.autoLogo{
    width: 6.4rem;
    padding-top: 4.22rem;
    margin: 0 auto;
}

.autobigImg p{
    margin-top: 0.74rem;
    text-align: center;
    font-size: 0.36rem;
    color: #FFFFFF;
}

.company{
    background-color: #000000;
}

.companyBox{
    width: 14rem;
    height: 3.8rem;
    margin: 0 auto;
    color: #fff;
}

.companyName{
    font-size: 0.32rem;
    color: #FFFFFF;
    padding-top: 1.02rem;
}

.companySub{
    padding-top: 0.1rem;
    font-size: 0.28rem;
    color: #F2F2F2;
}

.companyText{
    font-size: 0.16rem;
    color: #F2F2F2;
    margin-top: 0.4rem;
}

.breaker-parallax {
    position: relative;
    /*height: 5.2rem;*/
    height: 8.3rem;
    overflow: hidden;
}

.breaker-parallax__image {
    height: 150%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    object-fit: cover;
}

.autoMap{
    background-color: #000000;
    height: 6.3rem;
}

.autoMapBox{
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.95rem;
    display: flex;
}

.autoMapGif{
    width: 6.4rem;
    height: 4.4rem;
}

.GifContent{
    padding-top: 1.51rem;
    margin-left: 0.79rem;
}

.GifTitle{
    font-size: 0.28rem;
    color: #F2F2F2;
}

.GifText{
    max-width: 6.7rem;
    overflow-wrap: break-word;
    margin-top: 0.4rem;
    font-size: 0.16rem;
    color: #F2F2F2;
}

.companyTwo{
    background-color: #333333;
}

.companyTwoSub{
    padding-top: 1.28rem;
    font-size: 0.28rem;
    color: #F2F2F2;
}
.companyTwoText{
    font-size: 0.16rem;
    color: #F2F2F2;
    margin-top: 0.4rem;
}

.autoMP4{
    height: 12rem;
    background-color: #333333;
}

.MP4{
    width: 13.4rem;
    height: 7.55rem;
    margin: 0.9rem auto;
}

.firend{
    width: 100%;
    height: 4.95rem;
    padding: 1.06rem 0 1.4rem;
    box-sizing: border-box;
    background: #000000;
}
.firendBox{
    width: 14rem;
    margin: 0 auto;
}
.firendTit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #FFFFFF;
    margin-bottom: .1rem;
}
.firendTxt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.28rem;
    color: #F2F2F2;
    margin-bottom: .6rem;
}
.firendBot{
    position: relative;
}
.firendSwiper{
    width: 100%;
    position: relative
}

.firendSwiper .swiper-slide{
    /*width: 2.2rem;*/
    height: 1rem;
    background: rgba(255,255,255,0);
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid rgba(221,221,221,0.3);
    padding: .2rem;
    box-sizing: border-box;
}
.firendSwiper .swiper-slide:hover{
    box-shadow: 0rem 0rem 0.23rem 0.01rem rgba(109,109,109,0.41);
}

.firendSwiper .swiper-slide img{
    object-fit: contain;
}

.firendBot .swiper-button-prev,
.firendBot .swiper-button-next{
    width: .12rem;
    height: .23rem;
    margin: 0!important;
    transform: translateY(-50%)!important;
}
.firendBot .swiper-button-prev{
    left: -.32rem;
}
.firendBot .swiper-button-next{
    right: -.32rem;
}
.firendBot .swiper-button-prev::after,
.firendBot .swiper-button-next::after{
    font-size: .22rem!important;
    color: #fff!important;
}