.home-page{
    padding-top: 60px;
}

.home-page .home-section-1{
    position: relative;
}

.home-page .home-section-2{
    position: relative;
}

.home-page .home-section-3{
    position: relative;
}

.home-page .home-section-1 .swiper-button-prev::after,.home-page .home-section-1 .swiper-button-next::after {
    color: #fff;
}

.home-page .home-section-1 .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    opacity: 0.7;
    background: rgba(102,102,102,0.80);
    border-radius: 5px;
}

.home-page .home-section-1 .swiper-pagination-bullet-active{
    width: 20px;
    height: 8px;
    background: rgba(255,255,255,0.80);
}

.home-page .home-section-2 .item{
    width: 520px;
    height: 520px;
    border-radius: 20px;
}

.home-page .home-section-2 .swiper-button-prev{
    padding-right: 5px;
}

.home-page .home-section-2 .swiper-button-next {
    padding-left: 5px;
}


.home-page .home-section-2 .swiper-button-prev::after,.home-page .home-section-2 .swiper-button-next::after {
    color: #fff;
}

.home-page .home-section-2 .button{
    text-align: center;
}

.home-page .more-btn{
    background: #3f8ed0;
    border-radius: 30px;
    border: none;
}


.home-page .more-btn a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.home-page .home-section-3 .slide-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
}

.home-page .home-section-3 .slide-inner .content{
    position: absolute;
    bottom: 100px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.home-page .home-section-3 .slide-inner .content .title{
    margin-bottom: 20px;
    width: 100%;
}

.home-page .home-section-3 .slide-inner .content .title h2{
    font-weight: Medium;
    text-align: center;
    color: #ffffff;
    line-height: 58px;
}

.home-page .home-section-3 .slide-inner .content p{
    color: #ffffff;
    line-height: 27px;
    margin-bottom: 20px;
    font-weight: bold;
}

.home-page .home-section-3 .swiper-button-prev{
    padding-right: 5px;
}

.home-page .home-section-3 .swiper-button-next {
    padding-left: 5px;
}

.home-page .home-section-4 .section-content .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
}

.home-page .home-section-4 .section-content .item img{
    width: 100%;
    height: 160px;
}

.home-page .home-section-4 .item .exhibition-time{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.home-page .home-section-4 .item .exhibition-name{
    font-size: 16px;
    color: #3f8ed0;
    line-height: 25px;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
} 

.home-page .home-section-4 .item .exhibition-seat{
    font-size: 14px;
    color: #3f8ed0;
    line-height: 19px;
    margin-top: 25px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

.home-page .home-section-5 .section-content .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
    /* background: rgba(1,43,65,0.3); */
    background:rgba(1,43,65,0.6);
    border-radius: 20px;
    text-align: center;
    padding: 0 20px;
}

.home-page .home-section-6{
    width: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-page .home-section-6 .container{
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-page .home-section-6 .container .title h2{
    color: #ffffff;
    margin-bottom: 30px;
}

.home-page .home-section-6 .container .title .des{
    font-weight: bold;
}

.home-page .home-section-6 .container .section-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.home-page .home-section-6 .container .section-content .item .number{
    font-size: 42px;
    font-weight: bold;
}

.home-page .home-section-6 .container .section-content .item p{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}




@media (min-width:769px) { 
    .home-page .title{
        text-align: center;
        width: 70%;
        margin: auto;
        margin-bottom: 70px;
    }

    .home-page .title h2{
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        margin: 0;
    }

    .home-page .more-btn{
        width: 200px;
        height: 48px;
    }

    .home-page .home-section-1 .swiper-slide img {
        display: block;
        width: 100%;
        height: 830px;
        object-fit: cover;
    }

    .home-page .home-section-1 .swiper-button-next,.home-page .home-section-1 .swiper-button-prev{
        top: 75%;
        padding: 100px;
        --swiper-navigation-size: 30px;
    }

    .home-page .home-section-2{
        padding: 50px 60px;
    }

    .home-page .home-section-2 .swiper-slide{
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #f3f3f3;
        padding: 20px;
    }
    
    .home-page .home-section-2 .swiper-slide .image{
        border-radius: 20px;
        background: #fff;
        padding: 30px;
    }
    
    .home-page .home-section-2 .swiper-slide p{
        margin-top: 30px;
    }

    .home-page .home-section-2 .swiper-button-prev,.home-page .home-section-2 .swiper-button-next {
        width: 52px;
        height: 52px;
        top: 41%;
        --swiper-navigation-size: 25px;
        background: #000;
        opacity: 0.1;
        border-radius: 50%;
    }

    .home-page .home-section-3 .swiper-button-prev,.home-page .home-section-3 .swiper-button-next {
        width: 52px;
        height: 52px;
        top: 75%;
        --swiper-navigation-size: 25px;
        background: rgba(299,299,299,0.10);
        border-radius: 50%;
        color: #fff;
        margin: 0 300px;
    }

    .home-page .home-section-3 .swiper-slide {
        position: relative;
        height: 800px;
        text-align: center;
        font-size: 18px;
        background: #fff;
        overflow:hidden;
    }

    .home-page .home-section-4 .section-content{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .home-page .home-section-4 .item{
        width: 30%;
    }

    .home-page .home-section-5 .section-content{
        display: flex;
        justify-content: space-between;
    }

    .home-page .home-section-5 .section-content .item{
        width: 32%;
        position: relative;
        border-radius: 20px;
        height: 594px;
    }
    
    .home-page .home-section-5 .section-content img{
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
        height: 594px;
    }

    .home-page .home-section-5 .section-content .content .icon img{
        margin: 15px 0;
        width: 98px;
        height: 98px;
        object-fit: scale-down
    }
    
    .home-page .home-section-5 .section-content .content h3{
        font-size: 24px;
        font-weight: bold;
        margin-top: 40px;
    }
    
    .home-page .home-section-5 .section-content .content h4{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 30px;
        text-align: left;
    }
    
    .home-page .home-section-5 .section-content .content p{
        color: #fff;
        font-size: 16px;
        margin-top: 10px;
        text-align: left;
    }

    .home-page .home-section-6{
        width: 100%;
        height: 457px;
    }

    .home-page .home-section-6 .container .section-content{
        width: 60%;
    }
}

@media (max-width:769px) {
    .home-page .more-btn{
        width: 150px;
        height: 38px;
    }

    .home-page .title{
        text-align: center;
        width: 70%;
        margin: auto;
        margin-bottom: 20px;
    }

    .home-page .home-section-1 .swiper-button-next,.home-page .home-section-1 .swiper-button-prev{
        top: 65%;
        padding: 50px;
        --swiper-navigation-size: 20px;
    }

    .home-page .home-section-2 {
        padding: 40px 15px;
    }

    .home-page .home-section-2 .swiper-slide{
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #f3f3f3;
        padding: 5px;
    }
    
    .home-page .home-section-2 .swiper-slide .image{
        border-radius: 20px;
        padding: 5px;
        background: #fff;
    }
    
    .home-page .home-section-2 .swiper-slide p{
        margin-top: 20px;
    }

    .home-page .home-section-2 .swiper-button-prev,.home-page .home-section-2 .swiper-button-next {
        width: 42px;
        height: 42px;
        top: 41%;
        --swiper-navigation-size: 20px;
        background: #000;
        opacity: 0.1;
        border-radius: 50%;
    }

    .home-page .home-section-3 .slide-inner .content {
        bottom: 50px;
    }

    .home-page .home-section-3 .swiper-button-prev,.home-page .home-section-3 .swiper-button-next {
        width: 42px;
        height: 42px;
        top: 65%;
        --swiper-navigation-size: 20px;
        background: rgba(299,299,299,0.10);
        border-radius: 50%;
        color: #fff;
    }

    .home-page .home-section-3 .swiper-slide {
        position: relative;
        height: 400px;
        text-align: center;
        font-size: 18px;
        background: #fff;
        overflow:hidden;
    }

    .home-page .home-section-4 .item{
        margin: 30px 0;
    }

    .home-page .home-section-5 .section-content .item{
        position: relative;
        border-radius: 20px;
        width: 100%;
        height: 494px;
        margin: 30px 0;
    }
    
    .home-page .home-section-5 .section-content img{
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
        height: 494px;
    }

    .home-page .home-section-5 .section-content .content .icon img{
        margin: 20px 0;
        width: 68px;
        height: 68px;
        object-fit: scale-down
    }
    
    .home-page .home-section-5 .section-content .content h3{
        font-size: 24px;
        font-weight: bold;
    }
    
    .home-page .home-section-5 .section-content .content h4{
        font-size: 16px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .home-page .home-section-5 .section-content .content p{
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
    }

    .home-page .home-section-6 .container .section-content .number span{
        font-size: 20px;
    }

    .home-page .home-section-6 .container .section-content .item .number{
        font-size: 32px;
        font-weight: bold;
    }
    
    .home-page .home-section-6 .container .section-content .item .number span{
        font-size: 14px;
    }

    .home-page .home-section-6{
        width: 100%;
        height: 357px;
    }
    
    .home-page .home-section-6 .container .section-content .item p{
        font-size: 14px;
        color: #fff;
        font-weight: bold;
    }
}