.main-page {
    position: relative;
    /* overflow: hidden; */
}
.common-title {
    width: 100%;
    height: 136px;
    display: block;
}
.common-more {
    display: block;
    width: 90px;
    text-align: center;
    height: 29px;
    line-height: 27px;
    border-radius: 20px;
    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: 1505px;
    height: 750px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.bg-3 {
    top: 3058px;
    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%;
    overflow: hidden;
    align-items: center;
}
.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: 35px 0;
}
.box-zyjs .bg .right li {
    margin-bottom: 18px;
    overflow: hidden;
    height: auto;
}
.box-zyjs .bg .right li:nth-child(1) {
    margin-bottom: 6px;
    height: 40px;
}

.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 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 25px;
}
.box-zyjs .bg .right li:nth-child(n+2) .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+2):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;
    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: 16px;
    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: 460px;
    height: 583px;
  }
  
  .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;
  }
  
  .box-qwjd .swiper-container .swiper-wrapper .swiper-slide-prev img{
    width: 350px;
    height: 76.5%;
    margin-top: 68.5px;
    float: right;
  }
 .box-qwjd .swiper-container .swiper-wrapper .swiper-slide-next img{
    width: 350px;
    height: 76.5%;
    margin-top: 68.5px;
 }

.box-hnxd {
    margin-top: 136px;
    height: 750px;
}
.box-hnxd .bg {
    display: flex;
    margin-top: 24px;
    padding: 20px 10px 64px 0;
    overflow: hidden;
}
.box-hnxd .bg .left {
    position: relative;
    float: left;
    width: 589px;
    height: 430px;
    padding-left: 24px;
    margin-top: -3px;
}
.box-hnxd .bg .left .title {
    width: 541px;
    height: 38px;
}
.box-hnxd .bg .left .title a {
    width: 541px;
    height: 26px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
	display:block;
}
.box-hnxd .bg .left .detail {
    width: 541px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: rgba(51,51,51,0.8);
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 48px;
    min-height: 48px;
}
.box-hnxd .bg .left .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;
}
.box-hnxd .bg .right {
    margin-left: 10px;
    width: 570px;
    position: relative;
    overflow: visible;
}
.box-hnxd .bg .right .swiper-container {
    width: 550px;
    height: 366px;
    position: relative;
    z-index: 2;
}
.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 {
    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-hnxd 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 {
    color: #333333;
    display: block;
    padding: 0 22px 0 20px;
    line-height: 68px;
    overflow: hidden;
}
.box-hnxd 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;
}
.box-hnxd ul li:hover a {
    color: #fff;
}
.box-hnxd .common-more {
    margin: 38px auto 0;
}
.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: 120px;
}
.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: 316vw;
        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;
    }
}
