.main {
    width: 100%;
    height: 100%;
    background-image: url(http://jx.news.cn//lfh/pc/bg.jpg);
    background-size: 100% 100%;
}

h3,
h2,
p {
    font-family: Source Han Serif CN;
    color: white;
}

.banner {
    width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text {
    width: 100%;
    background-image: url(http://jx.news.cn//lfh/pc/beijing.png);
    background-size: 100% 100%;
    padding: 30px 0;
}

.banner-text img {
    width: 115px;
    margin-right: 30px;
}

.banner-text h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.banner-text p {
    font-size: 16px;
    line-height: 30px;
}


.swiper-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 43px;
    height: auto;
    line-height: 30px;
    background-image: url(http://jx.news.cn//lfh/pc/stbg.png);
    background-size: 100% 100%;
}

.action-one {
    width: 100%;
    padding: 50px 0;
    padding-bottom: 50px;
}
.action-one-swiper{
    max-height: 480px;
}
.action-one .left {
    width: 380px;
    margin-right: 20px;
    background-color: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(220, 239, 254, 0.32));
    box-shadow: 0px 4px 21px 0px rgba(29, 98, 178, 0.28);
    border-radius: 10px;
    padding: 20px 30px 10px 20px;
}

.action-one .left h3 {
    color: #013ED4;
    font-size: 20px;
    line-height: 30px;
}

.action-one .left p {
    color: #555555;
    font-size: 16px;
    margin-top: 6px;
}

.action-one .left .left-item {
    border-top: 1px dashed #013ED4;
    padding: 20px 0;
}

.action-one .left .left-item:first-child {
    border-top: none;
    padding-top: 0;
}

.action-one .swiper {
    border-radius: 10px;
    overflow: hidden;
}

.action-one .right {
    width: 800px;
}

.swiper-button-prev img {
    margin-left: 10px;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 20px;
    height: 35px;
    margin-top: 30px;
}

/* 区域2 */
.action-two {
    margin: 0 auto;
    width: 100%;
    margin: 80px auto;
}

.action-two .action-title {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 70px;
}

.action-two .item-list {
    background-image: url(http://jx.news.cn//lfh/pc/swiper-bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.action-two .sb-swiper {
    margin: 40px 50px;
    overflow: hidden;
}

.action-two .swiper {
    width: 910px;
    height: 600px;
    margin: 0 auto;
}

.action-two .swiper-slide img {
    height: 550px;
}

.action-two .swiper-slide h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    opacity: 0;
}

.action-two .swiper-slide-active h3 {
    opacity: 1;
}


/* 区域3 */
.action-three {
    width: 100%;
}

.action-three .action-title {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 70px;
}


.action-three .item-list {
    margin: 0 auto;
    gap: 30px;
}

.action-two .more,
.action-three .more {
    position: absolute;
    right: 0;
    top: 65px;
}

.action-three .item {
    background: #FFFFFF;
    padding: 15px;
    flex: 1;
}

.action-three .item img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.action-three .item .item-info {
    position: relative;
    z-index: 2;
    margin: 20px;
    height: 160px;
    background-image: url(http://jx.news.cn//lfh/pc/textbg.png);
    background-size: 100% 100%;
    padding: 10px 20px;
    margin-bottom: 0;
    margin-top: -40px;
    padding-top: 50px;
}

.action-three .item .item-info h3 {
    margin-bottom: 10px;
    font-size: 22px
}

.action-three .item .item-info p {
    font-size: 16px;
    line-height: 22px;
}

/* 区域4 */
.action-four {
    width: 100%;
}

.action-four .action-title {
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 70px;
    margin-left: 10%;
}

.action-four .action-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.action-four .action-content {
    width: calc(33.3% - 20px);
    margin-bottom: 20px;
}

.action-four .action-content img {
    z-index: 2;
    position: relative;
    height: 225px;
    object-fit: cover;
}

.action-four .info-view {
    position: relative;
    z-index: 3;
    background: linear-gradient(0deg, #0F4FDC, #4B94FB);
    height: 105px;
    color: white;
    font-size: 20px;
    padding: 25px;
    line-height: 30px;
}

.action-four .more-img {
    margin-top: 50px;
}

.action-four .more-img img {
    width: 160px;
}


.footer {
    background: linear-gradient(0deg, #1252DD, #4992FA);
    padding: 50px 20px;
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 40px;
    margin-top: 70px;
}

.line {
    width: 55px;
    height: 2px;
    background-color: white;
    margin: 15px 0;
}


.more {
    color: #1050DD;
    font-size: 15px;
    gap: 5px;
    justify-content: flex-end;
    cursor: pointer;
}

.more img {
    width: 14px;
    height: 14px;
}