@charset "utf-8";

.banner-box {
    background: #000;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
}

.Bannerslick,
.Bannerslick div,
.Bannerslick .slick-slide a {
    height: 100%;
    overflow: hidden;
}

.Bannerslick .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: 3s;
    transform: scale(1);
}

.Bannerslick .slick-slide.slick-current img {
    transform: scale(1.1);
}

.Bannerslick .slick-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Bannerslick {
    position: relative;
}

.Bannerslick .slick-slide a {
    display: block;
    position: relative
}

.Bannerslick .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1.8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.Bannerslick .slick-list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.6rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* 点 */
.Bannerslick .slick-dots {
    bottom: 1.34rem;
    font-size: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 1;
}

.Bannerslick .slick-dots li {
    transition: all 0.4s;
    vertical-align: middle;
    margin: 0 0.14rem;
    padding: 0;
    font-size: 0;
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.Bannerslick .slick-dots li.slick-active {
    width: 0.2rem;
    height: 0.2rem;
    
    background-size: 100% 100%;
}

.Bannerslick .slick-dots li button {
    display: none;
}


/* 箭头 */
/* .Bannerslick .slick-prev,
.Bannerslick .slick-next {
    width: 0.13rem;
    height: 0.25rem;
    z-index: 9;
    transition: all 0.4s;
    font-size: 0;
    top: inherit;
    transform: none;
    bottom: 0.25rem;
}

.Bannerslick .slick-prev:before,
.Bannerslick .slick-next::before {
    display: none;
}

.Bannerslick .slick-prev {
    left: inherit;
    right: 15.1%;
    background: url(../images/ban-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.Bannerslick .slick-next {
    right: 9.58%;
    background: url(../images/ban-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
} */

/* 
#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 20px;
    z-index: 9;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 0;
    text-align: center;
    line-height: 52px;
}

#downPage::before {
    content: "";
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    animation: circle infinite 3s linear 1.5s;
    opacity: 0;
}

#downPage::after {
    content: "";
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    animation: circle infinite 3s linear;
    opacity: 0;
} */

/* @keyframes circle {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: .6;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

#downPage img {
    display: inline-block;
    vertical-align: middle;
} */



/* 主体 */

.title {
    text-align: center;
    position: relative;
}

.tit-c {
    display: inline-block;
    position: relative;
    padding-bottom: 0.1rem;
}

.tit-c::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.6rem;
    height: 0.04rem;
    background: linear-gradient(86deg, #21319B 14%, #198FCE 87%);
}

.tit-c h3 {
    font-size: 0.36rem;
    font-weight: bold;
}

.tit-c h3 span {
    font-weight: bold;
    color: #21319B;
    background: -webkit-linear-gradient(57deg, #21319B 14%, #198FCE 86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

.more a {
    display: block;
    padding-right: 0.75rem;
    line-height: 0.56rem;
    text-align: left;
    background: url(../images/more1.png) no-repeat right center;
    background-size: 0.63rem auto;
    transition: all 0.4s;
}

.more a span {
    font-size: 0.18rem;
    color: #21319B;
    background: -webkit-linear-gradient(57deg, #21319B 14%, #198FCE 86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.more a:hover {
    padding-right: 0.68rem;
}

/* 主体 */
.section0 {
    margin-top: -0.9rem;
    position: relative;
    z-index: 9;
}

.s0-c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.8rem;
}

.s0-l {
    width: 78.66%;
    height: 100%;
    background: url(../images/s0-lbg.jpg) no-repeat center;
    background-size: cover;
}

.s0-l ul {
    margin: 0 10% 0 8%;
}

.s0-l ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1.8rem;
}

.s0-l ul li a .icon1 {
    height: 0.63rem;
    display: flex;
    align-items: center;
}

.s0-l ul li a .icon1 img {
    max-height: 100%;
}

.s0-l ul li:hover a .icon1 img {
    animation: jello 1.5s linear;
}

.s0-l ul li a p {
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.1rem;
}

.s0-r {
    width: 25.33%;
    margin-left: -5%;
    height: 100%;
    background: url(../images/s0-rbg.png) no-repeat center;
 
}

.s0-r a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s0-r a>img {
    display: block;
    width: 0.66rem;
    margin-right: 0.3rem;
    transition: all 0.4s;
}

.s0-r a:hover>img {
    margin-right: 0.35rem;
}

.s0-r a h3 {
    font-size: 0.16rem;
    color: #FFFFFF;
    padding-bottom: 0.rem;
    /* background: url(../images/s0-rjt.png) no-repeat center bottom; */
    background-size: 100% auto;
    line-height: 0.4rem;width:60%;font-weight: bold;
    white-space: normal;
}

.section1 {
    overflow: hidden;
    padding-top: 0.6rem;
    padding-bottom: 0.7rem;
    position: relative;
}

.s1-z .s1-zx {}

.s1-z .s1-zx i {
    display: block;
    position: absolute;
    left: 0.04rem;
    top: -0.2rem;
    width: 3.21rem;
    height: 3.7rem;
    opacity: 0;
    background: url(../images/s1-x1.png) no-repeat;
    background-size: 100% 100%;
}

.s1-z .s1-zx i:first-child {
    animation: lbx2 4s infinite;
}

.s1-z .s1-zx i:nth-child(2) {
    animation: lbx2 4s infinite 1s;
}

.s1-z .s1-zx i:nth-child(3) {
    animation: lbx2 4s infinite 2.5s;
}

@keyframes lbx2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.s1-z {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0.5rem;
}

.s1-z .s1-zk {
    width: 3.3rem;
    height: 3.3rem;
    background: url(../images/s1-zbg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s1-z .s1-zk img {
    width: 1.29rem;
}


.s1-c {
    margin-top: 0.36rem;
}

.s1-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-c ul li {
    width: 48%;
    margin-top: 0.4rem;
}

.s1-c ul li a {
    display: flex;
    align-items: center;
}

.s1-c ul li:nth-child(odd) a {
    margin-right: 38%;
}

.s1-c ul li:nth-child(even) a {
    margin-left: 38%;
}

.s1-c ul li a .date {
    position: relative;
    z-index: 1;
    width: 1.16rem;
    height: 1.16rem;
    margin-right: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s1-c ul li a .date::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1-date.png) no-repeat center;
    background-size: 100% auto;
    opacity: 0.2;
    transition: all 0.4s;
}

.s1-c ul li a .date b {
    display: block;
    font-family: Arial;
    font-size: 0.28rem;
    font-weight: bold;
    color: #21319B;
    background: -webkit-linear-gradient(67deg, #21319B 14%, #198FCE 86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.s1-c ul li a .date img {
    display: block;
    width: 0.62rem;
    margin-top: 0.02rem;
}

.s1-c ul li h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.s1-c ul li:hover a .date::before {
    opacity: 1;
}

.s1-c ul li:hover h3 {
    color: #21319B;
    background: -webkit-linear-gradient(67deg, #21319B 14%, #198FCE 86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}



.section2 {
    position: relative;
    z-index: 1;
    padding-top: 0.84rem;
    padding-bottom: 0.9rem;
}

.section2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 74.02%;
    background: url(../images/section2-bg.jpg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.section2 .tit-c h3 {
    color: #fff;
}

.section2 .tit-c h3 span {
    background: none;
    color: #fff;
    -webkit-text-fill-color: #fff
}

.section2 .tit-c::after {
    background: linear-gradient(90deg, #DBA350 0%, #FDCF51 91%);
}

.section2 .more a {
    background: url(../images/more2.png) no-repeat right center;
    background-size: 0.63rem auto;
    color: #fff;
}

.s2-c {
    margin-top: 0.94rem;
}

.s2-c ul li a {
    display: block;
    margin: 0 0.17rem;
    padding: 0.75rem 0.45rem 0 0.45rem;
    color: #fff;
    height: 4.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.4s;
}

.s2-c ul li.s2-c1 a {
    background-color: #3356E5;
    background-image: url(../images/s2-1bg.png);
}

.s2-c ul li.s2-c2 a {
    background-color: #3D7EFF;
    background-image: url(../images/s2-2bg.png);
}

.s2-c ul li.s2-c3 a {
    background-color: #2C92EB;
    background-image: url(../images/s2-3bg.png);
}

.s2-c ul li.s2-c4 a {
    background-color: #47bffd;
    background-image: url(../images/s2-4bg.png);
}

.s2-c ul li:hover a {
    background-color: #DCA758;
}

.s2-c ul li a>span {
    display: block;
    font-family: Arial;
    font-size: 0.36rem;
    font-weight: bold;
    color: #FFFFFF;
}

.s2-c ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    height: 0.84rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #FFFFFF;
    margin-top: 0.18rem;
}

.s2-c ul li a .gd {
    margin-top: 1.18rem;
    position: relative;
    padding-top: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.s2-c ul li a .gd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: calc(100% + 0.45rem);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.s2-c ul li a .gd::after {
    content: '';
    position: absolute;
    top: -0.03rem;
    left: -0.06rem;
    width: 0.05rem;
    height: 0.05rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.s2-c ul li a .gd .gd-r {
    width: 0.59rem;
    height: 0.39rem;
    background: url(../images/s2-gd.png) no-repeat;
    background-size: 100% 100%;
}



.section3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: .6rem;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
 
}

.s3-c .title {
    text-align: left;
}

.s3-c .tit-c {
    padding-bottom: 0;
    padding-left: 0.24rem;
    line-height: 0.56rem;
}

.s3-c .tit-c::after {
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.04rem;
    height: 0.46rem;

}

.s3-l,
.s3-r {
    width: 47%;
}

.s3-l ul {
    margin-top: 0.2rem;
}

.s3-l ul li a {
    display: flex;
    align-items: center;
    transition: all 0.4s;
}

.s3-l ul li.on a {
    padding: 0.2rem 0;
}

.s3-l ul li a .s3-cl {
    width: 0.74rem;
    margin-right: 0.4rem;
}

.s3-l ul li a .s3-cl .rq {
    font-family: ArialMT;
    font-size: 0.22rem;
    line-height: 0.64rem;
    color: #21319B;
    background: -webkit-linear-gradient(90deg, #21319B 0%, #198FCE 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.s3-l ul li a .s3-cl .date {
    font-size: 0;
    height: 0;
}

.s3-l ul li.on a .s3-cl .rq {
    font-size: 0;
    height: auto;
    line-height: normal;
}

.s3-l ul li.on a .s3-cl .date {
    height: auto;
    text-align: center;
}

.s3-l ul li.on a .s3-cl .date b {
    display: block;
    font-family: Arial;
    font-size: 0.56rem;
    font-weight: bold;
    line-height: 0.7rem;
    color: #21319B;
    background: -webkit-linear-gradient(90deg, #21319B 0%, #198FCE 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.s3-l ul li.on a .s3-cl .date span {
    display: block;
    font-family: ArialMT;
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #21319B;
    background: -webkit-linear-gradient(90deg, #21319B 0%, #198FCE 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 0.07rem;
}

.s3-l ul li a .s3-ltx {
    flex: 1;
    min-width: 0;
}

.s3-l ul li a .s3-ltx h3 {
    font-size: 0.17rem;
    font-weight: normal;
    line-height: 0.64rem;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.s3-l ul li a .s3-ltx p {
    font-size: 0;
    height: 0;
}

.s3-l ul li.on a .s3-ltx h3 {
    font-size: 0.2rem;
    font-weight: bold;
}

.s3-l ul li.on a .s3-ltx p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    height: 0.48rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}





.s3-r ul li {
    margin-top: 0.45rem;
}

.s3-r ul li a {
    display: flex;
    align-items: center;
}

.s3-r ul li a .date {
    width: 0.78rem;
    height: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #21319B 0%, #198FCE 95%);
    color: #fff;
    margin-right: 0.3rem;
}

.s3-r ul li a .date b {
    display: block;
    font-family: Arial;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.4rem;
}

.s3-r ul li a .date span {
    display: block;
    font-family: ArialMT;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    opacity: 0.8;
}

.s3-r ul li a .s3-ltx {
    flex: 1;
    min-width: 0;
}

.s3-r ul li a .s3-ltx h3 {
    font-size: 0.18rem;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.4s;
}

.s3-r ul li a .s3-ltx p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    height: 0.48rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.12rem;
}

.s3-r ul li:hover a .s3-ltx h3 {
    font-weight: bold;
}



.section4 {
    position: relative;
    overflow: hidden;
    padding-top: 0.65rem;
    padding-bottom: 0.9rem;
    background: url(../images/section4-bg.png) no-repeat center top;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s4-l::before {
    content: '';
    position: absolute;
    top: -0.17rem;
    left: -0.17rem;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: linear-gradient(76deg, #21319B 14%, #198FCE 87%);
}

.s4-l {
    width: 60%;
    position: relative;
    z-index: 1;
}

.s4-l ul li a {
    display: block;
}

.s4-l ul li a .pic {
    padding-top: 25.55%;
}

.s4-l .slick-dots {
    width: auto;
    right: 0.48rem;
    bottom: 0.14rem;
}

.s4-l .slick-dots li {
    vertical-align: middle;
    margin: 0 0.14rem;
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

.s4-l .slick-dots li.slick-active {
    width: 0.48rem;
    height: 0.28rem;
    background: url(../images/s4-ldot.png) no-repeat;
    background-size: 100% 100%;
}

.s4-l .slick-dots li button {
    display: none;
}

.s4-r a {
    display: flex;
    align-items: center;
}

.s4-r a .s4-ricon {
    width: 1.4rem;
    height: 1.4rem;
    background: linear-gradient(46deg, #2B3FBC 14%, #1FA4EB 85%);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

.s4-r a .s4-ricon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(46deg, #2B3FBC 14%, #1FA4EB 85%);
    border-radius: 50%;
    padding: 0.18rem;
    opacity: 0.1;
    transition: all 0.4s;
}

.s4-r a:hover .s4-ricon::before {
    animation: yq 2s linear infinite;
}

@keyframes yq {
    to {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.s4-r a .s4-ricon img {
    display: block;
    width: 0.79rem;
}

.s4-r a:hover .s4-ricon img {
    animation: jello 1.5s linear;
}

.s4-r a h3 {
    font-size: 0.22rem;
    /* font-weight: bold; */
    padding-bottom: 0.2rem;
    /* background: url(../images/s4-rjt.png) no-repeat right bottom; */
    background-size: 100% auto;
    line-height: 0.8rem;
}

.s4-r a h3 span {
    font-weight: bold;
    color: #21319B;
    background: -webkit-linear-gradient(57deg, #21319B 14%, #198FCE 86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}





@media screen and (max-width:1600px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
    .Bannerslick .slick-slide a::after {
        display: none;
    }

    .Bannerslick .slick-dots {
        bottom: 0.9rem;
    }

    .section0 {
        margin-top: -0.7rem;
    }

    .s0-c,
    .s0-l ul li a {
        height: 1.4rem;
    }

    .s0-l ul li a .icon1 {
        height: 0.5rem;
    }

    .tit-c h3,
    .s4-r a h3 {
        font-size: 0.3rem;
    }

    .more a {
        padding-right: 0.53rem;
        background-size: 0.43rem auto !important;
        line-height: 0.4rem;
    }

    .section2::before {
        height: 72.02%;
    }

    .s2-c ul li a {
        padding: 0.5rem 0.3rem;
        height: auto;
    }

    .s2-c ul li a>span {
        font-size: 0.3rem;
    }

    .s2-c ul li a .gd::before {
        width: calc(100% + 0.3rem);
    }

    .s3-c .tit-c::after {
        height: 0.36rem;
    }

    .s3-l ul li.on a .s3-cl .date b {
        font-size: 0.46rem;
    }

    .s4-r a .s4-ricon {
        width: 1.2rem;
        height: 1.2rem;
    }

    .s4-r a .s4-ricon img {
        width: 0.69rem;
    }
}

@media screen and (max-width:768px) {
    .Bannerslick .slick-dots li {
        margin: 0 0.1rem;
    }

    .Bannerslick .slick-dots li.slick-active {
        width: 0.3rem;
        height: 0.3rem;
    }

    .title {
        text-align: left;
    }

    .s0-r a>img {
        width: 0.55rem;
        margin-right: 0.2rem;
    }

    .s0-r a h3 {
        /* font-size: 0.16rem; */
        line-height: 0.22rem;
        padding-left: 0.1rem;
        /* letter-spacing: 0px; */
    }

    .section1 {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    .s1-z {
        position: relative;
        left: inherit;
        top: inherit;
        transform: none;
    }

    .s1-z .s1-zk {
        margin: 0 auto;
        width: 2rem;
        height: 2rem;
    }

    .s1-z .s1-zk img {
        width: 0.8rem;
    }

    .s1-z .s1-zx i {
        width: 2rem;
        height: 2.3rem;
        top: -0.15rem;
        left: 50%;
        margin-left: -1rem;
    }

    .s1-c ul {
        display: block;
    }

    .s1-c ul li {
        width: 100%;
        margin-top: 0.2rem;
    }

    .s1-c ul li a {
        margin: 0 !important;
    }

    .s1-c ul li h3 {
        font-size: 0.2rem;
        height: auto;
        max-height: 0.9rem;
    }

    .s1-c ul li a .date {
        width: 1rem;
        height: 1rem;
    }

    .s1-c ul li a .date b {
        font-size: 0.22rem;
    }

    .s1-c ul li a .date img {
        width: 0.52rem;
    }

    .section2 {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    .s2-c {
        margin-top: 0.3rem;
    }

    .s2-c ul li a>span {
        font-size: 0.24rem;
    }

    .s2-c ul li a h3 {
        font-size: 0.2rem;
        line-height: 0.3rem;
        height: 0.9rem;
    }

    .s2-c ul li a .gd {
        margin-top: 0.8rem;
    }

    .s3-c {
        height: auto;
    }

    .s3-l,
    .s3-r {
        width: 100%;
    }

    .s3-l ul {
        margin-top: 0;
    }

    .s3-l ul li.on a .s3-cl .date b {
        font-size: 0.4rem;
        line-height: 0.6rem;
    }

    .s3-l ul li.on a .s3-cl .date span {
        font-size: 0.18rem;
    }

    .s3-l ul li.on a .s3-ltx p {
        font-size: 0.16rem;
    }

    .s3-l ul li a .s3-ltx h3 {
        font-size: 0.2rem;
    }

    .s3-r {
        margin-top: 0.3rem;
    }

    .s3-r ul li {
        margin-top: 0.3rem;
    }

    .s3-r ul li a .s3-ltx h3 {
        font-size: 0.2rem;
    }

    .s3-r ul li a .s3-ltx p {
        font-size: 0.17rem;
    }

    .section4 {
        padding-bottom: 0.4rem;
    }

    .s4-l {
        width: 100%;
    }

    .s4-l::before {
        top: -0.1rem;
        left: -0.1rem;
    }

    .s4-r {
        margin: 0 auto;
        margin-top: 0.4rem;
    }

    .s4-r a .s4-ricon::before {
        padding: 0.1rem;
    }

    .s4-l .slick-dots {
        right: 0.15rem;
    }

    .s4-l .slick-dots li {
        margin: 0 0.1rem;
    }

    .s4-l .slick-dots li.slick-active {
        width: 0.38rem;
        height: 0.22rem;
    }

    .s4-r a .s4-ricon {
        width: 1rem;
        height: 1rem;
        margin-right: 0.3rem;
    }

    .s4-r a .s4-ricon img {
        width: 0.59rem;
    }
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
    .Bannerslick .slick-list::after {
        height: 1rem;
    }

    .Bannerslick .slick-dots {
        bottom: 0.2rem;
    }

    .section0 {
        margin-top: 0.2rem;
    }

    .s0-c,
    .s0-l ul li a {
        height: 1.2rem;
    }

    .s0-l {
        width: calc(100% - 120px);
    }

    .s0-r {
        width: 150px;
        margin-left: -22px;
    }

    .s0-l ul li a .icon1 {
        height: 0.4rem;
    }

    .s0-r a>img {
        width: 0.44rem;
        margin-right: 0.1rem;
    }

    .s0-r a h3 {
        /* padding-bottom: 0.1rem; */width:100%;
    }

    .s2-c ul li a .gd .gd-r {
        width: 0.4rem;
        height: 0.26rem;
    }

    .s2-c ul li a .gd {
        margin-top: 0.7rem;
    }

    .section2::before {
        height: 73.3%;
    }

    .s3-l ul li a .s3-cl {
        margin-right: 0.2rem;
    }

    .s3-r ul li a .date {
        margin-right: 0.2rem;
    }
}