.app-container-3-header,.app-container-4-header{
    display: none;
}
.container-2-body-right {
    position: relative;
}

.swiper2 {
    width: 552px;
    height: 328px;
    margin-bottom: 10px;
}

.swiper1 {
    width: 413px;
    height: 108px;
}
.swiper1 .swiper-slide {
    opacity: 0.4;
}
a {
    background-color: transparent !important;
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important; /* 在悬浮时去除下划线 */
}


.swiper1 .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper2 img,.swiper1 img,.swiper3 img  {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.body-bg{
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 1036px;
    top: 776px;
    z-index: -1;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url('/static/images/play.png') no-repeat;
    cursor: pointer;
}

/*头图*/
.container-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 48px;
}
.container-1-box {
    display: flex;
    gap: 19px;
}

.container-1 .more-btn {
    margin-top: 46px;
    width: 150px;
    height: 55px;
    text-align: center;
    font-family: SourceHanSansSC-bold;
    border: 1px solid rgba(19,67,165,1);
    font-weight: bold;
    font-size: 16px;
    line-height: 55px;
    background-color: rgba(18,72,160,1);
    color: white;
    cursor: pointer;

}
.container-1 .more-btn a {
    font-size: 16px;
    color: white;
}

.container-1-left-box {
    width: 577px;
    height: 390px;
    padding: 20px;
    background-color: rgba(249,249,249,1);
    border-radius: 10px 10px 10px 10px;
}

.container-1-right-box {
    width: 577px;
    height: 390px;
    padding: 20px;
    background-color: rgba(252,247,241,0.8);;
    border-radius: 10px 10px 10px 10px;
}

.container-1-left-box .box-title,.container-1-right-box .box-title {
    width: 465px;
    height: 111px;
    line-height: 50px;
    color: rgba(0,0,0,1);
    font-size: 36px;
    text-align: justify;
    font-weight: bold;
    display: flex;
    font-family: SourceHanSansSC-bold;
}
.container-1-left-box .label-bg {
    margin-left: 8px;
    margin-right: 12px;
    display: inline-block;
    width: 20px;
    height: 50px;
    background-color: rgba(29,63,134,1);

}
.container-1-right-box .label-bg {
    margin-left: 8px;
    margin-right: 12px;
    display: inline-block;
    width: 20px;
    height: 50px;
    background-color: rgba(148,58,58,1);


}


.container-1-left-box p,.container-1-right-box p {
    margin-top: 15px;
    font-size: 16px;
    text-align: justify;
    font-family: SourceHanSansSC-regular;
    line-height: 23px;
    text-indent: 2em;
}

.container-2 {
    margin-top: 40px;
    width: 100%;
    background-color: rgba(249,249,249,1);
    height: 864px;
    display: flex;
    justify-content: center;
    position: relative;
}
.news-data {
    margin-top: 26px;
    width: 1160px;
    min-width: 1150px;
    padding: 0 15px;
}
.news-data .news-split-line {
    margin-top: 12px;
    height: 1px;
    border-bottom: 3px solid rgba(33,70,151,1);
}
.news-title {
    height: 50px;
    line-height: 50px;
    color: rgba(0,0,0,1);
    font-size: 36px;
    text-align: justify;
    font-weight: bold;
    position: relative;
    padding-left: 35px;
}
.news-title:before {
    position: absolute;
    content: '';
    left: 0px;
    width: 20px;
    height: 50px;
    background-color: rgba(249,209,98,1);
}
.news-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 43px;
}
.news-list .news-list-item .news-img {
    height: 206px;
    width: 100%;
}

.news-list .news-list-item .date {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(159,160,157,1);
}

.news-list .news-list-item .title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: PingFangSC-regular;
    line-height: 28px;
    cursor: pointer;

}
.news-list .news-list-item-more {
    height: 206px;
    width: 100%;
    background-color: rgba(18,72,160,1) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: white;
    font-weight: bold;
}

.container-2 .left-mask {
    height: 480px;
    width: auto;
    position: relative;
    object-fit: cover;
    overflow-y: hidden;
    top: 120px;
    object-position: right;
    z-index: 0;
}
.container-2 .right-mask {
    height: 480px;
    width: auto;
    object-fit: cover;
    align-self: end;
    position: relative;
    bottom: 50px;
    overflow-y: hidden;
    object-position: left;
    z-index: 0;

}

.container-2 .float-box-1 {
    position: absolute;
    left: 0px;
    top: -107px;
    width: 139px;
    height: 214px;
    background-color: rgba(216,55,65,1);
    z-index: -1;

}
