@charset "utf-8";

body {
    overflow-x: hidden;
}




@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3rem, 0);
        transform: translate3d(0, 3rem, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}



@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -30%, 0);
        transform: translate3d(100%, -30%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -30%, 0);
        transform: translate3d(100%, -30%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

.banner.ani #downPage {
    opacity: 1;
}

@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
    transform: scale(1, 1);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zz1.png) repeat-x;
    background-position: center top;
    z-index: 2;
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
    opacity: 0;
}

.banner .slick-slide a video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background: #000;
}

.banner .slick-slide a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .slick-slide a div img {
    display: block;
    max-width: 70%;
    max-height: 1.83rem;
    transition: all 1s;
    transform: scale(0);
    opacity: 0;
}

.banner .slick-slide a div img.on {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.banner .slick .box0 {
    opacity: 1;
    z-index: 0;
    opacity: 1;
    z-index: 0;
    -webkit-animation: box0 7s linear 0s;
    animation: box0 7s linear 0s
}


.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}

.banner .slick .box1 {
    -webkit-animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 0
}

@-webkit-keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15)
    }
}

@keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15)
    }
}

@-webkit-keyframes box1 {
    0% {
        -webkit-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@keyframes box1 {
    0% {
        -webkit-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15)
    }
}

.banner .slick-slide p {
    position: absolute;
    left: .6rem;
    bottom: 0.45rem;
    font-size: 0.3rem;
    line-height: .46rem;
    color: #ffffff;
    font-weight: 600;
    max-height: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
}

.banner .slick-prev, .banner .slick-next {
    width: 0.3rem;
    height: 0.36rem;
    top: auto;
    left: auto;
    transform: translateY(0);
    bottom: 0.44rem;
    transition: all 0.5s;
}

.banner .slick-prev {
    background: url(../images/banner-l.png) no-repeat;
    background-position: center center;
    background-size: .28rem auto;
    right: 1.28rem;
}

.banner .slick-prev:hover {
    /* transform: translateX(-.1rem); */
    opacity: .6;
}

.banner .slick-next {
    right: .44rem;
    background: url(../images/banner-r.png) no-repeat;
    background-position: center center;
    background-size: .28rem auto;
}

.banner .slick-next:hover {
    /* transform: translateX(.1rem); */
    opacity: .6;
}

.banner .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom: 0.57rem;
}

.banner .slick-dots li {
    width: 0.15rem;
    height: 0.15rem;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 50%;
    margin: 0 .05rem;
    transition: width 0.5s;
}

.banner .slick-dots li button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    width: 0.28rem;
    height: 0.32rem;
    background: url(../images/ban-dots.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
    width: 0.28rem;
    background: transparent;
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    visibility: visible;
}

/* index */
.index {
    z-index: 99;
    background: #fff;
    overflow: hidden;
}

.itit {
    position: relative;
}

.itit::before {
    content: "";
    position: absolute;
    right: 100%;
    width: 1.99rem;
    height: 1px;
    background-color: #e9711a;
    margin-right: .2rem;
}

.itit h2 {
    font-family: SourceHanSansCN-Heavy;
    font-size: 0.4rem;
    font-weight: 600;
    line-height: .55rem;
    color: #e9711a;
    position: relative;
    z-index: 2;
}

.itit h2 i {
    position: absolute;
    left: 0;
    bottom: 50%;
    font-family: Poppins-Bold;
    font-size: 0.7rem;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    color: #e9e9ee;
    z-index: -2;
}

.itit-w h2 {
    color: #fff;
}

.itit h4 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #ffffff;
    opacity: 0.8;
    margin-top: .2rem;
}

.itit-b h2 {
    color: #0052a9;
}

.itit-b::before {
    background: #0052a9;
}

.pubmore {
    display: flex;
    justify-content: center;
}

.pubmore a {
    display: block;
    border: solid 0.02rem #222222;
    padding: 0 .28rem;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    border-radius: 0.25rem;
}

.pubmore a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffd966;
    transition: all 0.5s;
    transform: translateX(-100%) translateY(-100%);
    z-index: 1;
    opacity: 0;
}

.pubmore a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffd966;
    transition: all 0.5s;
    transform: translateX(100%) translateY(100%);
    opacity: 0;
    z-index: 1;
}

.pubmore a span {
    display: flex;
    align-items: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.46rem;
    color: #222222;
    position: relative;
    z-index: 2;
}

.pubmore a span::after {
    content: "";
    display: block;
    width: 0.13rem;
    height: 0.12rem;
    background: url(../images/pubmore-b.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-left: .05rem;
}


.pubmore-w a {
    border-color: #eb8e08;
}

.pubmore-w a span {
    color: #fff;
}

.pubmore-w a span::after {
    background: url(../images/pubmore-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}




.section1 {
    background: #f5f5f7;
    padding: 1.09rem 0 1.4rem 0;
    position: relative;
}

.section1 .s1-titr {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.section1>div {
    position: relative;
    z-index: 9;
}

.s1-subtit {
    position: relative;
    margin-right: .35rem;
}

.s1-mores>div {
    display: none;
}

.s1-mores>div:nth-child(1) {
    display: block;
}

.s1-subtit ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9;
    position: relative;
}

.s1-subtit ul li a {
    display: block;
    font-size: 0.18rem;
    color: #000;
    border-radius: 0.2rem;
    line-height: .4rem;
    padding: 0 .25rem;
    transition: all 0.5s;
}

.s1-subtit ul li.on a {
    color: #fff;
}

.s1-subtit ul li.on a {
    font-family: SourceHanSansCN-Bold;
}

.s1-subtit-bg {
    position: absolute;
    transition: all 0.5s;
    border-radius: 0.2rem;
    z-index: 1;
    pointer-events: none;
    background: #e9711a;
}

.s1-c {
    position: relative;
    overflow: hidden;
    margin-top: .44rem;
}

.s1-c>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.3s;
}

.s1-c>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transition: all 0.8s;
}

.s1-cmain {
    display: flex;
}

.s1-cmain .s1-list {
    width: 62.5%;
    margin-right: .4rem;
    display: block;
    border-radius: .1rem;
    overflow: hidden;
}

.s1-cmain .s1-list2 {
    flex: 1;
    min-width: 0;
}

.s1-list {
    display: flex;
}

.s1-list li {
    width: 32%;
}

.s1-list li+li {
    margin-left: 2%;
}

.s1-list li a {
    display: block;
}

.s1-list li a .pic {
    padding-top: 53%;
}

.s1-list li a .pic div {
    z-index: 8;
}

.s1-list li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.03rem;
    background: #0055b4;
    z-index: 9;
    transition: all 0.5s;
    opacity: 0;
}

.s1-list li a .pic div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 43, 166, .35);
    transition: all 0.5s;
    filter: brightness(2.5);
    opacity: 0;
}

/* .s1-list li a .pic div::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.03rem;
    background: #0055b4;
    z-index: 2;
    width: 100%;
} */

.s1-list li a .info {
    background-color: rgba(145, 108, 92, .67);
    border-radius: 0px 0px .1rem .1rem;
    padding: .27rem .3rem .25rem .25rem;
    display: flex;
    align-items: flex-start;
}

.s1-list li a .info .info-con {
    flex: 1;
    min-width: 0;
}

.s1-list li a .info h3 {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.3rem;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.s1-list li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
    margin-top: .1rem;
}

.s1-list li a .info span {
    display: block;
    font-family: CenturyGothic;
    font-size: 0.16rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 0.26rem;
    color: #ffffff;
    margin-top: .2rem;
}


.s1-list li a .info-media {
    margin-left: 9.5%;
}

.s1-list li a .info-media dl {
    display: flex;
    align-items: center;
}

.s1-list li a .info-media dd+dd {
    margin-left: .15rem;
}

.s1-list li a .info-media dd img {
    display: block;
    width: 0.38rem;
}

.s1-list2 li {}

.s1-list2 li+li {
    margin-top: .4rem;
}

.s1-list2 li a {
    display: block;
    position: relative;
    border-radius: .1rem;
    overflow: hidden;
}

.s1-list2 li a .pic {
    padding-top: 62.6%;
}

.s1-list2 li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .0), rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .8));
}

.s1-list2 li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .25rem .3rem;
}

.s1-list2 li a .info h3 {
    font-family: 'SourceHanSansCN-Bold';
    font-size: .2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .3rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
}

.s1-list2 li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s1-list2 li a .info span {
    display: block;
    font-family: CenturyGothic;
    font-size: 0.16rem;
    font-weight: lighter;
    font-style: italic;
    line-height: 0.26rem;
    color: #fff;
    padding-top: .1rem;
    border-top: 1px solid rgba(251, 250, 250, .2);
    margin-top: .13rem;
}

.s1-list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-list3 li {
    width: 48%;
}

.s1-list3 li a {
    display: flex;
    align-items: center;
    padding: .5rem 0;
}

.s1-list3 li:nth-child(2)~li a {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.s1-list3 li a .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: .6rem;
    margin-right: .2rem;
}

.s1-list3 li a .date b {
    font-family: CenturyGothic-Bold;
    font-size: 0.4rem;
    font-weight: 600;
    font-style: italic;
    line-height: 0.4rem;
    color: #000000;
}

.s1-list3 li a .date span {
    font-family: CenturyGothic;
    font-size: 0.14rem;
    font-weight: normal;
    font-style: italic;
    line-height: 0.2rem;
    color: #000000;
}

.s1-list3 li a .info {
    flex: 1;
    min-width: 0;
}

.s1-list3 li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
    font-family: SourceHanSansCN-regular;
}



.s1-bg {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1 !important;
    pointer-events: none;
}

.s1-bg img {
    display: block;
    width: 100%;
}




.section2 {
    padding: 1rem 0 1.45rem 0;
    position: relative;
    z-index: 2;
}

.s2-bg {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1 !important;
    overflow: hidden;
}

.s2-bg::before {
    content: "";
    position: absolute;
    /* left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: scale(1.15); */

    transition: all 5s ease-out;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 120%;
    height: 120%;

    background: url(../images/s2-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none;
    /* animation: _aniBg 10s ease-in-out infinite; */
}

@keyframes _aniBg {
    0% {
        transform: scale(1.15);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

.section2.aos-animate .s2-bg::before {
    width: 100%;
    height: 100%;
}


.section2>div {
    position: relative;
    z-index: 9;
}

.s2-c {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s2-l {
    width: 50%;
    position: relative;
}

.s2-l>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.3s;
}

.s2-l>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transition: all 0.8s;
}

.s2-l .itit h2 {
    text-align: left;
}

.s2-l .pubmore {
    justify-content: flex-start;
    margin-top: .7rem;
}

.s2-l .itit h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 1.8rem;
}


.s2-r {
    width: 36%;
    margin-top: -1.9rem;
}




.s2-r>div a {
    height: 1.61rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .44rem 0 .52rem .4rem;
    transition: all 0.5s;
}

.s2-r>div a h3 {
    font-family: SourceHanSansCN-Heavy;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.5rem;
    color: #ffffff;
}

.s2-r>div a b {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.5s;
}

.s2-r>div a b img {
    display: block;
    height: 0.39rem;
}

.s2-rt {
    background: url(../images/s2-rtbg.jpg) no-repeat;
    background-size: cover !important;
    background-position: right bottom !important;
    transition: all 0.5s;
}

.s2-rb {
    background: url(../images/s2-rbbg.jpg) no-repeat;
    background-size: cover !important;
    background-position: right bottom !important;
    transition: all 0.5s;
}

.s2-rt.on {
    background: url(../images/s2-rtbg-h.jpg) no-repeat;
    background-size: cover !important;
    background-position: right bottom !important;
}

.s2-rb.on {
    background: url(../images/s2-rbbg-h.jpg) no-repeat;
    background-size: cover !important;
    background-position: right bottom !important;
}

.s2-r>div.on a {
    height: 3.41rem;
}

.s2-r>div.on a b {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}









.section3 {
    background: url(../images/s3-bg.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: .7rem 0 .85rem 0;
}


.s3-c {
    margin-top: .4rem;
    position: relative;
}

.s3-c .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .6rem;
    height: .6rem;
    z-index: 9;
    margin-top: -.93rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s;
}

.s3-c .s3-prev {
    background: #004caa url(../images/icon-prev.png) no-repeat;
    background-size: .25rem;
    background-position: center center;
    left: -.7rem;
}

.s3-c .s3-next {
    background: #004caa url(../images/icon-next.png) no-repeat;
    background-size: .25rem;
    background-position: center center;
    right: -.7rem;
}

.s3-c ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -.05rem;
}

.s3-c ul li {
    width: 22.5%;
}

.s3-c ul li a {
    display: block;
    margin: 0 .05rem;
    padding: 0 .2rem;
    position: relative;
    min-height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
}

.s3-c ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: .9rem;
    background: linear-gradient(180deg, transparent, #0b54ae, #0b54ae);
    transition: all 0.5s;
    transform: translateY(100%);
    opacity: 0;
    border-radius: 0.1rem;
}

.s3-c ul li a .pic {
    padding-top: 125%;
    z-index: 8;
}

.s3-c ul li a .pic::before {
    content: none;
}

.s3-c ul li a .pic div {
    top: 0;
    transform: translateX(-50%);
    border-radius: 0.1rem;
    transition: all .8s;
}

.s3-c ul li a .info {
    position: relative;
    z-index: 9;
    transition: all 0.5s;
    padding-bottom: 18%;
}

.s3-c ul li a .info h3 {
    font-size: 0.28rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* padding-right: .3rem; */
    /* background: url(../images/pubmore-y.png) no-repeat; */
    /* background-position: right center; */
    /* background-size: .13rem auto; */
    margin-top: .22rem;
}

.s3-c ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s3-c ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .72rem;
    margin-top: .1rem;
}




.section4 {
    background: #fff url(../images/s4-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-attachment: fixed;
    padding: 1.19rem 0 1.14rem 0;
}

.s4-c {
    margin-top: 1.05rem;
}

.s4-c ul {
    display: flex;
    justify-content: space-between;
}

.s4-c ul li {
    width: 27.5%;
}

.s4-c ul li:nth-child(1) {
    width: 43.25%;
}

.s4-c ul li a {
    display: block;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}

.s4-c ul li a .pic {
    padding-top: 5.55rem;
    border-radius: 0.1rem;
    background-color: #002f6a;
    overflow: hidden;
}

/*
.s4-c ul li:nth-child(2) a .pic {
    background-color: #f2bc3b;
}

.s4-c ul li:nth-child(3) a .pic {
    background-color: #596917;
}*/

.s4-c ul li a .pic div {
    opacity: .1;
    transition: all 0.5s;
}

.s4-c ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-zzc.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    transform: translateY(100%);
    transition: all 0.5s;
}

.s4-c ul li a .info-t {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}

.s4-c ul li a .info-t {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    padding: .4rem .35rem 0 .35rem;
    transition: all 0.5s;
}

.s4-c ul li a .info-t b {
    display: block;
    font-family: SourceHanSansCN-Medium;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.25rem;
    color: #ffffff;
}

.s4-c ul li a .info-t h3 {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.25rem;
    color: #ffffff;
    margin-top: .1rem;
}

.s4-c ul li a .info-b {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 0 .45rem .8rem .45rem;
    transform: translateY(100%);
    transition: all 0.5s;
    z-index: 9;
}

.s4-c ul li a .info-b b {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #ffd966;
}

.s4-c ul li a .info-b h3 {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #ffd966;
    margin-top: .15rem;
}

.s4-c ul li a .info-b h4 {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #ffffff;
    opacity: 0.2;
}

.s4-c ul li a .info-b p {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #ffffff;
    opacity: 0.6;
    margin-top: .15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .78rem;
}

.s4-c ul li.on a .pic::after {
    transform: translateY(0);
}

.s4-c ul li.on a .pic div {
    opacity: 1;
}

.s4-c ul li.on a .info-t {
    transform: translateX(-100%);
    transition: all 1s;
}

.s4-c ul li.on a .info-b {
    transform: translateY(0);
    transition-delay: .6s;
}



.section4 .pubmore {
    margin-top: .67rem;
}

.section5 {
    background: url(../images/s5-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: .96rem 0;
}

.section5 .itit h2 {
    color: #bf9104;
}

.section5 .itit h2 i {
    color: #fff;
}

.s5-c ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: .75rem;
}

.s5-c ul li a {
    display: flex;
    position: relative;
}

.s5-c ul li a .info {
    padding: .49rem .44rem 0 .44rem;
}

.s5-c ul li a .info h3 {
    font-family: SourceHanSansCN-Heavy;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.58rem;
    color: #fffafa;
}

.s5-c ul li a .info p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0px;
    color: #fff;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 1.04rem;
    margin-top: .2rem;
}

.s5-c ul li:nth-child(1) {
    width: 33.33%;
}

.s5-c ul li:nth-child(1) a .pic {
    width: 100%;
    padding-top: 86.666%;
}

.s5-c ul li:nth-child(1) a .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.s5-c ul li:nth-child(2) {
    width: 66.67%;
}

.s5-c ul li:nth-child(2) a .pics {
    width: 100%;
    background: #001333;
}

.s5-c ul li:nth-child(2) a .pics .pic {
    padding-top: 43.3%;
    /* opacity: .6; */
}

.s5-c ul li:nth-child(2) a .pics .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background: url(../images/icon-vr.png) no-repeat;*/
    background-position: center center;
    background-size: .93rem auto;
}

.s5-c ul li:nth-child(2) a .info {
    width: 50%;
    
    background-position: center bottom;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
}
.s5-c ul li:nth-child(2) a .info::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 79%;
    bottom: 0;
    background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, .5) 80%, rgba(255, 255, 255, 0));
    z-index: -1;
}

.s5-c ul li:nth-child(2) a .info h3 {
    color: #232323;
}

.s5-c ul li:nth-child(2) a .info p {
    /* color: #222222; */
}

.s5-c ul li:nth-child(2) a .pubmore {
    justify-content: flex-start;
    margin-top: .8rem;
}


.s5-c ul li:nth-child(2) a .pubmore div {
    display: flex;
    justify-content: center;
    border: solid 0.02rem #222222;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    /* width: 1.7rem; */
    height: 0.51rem;
    border: solid 0.02rem #fff;
    padding: 0 .25rem;
    border-radius: 0.25rem;
}

.s5-c ul li:nth-child(2) a .pubmore div+div {
    margin-left: .15rem
}

.s5-c ul li:nth-child(2) a .pubmore div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffd966;
    transition: all 0.5s;
    transform: translateX(-100%) translateY(-100%);
    z-index: 1;
    opacity: 0;
}

.s5-c ul li:nth-child(2) a .pubmore div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffd966;
    transition: all 0.5s;
    transform: translateX(100%) translateY(100%);
    opacity: 0;
    z-index: 1;
}

.s5-c ul li:nth-child(2) a .pubmore div span {
    display: flex;
    align-items: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.48rem;
    color: #fff;
    position: relative;
    z-index: 2;
}

.s5-c ul li:nth-child(2) a .pubmore div span::after {
    content: "";
    display: block;
    width: 0.13rem;
    height: 0.13rem;
    background: url(../images/pubmore-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-left: .04rem;
}

.section5 .pubmore {
    margin-top: .5rem;
}

 


.s5-c ul li:nth-child(3) {
    width: 66.67%;
}

.s5-c ul li:nth-child(3) a .info {
    width: 43%;
    /* background-color: #8c1913; */
    background: linear-gradient(to right, #8c1913, transparent);
    padding-right: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    /* background: url(../images/s5-c-item3bg.jpg) no-repeat; */
    background-position: left center;
    background-size: cover;
}

.s5-c ul li:nth-child(3) a .pics {
    width: 100%;
}

.s5-c ul li:nth-child(3) a .pics .pic {
    padding-top: 33.7%;
    margin: 0 -1px;
}
.s5-c ul li:nth-child(3) a .pics .pic::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    /* background: linear-gradient(to right, #c55a11 15%, rgba(191, 144, 0, 0)); */
    z-index: 9;
    pointer-events: none;
}
.s5-c ul li:nth-child(4) {
    width: 33.33%;
}

.s5-c ul li:nth-child(4) a .pic {
    padding-top: 67.35%;
    width: 100%;
}

.s5-c ul li:nth-child(4) a .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.s5-c ul li:nth-child(4) a .info h3 {
    text-shadow: 0 0 .1rem rgba(0, 0, 0, .5);
}


.s5-c .pubmore {
    margin-top: .5rem
}

.section6 {
    padding-top: 1.55rem;
    padding-bottom: 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
}

.section6>div {
    position: relative;
    z-index: 9;
}

.s6-c {
    position: relative;
}

.s6-svg {
    display: flex;
    justify-content: flex-end;
    padding-right: .34rem;
    position: relative;
    z-index: 8;
}

.s6-svg svg {
    height: 7.91rem;
    max-width: 95%;opacity:0.4;
}

.s6-yq {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.s6-yq li {
    position: absolute;
    visibility: hidden;

}

.s6-yq li a {
    display: block;
    font-family: SourceHanSansCN-Heavy;
    font-size: 0.25rem;
    line-height: .25rem;
    color: #232323;
    transition: all 0.6s;
    position: relative;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    font-weight: 600;
}

.s6-yq li a b {
    position: absolute;
    left: 0;
    white-space: nowrap;
    top: 0;
    font-size: 0.25rem;
    line-height: .25rem;
    color: #fff;
    width: 0;
    overflow: hidden;
    font-weight: 600;
    font-family: SourceHanSansCN-Heavy;
}

.s6-yq li a span {
    position: absolute;
    left: 0;
    top: 100%;
    font-family: SourceHanSansCN-Heavy;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .28rem;
    color: #ffffff;
    padding-top: .15rem;
    transform: translateY(.3rem);
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    transition: all 0.5s;
    white-space: nowrap;
}

.s6-yq li a span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.01rem;
    background: #fff;
    transform: translateY(.3rem);
    opacity: 0;
}

.s6-yq li a span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.03rem;
    height: 0.01rem;
    background: #fff;
    transform: translateY(.5rem);
    opacity: 0;
}

.s6-yq li:nth-child(1) {
    left: 4%;
    top: 27%;
}

.s6-yq li:nth-child(2) {
    left: 42.5%;
    top: 8%;
    transform: translateY(-50%);
}

.s6-yq li:nth-child(3) {
    right: 5.5%;
    top: 23.5%;
}

.s6-yq li:nth-child(4) {
    left: 35.2%;
    top: 41.5%;
}

.s6-yq li:nth-child(5) {
    right: 28%;
    top: 47%;
}

.s6-yq li:nth-child(6) {
    right: 0.2%;
    top: 53%;
}

.s6-yq li:nth-child(7) {
    right: 31.2%;
    bottom: 18%;
}

.s6-yq li:nth-child(8) {
    right: 1.5%;
    bottom: 12%;
}


.s6-yq li.on a {
    transition: all 0s;
    transition-delay: .3s;
}

.s6-yq li.on a b {
    transition: all 0.5s linear;
    width: 100%;
}

.s6-yq li.on a span {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.s6-yq li.on a span::after {
    transition: all .5s;
    transform: translateY(0);
    opacity: 1;
    transition-delay: .3s;
}

.s6-yq li.on a span::before {
    transition: all .5s;
    opacity: 1;
    transform: translateY(0);
    transition-delay: .6s;
}

.s6-des {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: 1.15rem;
    left: 0;
    width: 5.3rem;
    max-width: 100%;
    opacity: 0;
    transform: translateX(-1rem);
    transition: all 0.8s;
}

.s6-des h2 {
    color: #0052a9;
}

.s6-des p {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #727272;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 1.5rem;
    margin-top: .35rem;
    transition: all 0.5s;
}

.section6.on .s6-des {
    opacity: 1;
    transform: translateX(0);
}

.s6-des.on h2 {
    color: #fff;
}

.s6-des.on p {
    transform: translateY(-.5rem);
    opacity: 0;
    color: #fff;
}

.s6-bg {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1 !important;
}

.s6-bg div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
}

.s6-bg div.on {
    opacity: 1;
}

/*.s6-bg div.on:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5
}*/

.section6.on .s6-yq li a {
    transition: all 0.8s;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.section6.on .s6-yq li:nth-child(2) a {
    transition-delay: .3s;
}

.section6.on .s6-yq li:nth-child(3) a {
    transition-delay: .15s;
}

.section6.on .s6-yq li:nth-child(4) a {
    transition-delay: .2s;
}

.section6.on .s6-yq li:nth-child(5) a {
    transition-delay: .35s;
}

.section6.on .s6-yq li:nth-child(6) a {
    transition-delay: .35s;
}

.section6.on .s6-yq li:nth-child(7) a {
    transition-delay: .2s;
}

.section6.on .s6-yq li:nth-child(8) a {
    transition-delay: .35s;
}

.section6.on .s6-yq li:nth-child(1) a .icons {
    background-color: #9dc78d;
}

.section6.on .s6-yq li:nth-child(2) a .icons {
    background-color: #0052a9;
}

.section6.on .s6-yq li:nth-child(3) a .icons {
    background-color: #c65d15;
}

.section6.on .s6-yq li:nth-child(8) a .icons {
    background-color: #b92612;
}

.section6.on .s6-yq li:nth-child(5) a .icons {
    background-color: #eeda50;
}

.section6.on .s6-yq li:nth-child(6) a .icons {
    background-color: #0464db;
}

.section6.on .s6-yq li:nth-child(7) a .icons {
    background-color: #e0830b;
}

.section6.on .s6-yq li:nth-child(4) a .icons {
    background-color: #669056;
}

.section6.on .s6-yq li:nth-child(1) a .icons::before {
    border-color: #9dc78d;
}

.section6.on .s6-yq li:nth-child(1) a .icons::after {
    border-color: #9dc78d;
}

.section6.on .s6-yq li:nth-child(2) a .icons::before {
    border-color: #0052a9;
}

.section6.on .s6-yq li:nth-child(2) a .icons::after {
    border-color: #0052a9;
}

.section6.on .s6-yq li:nth-child(3) a .icons::before {
    border-color: #c65d15;
}

.section6.on .s6-yq li:nth-child(3) a .icons::after {
    border-color: #c65d15;
}

.section6.on .s6-yq li:nth-child(8) a .icons::before {
    border-color: #db1e04;
}

.section6.on .s6-yq li:nth-child(8) a .icons::after {
    border-color: #db1e04;
}

.section6.on .s6-yq li:nth-child(5) a .icons::before {
    border-color: #eeda50;
}

.section6.on .s6-yq li:nth-child(5) a .icons::after {
    border-color: #eeda50;
}

.section6.on .s6-yq li:nth-child(6) a .icons::before {
    border-color: #0464db;
}

.section6.on .s6-yq li:nth-child(6) a .icons::after {
    border-color: #0464db;
}

.section6.on .s6-yq li:nth-child(7) a .icons::before {
    border-color: #e0830b;
}

.section6.on .s6-yq li:nth-child(7) a .icons::after {
    border-color: #e0830b;
}

.section6.on .s6-yq li:nth-child(4) a .icons::before {
    border-color: #669056;
}

.section6.on .s6-yq li:nth-child(4) a .icons::after {
    border-color: #669056;
}

.section6.on .s6-yq li:nth-child(9) a .icons::before {
    border-color: #000;
}

.section6.on .s6-yq li:nth-child(9) a .icons::after {
    border-color: #000;
}


.section6.on .s6-yq li a .icons {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e0830b;
    border-radius: 50%;
    bottom: 100%;
    margin-bottom: .18rem;
}

.section6.on .s6-yq li a .icons::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid transparent;
    z-index: -1;
    pointer-events: none;

}

.section6.on .s6-yq li a .icons::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid transparent;
    z-index: -1;
    pointer-events: none;

}

.section6.on .s6-yq li:nth-child(2n) a .icons::before {
    animation: _circlescale infinite 2s linear;
}

.section6.on .s6-yq li:nth-child(2n) a .icons::after {
    animation: _circlescale infinite 2s -1s linear;
}

.section6.on .s6-yq li:nth-child(2n+1) a .icons::before {
    animation: _circlescale infinite 2s -3s linear;
}

.section6.on .s6-yq li:nth-child(2n+1) a .icons::after {
    animation: _circlescale infinite 2s -2s linear;
}

@keyframes _circlescale {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.section6.on .s6-yq li a .icons img {
    display: block;
    max-width: 0.36rem;
    min-width: .3rem;
}


/*  新增板块 */
.adblock1 {
    background: url(../images/adblock1-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 19.2rem auto;
    padding: .75rem 0 1.06rem 0;
}

.adb1-c {
    margin-top: .6rem;
    margin-right: calc((-100vw + 14.4rem) / 2);
}

.adb1-c .swiper-container {
    padding-right: .7rem;
}

.adb1-c .swiper-slide a {
    display: block;
    background-color: #ffffff;
    border-radius: 0.1rem;
    border: solid 0.01rem #eeeeee;
    overflow: hidden;
}

.adb1-c .swiper-slide a .pic {
    padding-top: 57.8%;
}

/* .adb1-c .swiper-slide a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .62rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, .5) 30%, rgba(255, 255, 255, 1));
} */

.adb1-c .swiper-slide a .info {
    padding: .15rem .3rem .38rem .3rem;
    position: relative;
}

.adb1-c .swiper-slide a .info::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -0.6rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) .3rem, rgba(255, 255, 255, 1) .6rem);
    z-index: 1;
    transition: all 0.5s;
    opacity: 1;
}

.adb1-c .swiper-slide a .info::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -0.6rem;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(11, 84, 174, 0) 0%, rgba(11, 84, 174, 0.6) .3rem, rgba(11, 84, 174, 1) .6rem);
    opacity: 0;
    transition: all 0.5s;
}

.adb1-c .swiper-slide a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    position: relative;
    z-index: 9;
}

.adb1-c .swiper-slide a .info div {
    margin-top: .05rem;
    position: relative;
    z-index: 9;
}

.adb1-c .swiper-slide a .info div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: #666666;
}

.adb1-c .swiper-slide a .info b {
    display: block;
    width: 0.41rem;
    height: 0.41rem;
    background-color: #ffd966;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-top: .2rem;
    z-index: 9;
}

.adb1-c .swiper-slide a .info b::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(../images/pubmore-w.png) no-repeat;
    background-position: center center;
    background-size: .13rem;
    transition: all 0.5s;
    transform: translateY(-100%) translateX(-100%);
}

.adb1-c .swiper-slide a .info b::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(../images/pubmore-b.png) no-repeat;
    background-position: center center;
    background-size: .13rem;
    transition: all 0.5s;
}

.adb1-c .swiper-slide a .info span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/adb-itembg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    z-index: 3;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s;
}

.adb1-c .swiper-scrollbar {
    position: relative;
    height: 1px;
    margin-top: .8rem;
    height: 0.12rem;
    background: none;
}

.adb1-c .swiper-scrollbar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 1px;
    background: #0851ac;
    opacity: .2;
}

.adb1-c .swiper-scrollbar div {
    height: 100%;
    background-color: #0851ac;
    border-radius: 0.06rem;
    transition: all 0.5s;
}




@media screen and (min-width: 1025px) {

    .pubmore a:hover {
        border-color: #ffd966;
    }

    .pubmore a:hover::before {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }

    .pubmore a:hover::after {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }

    .pubmore-w a:hover span {
        color: #222222;
    }

    .pubmore-w a:hover span::after {
        background: url(../images/pubmore-b.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .s1-list li a:hover .info h3 {
        color: #eb8e08;
    }

    .s1-list li a:hover .pic::after {
        background: #fdc019;
    }

    .s1-list li a:hover .pic div::before {
        opacity: 0;
    }

    .s1-list3 li a:hover .date b {
        color: #ffc000;
    }

    .s1-list3 li a:hover .date span {
        color: #ffc000;
    }

    .s1-list3 li a:hover .info h3 {
        color: #ffc000;
    }

    .s3-c ul li a:hover:before {
        transform: translateY(0);
        opacity: 1;
    }

    .s3-c ul li a:hover .pic div {
        /* padding-top: 110%; */
        height: 88%;
        width: 100%;
    }

    .s3-c ul li a:hover .info {
        margin-top: -12%;
    }

    .s3-c ul li a:hover .info h3 {
        color: #fff;
    }

    .s3-c ul li a:hover .info p {
        color: #fff;
    }

    .s5-c ul li:nth-child(2) a .pubmore div:hover {
        border-color: #ffd966;
    }

    .s5-c ul li:nth-child(2) a .pubmore div:hover::before {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }

    .s5-c ul li:nth-child(2) a .pubmore div:hover::after {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }


    .adb1-c .swiper-slide a:hover .info::before {
        opacity: 0;
    }

    .adb1-c .swiper-slide a:hover .info::after {
        opacity: 1;
    }

    .adb1-c .swiper-slide a:hover .info h3 {
        color: #ffd966;
    }

    .adb1-c .swiper-slide a:hover .info div p {
        color: #fff;
    }

    .adb1-c .swiper-slide a:hover .info b::before {
        transform: translateY(0) translateX(0);
    }

    .adb1-c .swiper-slide a:hover .info b::after {
        transform: translateY(100%) translateX(100%);
    }

    .adb1-c .swiper-slide a:hover .info span {
        transform: translateY(0);
        opacity: 1;
    }

    .s3-c .slick-arrow:hover {
        background-color: #fdc019;
    }





}

@media screen and (max-width: 1480px) {}

@media screen and (max-width: 1024px) {

    .banner .slick-slide a::after {
        content: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .banner .slick-slide a {
        padding-top: 49.5%;
    }

    .banner .slick-slide a>img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
    }

    .banner .slick-slide a>video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
    }

    .itit h2 {
        font-size: .3rem;
        line-height: .3rem;
    }

    .s1-list li a .info h3 {
        font-size: .18rem;
    }

}

@media screen and (max-width: 1024px) {
    .section1, .adblock1, .section2, .section3, .section4, .section5, .section6 {
        padding: .4rem 0;
    }

    .s1-c, .s3-c, .s3-c .pubmore, .s4-c, .section4 .pubmore, .s5-c ul, .s5-c>.pubmore, .adb1-c .swiper-scrollbar {
        margin-top: .3rem;
    }

    .pubmore a {
        padding: 0 .15rem;
    }

    .pubmore a span {
        line-height: .3rem;
    }

    .s1-subtit {
        margin-right: 0;
        margin-top: .2rem;
    }

    .section1 .itit {
        display: block;
        position: relative;
    }

    .section1 .itit h2 {
        text-align: left;
    }

    .section1 .s1-titr {
        display: block;
    }

    .s1-mores {
        position: absolute;
        right: 0;
        top: 0;
    }

    .s1-subtit ul li a {
        padding: 0 .15rem;
    }

    .s1-list li a .pic div::before {
        opacity: 0;
    }

    .s1-cmain {
        display: block;
    }

    .s1-cmain .s1-list {
        width: auto;
        margin-right: 0;
    }

    .s1-list li a .info {
        padding: .15rem;
        display: block;
    }

    .s1-list li a .info-media {
        margin-left: 0;
        margin-top: .2rem;
    }

    .s1-list li a .info-media dd img {
        width: 0.4rem;
    }

    .s1-cmain .s1-list2 {
        display: flex;
        justify-content: space-between;
    }

    .s1-cmain .s1-list2 li {
        width: 49%;
        margin-top: .2rem;
    }

    .s1-list2 li+li {
        margin-top: .2rem;
    }

    .s1-list2 li a .info {
        padding: 0 .15rem .15rem .15rem;
    }

    .s1-list2 li a .info h3 {
        font-size: .18rem;
    }

    .s1-list2 li a .info span {
        margin-top: .05rem;
        padding-top: .05rem;
    }

    .adb1-c {
        margin-right: 0;
    }

    .adb1-c .swiper-container {
        padding-right: 0;
    }

    .adb1-c .swiper-slide a .info {
        padding: .15rem;
    }

    .adb1-c .swiper-slide a .info h3 {
        font-size: .18rem;
    }

    .adb1-c .swiper-scrollbar {
        height: 0.06rem;
    }

    .s2-c {
        display: block;
    }

    .s2-l {
        width: auto;
    }

    .s2-l>div {
        position: static;
        opacity: 1;
        padding: .3rem .25rem;
    }

    .s2-l>div:nth-child(1) {
        background: url(../images/s2-rtbg-h.jpg) no-repeat;
        background-size: cover !important;
        background-position: right bottom !important;
    }

    .s2-l>div:nth-child(2) {
        background: url(../images/s2-rbbg-h.jpg) no-repeat;
        background-size: cover !important;
        background-position: right bottom !important;
    }

    .s2-l .pubmore {
        justify-content: center;
        margin-top: .2rem;
    }

    .s2-l .itit h4 {
        height: auto;
        max-height: 1.44rem;
        -webkit-line-clamp: 4;
    }

    .s2-r {
        display: none;
    }


    .s3-c ul li a .info h3 {
        font-size: .2rem;
    }

    .s3-c ul {
        margin: 0 -.05rem;
        padding: 0 .45rem;
    }

    .s3-c ul li a {
        margin: 0 .05rem;
        padding: 0;
    }

    .s3-c .slick-arrow {
        width: .35rem;
        height: .35rem;
        margin-top: -.8rem;
        background-size: .15rem;
    }

    .s3-c .s3-prev {
        left: 0;
    }

    .s3-c .s3-next {
        right: 0;
    }

    .s4-c ul {
        display: block;
    }

    .s4-c ul li+li {
        margin-top: .2rem;
    }

    .s4-c ul li, .s4-c ul li:nth-child(1) {
        width: auto;
    }

    .s4-c ul li a .pic {
        padding-top: 3rem;
    }

    .s4-c ul li a .info-b {
        padding: 0 .15rem .15rem 0.15rem;
        transform: translateX(0);
    }

    .s4-c ul li a .info-t {
        transform: translateX(-100%);
    }

    .s4-c ul li a .info-b h3 {
        font-size: .24rem;
    }

    .s4-c ul li a .info-b h4 {
        font-size: .18rem;
    }

    .s5-c ul li a .info {
        padding: .25rem .25rem 0 .25rem;
    }

    .s5-c ul li a .info h3 {
        font-size: .24rem;
        line-height: .3rem;
    }

    .s5-c ul li:nth-child(2) a .pubmore {
        margin-top: .2rem;
        justify-content: center;
    }

    .s5-c ul li a .info p {
        max-height: .78rem;
        -webkit-line-clamp: 3;
    }

    .section6 {
        min-height: auto;
    }

    .s6-des {
        position: static;
        width: auto;
        opacity: 1;
        transform: translateX(0);
    }


    .s6-c {
        margin-top: .5rem;
    }

    .s6-yq li:nth-child(6) {
        right: 0;
    }

    .s6-yq li:nth-child(8) {
        right: 0;
    }

    .s6-yq li a {
        font-size: .18rem;
        line-height: .2rem;
    }

    .s6-yq li a b {
        font-size: .18rem;
        line-height: .2rem;
    }

    .s6-yq li a span {
        padding-top: .1rem;
    }

    .s6-svg {
        padding-right: 0;
    }

    .s6-svg svg {
        max-width: 100%;
        height: auto;
    }

    .s6-yq li:nth-child(2) {
        left: 35%;
    }

    .s6-yq li:nth-child(3) {
        right: 0;
    }

    .s6-yq li:nth-child(4) {
        left: 30%;
    }

    .s6-yq li:nth-child(5) {
        right: 25%;
        top: 40%;
    }

    .s6-yq li:nth-child(6) {
        top: 48%;
    }

    .s6-yq li:nth-child(7) {
        right: 31%;
    }



}

@media screen and (max-width: 768px) {
    .s1-list, .s3-c ul, .s4-c {
        display: block;
    }

    .s1-list li, .s3-c ul li {
        width: auto;
    }

    .s1-cmain .s1-list2 {
        display: block;
    }

    .s1-cmain .s1-list2 li {
        width: auto;
    }

    .s3-c ul {
        display: flex;
        flex-wrap: wrap;
    }

    .s3-c ul li {
        width: 48%;
    }

    .s1-list li a .info h3 {
        height: auto;
        max-height: .6rem;
    }

    .s1-list li a .info p {
        height: auto;
        max-height: .52rem;
    }

    .s1-list li a .info span {
        margin-top: .1rem;
    }

    .s1-list li+li {
        margin-left: 0;
        margin-top: .2rem;
    }

    .s3-c ul li a .info {
        padding-bottom: .3rem;
    }

    .s3-c ul li:nth-child(-n+2) {
        margin-top: 0;
    }

    .s3-c ul li:nth-child(2)+li {
        margin-top: .2rem;
    }

    .s1-c .pubmore {
        margin-top: .3rem;
    }

    .s3-c ul li a .info h3 {
        margin-top: 0.1rem;
    }


    .s5-c ul {
        display: block;
    }

    .s5-c ul li {
        width: auto !important;
    }

    .s5-c ul li a {
        display: block;
    }

    .s5-c ul li:nth-child(2) a .info {
        width: auto;
    }

    .s5-c ul li a .info {
        padding: .25rem;
    }

    .s5-c ul li:nth-child(2) a .pics {
        width: auto;
    }

    .s5-c ul li:nth-child(3) a .info {
        width: auto;
        padding-right: .25rem;
    }

    .s5-c ul li:nth-child(3) a .pics {
        width: auto;
    }


    .s6-svg {
        display: none;
    }

    .s6-yq {
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .s6-yq li {
        width: 48%;
        position: static;
        transform: none !important;
        margin-top: 0.1rem;
    }

    .section6.on .s6-yq li a {
        font-size: .16rem;
        line-height: .3rem;
        padding: .1rem .05rem;
        font-family: SourceHanSansCN-Regular;
        border-bottom: 1px solid rgba(125, 125, 125, .2);
    }

    .s6-c {
        margin-top: .2rem;
    }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 1024px) {}




/* 2024年12月30日19:58:11 */
.adbck2 {
    margin-top: 1.1rem;
}

.adbck2-c {
    background-color: rgba(255, 255, 255, .4);
    border-radius: 10px;
    border: solid 1px #eeeeee;
    display: flex;
    align-items: center;
}

.adbck2-l {
    flex: 1;
    min-width: 0;
    padding: .2rem .6rem .2rem .95rem;
}

.adbck2-l .adbck2-lt {
    position: relative;
}

.adbck2-l .adbck2-lt>div {
    display: none;
}

.adbck2-l .adbck2-lt>div:nth-child(1) {
    display: block;
}

.adbck2-l h2 {
    font-size: 0.43rem;
    line-height: .55rem;
    font-weight: normal;
    color: #0b54ae;
    font-family: SourceHanSansCN-Bold;
}

.adbck2-l h5 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #000000;
    opacity: 0.8;
    margin-top: .3rem;
    margin-bottom: .4rem;
}

.adbck2-l ul {}

.adbck2-l ul li {}

.adbck2-l ul li a {
    display: block;
    border-color: transparent;
    background-color: #0b54ae;
    border-radius: 0.33rem;
    width: 2.41rem;
    position: relative;
    overflow: hidden;
}

.adbck2-l ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e9711a;
    transition: all 0.5s;
    transform: translateX(-100%) translateY(-100%);
    z-index: 1;
    opacity: 0;
}

.adbck2-l ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e9711a;
    transition: all 0.5s;
    transform: translateX(100%) translateY(100%);
    opacity: 0;
    z-index: 1;
}

.adbck2-l ul li:nth-child(2) a {
    background-color: #e9711a;
    margin-top: .15rem;
}

.adbck2-l ul li:nth-child(2) a::before {
    background-color: #0b54ae;
}

.adbck2-l ul li:nth-child(2) a::after {
    background-color: #0b54ae;
}

.adbck2-l ul li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.66rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-family: SourceHanSansCN-Regular;
}

.adbck2-l ul li a span::after {
    content: "";
    display: block;
    width: 0.13rem;
    height: 0.12rem;
    background: url(../images/pubmore-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-left: .05rem;
}

.adbck2-r {
    width: 9.2rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem;
}

.adbck2-r>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.8s;
    /* transform: translateX(100%); */
}

.adbck2-r>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    /* transform: translateX(0); */
}

.adbck2-r .swiper-container {
    clip-path: polygon(0 0, 100% 0, 100% 100%, .7rem 100%);
}

.adbck2-r>div .swiper-wrapper a {
    display: block;
    position: relative;
}

.adbck2-r>div .swiper-wrapper a .pic {
    padding-top: 63.8%;
    border-radius: .1rem;
}

.adbck2-r>div .swiper-wrapper a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .0), rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .8));
}

.adbck2-r>div .swiper-wrapper a .info {
    position: absolute;
    left: 1.25rem;
    right: 2rem;
    bottom: 0.25rem;
}

.adbck2-r>div .swiper-wrapper a .info h3 {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adbck2-r .adbck2-r1-dot {
    position: absolute;
    right: 0.55rem;
    left: auto;
    bottom: .33rem;
    z-index: 9;
    width: auto !important;
    display: flex;
    align-items: center;
}

.adbck2-r .adbck2-r1-dot span {
    width: 0.13rem;
    height: 0.13rem;
    background-color: #ffffff;
    opacity: 0.3;
    border-radius: 50%;
    margin: 0 .05rem !important;
}

.adbck2-r .adbck2-r1-dot span.swiper-pagination-bullet-active {
    opacity: 1;
}



.adblock3 {
    position: relative;
    z-index: 2;
}

.adblock3::before {
    content: "";
    position: absolute;
    left: 0;
    width: 50.78125%;
    top: 0;
    bottom: 0;
    z-index: -2;
    background: url(../images/adbck3-lbg.png) no-repeat;
    background-position: right center;
    background-size: 100% 100%;
    pointer-events: none;
}

.adblock3::after {
    content: "";
    position: absolute;
    right: 0;
    width: 55.46875%;
    top: 0;
    bottom: 0;
    background: url(../images/adbck3-rbg.png) no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -3;
}

.adbck3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adbck3-c .itit h2 i {
    color: rgba(255, 255, 255, .1);
}

.adbck3-c .itit::before {
    background-color: #ffffff;
}

.adbck3-l {
    width: 38.88%;
    padding-top: 1.5rem;
}

.adbck3-l ul {
    margin-top: 0.7rem;
}

.adbck3-l ul li a {
    display: block;
}

.adbck3-l ul li a h3 {
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
}
.adbck3-l ul li a h4{
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    position: relative;
    padding-bottom: .22rem;
    margin-top: .3rem;
}
.adbck3-l ul li a h5 {
    font-size: 0.20rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    position: relative;
    padding-bottom: .22rem;
}

.adbck3-l ul li a h5::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .29);
    z-index: 1;
}

.adbck3-l ul li a h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0.26rem;
    height: 3px;
    background-color: #e9711a;
    z-index: 2;

}

.adbck3-l ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #ffffff;
    opacity: 0.74;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.28rem;
    margin-top: .37rem;
}

.adbck3-r {
    width: 35.8%;
    padding-top: .4rem;
}

.adbck3-r ul li a {
    display: block;
}

.adbck3-r ul li a .pic {
    padding-top: 120%;
}

.adbck3-r ul li a .pic div {
    background-position: center top;
}

.adbck3-r ul li a:hover .pic div {
    width: 100%;
    height: 100%;
}

.adbck3-b {
    width: 100%;
    position: relative;
}

.adbck3-b .adbck3-prev {
    position: absolute;
    right: 100%;
    margin-right: .4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    z-index: 9;
}

.adbck3-b .adbck3-prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s;
    background: #e9711a;
    z-index: -1;
    pointer-events: none;
}

.adbck3-b .adbck3-prev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s;
    background: #e9711a url(../images/icon-prev.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
    border-radius: 50%;
    z-index: 9;
}

.adbck3-b .adbck3-prev:hover::before {
    animation: scaleTwo 1.2s 1;
}

@keyframes scaleTwo {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

.adbck3-bslick {
    margin-right: calc((-100vw + 14.4rem) / 2);
}

.adbck3-b ul li a {
    display: block;
    position: relative;
    background: #42424c;
    background: radial-gradient(circle 3.3rem at 50% 50%, #747780, #303037, #747780);
}

.adbck3-b ul li:nth-child(2n) a {
    display: block;
    position: relative;
    background: #42424c;
    background: radial-gradient(circle 3.3rem at 50% 50%, #747780, #40475b, #747780);
}

.adbck3-b ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #e9711a;
    transition: all .6s;
    opacity: 0;
    z-index: 999;
}

.adbck3-b ul li a .pic {
    padding-top: 120%;
}

.adbck3-b ul li a:hover .pic div {
    width: 100%;
    height: 100%;
}

.adbck3-b ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 9;
    transition: all .6s;
}

.adbck3-b ul li a .pic div {
    background-position: center top;
    transform: translateX(-50%) translateY(-50%) scale(.88);
    transform-origin: center bottom;
}

.adbck3-b ul li a:hover .pic div {
    width: 100%;
    height: 100%;
}

.adbck3-b ul li.slick-current a::before {
    opacity: 1;
}

.adbck3-b ul li.slick-current a::after {
    opacity: 0;
}















@media screen and (min-width: 1025px) {

    .adbck2-l ul li a:hover::before {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }

    .adbck2-l ul li a:hover::after {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {
    .adbck2 {
        margin-top: .5rem;
    }

    .adbck2-c {
        display: block;
    }

    .adbck2-l {
        width: auto;
        padding: .35rem .2rem;
    }

    .adbck2-l h2 {
        font-size: .24rem;
        line-height: .24rem;
    }

    .adbck2-l h5 {
        margin-top: .2rem;
        font-size: .16rem;
        line-height: .26rem;
        margin-bottom: .2rem;
    }

    .adbck2-l ul {
        display: flex;
        justify-content: space-between;
    }

    .adbck2-l ul li {
        width: 48%;
    }

    .adbck2-l ul li a {
        width: auto;
    }

    .adbck2-l ul li a span {
        font-size: .18rem;
        line-height: 0.5rem;
    }

    .adbck2-l ul li:nth-child(2) a {
        margin-top: 0;
    }

    .adbck2-r {
        width: auto;
    }

    .adbck2-r .swiper-container {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .adbck2-r>div .swiper-wrapper a .info {
        left: .15rem;
        right: 1rem;
    }

    .adbck2-r>div .swiper-wrapper a .info h3 {
        font-size: .18rem;
    }

    .adbck2-r .adbck2-r1-dot {
        right: 0.15rem;
        bottom: 0.36rem;
    }

    .adbck2-r .adbck2-r1-dot span {
        width: 0.1rem;
        height: 0.1rem;
    }

    .itit {
        margin-left: .3rem;
    }

    .itit h2 i {
        font-size: .5rem;
        line-height: .4rem;
    }

    .adblock3 {
        background: #002f6a;
    }

    .adbck3-r {
        width: auto;
        background: #e0ebfc;
        margin-left: -10px;
        margin-right: -10px;
    }

    .adblock3::before {
        content: none;
    }

    .adblock3::after {
        content: none;
    }

    .adbck3-c {
        display: block;
    }

    .adbck3-l {
        width: auto;
        padding-top: .5rem;
    }

    .adbck3-r>ul {
        width: 5rem;
        max-width: 100%;
        margin: 0 auto;
    }

    .adbck3-bslick {
        margin-left: -10px;
        margin-right: -10px;
    }

    .adbck3-b .adbck3-prev {
        display: none;
    }

    .section6.on .s6-yq li a .icons {
        display: none;
    }

}