@charset "UTF-8";

html {
    overflow-x: visible;
}

/* Triangle Scroll Effect */
.triangle-scroll {
    position: fixed;
    top: 50%;
    right: 0.4rem;
    transform: translateY(-50%);
    pointer-events: none;
    display: block;
}

.w16 {
    max-width: 15.68rem;
}

a {
    display: block;
}

.banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner video,
.banner ul li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner a {
    display: block;
    position: relative;
    padding-top: 0;
    height: 100vh;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: .23rem;
    height: .41rem;
    background-size: 100% 100%;
    left: 1.2rem;
}

.banner .slick-next {
    width: .23rem;
    height: .41rem;
    background-size: 100% 100%;
    right: 1.2rem;
}

.banner .slick-list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 25%;
    width: 100%;
    /*background: linear-gradient(to bottom, rgba(39, 38, 38, 0.9) 0%, rgba(20, 80, 203, 0) 100%);*/
    pointer-events: none;
    z-index: 1;
}

.banner .slick-list::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25%;
    width: 100%;
    background: linear-gradient(to top, rgba(39, 38, 38, 0.9) 0%, rgba(20, 80, 203, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.banner .slick-dots {
    padding-right: .5rem;
    padding-bottom: .5rem;
    text-align: right;
}

.banner .slick-dots li {
    width: .2rem;
    height: .15rem;
    background: url(../images/ban-d.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 .27rem;
    opacity: 0.5;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}

.banner .slick-slide.slick-current a img {
    animation: img_scale 8s linear;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* s1 */

.b-tx {
    position: absolute;
    left: 50%;
    bottom: .24rem;
    transform: translateX(-50%);
    z-index: 9;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

.b-tx p {
    font-family: PingFang-SC-Bold;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: -1px;
    color: #ffffff;
    margin-bottom: .1rem;
}

.箭头 {
    position: absolute;
    left: -28px;
    top: -28px;
    width: 1978px;
    height: 5522px;
    z-index: 35;
}

.形状_1040_拷贝 {
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 968px;
    top: 984px;
    width: 41px;
    height: 35px;
    z-index: 34;
}

.b-tx img {
    width: .52rem;
    cursor: pointer;
    animation: shake 2s infinite linear;
}

/* 上下晃动 */
@keyframes shake {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* 标题 */
.tit {
    position: relative;
    margin-bottom: .65rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tit h3 {
    font-family: PingFang-SC-Bold;
    font-size: 0.48rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.48rem;
    letter-spacing: 1px;
    color: #3b3e44;
    padding-left: .67rem;
    background: url(../images/xtit.png) no-repeat left center;
    background-size: .39rem auto;
}

.more {
    width: .9rem;
    line-height: .36rem;
    background: url(../images/more-bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.more a {
    display: block;
    font-family: PingFang-SC;
    font-size: .18rem;
    color: #1450cb;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.more a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #1450cb;
    z-index: -1;
    transition: all 0.3s;
}

.more a:hover {
    color: #fff;
}

.more a:hover::before {
    left: 0;
    width: 100%;
}

.gg-line {
    position: relative;
    border-bottom: 1px solid rgba(222, 168, 77, 0.46);
    margin: 0.15rem 0;
}

.gg-line::before {
    content: '';
    position: absolute;
    left: -4px;
    bottom: -2px;
    height: 10px;
    border-left: 1px solid rgba(222, 168, 77, 0.46);
    transform: rotate(-45deg);
}

.gg-line::after {
    content: '';
    position: absolute;
    right: -4px;
    top: -1px;
    height: 10px;
    border-left: 1px solid rgba(222, 168, 77, 0.46);
    transform: rotate(-45deg);
}

.gg-line .x {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border-bottom: 2px solid rgba(222, 168, 77, 1);
    transition: all 0.5s;
}

.gg-line .x::before {
    content: '';
    position: absolute;
    left: -4px;
    bottom: -2px;
    height: 0;
    border-left: 2px solid rgba(222, 168, 77, 1);
    transform: rotate(-45deg);
    transition: all 0.5s;
}

.gg-line .x::after {
    content: '';
    position: absolute;
    right: -4px;
    top: -1px;
    height: 0;
    border-left: 2px solid rgba(222, 168, 77, 1);
    transform: rotate(-45deg);
    transition: all 0.5s;
}

.gg-line.white {
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
}

.gg-line.white::before,
.gg-line.white::after {
    border-left: 1px solid rgba(255, 255, 255, 0.46);
}

.gg-line.white .x {
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.gg-line.white .x::before,
.gg-line.white .x::after {
    border-left: 2px solid rgba(255, 255, 255, 1);
}

.gg-lineb::before {
    bottom: auto;
    top: -1px;
    transform: rotate(45deg);
}

.gg-lineb::after {
    top: auto;
    bottom: -2px;
    transform: rotate(45deg);
}

.gg-lineb .x::before {
    bottom: auto;
    top: -1px;
    transform: rotate(45deg);
}

.gg-lineb .x::after {
    top: auto;
    bottom: -2px;
    transform: rotate(45deg);
}

a:hover .gg-line .x {
    width: 100%;
}

a:hover .gg-line .x::before,
a:hover .gg-line .x::after {
    height: 10px;
}

/* s1 */
.s1 {
    padding-top: 0.5rem;
    padding-bottom: .4rem;
}

.s1-t {
    height: 0.5rem;
    background: linear-gradient(230deg, transparent 0.3rem, #fff 0);
    position: relative;
    z-index: 1;
}

.s1-tp {
    position: relative;
    width: 50%;
}

.s1-tp::before {
    content: '';
    position: absolute;
    left: 0.34rem;
    top: 0.65rem;
    right: -0.3rem;
    bottom: -0.46rem;
    background-image: -webkit-linear-gradient(0deg, #eef2f8 100%);
    background-image: -moz-linear-gradient(0deg, #eef2f8 100%);
    background-image: -ms-linear-gradient(0deg, #eef2f8 100%);
    background-image: linear-gradient(0deg, #eef2f8 100%);
    background-color: #eef2f8;
    /* IE 兜底色 */
}

.s1-c {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s1-line {
    width: 7.57rem;
    height: .52rem;
    position: absolute;
    left: .2rem;
    top: -0.2rem;
    overflow: hidden;
}

.s1-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 7.57rem;
    height: .52rem;
    background: url(../images/s1-l1.png) no-repeat;
    background-size: 7.57rem .5rem;
}

.s1-tp ul li a {
    display: block;
    position: relative;
}

.s1-tx {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0.47rem 0.3rem 0.34rem;
    z-index: 1;
}

.s1-p .pic {
    padding-top: 62.11%;
    clip-path: polygon(0% 10%, 8% 0%, 100% 0%, 100% 90%, 92% 100%, 0% 100%, 0% 100%);
}

.s1-p .pic::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(0deg,
            #000000 0%,
            transparent 100%);
    z-index: 1;
}

.s1-tx h3 {
    font-family: PingFang-SC-Bold;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 1rem;
    transition: all 0.3s;
}

.s1-tx span {
    display: block;
    font-family: PingFang-SC-Bold;
    font-size: 0.19rem;
    font-weight: normal;
    font-stretch: normal;
    height: 0.3rem;
    line-height: 0.3rem;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
    padding-left: 0.2rem;
}

.s1-tx span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 0.1rem;
    background: #0d5dff;
}

.s1-tp .slick-dots {
    right: 0.47rem;
    bottom: 0.32rem;
    width: auto;
    white-space: nowrap;
}

.s1-tp .slick-dots li {
    width: .2rem;
    height: .15rem;
    background: url(../images/ban-d.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 .1rem;
    opacity: 0.5;
}

.s1-tp .slick-dots li.slick-active {
    opacity: 1;
}

.s1-tp .slick-dots li b {
    color: #fff;
    font-family: PingFang-SC-Bold;
    font-size: .3rem;
    line-height: 1;
    font-weight: normal;
    margin-right: 0.05rem;
}

.s1-tp .slick-dots li b::before {
    content: '0';
}

.s1-tp .slick-dots li span {
    font-family: PingFang-SC-Bold;
    color: #d9d9d9;
    font-size: .19rem;
    line-height: 1;
}

.s1-tp .slick-dots li span::before {
    content: '/ 0';
}

.s1-tp .slick-prev {
    width: .42rem;
    height: .28rem;
    background: url(../images/s1-l.png) no-repeat;
    background-size: 100% 100%;
    left: 5.9rem;
    top: auto;
    bottom: .2rem;
    transform: none;
    transition: all 0.3s;
}

.s1-tp .slick-prev:hover {
    transform: translateX(-.05rem);
}

.s1-tp .slick-next {
    width: .42rem;
    height: .28rem;
    background: url(../images/s1-r.png) no-repeat;
    background-size: 100% 100%;
    left: 6.5rem;
    top: auto;
    bottom: .2rem;
    transform: none;
    transition: all 0.3s;
}

.s1-tp .slick-next:hover {
    transform: translateX(.05rem);
}

.s1-lt {
    width: 43.36%;
}

.s1-lt ul li a {
    display: block;
    padding-top: 0.1rem;
    transition: all 0.5s;
}

.s1-lt ul li:first-child a {
    padding-top: 0;
}

.s1-lt ul li a .s1-dt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s1-lt ul li a .s1-dt .date {
    margin-right: 0.3rem;
    font-size: 0.16rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #1450cb;
    margin-top: 0.1rem;
    position: relative;
}

.s1-lt ul li a .s1-dt .date b {
    font-size: 0.3rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #1450cb;
    margin-right: 0.02rem;
}

.s1-lt ul li a .s1-dt .date::before {
    content: '';
    position: absolute;
    left: -0.2rem;
    top: 50%;
    bottom: -0.9rem;
    border-left: dashed 1px #1d42b9;
    opacity: 0.5;
}

.s1-lt ul li.on a .s1-dt .date::before {
    bottom: -1.2rem;
}

.s1-lt ul li:last-child a .s1-dt .date::before {
    content: none;
}

.s1-lt ul li a .s1-dt .date::after {
    content: '';
    position: absolute;
    left: -0.26rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 0.1rem;
    background-color: #fff;
    border: solid 1px rgba(29, 66, 185, 0.5);
    border-radius: 50%;
}

.s1-lt ul li.on a .s1-dt .date::after {
    background-color: #1450cb;
    border: solid 1px rgba(29, 66, 185, 1);
}

.s1-lt ul li a .s1-dt .tx {
    flex: 1;
    min-width: 0;
}

.s1-lt ul li a .s1-dt .tx h3 {
    font-family: PingFang-SC-Bold;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    height: 0.6rem;
    letter-spacing: 0px;
    color: #222222;
    margin-bottom: 0.2rem;
    /* transition: all 0.5s; */
}

.s1-lt ul li.on a .s1-dt .tx h3 {
    margin-bottom: 0.15rem;
    font-weight: 600;
    color: #2554b3;
}

.s1-lt ul li a .s1-dt .tx p {
    display: none;
    font-family: PingFang-SC-Bold;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.22rem;
    letter-spacing: 0px;
    color: #333333;
    opacity: 0.6;
}

.s1-lt ul li.on a .s1-dt .tx p {
    display: block;
    margin-bottom: 0.1rem;
}

.s1-lt .gg-line {
    border-bottom: 1px solid rgba(171, 170, 168, 0.46);
}

.s1-lt .gg-line::before {
    border-left: 1px solid rgba(171, 170, 168, 0.46);
}

.s1-lt .gg-line::after {
    border-left: 1px solid rgba(171, 170, 168, 0.46);
}

.s1-lt ul li.on .gg-line {
    border-bottom: 1px solid rgba(222, 168, 77, 0.46);
}

.s1-lt ul li.on .gg-line::before {
    border-left: 1px solid rgba(222, 168, 77, 0.46);
}

.s1-lt ul li.on .gg-line::after {
    border-left: 1px solid rgba(222, 168, 77, 0.46);
}

/* s2 */
.s2 {
    padding-top: .3rem;
    position: relative;
    z-index: 1;
}

.s2-bg {
    position: absolute;
    bottom: -5.8rem;
    left: 0;
    width: 100%;
    display: block;
    pointer-events: none;
}

.s2-lt ul {
    display: block;
    margin: 0 -0.15rem;
}

.s2-lt ul li {
    padding: 0.2rem 0 0.3rem 0;
}

.s2-lt ul li a {
    display: block;
    margin: 0 0.15rem;
    transition: all 0.5s;
    position: relative;
}

.s2-lt ul li a .k {
    padding: 0.4rem;
    background-color: #eef2f8;
    clip-path: polygon(0% 12%, 5% 0%, 100% 0%, 100% 88%, 95% 100%, 0% 100%, 0% 100%);
    transition: all 0.5s;
    position: relative;
}

.s2-lt ul li a span {
    display: block;
    font-family: PingFang-SC-Bold;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.35rem;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 0.5);
    position: relative;
    padding-left: 0.2rem;
}

.s2-lt ul li a span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 0.1rem;
    background: #1450cb;
}

.s2-lt ul li a .gg-line {
    margin: 0.25rem 0 0.35rem 0;
}

.s2-lt ul li a h3 {
    font-family: PingFang-SC-Bold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    height: 0.6rem;
    letter-spacing: 2px;
    color: #3b3e44;
}

.s2-lt .slick-dots,
.s4-rbox .slick-dots,
.s4-b .slick-dots {
    position: static;
    margin-top: 0.05rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 0;
}

.s2-lt .slick-dots li,
.s4-mbox .slick-dots li,
.s4-rbox .slick-dots li,
.s4-b .slick-dots li {
    width: .2rem;
    height: .15rem;
    background: url(../images/ban-d2.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 .2rem;
    padding: 0;
    opacity: 0.2;
    transition: all 0.5s;
}

.s2-lt .slick-dots li.slick-active,
.s4-mbox .slick-dots li.slick-active,
.s4-rbox .slick-dots li.slick-active,
.s4-b .slick-dots li.slick-active {
    opacity: 1;
}

.s2-lt .slick-dots li button,
.s4-mbox .slick-dots li button,
.s4-rbox .slick-dots li button,
.s4-b .slick-dots li button {
    display: none;
}
.s4-r .s1-tx h3 {
    margin-right: 0rem; 
}
/* s3 */
.s3 {
    padding: 0.85rem 0;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s3-r {
    flex: 1;
    min-width: 0;
    padding: 0.76rem .67rem;
    position: relative;
    z-index: 1;
    margin-top: 0.43rem;
    margin-left: -1rem;
    padding-right: 0rem;
}

.s3-r::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -1.76rem;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 0.38rem 0px rgba(42, 46, 156, 0.11);
    z-index: -1;
}

.back-all-btn {
    display: none;
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #1c35a1;
    z-index: 9;
}

.s3-r ul {
    margin: 0 -0.18rem;
}

.s3-r ul li a {
    display: block;
    margin: 0 0.28rem;
}

.s3-r .pic {
    padding-top: 59.88%;
    clip-path: polygon(0% 8%, 5% 0%, 100% 0%, 100% 92%, 95% 100%, 0% 100%, 0% 100%);
}

.s3-tx h3 {
    font-family: PingFang-SC-Heavy;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.27rem;
    height: 0.54rem;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: .28rem;
}

.s3-tx p {
    font-family: PingFang-SC-Bold;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0px;
    color: #333333;
    opacity: 0.6;
    padding-left: .3rem;
    margin-top: .2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.s3-tx p.s3-sj {
    background: url(../images/s3-sj.png) no-repeat left top;
    background-size: .2rem auto;
}

.s3-tx p.s3-wz {
    background: url(../images/s3-wz.png) no-repeat left top;
    background-size: .2rem auto;
}

.s3-tx p.s3-zjr {
    background: url(../images/s3-zjr.png) no-repeat left top;
    background-size: .21rem auto;
}


.s3-lt .slick-dots {
    bottom: -0.5rem;
}

.s3-lt .slick-dots li {
    width: .2rem;
    height: .15rem;
    background: url(../images/ban-d.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 .1rem;
    opacity: 0.5;
}

.s3-lt .slick-dots li.slick-active {
    opacity: 1;
}

.s3-lt .slick-dots li:only-child {
    display: none;
}

.s3-lt .slick-prev,
.s3-lt .slick-next {
    display: none !important;
}

.s3-lt {
    position: relative;
}

.s3-button {
    position: absolute;
    bottom: -1.57rem;
    left: -0.67rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s3-button>div {
    width: 0.76rem;
    height: 0.76rem;
    background: url(../images/s3-buk.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}

.s3-button>div:hover {
    background-image: url(../images/s3-bukon.png);
}

.s3-button>div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.12rem auto;
}

.s3-prev {}

.s3-prev::after {
    background-image: url(../images/s3-prev.png);
}

.s3-prev:hover::after {
    background-image: url(../images/s3-prevon.png);
}

.s3-next {
    margin-left: 0.08rem;
}

.s3-next::after {
    background-image: url(../images/s3-next.png);
}

.s3-next:hover::after {
    background-image: url(../images/s3-nexton.png);
}

.s3 .w16 {
    position: relative;
}

.s3-notice {
    position: absolute;
    right: 2.45rem;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: flex-start;
}

.s3-notice>h3 {
    font-family: PingFang-SC-Heavy;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.35rem;
    letter-spacing: 0px;
    color: #1c35a1;
    background: url(../images/s3-tz.png) no-repeat left center;
    background-size: 0.17rem auto;
    padding-left: 0.27rem;
    margin-right: 0.2rem;
}

.s3-no {
    width: 100%;
    max-width: 4rem;
    border-left: solid 1px #d2af6c;
    padding-left: 0.2rem;
}

.s3-no ul li a {
    display: block;
}

.s3-no ul li a h3 {
    font-family: PingFang-SC-Bold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 2px;
    color: #3b3e44;
    opacity: 0.8;
    transition: all 0.5s;
}

.s3-no ul li:hover a h3 {
    color: #2554b3;
}

.s3-no .slick-prev,
.s3-no .slick-next {
    display: none !important;
}

.s3-nobu {
    margin-left: 0.3rem;
}

.s3-nobu>div {
    width: 0.2rem;
    height: 0.2rem;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.14rem auto;
}

.s3-noprev {
    background-image: url(../images/s3-nonext.png);
}

.s3-nonext {
    background-image: url(../images/s3-noprev.png);
}

.s3-nomore a {
    display: block;
    margin-left: 0.15rem;
    margin-top: 0.03rem;
    width: 27px;
    height: 27px;
    background: url(../images/s3-nomore.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.s3-nomore a:hover {
    background-image: url(../images/s3-nomore2.png);
}

/* s4 */
.s4 {
    padding-top: 1.12rem;
    padding-bottom: 1.3rem;
    background: url(../images/s4-bgx.png) no-repeat center bottom;
    background-size: cover;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s4-l {
    width: 40.81%;
}

.s4-t {
    /* background: url(../images/s4-ltbg.png) no-repeat center center;
    background-size: 100% 100%; */
}

.s4-t ul li a {
    position: relative;
}

.s4-t ul li a .picbox {}

.s4-t ul li a .pic {
    padding-top: 49.68%;
    clip-path: polygon(0% 8%, 5% 0%, 100% 0%, 100% 92%, 95% 100%, 0% 100%, 0% 100%);
}

.s4-t ul li a .pic::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(0deg,
            #000000 0%,
            transparent 100%);
    z-index: 1;
}

.s4-t ul li a .tx {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0.2rem 0.1rem;
}

.s4-t ul li a .tx h3 {
    font-family: PingFang-SC-Bold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    color: #fff;
}

.s4-t ul li a .tx h4 {
    font-family: PingFang-SC-Bold;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    letter-spacing: 2px;
    color: #113293;
}

.s4-t ul li a .tx p {
    font-family: PingFang-SC-Medium;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 2px;
    color: #333333;
    opacity: 0.7;
}

.s4-b {
    margin-top: 0.22rem;
}

.s4-b .slick-list li:first-child {
    display: none;
}

.s4-b ul {
    margin: 0 -0.06rem;
}

.s4-b ul li a {
    display: block;
    position: relative;
    margin: 0 0.06rem;
    background: url(../images/s4-ltbg2.png) no-repeat center center;
    background-size: 100% 100%;
}

.s4-b ul li a .pic {
    padding-top: 69.9%;
    clip-path: polygon(0% 8%, 5% 0%, 100% 0%, 100% 92%, 95% 100%, 0% 100%, 0% 100%);
}

.s4-b ul li a .pic::after {
    /* content: ''; */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(0deg,
            #000000 0%,
            transparent 100%);
    z-index: 1;
}

.s4-b ul li a .tx {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0.1rem 0.1rem;
    display: none;
}

.s4-b ul li a .tx h3 {
    font-family: PingFang-SC-Bold;
    font-size: 0.18rem;
    line-height: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.s4-b .slick-dots {
    margin: 0;
}

.s4-m {
    width: 32.33%;
    position: relative;
    z-index: 2;
}

.s4-mbox {
    background: url(../images/s4-mbgpng.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0.32rem;
}

.s4-mbox ul li a {
    display: block;
}

.s4-mbox ul li a .pic {
    padding-top: 65.29%;
    clip-path: polygon(0% 8%, 5% 0%, 100% 0%, 100% 92%, 95% 100%, 0% 100%, 0% 100%);
}

.s4-mbox ul li a .tx {}

.s4-mbox ul li a .tx h3 {
    font-family: PingFang-SC-Heavy;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    height: 0.48rem;
    letter-spacing: 0px;
    color: #84553c;
    margin-top: 0.24rem;
}

.s4-mbox ul li a .tx .xx {
    padding: 1px 0.1rem 0.08rem 0.1rem;
    margin-top: 0.2rem;
}

.s4-mbox .slick-dots {
    bottom: -0.87rem;
}

.s4-r {
    width: 23.66%;
}

.s4-r ul li+li {
    margin-top: 0.32rem;
}

.s4-r ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.s4-r ul li a .pic {
    padding-top: 61.18%;
    clip-path: polygon(0% 8%, 5% 0%, 100% 0%, 100% 92%, 95% 100%, 0% 100%, 0% 100%);
}

.s4-r ul li a .pic::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    background: rgba(28, 53, 161, 0.9);
    transition: all 0.5s;
}

.s4-rbox .slick-dots,
.s4-b .slick-dots {
    margin-top: 0.4rem;
}

/* s5 */
.s5 {
    padding: 0.88rem 0 1.3rem 0;
}

.s5-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s5-l {
    width: 55.29%;
}

.s5-l .s1-tp {
    width: 100%;
}

.s5-l .s1-tp::before {
    content: none;
}

.s5-l .s1-p .pic {
    padding-top: 65.74%;
    clip-path: polygon(0% 4%, 3% 0%, 100% 0%, 100% 96%, 97% 100%, 0% 100%, 0% 100%);
}

.s5-c .s1-tx h3 {
    margin-right: 0;
}

.s5-l .s1-tx {
    padding: 0 1.66rem 0.3rem 0.34rem;
}

.s5-l .s1-tp .slick-dots {
    right: 0.3rem;
}

.s5-m {
    width: 21.36%;
    margin-top: 0.24rem;
}

.s5-m ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.s5-m ul li.t a .pic {
    padding-top: 109.55%;
    clip-path: polygon(0% 0%, 94% 0%, 100% 6%, 100% 100%, 6% 100%, 0% 94%, 0% 0%);
}

.s5-m ul li.b a .pic {
    padding-top: 62.68%;
    clip-path: polygon(0% 10%, 6% 0%, 100% 0%, 100% 90%, 94% 100%, 0% 100%, 0% 100%);
}

.s5-m ul li+li {
    margin-top: 0.07rem;
}

.s5-m .s1-p .pic::after,
.s4-r .pic::after {
    height: 0;
    background: rgba(28, 53, 161, 0.9);
    transition: all 0.5s;
}

.s5-m .s1-tx,
.s4-r .s1-tx {
    top: 100%;
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    bottom: auto;
    height: 100%;
    transition: all 0.5s;
    z-index: 1;
}

.s5-m .s1-tx h3,
.s4-r .s1-tx h3 {
    opacity: 0.8;
}

.s5-r {
    margin-top: 0;
}

.s5-m .gg-line .x,
.s4-r .gg-line .x {
    transition-delay: 0.2s;
}

@media screen and (min-width: 1025px) {

    .s2-lt ul li:hover a .k {
        background-color: #ffffff;
    }

    .s2-lt ul li:hover a {
        filter: drop-shadow(0px 0.05rem 0.15rem rgba(161, 165, 175, 0.41));
    }

    .s5-m ul li:hover .s1-p .pic::after,
    .s4-r ul li:hover .pic::after {
        height: 100%;
    }

    .s5-m ul li:hover .s1-tx,
    .s4-r ul li:hover .s1-tx {
        top: 0;
    }
}


@media screen and (max-width: 1024px) {

    .banner a {
        height: auto;
        padding-top: 50%;
    }

    .banner .slick-list::before {
        content: none;
    }

    .banner .slick-list::after {
        height: 20%;
    }

    .banner .slick-dots {
        padding: 0;
        text-align: center;
        bottom: .2rem;
    }

    .banner .slick-dots li {
        margin: 0 .1rem;
    }

    .b-tx {
        display: none !important;
    }

    .s1-t {
        display: none;
    }

    .s1 {
        padding: 0.3rem 0;
    }

    .tit {
        margin-bottom: 0.25rem;
    }

    .tit h3 {
        font-size: 0.26rem;
        line-height: 0.26rem;
        padding-left: .3rem;
        background-size: .2rem auto;
    }

    .more {
        width: .7rem;
        line-height: .28rem;
    }

    .more a {
        font-size: .16rem;
    }

    .s1-tp {
        width: 100%;
    }

    .s1-tp::before {
        right: -0.15rem;
        bottom: -0.15rem;
    }

    .s1-p .pic {
        clip-path: polygon(0% 5%, 3% 0%, 100% 0%, 100% 95%, 97% 100%, 0% 100%, 0% 100%);
    }

    .s1-tx span,
    .s1-tp .slick-dots li span,
    .s2-lt ul li a span,
    .s3-tx p {
        font-size: 0.16rem;
    }

    .s1-tx h3,
    .s1-lt ul li a .s1-dt .tx h3,
    .s2-lt ul li a h3,
    .s3-no ul li a h3,
    .s3-tx h3 {
        font-size: 0.18rem;
    }

    .gg-line {
        margin: 0.1rem 0;
    }

    .s1-tp .slick-dots li b {
        font-size: 0.24rem;
    }

    .s1-lt {
        width: 100%;
        margin-top: 0.5rem;
        padding-left: 0.2rem;
        padding-right: 0.1rem;
    }

    .s1-lt ul li a .s1-dt .tx h3 {
        height: auto;
        max-height: 0.6rem;
    }

    .s1-lt ul li a .s1-dt .date {
        line-height: 0.24rem;
        margin-top: 0.03rem;
    }

    .s1-lt ul li a .s1-dt .date b {
        font-size: 0.24rem;
        line-height: 0.24rem;
    }

    .s1-lt ul li a .s1-dt .date::before {
        bottom: -0.5rem;
    }

    .s2 {
        padding-top: 0;
    }

    .s2-lt ul li {
        padding: 0;
    }

    .s2-lt ul li a .k {
        padding: 0.2rem 0.2rem 0.3rem;
    }

    .s2-lt ul li a .gg-line {
        margin: 0.15rem 0;
    }

    .s2-lt .slick-dots,
    .s4-rbox .slick-dots,
    .s4-b .slick-dots {
        margin-top: 0.25rem;
    }

    .s2-lt .slick-dots li,
    .s4-mbox .slick-dots li,
    .s4-rbox .slick-dots li,
    .s4-b .slick-dots li {
        margin: 0 0.1rem;
    }

    .s3 {
        padding: 0.4rem 0 0.3rem 0;
    }

    .s3-r::before {
        right: -0.15rem;
    }

    .s3-r {
        padding: 0.76rem .2rem;
        margin-left: -0.3rem;
    }

    .s3-notice {
        right: 1.4rem;
    }

    .s3-button>div {
        width: 0.4rem;
        height: 0.4rem;
    }

    .s3-button {
        bottom: -0.78rem;
        left: -0.2rem;
    }

    .s3-button>div::after {
        background-size: 0.1rem auto;
    }

    #schedule-box::before {
        left: -0.15rem;
    }

    #schedule-box {
        padding-right: 0.5rem;
    }

    .s4 {
        padding: 0.3rem 0;
    }

    .s4-l {
        width: 100%;
    }

    .s4-t {
        /* padding: 0.2rem; */
    }

    .s4-t ul li a .tx h3 {
        font-size: 0.18rem;
    }

    .s4-t ul li a .tx h4,
    .s4-t ul li a .tx p {
        font-size: 0.16rem;
    }

    .s4-m {
        width: 100%;
        margin-top: 0.25rem;
    }

    .s4-mbox {
        padding: 0.2rem;
    }

    .s4-mbox ul li a .tx h3 {
        font-size: 0.18rem;
        height: auto;
        max-height: 0.48rem;
        margin-top: 0.2rem;
    }

    .s4-mbox ul li a .tx .xx {
        margin-top: 0.1rem;
    }

    .s4-r {
        width: 100%;
        margin-top: 0.4rem;
    }

    .s4-mbox .slick-dots {
        bottom: -0.5rem;
    }

    .s4-r ul li+li {
        margin-top: 0.2rem;
    }

    .s5 {
        padding: 0.3rem 0;
    }
}

@media screen and (max-width: 768px) {
    .s3-button {
        display: none;
    }

    .s3-notice {
        position: static;
    }

    .s3-no {
        max-width: inherit;
        flex: 1;
        min-width: 0;
    }

    .s3-c {
        margin-top: 0.25rem;
    }

    #schedule-box {
        width: 100%;
        padding: 0.2rem;
        height: auto;
    }

    #schedule-box::before {
        left: 0;
    }

    .s3-r::before {
        right: 0;
    }

    .s3-r {
        padding: .2rem;
        margin-left: 0;
    }

}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
    .s1-lt ul li a .s1-dt .date::before {
        bottom: -0.9rem;
    }

    .s3-notice>h3 {
        margin-right: 0.1rem;
    }

    .s3-no {
        padding-left: 0.1rem;
    }

    .s3-nobu {
        margin-left: 0.1rem;
    }

    .s4-t ul li a {
        flex-wrap: wrap;
    }

    .s4-t ul li a .picbox {
        /* margin: 0 auto;
        margin-bottom: 0.2rem; */
    }

    .s4-t ul li a .tx {
        flex: none;
        width: 100%;
    }

    .s4-t ul li a .tx h3,
    .s4-t ul li a .tx h4 {
        /* text-align: center; */
    }

    .s5-l {
        width: 100%;
        margin-bottom: 0.1rem;
    }

    .s5-l .s1-tx {
        padding: 0 1.2rem 0.2rem 0.2rem;
    }

    .s5-m {
        width: 49%;
        margin-top: 0;
    }
}