.main-page {
    position: relative;
    /* overflow: hidden; */
}

.common-title {
    width: 100%;
    height: 136px;
    display: block;
}

.common-more {
    display: block;
    width: 86px;
    text-align: center;
    height: 29px;
    line-height: 29px;
    border-radius: 2px;
    border: 1px solid #C60000;
    ;
    font-size: 16px;
    color: #C60000;
}

.bg-1 {
    top: -452px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.bg-2 {
    top: 600px;
    height: 950px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.bg-3 {
    top: 1884px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.box-zyjs .bg {
    margin-top: 40px;
    width: 100%;
    height: 430px;
    /* background: url("../images/bg-zyjs.png") no-repeat;
    background-size: 100% 100%; */
    background: linear-gradient(90deg, rgba(255, 235, 206, 0.00) 5.8%, #FFEDD5 99.98%);
    overflow: hidden;
    align-items: center;
}

.box-zyjs .swiper-container {
    overflow: hidden;
}

.box-zyjs .bg .left {
    width: 600px;
    float: left;
}

.box-zyjs .bg .left img {
    width: 600px;
    height: 390px;
}

.box-zyjs .bg .right {
    float: left;
    width: 576px;
    margin-left: 24px;
    padding: 20px 0;
}

.box-zyjs .bg .right li {
    margin: 20px 0;
    overflow: hidden;
    height: auto;
}

.box-zyjs .bg .right li:nth-child(1) {
    margin-bottom: 6px;
    height: 40px;
}

.box-zyjs .bg .right li:nth-child(2) {
    height: 40px;
    margin-bottom: 6px;
}

.box-zyjs .bg .right li .title {
    height: auto;
    line-height: 1.4;
    width: 560px;
    float: left;
}

.box-zyjs .bg .right li .title .text {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #333333;
    line-height: 1.4;
    vertical-align: middle;
    font-weight: 500;
}

.box-zyjs .bg .right li:nth-child(1) .title .text p,
.box-zyjs .bg .right li:nth-child(2) .title .text p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 25px;
}

.box-zyjs .bg .right li:nth-child(n+3) .title .text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: 1.4;
    max-height: 50px;
    min-height: 40px; */
}

.box-zyjs .bg .right li:hover .title .text {
    font-size: 20px;
    color: #C60000;
    line-height: 1.4;
    font-weight: bold;
}

.box-zyjs .bg .right li:nth-child(1):hover .title .text p,
.box-zyjs .bg .right li:nth-child(2):hover .title .text p {
    max-height: 28px;
}

.box-zyjs .bg .right li:nth-child(n+3):hover .title .text p {
    max-height: 56px;
    min-height: 46px;
}

.box-zyjs .bg .right li:hover .title .text {
    font-size: 20px;
    color: #C60000;
    line-height: 23px;
    font-weight: bold;
}

/* 修改####################3 */
.box-zyjs .list {
    margin-top: 43px;
    overflow: hidden;
}

.box-zyjs .list li {
    width: 380px;
    height: 228px;
    margin-right: 30px;
    float: left;
}

.box-zyjs .list li:nth-child(3) {
    margin-right: 0;
}

.box-zyjs .list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.box-zyjs .swiper-container {
    width: 600px;
    height: 390px;
    margin: auto;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-zyjs .bg .left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.box-zyjs .swiper-wrapper {
    display: flex;
    align-items: center;
}

.box-zyjs .swiper-slide {
    display: flex;
    flex-direction: column;
}

.box-zyjs .swiper-slide img {
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
}

/* .box-zyjs .swiper-slide img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  } */
.box-zyjs .title-box {
    margin-top: 0;
    padding: 10px 0 0 0;
}

.box-zyjs .title {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.box-zyjs .title-box a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    width: 500px;
    margin-left: 15px;
}

.box-zyjs .title-box {
    width: 600px;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, #CE2223 0%, #D95B39 100%);
    border-radius: 0px 0px 0px 0px;
}

.box-zyjs .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 85%;
    width: fit-content;
    float: right;
}

.box-zyjs .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.box-zyjs .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
}

.box-qwjd {
    margin-top: 100px;
}

.box-qwjd .swiper-container {
    /* height: 583px; */
    width: 1200px;
    margin-top: 50px;
    overflow: hidden !important;
}

.box-qwjd .swiper-container .swiper-wrapper .swiper-slide {
    width: 480px;
    height: 720px;
}

.box-qwjd .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    /* border-radius: 12px; */
    transform: scale(1);
}

/* 中间大、两侧小核心样式 */
.swiper-slide-active img {
    /* transform: scale(1) !important; */
    width: 480px;
    height: 720px;
}

.box-qwjd .swiper-container .swiper-wrapper .swiper-slide-prev img {
    width: 352px;
    height: 517px;
    margin-top: 68.5px;
    float: right;
}

.box-qwjd .swiper-container .swiper-wrapper .swiper-slide-next img {
    width: 352px;
    height: 517px;
    margin-top: 68.5px;
}

.hnxd-page {
    border: 2px solid #EFBB6C;
    margin-top: 20px;
}

.box-hnxd {
    margin-top: 100px;
    height: 600px;
}

.box-zmdx .diamond-icon {
    /* 1. 先定义正方形的大小（宽高相等） */
    width: 10px;
    /* 菱形的“对角线”基础长度，可调整 */
    height: 10px;
    /* 和宽度保持一致 */
    background-color: #F64510;
    ;
    /* 菱形填充色，可改 */
    /* 2. 旋转45°得到菱形 */
    transform: rotate(45deg);
    /* 可选：添加边框/圆角（圆角会让菱形边角更圆润） */
    border: 1px solid #F64510;
    border-radius: 2px;
    margin-left: 10px;
}

.hnxd-list-container {
    margin-top: 80px;
}

.box-hnxd .bg {
    display: flex;
    width:1200px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 0 0 0 25px;
    /* overflow: hidden; */
    background: linear-gradient(97deg, #FFEACD 8.06%, rgba(255, 235, 206, 0.00) 100%);
}
.hnxd-list-container{margin-left: -25px;}
.box-hnxd .bg .left {
    position: relative;
    float: left;
    width: 600px;
    height: 390px;
    padding: 24px;
    margin-top: -50px;
    background: linear-gradient(3deg, #C60000 -38.84%, #F55 126.2%);
}

.box-hnxd .bg .left .left-item {
    border-left: 2px solid #fff;
    padding-left: 16px;
    margin: 25px 15px;
    width: 528px;
    height: 72px;
    /* line-height: 34px; */
}


.box-hnxd .bg .left .title a {
    display: flex;
    width: 468px;
    height: 26px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    margin-bottom: 5px;
}

.box-hnxd .bg .left .detail {
    width: 468px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-height: 48px; */
    /* min-height: 48px; */

}

.solidLine {
    width: 541px;
    height: 0px;
    border: 2px dashed #FFDCA8;
    margin: 11px 0 11px 0;
}

.box-hnxd .bg .left .moreBox {
    height: 100px;
}

.box-hnxd .bg .left .moreBox .common-more {
    margin-top: 16px;
    margin-left: 450px;
    color: #fff;
    border: 1px solid #fff;
}

.box-hnxd .bg .right {
    /* margin-left: -10px; */
    width: 570px;
    position: relative;
    top: -24px;
    overflow: visible;
}

.box-hnxd .bg .right .swiper-container {
    width: 600px;
    height: 390px;
    position: relative;
    z-index: 2;
    margin-top: -2.5px;
    overflow: hidden;
}

.box-hnxd .bg .right .hnxd-bg {
    position: absolute;
    bottom: 40px;
    right: -30px;
    width: 499px;
    height: 129px;
    background: url("../images/bg-hnxd-jtbs.png") no-repeat;
    background-size: contain;
    z-index: 1;
}

.box-hnxd .bg .right .swiper-container img {
    width: 100%;
    height: 100%;
}

.box-hnxd .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 14px;
    left: 85%;
    width: fit-content;
    float: right;
}

.box-hnxd .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.box-hnxd .swiper-pagination-bullet-active {
    width: 16px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
}

.box-hnxd .bg .right .swiper-container .swiper-slide {
    position: relative;
    height: 100%;
}

.box-hnxd .bg .right .swiper-container .title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: linear-gradient(350deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    padding: 10px 0;
    margin: 0;
    box-sizing: border-box;
}

.box-hnxd .bg .right .swiper-container .title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    width: 78%;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 2.4;
}

/* ####################################### */
.box-hnxd ul,
.box-zmdx ul {
    margin-top: 24px;
    overflow: hidden;

}

.box-hnxd ul li {
    float: left;
    width: 585px;
    height: 68px;
    border: 1px solid #EFBB6C;
    margin-right: 30px;
    margin-top: 16px;
    background: rgba(239, 187, 108, 0.11);
    border-radius: 0px 0px 0px 0px;
    border-left: 4px solid #EFBB6C;
}

.box-zmdx ul li {
    float: left;
    width: 585px;
    height: 68px;
    border-bottom: 1px dotted #EFBB6C;
    /* margin-right: 30px; */
    margin-top: 16px;
    /* background: rgba(239, 187, 108, 0.11); */
    border-radius: 0px 0px 0px 0px;
    /* border-left: 4px solid #EFBB6C; */
    ;
}



.box-hnxd ul li:nth-child(2n),
.box-zmdx ul li:nth-child(2n) {
    margin-right: 0;
}

/* .box-hnxd ul li:hover {
    background: #C60000;
    border: 1px solid #C60000;
    border-left: 4px solid #EFBB6C;
} */
.box-hnxd ul li a,
.box-zmdx ul li a {
    color: #333333;
    display: block;
    padding: 0 22px 0 20px;
    line-height: 68px;
    overflow: hidden;
}

.box-hnxd ul li a .title,
.box-zmdx ul li a .title {
    width: 550px;
    font-weight: bold;
    font-size: 20px;
    float: left;
    font-family: Source Han Sans CN, Source Han Sans CN;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.box-zmdx ul li a .title div {
    margin-left: 10px;
}

.box-hnxd ul li:hover a {
    color: #fff;
}

.box-hnxd .common-more,
.box-zmdx .common-more {
    margin: 38px auto;
}

.box-hnxd .hnxd-controls {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

.box-hnxd .hnxd-btn {
    width: 120px;
    height: 42px;
    background-color: #F5AEA4;
    color: white;
    cursor: pointer;
    text-align: center;
    border-radius: 6px 6px 6px 6px;
}

.box-hnxd .hnxd-btn.active {
    background-color: #E41E02;
    color: white;
}

.box-hnxd .hnxd-btn p {
    display: block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

.box-hnxd .hnxd-btn-prev {
    margin-right: 36px;
}

.box-tbch {
    max-width: 1200px;
    width: 100%;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.box-tbch img.title {
    display: block;
    margin: 0 auto 40px;
    max-width: 100%;
    height: 60px;
    object-fit: contain;
}

.tbch-controls {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 60px;
}

.tbch-btn {
    width: 174px;
    height: 42px;
    background-color: #F5AEA4;
    color: white;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    margin: 0 18px;
    transition: all 0.3s ease;
}

.tbch-btn.active {
    background-color: #E41E02;
}

.tbch-btn p {
    display: block;
    width: 174px;
    height: 42px;
    line-height: 42px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

.tbch-list-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.tbch-img-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.tbch-img {
    position: absolute;
    width: 864px;
    height: 502px;
    /* border-radius: 8px; */
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    /* object-fit: cover; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.tbch-img.active {
    bottom: 0;
    left: 0;
    z-index: 3;
    border: 0px solid transparent;
    background-image: url("../images/borderBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* box-sizing: border-box; */
    pointer-events: auto;
    cursor: pointer;
    transform: translate(0%, -40%) scale(1);
}

.tbch-img.inactive {
    opacity: 0.7;
    z-index: 2;
    border: none;
    background: none;
    pointer-events: auto;
    cursor: default;
    transform: translate(-50%, -50%) scale(1);
}

.tbch-img-1.inactive {
    transform: translate(calc(-50% + 186px), calc(-50% - 58px)) scale(1);
    opacity: 0.6;
}

.tbch-img-2.inactive {
    transform: translate(calc(-50% + 186px), calc(-50% - 58px)) scale(1);
    opacity: 0.6;
}

.box-zlk {
    margin-top: 100px;
}

.box-zmdx {
    margin-top: 62px;
}

.box-zlk ul {
    display: flex;
    margin-top: 50px;
}

.box-zlk ul img {
    width: 390px;
    height: 200px;
    border-radius: 6px 6px 6px 6px;
    margin-right: 15px;
}

.box-zlk ul li:nth-child(3) img {
    margin-right: 0px;
}

.common-footer {
    margin-top: 100px;
    /* xiugai */
}

@media (max-width: 768px) {
    .main-page {
        margin-top: -12vw;
        height: 345vh;
        overflow: hidden;
    }

    .main-container {
        margin-top: 8vw !important;
    }

    .bg-1 {
        top: -24.2vw;
        height: auto;
    }

    .bg-2 {
        top: 127.2vw;
        height: 62.78vw;
    }

    .bg-3 {
        top: 237.3vw;
        height: 79.43vw;
    }

    .common-footer {
        margin-top: 0.33vw;
    }

    .box-hnxd .common-more {
        margin: 9.33vw auto 0;
    }
}
