.fixed_background {
    height: 100vh !important;
}

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .title h1 {
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.advantage {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.advantage .joke {
    display: flex;
    margin: auto;
    width: 1560px;
    padding-bottom: 158px;
    position: relative;
    z-index: 2;
}

.advantage .joke .list ul li {
    width: 515px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #92725A;
    cursor: pointer;
    transition: 0.6s;
}

.advantage .joke .list ul .on {
    background: #725540;
}

.advantage .joke .list ul li p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #AE927E;
    transition: 0.6s;
}

.advantage .joke .list ul li .iconfont {
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #AE927E;
    margin-right: 34px;
    transition: 0.6s;
}

.advantage .joke .list ul .on p {
    color: #fff;
}

.advantage .joke .list ul .on .iconfont {
    border-color: #fff;
    color: #fff;
}

.advantage .joke .list ul li:nth-child(3) .iconfont {
    font-size: 19px;
}

.advantage .joke .content {
    margin: 95px 0 0 133px;
    position: relative;
}

.advantage .joke .content .title {
    margin-bottom: 150px;
}

.advantage .joke .content .title span {
    display: block;
    width: 14px;
    height: 1px;
    background: #92725A;
    margin-bottom: 8px;
}

.advantage .joke .content .title h1 {
    font-size: 28px;
    font-family: Canela;
    font-weight: 400;
    color: #92725A;
}

.advantage .joke .content .title p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1D1D1D;
    margin: 17px 0 0 0;
}

.advantage .joke .content .text {
    width: 640px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4A4848;
    line-height: 36px;
    z-index: 2;
}

.advantage .joke .content .text p {
    transition: 0.6s;
    z-index: 999;
}

.advantage .joke .content .text .on {
    display: block;
}

.join {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 100px 0 0 0;
}


.join .background {
    position: absolute;
    top: -254px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.join .joke {
    width: 1536px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


.join .joke .content {
    margin-left: 184px;
}

.join .joke .content .title {
    margin-bottom: 76px;
}

.join .joke .content .title h1 {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1D1D1D;
}

.join .joke .content .text p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 42px;
}

.join .info {
    width: 1400px;
    display: flex;
    margin: 146px auto 0;
    justify-content: space-between;
    position: relative;
    left: 83px;
}

.join .info .item {
    position: relative;
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join .info .item .item-top {
    display: flex;
    align-items: center;
}

.join .info .item .item-top span:nth-child(1) {
    display: block;
    width: 45px;
    height: 1px;
    border: 1px solid #D1D7D2;
    margin-right: 20px;
}

.join .info .item .item-top span {
    display: block;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1D1D1D;
}

.join .info .num {
    font-size: 160px;
    font-family: Canela;
    font-weight: 400;
    color: #F5F5F5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.join .info .demand {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #959393;
    margin: 57px 0 58px;
    position: relative;
    left: -57px;
}

.join .info .demand span {
    font-size: 14px;
    font-family: Canela;
    font-weight: 400;
    color: #1D1D1D !important;
}

.store {
    width: 100%;
    background-color: #fff;
}

.store .store-img {
    width: 100%;
    height: 960px;
    margin: 90px auto 0;
    position: relative;
}

.store .store-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.store .store-img .swiper-slide {
    position: relative;
}

.store .store-img .swiper-slide .title {
    position: absolute;
    top: 113px;
    left: 164px;
}

.store .store-img .swiper-slide .title h1 {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.store .store-img .swiper-slide .title p {
    font-size: 19px;
    font-family: Canela;
    font-weight: 400;
    color: #FFFFFF;
}

.store .store-img .btn {
    display: flex;
    justify-content: space-between;
    width: 86%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.store .store-img .btn .button, .store .store-img .btn .button {
    width: 59px;
    height: 59px;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.store .store-img .btn .button, .store .store-img .btn .button:first-child {
    transform: rotate(90deg);
}

.store .store-img .btn .button, .store .store-img .btn .button:last-child {
    transform: rotate(-90deg);
}

.cooperation_swiper .swiper-slide{
    opacity: 0!important;
    transition: 1s;
    pointer-events: none;
}
.cooperation_swiper .swiper-slide-active{
    opacity: 1!important;
    pointer-events: unset;
}
.cooperation_swiper .swiper-slide .list{
    height: 400px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(25px);
    transition: 1s;
    padding: 0 50px 0 0;
}
.cooperation_swiper .swiper-slide-active .list{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}
@media screen and (max-width: 1856px) {
    .join .info{
        left: 0;
    }
    .join .joke .content{
        margin-left: 0;
    }
    .join .joke,.join .info{
        width: 78%;
    }
}
@media screen and (max-width: 1792px) {
    .advantage .joke{
        width: 85%;
    }
}
@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1600px) {
    .join .joke .img{
        width: 54%;
    }
    .join .joke .img img{
        width: 100%;
    }
    .join .joke .content{
        width: 40%;
    }
}
@media screen and (max-width: 1440px) {
    .join .joke .content .text p{
        font-size: 12px;
    }
    .join .info .item .item-top span{
        font-size: 13px;
    }
    .join .info .num{
        font-size: 127px;
        top: 13px;
    }
}
@media screen and (max-width: 1400px) {
    .advantage .joke .content {
        margin: 95px 0 0 101px;
    }
}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1025px) {
    .advantage{
        overflow: hidden;
    }
    .advantage .joke{
        width: 90%;
        flex-wrap: wrap;
        margin: 50px auto;
        padding: 0;
    }
    .advantage .joke .list{
        width: 100%;
    }
    .advantage .joke .list ul li{
        width: 100%;
        height: 75px;
    }

    .advantage .joke .content .title {
        margin-bottom: 48px;
    }
    .advantage .joke .content{
        margin: 50px 0 0 0;
        width: 100%;
    }
    .advantage .joke .content .text{
        width: 100%;

    }
    .advantage .joke .content .text p,.advantage .joke .content .text p span{
        font-size: 14px!important;
        line-height: 30px;
    }
    .cooperation_swiper .swiper-slide .list{
        padding: 0;
        height: auto;
    }
    .join {
        padding: 34px 0 0 0;
    }
    .join .joke, .join .info{
        width: 90%;
    }
    .join .joke{
        flex-direction: column-reverse;
    }
    .join .joke .img{
        width: 100%;
    }
    .join .joke .content{
        width: 100%;
        margin: 30px 0 0 0;
    }
    .join .joke .content .title h1{
        font-size: 28px;
    }
    .join .joke .content .title {
        margin-bottom: 19px;
    }
    .join .joke .content .text p{
        line-height: 30px;
    }
    .join .info{
        flex-wrap: wrap;
        margin: 56px auto 0;
    }
    .join .info .item{
        width: 45%;
        align-items: unset;
        margin: 0 0 30px 0;
    }
    .join .info .demand{
        left: 0;
    }
    .join .info .item .item-top span ,.join .info .demand{
        font-size: 12px;
        line-height: 24px;
    }
    .join .info .item .item-top span:nth-child(1) {
        width: 31px;
    }
    .join .info .demand br{
        display: none;
    }
    .store .store-img{
        margin: auto;
        width: 100%;
        height: 300px;
    }
    .store .store-img .swiper-slide .title{
        top: 5%;
        left: 5%;
    }
    .store .store-img .btn .button, .store .store-img .btn .button{
        width: 49px;
        height: 49px;
    }
    .store .store-img .swiper-slide .title h1{
        font-size: 28px;
    }
}

