*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.m1400{
    width:1400px;
    margin: 0 auto;
}
.top{
    height: 134px;
}
.logo{
    width:100%;
    height:74px;
    background: url(header-bg-Dx1MHGzR.png) no-repeat;
    background-size: 100% 100%;
}
.logo a{
    width:160px;
    height:26px;
    display:table;
}
.logo a img{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.nav{
    height:60px;
    position: relative;
    z-index: 999;
    background: #4e99f8;
}
.nav ul li a{
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
        width: 98px;
    padding: 0 20px;
}
.nav ul li{
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    display: inline-block;
    position: relative;
}
.active{
        font-weight: 500;
    background: linear-gradient(180deg, #408cff, #0067ff);
}
.nav ul li.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: #c83f91;
}


body{
    background: url(home-bg2-xLrwxty8.png) no-repeat;
    background-size: 100% 120%;
    height:1500px;
}

.center{
        width: 1400px;
    padding-top: 473px;
    margin: 0 auto;
    background: url(banner-bg-DFMZRb-1.png) no-repeat left 103px;
    background-size: 773px 757px;
}

 
 .banner-content{
    padding: 40px;
    background: #fff;
}
.flex-row-between {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.banner-right{
    box-sizing: border-box;
    width: 550px;
    height: 426px;
    background: linear-gradient(171deg, #13a4fc, #026bf7 52%, #2858ff 68%, #fff);
    border: 1px solid rgba(92, 239, 254, .48);
    box-shadow: inset 3px 1px 22px #ffffff80;
}
.banner-right .banner-right-title{
    position: relative;
    padding: 17px 18px 5px;
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    text-align: center;
}
.banner-right .banner-right-title span a{

    color: #fff;

}
.date-act-list{
    padding: 15px 0;
    margin-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .4);
    max-height: 300px;

    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    overflow: overlay;

}

.date-act-list::-webkit-scrollbar {
    width: .375rem;
    height: 1rem;
    flex-shrink: 0;
}
.date-act-list::-webkit-scrollbar-track {
    border-radius: .5rem;
    background: #fff; 
}
.date-act-list::-webkit-scrollbar-thumb {
    border-radius: .5rem;
    background-color: #ccc;  
}
.date-act-list::-webkit-scrollbar-thumb:hover {
    background-color: #ccc; /* 滚动条滑块hover颜色 */
}





.date-act-list ul{
    padding: 0 18px;
}
.date-act-list ul li{
    padding: 10px 8px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
    background: #fff;
    border-radius: 6px
}
.date-act-list ul li a{
    color: #333;
    
}



.swiper-container {
        width: 740px;
        height: 426px;
        margin: 20px auto;
    }
.swiper-slide img  {
    width:100%;
    height:100%;
}
.swiper-pagination-bullet{
    background-color: #fff !important;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0;
    opacity: .48;
    outline: none;
    padding: 0;
    transition: var(--el-transition-duration);
    width:12px !important;
    height:12px !important;
}
.swiper-pagination-bullet-active{
    width:26px !important;
    height:12px !important;
    border-radius:30px !important;
}
.swiper-slide:after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 126px;
    content: "";
    background: linear-gradient(180deg, #0000, #000000b8 52%, #000000ba);
}
.banner-title{
     position: absolute;
    bottom: 52px;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    padding: 0 45px;
    font-size: 28px;
    line-height: 40px;
    color: #fff
}