* {
    margin: 0;
}

.swiper {
    width: 600px;
    height: 752px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 600px;
    height: 752px;
}

.mySwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ffd102!important;

}

a {
    text-decoration: none !important;
}

.container .head {
    width: 1200px;
    margin: 0 auto;
}

.container .head img {
    width: 180px;
    height: 48px;
    margin: 20px 0;
}

.container .content {
    background: url('../../fbapp/images/background-img.jpg') no-repeat;
    background-size: cover;
    height: 650px !important;
    width: 100%;
}

.container .content .introduce {
    padding-top: 166px;
    width: 1200px;
    margin: 0 auto;
    /* display: flex; */
    position: relative;
}

.container .content .introduce .swiper-img{
    position: absolute;
    top: 50px;
    right: -60px;
}

.container .content .introduce .left-part {
    display: flex;
    flex-direction: column;
}

.container .content .introduce .left-part .list-one {
    margin-bottom: 36px;
    font-size: 46px;
    color: #212121;
    line-height: 72px;
    font-weight: 700;

}

.container .content .introduce .list-two {
    font-size: 32px;
    color: #212121;
    line-height: 60px;
    margin-bottom: 36px;
}

.container .content .introduce .list-three img {
    width: 208px;
}

.container .join-us {
    width: 1200px;
    margin: 0 auto;
}

.container .join-us .link {
    padding: 40px 0 30px;
}

.container .join-us .link a {
    font-size: 20px;
    color: #212121;
}

.container .join-us .link-or img {
    width: 42px;
    height: 42px;
}