.banner-swiper{
    position: relative;
}
.banner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.banner .main-bg{
    width: 100%;
    height: 720px;
    object-fit: cover;
    transition: all .3s;
}
.banner-info{

}
.banner-info .banner-btn{
    flex-wrap: wrap;
}
.banner-info .banner-btn .page-btn{
    margin-bottom: 20px;
}
.banner-info .img-text{
    width: 412px;
    margin-bottom: 20px;
    object-fit: contain;
    max-width: 100%;
}
.page-zh-name{
    font-weight: bold;
    font-size: 36px;
    color: #202229;
    line-height: 36px;
    text-align: center;
    position: relative;
    font-family: 'BodoniModa';
}
.page-desc{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    position: relative;
}


.text-source{
    background: #46169B;
    /*display: flex;*/
    /*align-items: center;*/
}
.text-source-left{
    padding: 40px 60px 40px calc(50vw - 700px);
}
.l-img .text-source-left{
    padding: 40px calc(50vw - 700px) 40px 60px;
}
.text-source-left .page-zh-name{
    text-align: left;
    line-height: 60px;
}
.text-source-left .text{
    color: #FFFFFF;
    line-height: 24px;
}
.text-source-right{
    aspect-ratio: unset;
    flex-shrink: 0;
}
.text-source-right video,.text-source-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-item{

}
.event-img{
    aspect-ratio: 460 / 612;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);

}
.event-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.events-item:hover .event-img{
    transform: scale(1.03);
    transform-origin: bottom;
}
.events-item .name{
    font-weight: bold;
    font-size: 20px;
    color: #202229;
    line-height: 24px;
    margin: 14px 0;
    height: 24px;
    font-family: 'BodoniModa';
}
.events-item .time{
    font-size: 14px;
    color: #202229;
    line-height: 24px;
    height: 24px;
    margin-bottom: 14px;
}
.events-item .desc{
    font-size: 14px;
    color: #202229;
    line-height: 24px;
    height: 72px;
}
.event-btn{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 297px;
    z-index: 1;
}
.exhi-btn{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.swiper-btn-pagination{
    display: flex;
    justify-content: center;
}
.swiper-btn-pagination .swiper-pagination-bullet{
    width: 50px;
    height: 3px;
    background-color: #EAEAEA;
}
.swiper-btn-pagination .swiper-pagination-bullet-active{
    background-color: #46169B;
}
.info-card{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.16);
    display: block;
}
.info-card-img{
    aspect-ratio: 450 / 270;
}
.info-card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}
.info-card-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 40px;
}
.info-card-info .name{
    font-weight: bold;
    font-size: 20px;
    color: #202229;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'BodoniModa';
}
.info-card-info .desc{
    font-size: 14px;
    color: #202229;
    line-height: 24px;
    margin-bottom: 20px;
}
.btn-bg-primary{
    background: var(--color-primary) !important;
}
.mb-40{
    margin-bottom: 40px;
}
.page-btn{
    padding: 10px 36px;
    background: #C30064;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    transition: all .3s;
    line-height: 22px;
    white-space: nowrap;
}
.page-btn .el-iconfont{
    font-size: 20px;
    margin-left: 10px;
}
.page-white-btn{
    color: #333333;
    background: #fff;
}
.page-black-btn{
    background: #333333;
}
.page-btn:hover{
    background: #fff;
    color: #C30064;
}
.page-btn:hover .el-iconfont{
    color: #C30064;
}
.page-btn.btn-bg-primary:hover{
    background: #C30064 !important;
    color: #fff;
}
.page-btn.btn-bg-primary:hover .el-iconfont{
    color: #fff;
}
.explore-btn{
    display: flex;
    justify-content: center;
}
.event-line{
    display: flex;
    justify-content: center;
}
.event-line .page-zh-name{
    text-align: left;
}
.limit{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.limit2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.limit3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}




.areas-item{
    display: block;
    aspect-ratio: 690 / 388;
    position: relative;
}
.areas-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.areas-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.areas-info{
    padding: 24px 20px 14px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-primary);
    width: 100%;
}
.areas-info .name{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;

    margin-bottom: 10px;
}
.areas-info .name .limit{
    flex: 1;
    margin-right: 20px;
}
.areas-info .name .el-iconfont{
    font-size: 20px;
    color: #fff;
    transition: all .3s;
}
.areas-info .desc{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    height: 0;
    transition: all .3s;
}
.areas-item:hover .areas-info .desc{
    height: 72px;
    margin-bottom: 10px;
}
.areas-item:hover .name .el-iconfont{
    transform: rotate(180deg);
}









.exhi-line{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.exhi-swiper{
    width: calc(100vw + 160px);
    margin-left: -80px;
    margin-top: 80px;
    position: relative;
}
.exhi-item{
    aspect-ratio: 400 / 532;
    position: relative;
    overflow: hidden;
}
.exhi-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.exhi-info{
    position: absolute;
    transition: all .3s;
    bottom: 0;
    left: 0;
    height: 64px;
    padding: 12px 20px;
    display: flex;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    align-items: center;
    width: 100%;
}
.exhi-info .exhi-logo{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: contain;
    margin-right: 10px;
}
.exhi-info .name{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}
.exhi-info .num{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 24px;
    display: none;
    margin-top: 12px;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
}
.exhi-info .num img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.exhi-info .page-btn{
    display: none;
    padding: 8px 16px;
}
.exhi-info .page-btn .el-iconfont{
    margin-left: 0;
}
.exhi-item:hover .exhi-info{
    height: 100%;
    padding-top: 0;
    justify-content: center;
    flex-direction: column;
    background: rgba(70, 22, 155, 0.7);
}
.exhi-item:hover .exhi-info .name{
    text-align: center;
}
.exhi-item:hover .exhi-logo{
    margin-right: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
    border: none;
    background: #fff;
}
.exhi-item:hover .num,.exhi-item:hover .page-btn{
    display: block;
}
.swiper-btn-p,.swiper-btn-n{
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #202229;
    transition: all .3s;
    pointer-events: all;
    flex-shrink: 0;
}

.swiper-btn-p:hover,.swiper-btn-n:hover{
    background: var(--color-primary);
    color: #fff;
}
.swiper-button-disabled{
    opacity: .2;
    pointer-events: none;
}
.exhi-swiper-btn{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    pointer-events: none;
    margin-left: 10px;
}
.dts-line{
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.dts-line-left{
    padding-top: 30px;
}
.dts-line-left .logo{
    height: 120px;
    object-fit: contain;
}
.col-org{
    color: #F26417;
}
.dot-line{
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    display: flex;
    align-items: center;
}
.dot-line:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F26417;
    margin-right: 6px;
    flex-shrink: 0;
}
.dts-line-right{
    aspect-ratio: 740 / 467;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.dts-line-right img{
    object-fit: contain;
}
.dts-line .page-zh-name{
    text-align: left;
}
.dts-btn{
    display: flex;
    flex-wrap: wrap;
}
.dts-btn .page-btn{
    padding: 8px 20px;
    margin-right: 24px;
    margin-bottom: 10px;
    position: relative;
}
.dts-btn .page-btn .b-t div:nth-child(1){
    font-size: 14px;
}
.dts-btn .page-btn .b-t div:nth-child(2){
    font-size: 20px;
}
.dts-btn .page-btn .icon-img{
    margin-left: 14px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.dts-btn .page-btn .btn-hide-img{
    position: absolute;
    padding: 20px 10px;
    background: #fff;
    width: 100%;
    left: 0;
    bottom: 58px;
    display: none;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
}
.dts-btn .page-btn:hover .btn-hide-img{
    display: block;
}
.dts-btn .page-btn .btn-hide-img div{
    font-weight: bold;
    font-size: 14px;
    color: #202229;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}
.dts-btn .page-btn .btn-hide-img img{
    width: 100%;
    object-fit: contain;
}
.explore-line .swiper{
    margin-top: 70px;
    overflow: visible;
}

.limit5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.msh-part1-left .btns{
    display: flex;
    margin-top: 34px;
}
.msh-part1-left .btns a{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    line-height: 26px;
    border-bottom: 1px solid #B2B4BC;
    transition: all .3s;
    background: #000;
    padding: 6px 20px;
}
.msh-part1-left .btns a:last-child{
    margin-left: 47px;
}
.msh-part1-left .btns a i{
    font-size: 16px;
    margin-left: 6px;
}
.msh-part1-left .btns a:hover{
    border-color: #0E172D;
}
.msh-part1-left .l{
    max-width: 75%;
    height: 1px;
    background: #fff;
    margin: 35px 0;
}
.msh-part1-left .num{
    width: 100%;
    display: flex;
}
.msh-part1-left .num .num-item{
    width: 33%;
    font-weight: 300;
    position: relative;
}
.msh-part1-left .num .num-item .t1{
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}
.msh-part1-left .num .num-item .t1 span{
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    position: absolute;
    top: -22px;
}
.msh-part1-left .num .num-item .t2{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}


@media (max-width: 1600px){

}

@media (max-width: 1360px){

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px){

}
@media (max-width: 992px){



}
@media (max-width: 768px){

    .msh-part1-left .num .num-item{
        text-align: center;
        width: 34%;
    }
    .msh-part1-left .num .num-item .t1{
        font-size: 12px;
        line-height: 16px;
    }
    .msh-part1-left .num .num-item .t1 span{
        font-size: 21px;
        line-height: 29px;
        position: relative;
        left: 0;
        top: -5px;
    }
    .msh-part1-left .num .num-item .t2{
        font-size: 12px;
    }
    .exhi-swiper{
        width: calc(100vw - 40px);
        margin: 80px 0 0;
        overflow: hidden;
    }
}
@media (max-width: 500px){

    .text-source{
        padding: 0px 30px 40px;
    }

}
@media (min-width: 1920px){

}
@media (max-width: 1500px){
    .text-source-left{
        padding: 40px !important;
    }
}
@media (max-width: 500px){
    .text-source-left{
        padding: 10px 0 !important;
    }
}

