.main {
    width: 100%;
    height: 100%;
    background-image: url(http://jx.news.cn/szzy/pc/beijing.jpg);
    background-size: 100% 100%;
}


h3,
h2,
p {
    font-family: Source Han Serif CN;
    color: #8E5329;
}

.banner {
    width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .navbar {
    background: #8E5329;
    font-family: '楷体';
}

.banner .navbar .container {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
}

.banner .navbar .navbar-item a {
    padding: 0 30px;
    display: block;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}

.banner .navbar .active {
    background-color: #792300;
}

.swiper-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 43px;
    height: 50px;
    background-color: #792300;
}

.action-one {
    width: 100%;
    padding: 50px 0;
    padding-bottom: 50px;
}

.action-one .swiper-info h3 {
    color: white;
}

.action-one .left{
    
    width: 620px;
    flex-shrink: 0;
}
.action-one .left-info {
    width: 620px;
    background-image: url(http://jx.news.cn/szzy/pc/xw-bg.png);
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.action-one .left h3 {
    color: #8E5329;
    font-size: 18px;
    line-height: 30px;
}

.action-one .left p {
    color: #8E5329;
    font-size: 13px;
    margin-top: 6px;
}

.action-one .left .left-item {
    display: flex;
    justify-content: flex-start;
    gap: 6px;
}

.action-one .left .left-item-txt {
    border-top: 1px dashed #8E5329;
    padding: 25px 0;
}

.action-one .left .left-item .yun {
    width: 36px;
    height: 21px;
    margin-top: 30px;

}

.action-one .left .left-item:first-child .yun {
    margin-top: 3px;
}

.action-one .left .left-item:first-child .left-item-txt {
    border-top: none;
    padding-top: 0;
}

.action-one .swiper {
    overflow: hidden;
}

.action-one .right {
    flex: 1;
    height: 350px;
    margin-top: -60px;
}

.action-one .more {
    justify-content: flex-end;
    margin-top: 20px;
}

.action-one .swiper-button-next,
.action-one .swiper-button-prev {
    bottom: 37px !important;
    top: auto !important;
    width: 14px !important;
    height: 30px !important;
}

.action-one .swiper-button-next {
    margin-right: 15px;
}

 .swiper-button-prev {
    margin-left: 15px;
}


.swiper-button-prev img,
 .swiper-button-next img {
    width: 14px;
    height: 23px;
    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 {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.action-two .item-list .item {
    flex: 1;
}

.action-two .item-list .item img {
    height: 330px;
    object-fit: cover;
}

.action-two .item-list .item-info {
    background-image: url(http://jx.news.cn/szzy/pc/two-bg.png);
    background-size: 100% 100%;
    padding: 20px;
}

.action-two .item-list .item-info h3 {
    font-size: 18px;
    height: 80px;
    color: white;
}

.action-two .item-list .item-info p {
    font-size: 18px;
    margin-top: 20px;
    height: 50px;
    color: white;
}

/* 区域3 */
.action-three {
    width: 100%;
}

.action-three .action-title {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 110px;
}


.action-three .item-list {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    gap: 24px;
}

.action-three .item-list .item-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url(http://jx.news.cn/szzy/pc/three-bg.png);
    background-size: 100% 100%;
    height: 487px;
    width: 137px;
    cursor: pointer;
}

.action-three .item-list .item {
    display: flex;
    justify-content: flex-start;
}

.action-three .item-list .item-info .title {
    width: 82px;
    height: 82px;
    color: white;
    font-size: 36px;
    font-family: "楷体";
    background: #702420;
    margin-top: -30px;
}

.action-three .item-list .item-info h3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #702420;
    font-size: 24px;
    font-family: '楷体';
    height: 200px;
    margin: 40px 0 50px 0;
}

.action-three .item-list .item-info img {
    width: 26px;
    height: auto;
}

.action-three .item-list .item-desc {
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: width 0.5s ease, opacity 0.5s 0.2s ease;
    height: 480px;
}

.action-three .item-list .item-desc p {
    font-size: 16px;
    margin: 10px 0 20px;
}

.action-three .item-list .item-desc .img {
    height: 276px;
    object-fit: cover;
}

.action-three .item-list .item-desc .more {
    justify-content: flex-start;
    margin-top: 30px;
}

.action-three .item-list .active .item-desc {
    width: 400px;
    margin-left: 20px;
    opacity: 1;
}

/* ////////// */

.action-four {
    width: 100%;
}

.action-four .action-title {
    margin: 90px 0 80px;
}

.action-four .video-list {
    background-image: url(http://jx.news.cn/szzy/pc/four-bg.png);
    background-size: 100% 100%;
    height: 760px;
}

.action-four .swiper {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 820px;
}

.action-four .swiper-slide {
    padding: 65px 50px;
}

.action-four .swiper-info {
    background-color: initial;
    background-image: url(http://jx.news.cn/szzy/pc/four-txt-bg.png);
    background-size: 100% 100%;
    padding: 40px 80px 40px 80px;
    height: auto;
}

.action-four .swiper-info h3 {
    font-size: 24px;
}

.action-four .swiper-info p {
    font-size: 18px;
    margin-top: 12px;
    line-height: 30px;
}

.action-four .more {
    margin-top: 100px;
}

.action-four .video-wrapper {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.action-four .video-wrapper img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.action-four .video-wrapper .big-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #38100080;
    border-radius: 50%;
    border: none;
    font-size: 30px;
    color: #CFB394;
    cursor: pointer;
    padding-left: 10px;
    transition: all 0.3s;
    z-index: 10;
}

.action-four .video-wrapper .big-play-btn:hover {
    background: #38100060;
    transform: translate(-50%, -50%) scale(1.1);
}

.action-four .video-wrapper.playing .big-play-btn {
    opacity: 0;
    visibility: hidden;
}

/* 区域5 */
.action-five {
    width: 100%;
}

.action-five .action-title {
    margin-top: 100px;
    margin-bottom: 70px;
}

.action-five .action-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.action-five .action-content {
    width: calc(33.3% - 20px);
    margin-bottom: 20px;
    background-image: url(http://jx.news.cn/szzy/pc/five-bg.png);
    background-size: 100% 100%;
    height: 330px;
    padding: 20px 10px;
}

.action-five .action-content:nth-child(2n) {
    background-image: url(http://jx.news.cn/szzy/pc/five-bg2.png);
}

.action-five .action-content img {
    z-index: 2;
    position: relative;
    width: 90%;
    margin-left: 5%;
    height: 185px;
    object-fit: cover;
}

.action-five .info-view {
    position: relative;
    z-index: 3;
    padding: 15px 20px;
    line-height: 25px;
}

.action-five .info-view h3,
.action-five .info-view p {
    color: white;
}

.action-five .info-view p {
    font-size: 18px;
    margin-top: 10px;
}

.footer {
    background-image: url(http://jx.news.cn/szzy/pc/foot-bg.png);
    background-size: 100% 100%;
    padding: 50px 20px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin-top: 70px;
}

.footer p {

    color: white;
}

.line {
    width: 55px;
    height: 2px;
    background-color: white;
    margin: 15px 0;
}


.more {
    color: #1050DD;
    font-size: 15px;
    gap: 5px;
    cursor: pointer;
    margin-top: 50px;
}

.more img {
    width: 167px;
    height: 42px;
}



/* 区域2 */
.action-four2 {
    margin: 0 auto;
    width: 100%;
    margin: 80px auto;
    margin-top: 100px;
}

.action-four2 .action-title {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 70px;
}

.action-four2 .item-list {
    background-image: url(http://jx.news.cn/szzy/pc/four-bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.action-four2 .sb-swiper {
    margin: 40px 50px;
    overflow: hidden;
}

.action-four2 .swiper {
    width: 910px;
    height: 600px;
    margin: 0 auto;
}

.action-four2 .swiper-slide img {
    height: 550px;
}

.action-four2 .swiper-slide h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    opacity: 0;
}
.action-four2 .swiper-button-next{
    margin-right: 20px;
}
.action-four2 .swiper-button-prev img, .action-four2 .swiper-button-next img{
    width: 40px;
    height: 40px;
  }
  

.action-four2 .swiper-slide-active h3 {
    opacity: 1;
}