@charset "utf-8";
.ban_box {
    position: relative;
}

.ban_pic {
    width: 100%;
}

.ban_pic img {
    width: 100%;
    display: block !important;
    animation: opacity 5s linear infinite;
    height: 100vh;
    object-fit: cover;
}

.ban_box .ban-dot {
    position: absolute;
    bottom: 0.35rem;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, 0);
    width: 3.6rem;
    text-align: center;
}

.ban_box .ban-dot span {
    margin: 0 0.15rem 0.2rem;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    outline: none;
}

.ban_box .ban-dot span.swiper-pagination-bullet-active {
    margin-bottom: 0;
    width: 0.52rem;
    height: 0.52rem;
    background: url(../images/ban-dot2.png) no-repeat;
    background-size: auto 0.52rem;
}

.ban_box .ban-prev,
.ban_box .ban-next {
    width: 0.56rem;
    height: 0.38rem;
    position: absolute;
    z-index: 10;
    bottom: 0.45rem;
    outline: none;
    cursor: pointer;
}

.ban_box .ban-prev {
    left: 50%;
    margin-left: -1.9rem;
    background: url(../images/ban-prev.png) no-repeat center;
}

.ban_box .ban-next {
    right: 50%;
    margin-right: -1.9rem;
    background: url(../images/ban-next.png) no-repeat center;
}

.ban_box .ban-prev:hover,
.ban_box .ban-next:hover {
    transform: scale(1.05);
}

.tit {
    position: relative;
}

.tit h3 {
    color: #222;
    font-size: .4rem;
    padding-left: .8rem;
    line-height: 0.68rem;
    display: inline-block;
    background: url(../images/dh_titbg.png) no-repeat left center;
    background-size: auto 0.68rem;
    font-weight: bold;
}

.tit h3 b {
    color: #B81C22;
}

.more {
    transition: all 0.4s ease-out 0s;
    float: right;
    background: url(../images/icon-more.png) no-repeat right center;
    background-size: auto 0.1rem;
}

.more a {
    font-size: .16rem;
    color: #B81C22;
    line-height: 0.68rem;
    padding-right: 0.24rem;
}

.more:hover {
    transform: translateY(5px);
}


/* s1 */

.s1 {
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
}

.s1nr ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.12rem;
}

.s1nr li {
   width:25%;
    transition: all 0.3s ease-out 0s;
}

.s1nr li .mar {
    margin: 0 0.12rem 0.25rem;
    border-radius: 0.3rem;
    background: #B81C22;
    transition: all 0.3s ease-out 0s;
}

.s1nr li:hover .mar {
    background: #E0B072;
}

.s1nr li .mar a {
    height: 2.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all 0.3s ease-out 0s;
}

.s1nr li .mar a .icon {
    width: 0.9rem;
    height: 0.9rem;
    background: url(../images/s1_ksbg1.png) no-repeat;
    background-size: 100% 100%;
}

.s1nr li:hover .mar a .icon {
    background: url(../images/s1_ksbg3.png) no-repeat;
    background-size: 100% 100%;
}

.s1nr li .mar a .icon span {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease-out 0s;
}

.s1nr li:nth-of-type(1) .mar a .icon span {
    background: url(../images/s1_ks1.png) no-repeat center;
    background-size: auto 0.4rem;
}

.s1nr li:hover:nth-of-type(1) .mar a .icon span {
    background: url(../images/s1_ks1_h.png) no-repeat center;
    background-size: auto 0.4rem;
}

.s1nr li:nth-of-type(2) .mar a .icon span {
    background: url(../images/s1_ks2.png) no-repeat center;
    background-size: auto 0.4rem;
}

.s1nr li:hover:nth-of-type(2) .mar a .icon span {
    background: url(../images/s1_ks2_h.png) no-repeat center;
    background-size: auto 0.4rem;
}

.s1nr li:nth-of-type(3) .mar a .icon span {
    background: url(../images/s1_ks3.png) no-repeat center;
    background-size: auto 0.44rem;
}

.s1nr li:hover:nth-of-type(3) .mar a .icon span {
    background: url(../images/s1_ks3_h.png) no-repeat center;
    background-size: auto 0.44rem;
}

.s1nr li:nth-of-type(4) .mar a .icon span {
    background: url(../images/s1_ks5.png) no-repeat center;
    background-size: auto 0.4rem;
}

.s1nr li:hover:nth-of-type(4) .mar a .icon span {
    background: url(../images/s1_ks5_h.png) no-repeat center;
    background-size: auto 0.4rem;
}

.s1nr li .mar h2 {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.3rem;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.3s ease-out 0s;
    margin-top: 0.22rem;
}


/* s2 */

.s2 {
    padding-bottom: 3.4rem;
    background: url(../images/s2-bg.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
}

.s2 .tit {
    text-align: left;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-c>div {
    width: 47%;
    position: relative;
    z-index: 2;
}

.s2-c>div>.tit {
    margin-bottom: 0.4rem;
}

.s2-lflt {}

.s2-lflt li {
    padding: 0.3rem;
    border-bottom: 1px solid #EBEBEB;
    transition: all 0.4s ease-out 0s;
}

.s2-lflt li:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0.3rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px #FFECED;
}

.s2-lflt li .mar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s2-lflt li .mar .time {
    margin-right: 0.28rem;
    width: 0.7rem;
    height: 0.7rem;
    font-family: Arial;
    text-align: center;
    color: #B81C22;
    transition: all 0.3s ease-out 0s;
    border: #B81C22 1px solid;
    border-radius: 0.1rem;
}

.s2-lflt li .mar .time b {
    font-size: 0.32rem;
    display: inline-block;
    line-height: 0.46rem;
}

.s2-lflt li .mar .time span {
    font-size: 0.14rem;
    background: #B81C22;
    color: #fff;
    height: 0.24rem;
    line-height: 0.24rem;
    border-radius: 0px 0px 0.1rem 0.1rem;
    display: block;
}

.s2-lflt li .mar h2 {
    min-width: 0px;
    flex: 1 1 0%;
    font-size: 0.2rem;
    color: #333;
    font-weight: 600;
    line-height: 0.3rem;
    max-height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-out 0s;
}

.s2-lflt li:hover .mar h2 {
    color: #B81C22;
}

.s2-rglt {}

.s2-rglt li {
    padding: 0.3rem;
    border-bottom: 1px solid #EBEBEB;
    transition: all 0.4s ease-out 0s;
}

.s2-rglt li:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0.3rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px #FFECED;
}

.s2-rglt li .mar {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.s2-rglt li .mar .time {
    font-family: Arial;
    line-height: 0.34rem;
    font-size: 0.14rem;
    color: rgba(184, 28, 34, 0.6);
    float: left;
    font-weight: 600;
}

.s2-rglt li .mar .time b {
    font-size: 0.32rem;
    color: #B81C22;
}

.s2-rglt li span {
    margin-left: 0.2rem;
    padding: 0 0.12rem;
    height: 0.24rem;
    line-height: 0.24rem;
    border-radius: 0.12rem;
    background: #F8E7E8;
    font-size: 0.14rem;
    color: #B81C22;
    display: inline-block;
    margin-top: 0.06rem;
}

.s2-rglt li h2 {
    font-size: 0.2rem;
    color: #333;
    font-weight: 600;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.s2-rglt li:hover h2 {
    color: #B81C22;
}


/* s3 */

.s3 {
    margin-top: -3.47rem;
    background: url(../images/s3-bg.png) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.s3-c {
    background: url(../images/s3-cbg.png) no-repeat center;
    background-size: cover;
    margin: 0.85rem 0;
    padding: 0.6rem 0.58rem 0.26rem;
    overflow: hidden;
    border-radius: 0.3rem;
}

.s3-c .tit {
    text-align: center;
}

.s3-c .s3-cnr {
    margin-top: 0.1rem;
    margin-bottom: 0.22rem;
}

.s3-c .s3-cnr ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.24rem;
}

.s3-c .s3-cnr li {
    width: 33.3%;
    transition: all 0.3s ease-out 0s;
}

.s3-c .s3-cnr li .mar {
    margin: 0 0.24rem;
    border-bottom: 1px solid #EBEBEB;
    transition: all 0.4s ease-out 0s;
}

.s3-c .s3-cnr li .mar a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0.29rem 0;
}

.s3-c .s3-cnr li .mar span {
    font-family: Arial;
    line-height: 0.34rem;
    font-size: 0.14rem;
    color: rgba(184, 28, 34, 0.6);
    float: left;
    font-weight: 600;
}

.s3-c .s3-cnr li .mar span b {
    font-size: 0.32rem;
    color: #B81C22;
}

.s3-c .s3-cnr li .mar h2 {
    font-size: 0.2rem;
    color: #333;
    font-weight: 600;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.s3-c .s3-cnr li:hover .mar h2 {
    color: #B81C22;
}

.s3-c .more {
    float: none;
    margin: auto;
    text-align: center;
    background: none;
}

.s3-c .more img {
    height: 0.1rem;
    margin-right: 0.08rem;
}


/* s4 */

.s4 {
    padding: 0.8rem 0 1.1rem;
    background: url(../images/s4-bg.png) no-repeat center center;
    background-size: cover;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s4-c .s4-clf {
    width: 5rem;
    margin-right: 0.5rem;
}

.s4-c .s4-crg {
    min-width: 0px;
    flex: 1 1 0%;
}

.s4-c .s4-clf .tit,
.s4-c .s4-crg .tit {
    margin-bottom: 0.4rem;
}

.s4-c .s4-clf .ltnr {
    overflow: hidden;
}

.s4-c .s4-clf .ltnr li {
    border-bottom: 1px solid #EBEBEB;
}

.s4-c .s4-clf .ltnr li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0.19rem 0;
}

.s4-c .s4-clf .ltnr li span {
    font-family: Arial;
    font-size: 0.16rem;
    color: #B81C22;
    height: 0.24rem;
    line-height: 0.24rem;
}

.s4-c .s4-clf .ltnr li h2 {
    font-size: 0.2rem;
    color: #333;
    font-weight: 600;
    line-height: 0.42rem;
    height: 0.42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.s4-c .s4-clf .ltnr li:hover h2 {
    color: #B81C22;
}

.s4-crg .s4jh {
    overflow: hidden;
    position: relative;
}

.s4jh .bt {
    width: 3.8rem;
    position: absolute;
    z-index: 5;
    top: 0.2rem;
    right: 0;
}

.s4jh .bt dd {
    padding-left: 0.5rem;
    box-sizing: border-box;
    transition: all 0.4s ease-out 0s;
}

.s4jh .bt dd h2 {
    padding: 0.25rem 0.2rem 0.25rem 0.1rem;
    border-bottom: 1px solid #EBEBEB;
    overflow: hidden;
}

.s4jh .bt dd h2 a {
    font-size: 0.2rem;
    color: #333;
    font-weight: 600;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s4jh .bt dd.on {
    background: url(../images/s4jh_lbbg.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    padding-left: 0.35rem;
}

.s4jh .bt dd.on h2 {
    border-bottom: 1px solid transparent;
}

.s4jh .bt dd.on h2 a {
    color: #fff;
}

.s4jh .ltnr {
    width: 7rem;
    position: relative;
    z-index: 1;
    padding-bottom: 0.2rem;
}

.s4jh .ltnr::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: calc(100% - 0.56rem);
    height: calc(100% - 0.1rem);
    left: 0.28rem;
    bottom: 0.1rem;
    border-radius: 0.3rem;
    background: rgba(184, 28, 34, 0.2);
}

.s4jh .ltnr::after {
    content: "";
    position: absolute;
    width: calc(100% - 0.96rem);
    height: calc(100% - 0.2rem);
    left: 0.48rem;
    bottom: 0;
    border-radius: 0.3rem;
    background: rgba(184, 28, 34, 0.05);
}

.s4jh .ltnr li {
    display: none;
    transition: all 0.4s ease-out 0s;
}

.s4jh .ltnr li.active {
    display: block;
}

.s4jh .ltnr li .pic {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    z-index: 5;
    border-radius: 0.3rem;
}

.s4jh .ltnr li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 0.3rem;
    transition: all 0.4s ease-out 0s;
}

.s4jh .ltnr li .pic img:hover {
    transform: scale(1.05);
}


/* s5 */

.s5 {
    padding: 1.1rem 0 0.9rem;
    background: url(../images/s5-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.s5 .tit {
    position: absolute;
    width: 5.7rem;
    z-index: 12;
}

.s5 .tit h3 {
    color: #fff;
    background: url(../images/dh_titbg2.png) no-repeat left center;
    background-size: auto 0.68rem;
}

.s5 .tit .more {
    float: right;
    background: url(../images/icon-more2.png) no-repeat right center;
    background-size: auto 0.1rem;
}

.s5 .tit .more a {
    color: #fff;
}

.s5 .s5-c {
    height: 7rem;
    position: relative;
}

.s5 .s5-c::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.8rem;
    width: 70%;
    height: 1px;
    background: linear-gradient(180deg, rgba(255, 213, 158, 0.3) 0%, rgba(255, 213, 158, 0) 100%);
    transform: translate(-15%, 0);
}

.s5 .s5-c .s5-sm {
    display: none;
}


/* .container {
    width: 100%;
    height: 500px;
    background-color: #e63946;
    position: relative;
    overflow: hidden;
} */

.content {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    height: 100%;
}

.left-section {
    width: 5.7rem;
    margin-right: 0.6rem;
    margin-top: 1.35rem;
}
  .content-container {
            position: relative;
            height: 3rem;
        }
        
        .content-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s ease;
        }
        
        .content-item.active {
            opacity: 1;
            visibility: visible;
        }
.subtitle {
    font-size: 0.3rem;
    line-height: 0.3rem;
height:0.3rem;
    color: #FFD59E;
    font-weight: 600;
    margin-bottom: 0.35rem;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.description {
    font-size: 0.16rem;
    line-height: 0.32rem;
    height: 1.28rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.btn {
    width: 1.1rem;
    height: 0.38rem;
    border-radius: 0.2rem;
    background: #FFD59E;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}

.btn a {
    line-height: 0.38rem;
    font-size: 0.16rem;
    color: #B81C22;
    display: block;
}

.btn a i {
    display: inline-block;
    background: url(../images/icon-more.png) no-repeat;
    background-size: auto 100%;
    width: 0.13rem;
    height: 0.1rem;
    margin-left: 0.05rem;
}

.btn:hover {
    background: #fff;
}
.btn:hover a{
  color: #B81C22;
}
.center-section {
    width: 6.2rem;
    height: 6.2rem;
    padding: 0.3rem;
    box-sizing: border-box;
    background: url(../images/s5-rgbg.png) no-repeat;
    background-size: 100% 100%;
}

.circle {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    overflow: hidden;
}

.carousel-container {
    /* position: relative; */
    width: 100%;
    height: 100%;
}

.carousel-slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.carousel-slide {
    min-width: 100%;
    height: 100%;
}

.carousel-slides .pic {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.carousel-slides .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.carousel-slides .pic::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.carousel-slides .pic::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 0.9rem;
    height: 0.9rem;
    transform: translate(-50%, -50%);
    background: url(../images/icon-video.png) no-repeat;
    background-size: 100% 100%;
   display:none;
}

.carousel-btn {
    position: absolute;
    z-index: 10;
    bottom: 0.8rem;
    outline: none;
    cursor: pointer;
    width: 0.58rem;
    height: 0.58rem;
    border: #fff 1px solid;
    border-radius: 50%;
}

.carousel-btn.prev {
    left: 0;
    background: url(../images/s5-btn.png) no-repeat center;
    background-size: auto 0.24rem;
    transform: rotate(180deg);
}

.carousel-btn.next {
    left: 0.8rem;
    background: url(../images/s5-btn.png) no-repeat center;
    background-size: auto 0.24rem;
}

.carousel-btn.prev:hover {
    background: #fff url(../images/s5-btn2.png) no-repeat center;
    background-size: auto 0.24rem;
    transform: rotate(0deg);
}

.carousel-btn.next:hover {
    background: #fff url(../images/s5-btn2.png) no-repeat center;
    background-size: auto 0.24rem;
    transform: rotate(180deg);
}


/* .carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-dot.active {
    background-color: white;
} */

.right-section {
    width: 3.45rem;
    position: relative;
    max-height: 7.2rem;
            position: relative;
            flex-shrink: 0;
            flex-wrap: nowrap;
            min-height: 0;
}

.right-section .mini-slide {
    position: relative;
   opacity: 0;
}

.right-section .mini-slide .pic {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
   border-radius: 50%;
}

.right-section .mini-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  border-radius: 50%;
}

.right-section .mini-slide .pic::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.right-section .mini-slide .pic::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    transform: translate(-50%, -50%);
    background: url(../images/icon-video2.png) no-repeat;
    background-size: 100% 100%;
  display:none;
}

.right-section .mini-slide .bt {
    position: absolute;
    z-index: 3;
    width: 80%;
    left: 10%;
    bottom: 0.35rem;
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.32rem;
    height: 0.32rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-section .mini-slide:nth-of-type(1) {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translate(0.45rem, 0rem);
    opacity: 1;
}

.right-section .mini-slide:nth-of-type(2) {
    width: 2.3rem;
    height: 2.3rem;
    transform: translate(-0.5rem, 1.7rem);
    opacity: 1;
}

/* .mini-slide.large {
    width: 160px;
    height: 160px;
}

.mini-slide.active {
    opacity: 1;
    transform: scale(1.1);
} */

.s6 {
    padding: 0.9rem 0;
    overflow: hidden;
}

.s6 .s6-c {
    display: flex;
    flex-wrap: wrap;
}

.s6-c .s6-lf {
    width: 8.7rem;
    margin-right: 0.75rem;
    position: relative;
}

.s6-c .s6-lf::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    width: 13rem;
    height: 100%;
    background: url(../images/s6-bg.png) no-repeat left bottom;
    background-size: auto 4.84rem;
    z-index: -1;
}

.s6-c .s6-lf .s6-lfnr {
    padding: 0 0.9rem;
    position: relative;
    z-index: 2;
    margin-top: 0.75rem;
}

.s6-lfnr .pic {
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
    border-radius: 30px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.s6-lfnr .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease-out 0s;
    border-radius: 30px;
}

.s6-lfnr .pic img:hover {
    transform: scale(1.05);
}

.s6-lfnr .text {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 0.12rem;
}

.s6-lfnr .s6lf-prev,
.s6-lfnr .s6lf-next {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -0.25rem;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
}

.s6-lfnr .s6lf-prev {
    left: 0;
    background: #BA2A17 url(../images/s5-btn.png) no-repeat center;
    background-size: auto 0.2rem;
    transform: rotate(180deg);
}

.s6-lfnr .s6lf-next {
    right: 0;
    background: #BA2A17 url(../images/s5-btn.png) no-repeat center;
    background-size: auto 0.2rem;
}

.s6-lfnr .s6lf-prev:hover {
    background: #fff url(../images/s5-btn2.png) no-repeat center;
    background-size: auto 0.2rem;
    transform: rotate(0deg);
}

.s6-lfnr .s6lf-next:hover {
    background: #fff url(../images/s5-btn2.png) no-repeat center;
    background-size: auto 0.2rem;
    transform: rotate(180deg);
}

.s6-c .s6-rg {
    flex: 1;
    min-width: 0;
    background: url(../images/s6-bg2.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.45rem 0 0.6rem;
    margin-top: 0.25rem;
}

.s6-c .s6-rg .tit {
    text-align: center;
}

.s6-c .s6-rg .tit h3 {
    color: #fff;
    background: url(../images/dh_titbg2.png) no-repeat left center;
    background-size: auto 0.68rem;
}

.s6-c .s6-rg .more {
    float: right;
    margin-right: 0.85rem;
    background: url(../images/icon-more2.png) no-repeat right center;
    background-size: auto 0.1rem;
}

.s6-c .s6-rg .more a {
    color: #fff;
}

.s6-c .s6-rg .s6-rgnr {
    padding: 0.15rem 0.58rem 0.25rem;
    overflow: hidden;
}

.s6-rgnr li a {
    display: block;
    padding: 0.3rem 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.s6-rgnr li .wt {
    width: 0.28rem;
    margin-right: 0.15rem;
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.16rem;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    background: #E0B072;
    text-align: center;
    display: block;
}

.s6-rgnr li .bt,
.s6-rgnr li .text {
    display: flex;
}

.s6-rgnr li .bt {
    margin-bottom: 0.2rem;
}

.s6-rgnr li .bt h2 {
    min-width: 0px;
    flex: 1 1 0%;
    font-size: 0.2rem;
    font-weight: 600;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s6-rgnr li .text p {
    min-width: 0px;
    flex: 1 1 0%;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.8);
    height: 0.6rem;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* s7 */

.s7 {
    padding: 0.75rem 0 0.6rem;
    overflow: hidden;
    background: url(../images/s7-bg.png) no-repeat center;
    background-size: cover;
}

.s7 .s7-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.s7 .s7-c .s7-lf,
.s7 .s7-c .s7-rg {
    width: 4rem;
}

.s7 .s7-c .s7-min {
    flex: 1;
    min-width: 0;
    margin: 0 0.34rem;
}

.s7-lf li {
    position: relative;
    padding-bottom: 0.36rem;
    margin-bottom: 0.2rem;
}

.s7-lf li::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0.28rem;
    bottom: 0;
    width: 0.72rem;
    height: 0.72rem;
    background: url(../images/icon-video3.png) no-repeat;
    background-size: 100% 100%;
}

.s7-lf li .mar {
    position: relative;
}

.s7-lf li .mar .pic,
.s7-min .mar .pic {
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

.s7-lf li .mar .pic img,
.s7-min .mar .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 30px;
    transition: all 0.3s ease-out 0s;
}

.s7-lf li .mar .pic img:hover,
.s7-min .mar .pic img:hover {
    transform: scale(1.05);
}

.s7-lf li .mar .text {
    border-radius: 0 0 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 97%, rgba(0, 0, 0, 0.5) 100%);
}

.s7-lf li .mar .text h2 {
    position: absolute;
    bottom: 0;
    left: 1.1rem;
    width: calc(100% - 1.35rem);
    font-size: 0.18rem;
    color: #fff;
    font-weight: 600;
    line-height: 0.56rem;
    height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s7-min .mar {
    position: relative;
    padding-bottom: 0.9rem;
}

.s7-min .mar::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 1.02rem;
    height: 1.02rem;
    background: url(../images/icon-video4.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -80%);
}

.s7-min .mar .text {
    position: absolute;
    left: 0.25rem;
    bottom: 0;
    width: calc(100% - 0.5rem);
    height: 1.35rem;
    background: url(../images/s7-min-bg.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.s7-min .mar .text h2 {
    height: 1rem;
    line-height: 1rem;
    margin-top: 0.25rem;
    font-size: 0.2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 0.2rem;
    box-sizing: border-box;
}


/* s8 */

.s8 {
    padding: 0.85rem 0 1.5rem;
    background: url(../images/s8-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.s8-c {
    overflow: hidden;
    padding: 0.4rem 0 0.5rem;
    position: relative;
}

.s8-c .mar {
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.s8-c .swiper-slide:nth-of-type(2n) .mar {
    margin-top: 0.7rem;
}

.s8-c .mar .pic {
    padding-bottom: 145%;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

.s8-c .mar .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 30px;
    transition: all 0.3s ease-out 0s;
}

.s8-c .mar:hover .pic img {
    transform: scale(1.05);
}

.s8-c .mar .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0.4rem 0.3rem 1.4rem;
    box-sizing: border-box;
}

.s8-c .mar .text h2 {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.3rem;
    writing-mode: vertical-rl;
    text-align: justify;
    letter-spacing: 3px;
    writing-mode: tb-rl;
}

.s8-c .s8-dot {
    opacity: 0;
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    text-align: center;
}

.s8-c .s8-dot span {
    margin: 0 0.1rem;
    width: 0.1rem;
    height: 0.1rem;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    outline: none;
}

.s8-c .s8-dot span.swiper-pagination-bullet-active {
    background: #b81b22;
}

@media screen and (max-width: 1024px) {
    .banner .swiper-slide video,
    .ban_pic img {
        height: auto;
    }

    .s4jh .bt {
        width: 3.6rem;
    }
    .s8-c .s8-dot {
        opacity: 1;
    }
.s8-c .mar .text{
  padding-bottom:0.4rem;
}
}

@media screen and (max-width: 920px) {

   .tit h3 {
    font-size: .3rem;
    line-height: 0.5rem;
    background: url(../images/dh_titbg.png) no-repeat left center;
    background-size: auto 0.5rem;
}
.more a {
    line-height: 0.5rem;
  font-size: 0.18rem;
}

.s5 .tit h3,
.s6-c .s6-rg .tit h3 {
    background: url(../images/dh_titbg2.png) no-repeat left center;
    background-size: auto 0.5rem;
}

.ban_box .ban-dot{
  bottom: 0.1rem;
}
.ban_box .ban-prev, .ban_box .ban-next{
    bottom: 0.22rem;
}

    /* s3 */
    .s1 {
        padding: 0.5rem 0 0.3rem;
    }
    .s2 {
        padding-bottom: 0.5rem;
    }
    .s3,
    .s3-c {
        margin-top: 0;
    }
    .s3-c {
        margin-bottom: 0.5rem;
        padding: 0.5rem 0.3rem 0.15rem;
    }
    .s4 {
        padding: 0.5rem 0;
    }
    .s4-c .s4-clf {
        width: 100%;
        margin-right: 0;
    }
    .s4-c .s4-crg {
        flex: auto;
        width: 100%;
        display: inline;
        margin-top: 0.5rem;
    }
    .s4jh .bt {
        width: calc(100% - 6.7rem);
    }
    .s5,
    .s6 {
        padding: 0.5rem 0;
    }
    .content,
    .s5 .s5-c::before {
        display: none;
    }
    .s5 .s5-c {
        height: auto;
    }
    .s5 .tit {
        position: static;
        width: 100%;
    }
    .s5 .s5-c .s5-sm {
        display: block;
        position: relative;
        padding: 0.4rem 0 0.8rem;
    }
    .s5-sm .pic {
        position: relative;
        padding-bottom: 100%;
        overflow: hidden;
    border-radius: 50%;
    }
    .s5-sm .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
     border-radius: 50%;
    }
   /* .s5-sm .pic::before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
    }*/
    .s5-sm .pic::after {
        content: "";
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 50%;
        width: 0.6rem;
        height: 0.6rem;
        transform: translate(-50%, -50%);
        background: url(../images/icon-video2.png) no-repeat;
        background-size: 100% 100%;
    }
    .s5-sm .text {
        padding-top: 0.15rem;
        overflow: hidden;
        text-align: center;
    }
    .s5-sm .text h2 {
        font-size: 0.24rem;
        line-height: 0.3rem;
        color: #FFD59E;
        font-weight: 600;
        margin-bottom: 0.15rem;
    }
.s5-sm .text h2 a{
   color: #FFD59E;
}
    .s5-sm .text p {
        font-size: 0.16rem;
        line-height: 0.32rem;
        height: 0.64rem;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 0.1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
 .s5-sm .text p a{
   color: rgba(255, 255, 255, 0.8);
}
    .s5-sm .text span {
        width: 1.1rem;
        height: 0.38rem;
        border-radius: 0.2rem;
        background: #FFD59E;
        text-align: center;
        line-height: 0.38rem;
        font-size: 0.16rem;
        color: #B81C22;
        display: block;
        margin: auto;
    }
 
    .s5-sm .text span img {
        height: 0.1rem;
        margin-left: 0.05rem;
    }
.s5-sm .text span a{
  color: #B81C22;
}
    .s5-sm .s5sm-prev,
    .s5-sm .s5sm-next {
        width: 0.5rem;
        height: 0.5rem;
        border: #fff 1px solid;
        position: absolute;
        z-index: 10;
        bottom: 0;
        outline: none;
        cursor: pointer;
        border-radius: 50%;
    }
    .s5-sm .s5sm-prev {
        left: 50%;
        margin-left: -0.6rem;
        background: url(../images/s5-btn.png) no-repeat center;
        background-size: auto 0.24rem;
        transform: rotate(180deg);
    }
    .s5-sm .s5sm-next {
        right: 50%;
        margin-right: -0.6rem;
        background: url(../images/s5-btn.png) no-repeat center;
        background-size: auto 0.24rem;
    }
    .s5-sm .s5sm-prev:hover {
        background: #fff url(../images/s5-btn2.png) no-repeat center;
        background-size: auto 0.24rem;
        transform: rotate(0deg);
    }
    .s5-sm .s5sm-next:hover {
        background: #fff url(../images/s5-btn2.png) no-repeat center;
        background-size: auto 0.24rem;
        transform: rotate(180deg);
    }
    /* s6 */
    .s6-c .s6-lf {
        width: 100%;
        margin-right: 0;
        background: url(../images/s6-bg.png) no-repeat left bottom;
        background-size: auto 4.84rem;
        padding-bottom: 0.5rem;
    }
    .s6-c .s6-lf::after {
        display: none;
    }
    .s6-c .s6-lf .s6-lfnr {
        margin-top: 0.4rem;
    }
    .s6-c .s6-rg {
        flex: auto;
        width: 100%;
        display: inline;
        margin-top: 0.6rem;
    }
    .s6-lfnr .s6lf-prev {
        left: 0.1rm;
    }
    .s6-lfnr .s6lf-next {
        right: 0.1rem;
    }
    /* s7 */
    .s7,
    .s8 {
        padding-top: 0.5rem;
    }
    .s7 .s7-c .s7-lf,
    .s7 .s7-c .s7-rg {
        width: 3rem;
    }
}

@media screen and (max-width: 768px) {
    #schedule-box {
        width: 100%;
        margin: 0;
    }
    .s2-c>div {
        width: 100%;
    }
    .s2-c .s2-rg {
        margin-top: 0.5rem;
    }
    .s2-c>div>.tit {
        margin-bottom: 0.25rem;
    }
    .s7 .s7-c .s7-lf,
    .s7 .s7-c .s7-rg {
        width: 100%;
    }
    .s7 .s7-c .s7-min {
     margin:0 0 0.2rem;
    }

.s7-min .mar::after {
    top: auto;
    transform: translate(0%, 0%);
   left: 0.28rem;
    bottom: 0;
    width: 0.72rem;
    height: 0.72rem;
    background: url(../images/icon-video3.png) no-repeat;
    background-size: 100% 100%;
}
.s7-min .mar {
    padding-bottom: 0;
}

.s7-min .mar .text {
    border-radius: 0 0 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 97%, rgba(0, 0, 0, 0.5) 100%);
 box-shadow: none;
}

.s7-min .mar .text h2 {
    position: absolute;
    bottom: 0;
    left: 1.1rem;
    width: calc(100% - 1.35rem);
    font-size: 0.18rem;
    color: #fff;
    font-weight: 600;
    line-height: 0.56rem;
    height: 0.56rem;
    padding:0;
}



}

@media screen and (max-width: 767px) {
    .s8-c .swiper-slide:nth-of-type(2n) .mar {
        margin-top: 0rem;
    }


.s1nr ul{
  margin:0 -0.08rem;
}
.s1nr li .mar{
  margin-left:0.08rem;
   margin-right:0.08rem;
}
.s1nr li .mar a{
  height:1.45rem;
}
.s1nr li .mar a .icon{
  width: 0.6rem;
    height: 0.6rem;
}
.s1nr li .mar h2{
       font-size: 0.2rem;
    margin-top: 0.12rem  
}

.s1nr li:nth-of-type(1) .mar a .icon span {
    background: url(../images/s1_ks1.png) no-repeat center;
    background-size: auto 0.28rem;
}

.s1nr li:hover:nth-of-type(1) .mar a .icon span {
    background: url(../images/s1_ks1_h.png) no-repeat center;
    background-size: auto 0.28rem;
}

.s1nr li:nth-of-type(2) .mar a .icon span {
    background: url(../images/s1_ks2.png) no-repeat center;
    background-size: auto 0.28rem;
}

.s1nr li:hover:nth-of-type(2) .mar a .icon span {
    background: url(../images/s1_ks2_h.png) no-repeat center;
    background-size: auto 0.28rem;
}

.s1nr li:nth-of-type(3) .mar a .icon span {
    background: url(../images/s1_ks3.png) no-repeat center;
    background-size: auto 0.28rem;
}

.s1nr li:hover:nth-of-type(3) .mar a .icon span {
    background: url(../images/s1_ks3_h.png) no-repeat center;
    background-size: auto 0.28rem;
}

.s1nr li:nth-of-type(4) .mar a .icon span {
    background: url(../images/s1_ks5.png) no-repeat center;
    background-size: auto 0.28rem;
}

.s1nr li:hover:nth-of-type(4) .mar a .icon span {
    background: url(../images/s1_ks5_h.png) no-repeat center;
    background-size: auto 0.28rem;
}





    .s3-c .s3-cnr li {
        width: 50%;
    }
    .s4-crg .s4jh {
        position: static;
    }
    .s4jh .ltnr {
        width: 100%;
    }
    .s4jh .bt {
        width: 100%;
        position: static;
    }
    .s4jh .bt dd {
        padding-left: 0;
    }
    .s4jh .bt dd h2 {
        padding: 0.25rem 0.2rem;
    }
    .s4jh .bt dd.on {
        background: #B81C22;
        padding-left: 0.1rem;
    }
}

@media screen and (max-width: 480px) {
    .s3-c .s3-cnr li {
        width: 100%;
    }
}