@charset "utf-8";

@font-face {
    font-family: "sysong";
    src: url(/style/fonts/sySong.woff);
}

.index {
    font-size: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    /* overflow: hidden; */
    z-index: 99;
    padding-top: 1.22rem;
    background: #fff;
}

.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 .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick .slick-slide a img {
    display: block;
    width: 100%;
}

.bannerlb {
    position: absolute;
    top: 1.1rem;
    bottom: 0;
    width: 0.5rem;
    background: #a81b1c;
    z-index: 9;
    transition: all 1s;
}

.bannerlb.on {
    transform: translateX(0);
}

.banner-l {
    transform: translateX(-100%);
}

.banner-l::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    border-width: 0 .5rem .8rem 0;
    border-style: solid;
    border-color: transparent transparent #a81b1c transparent;
}

.banner-r {
    right: 0;
    transform: translateX(100%);
}

.banner-r::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    border-width: 0 0 .8rem .5rem;
    border-style: solid;
    border-color: transparent transparent #a81b1c transparent;
}

.banner .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom: .5rem;
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.banner .slick-dots li {
    position: relative;
    margin: 0 .15rem;
    opacity: 1;
    background: transparent;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    background: url(/images/banner-dot.png) no-repeat;
    background-position: center center;
}

.banner .slick-dots li::before {
    content: "";
}


.banner .slick-dots li button {
    width: .11rem;
    height: .11rem;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 0;
    padding: 0;
    display: none;
}

.banner .slick-dots li.slick-active {
    background: url(/images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}



html, body, .banner, .banner .slick, .banner .slick div, .banner .slick-slide a, .banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

.banner img {
    width: 100%
}

.banner {
    position: relative;
    background: #3f52f4
}

.banner .slick-slide a {
    display: block;
    position: relative
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 1;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/banner-zzcb.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.banner .slick-prev {
    width: 0.36rem;
    height: 0.26rem;
    left: auto;
    right: 50%;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    top: auto;
    bottom: .6rem;
    transform: translateY(0);
    margin-right: 1rem;
}

.banner .slick-next {
    width: 0.36rem;
    height: 0.26rem;
    right: auto;
    left: 50%;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    top: auto;
    transform: translateY(0);
    bottom: .6rem;
    margin-left: 1rem;
}


#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .4rem;
    z-index: 9;
    cursor: pointer;
}

#downPage img {
    display: block;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}



.section1 {
    background: url(/images/s1-bg.png) repeat;
    background-position: center center;
    background-size: cover;
    padding-top: .5rem;
    padding-bottom: .2rem;
    position: relative;
}

.tit1 {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: .45rem;
}

.tit1>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tit1 div h3 {
    font-family: Georgia;
    font-size: 0.12rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .12rem;
    letter-spacing: 0.01rem;
    color: #999999;
}

.tit1 div h2 {
    font-size: 0.36rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: .36rem;
    color: #1a1a1a;
    margin: .1rem 0 .18rem 0;
}

.tit1 div div {
    width: 0.81rem;
    height: 0.04rem;
    background-color: #c1272d;
}

.more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.more a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #666666;
    padding-top: .05rem;
    padding-bottom: .05rem;
    border-bottom: 1px solid #999999;
    padding-left: .27rem;
    position: relative;
    transition: all 0.3s;
}

.more a span {
    display: block;
    position: relative;
    z-index: 9;
}

.more a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.05rem;
    top: 0;
    background-color: #c1272d;
    transform: rotate(10deg);
    transform-origin: left bottom;
    z-index: 1;
    transition: all 0.5s 0.5s;
}

.more a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    top: 0;
    background-color: #c1272d;
    transform-origin: left bottom;
    z-index: 1;
    transition: all 0.5s;
}

.more a:hover {
    color: #fff;
    border-color: #c1272d;
    padding-right: .27rem;
}

.more a:hover::before {
    transform: rotate(0);
}

.more a:hover::after {
    width: 100%;
    transform: rotate(0);
}

.tit2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .24rem;
    position: relative;
    margin-bottom: .45rem;
}

.tit2>div {
    display: flex;
    align-items: flex-end;
}

.tit2>div h2 {
    margin: 0;
    font-size: 0.36rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: .36rem;
    color: #1a1a1a;
}

.tit2>div h3 {
    font-family: Georgia;
    font-size: 0.12rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .12rem;
    letter-spacing: 0.01rem;
    color: #999999;
    margin-left: .1rem;
}

.tit2>div div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.81rem;
    height: 0.04rem;
    background-color: #c1272d;
}

.tit1-w div h2 {
    color: #fff;
}

.tit1-w div h3 {
    color: #fff;
}

.tit1-w .more a {
    color: #fff;
    border-color: #fff;
}

.tit1-w .more a::before {
    background: #fff;
}
.tit1-w .more a::after{
    background-color: #fff;
}
.tit1-w .more a:hover{
    color: #a81b1c;
}


.s1-c {
    display: flex;
}

.s1-l {
    width: 27.5%;
    margin-right: 2%;
}

.s1-m {
    flex: 1;
    min-width: 0;
}

.s1-r {
    width: 27.5%;
    margin-left: 2%;

}

.publist1 {
    margin-top: .25rem;
}

.publist1 li a {
    display: block;
    position: relative;
    padding-top: .34rem;
}

.publist1 li a .date {
    position: absolute;
    left: 0.28rem;
    top: 0;
    width: 0.71rem;
    height: 0.72rem;
    background-color: #c1272d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.publist1 li a .date b {
    display: block;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
    font-family: "sysong";
}

.publist1 li a .date span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #ffffff;
    opacity: 0.48;
    margin-top: .05rem;
}

.publist1 li a .pic {
    padding-top: 68%;
}

.publist1 li a .info h3 {
    margin: .18rem 0;
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.37rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .74rem;
}

.publist1 li a .info div {
    border-top: 1px solid #dcdcdc;
    padding-top: .2rem;
}

.publist1 li a .info div p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    letter-spacing: 0rem;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 1.02rem;
}

.publist1 li a:hover .info h3 {
    color: #a81b1c;
}

.s1-mslick {
    padding: .24rem .2rem 0 .2rem;
    background: #a81b1c;
    background-image: linear-gradient(#c1272d,
            #c1272d),
        linear-gradient(#0057b1,
            #0057b1);
}

.s1-mslick ul li a {
    display: block;
}

.s1-mslick ul li a .pic {
    padding-top: 58%;
}

.s1-mslick ul li a.publist2 {
    display: flex;
    align-items: center;
}

.s1-mslick ul li a.publist2 {}

.s1-mslick ul li a.publist2 .date b {
    color: #ffffff;
}

.s1-mslick ul li a.publist2 .date span {
    color: #ffffff;
    opacity: 0.6;
}

.s1-mslick ul li a.publist2 .info div {
    color: #fff;
}

.s1-mslick ul li a.publist2 .info div i {
    background-image: linear-gradient(#fff, #fff);
}

.publist2 {
    display: flex;
    align-items: center;
    padding: .25rem 0;
    border-top: 1px solid #b2b2b2;
}

.publist2 .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 0.7rem;
    margin-right: .2rem;
}

.publist2 .date b {
    display: block;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #c1272d;
    font-family: "sysong";
}

.publist2 .date span {
    display: block;
    font-family: "sysong";
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #c1272d;
    opacity: 0.6;
    margin-top: .1rem;
}

.publist2 .info {
    flex: 1;
    min-width: 0;
}

.publist2 .info div {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #1a1a1a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .64rem;
}

.publist2:hover .info div {
    color: #a81b1c;
}

.s1-mlist ul li:nth-child(1) a {
    border: none;
}


.section2 {
    background: #f3f7fc;
    background-image: linear-gradient(#f3f7fc,
            #f3f7fc);
    padding: .45rem 0 .6rem 0;
}

.s2-c {
    display: flex;
    justify-content: space-between;
}

.s2-l {
    flex: 1;
    min-width: 0;
}

.s2-r {
    width: 7.13rem;
    margin-left: 4%;
}

.publist3 {}

.publist3 li {
    padding: .3rem 0;
    position: relative;
}

.publist3 li:last-child::before {
    content: none;
}

.publist3 li:last-child::after {
    content: none;
}

.publist3 li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #dadee2;
    z-index: 1;
}

.publist3 li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #c3222e;
    z-index: 2;
    transition: all 0.5s;
}

.publist3 li:hover::after {
    width: 100%;
}

.publist3 li:nth-child(1) {
    padding-top: 0;
}

.publist3 li a {
    display: flex;
    align-items: center;
}

.publist3 li a .date {
    width: 0.6rem;
    margin-right: .2rem;
}

.publist3 li a .date b {
    display: block;
    height: 0.34rem;
    line-height: .34rem;
    background-color: #c1272d;
    font-size: 0.22rem;
    font-weight: normal;
    color: #ffffff;
    font-family: "sysong";
    text-align: center;
}

.publist3 li a .date span {
    display: block;
    line-height: 0.33rem;
    border: solid 0.01rem rgba(195, 34, 46, .6);
    font-size: 0.12rem;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(195, 34, 46, .8);
    text-align: center;
}

.publist3 li a .info {
    flex: 1;
    min-width: 0;
}

.publist3 li a .info h3 {
    font-size: 0.18rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publist3 li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.19rem;
    letter-spacing: 0rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .18rem;
}

.publist3 li a:hover .info h3 {
    color: #a81b1c;
}

.publist4 {
    display: flex;
    justify-content: space-between;
}

.publist4 li {
    width: 48%;
}

.publist4 li a {
    display: block;
}

.publist4 li a .pic {
    padding-top: 71%;
}

.publist4 li a .info {
    padding: .15rem .3rem .15rem;
    background-color: #ffffff;
    border: solid 0.01rem #e5e5e5;
    border-bottom: solid 0.05rem #c3222e;
}

.publist4 li a .info h3 {
    font-size: 0.18rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
}

.publist4 li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.96rem;
    margin: .08rem 0 .15rem 0;
}

.publist4 li a .info div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.publist4 li a .info div b {
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #b32021;
    display: block;
    font-family: "sysong";
}

.publist4 li a .info div span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #b32021;
    font-family: "sysong";
    margin-left: .05rem;
}

.publist4 li:nth-child(2) .info {
    border: solid 0.01rem #e5e5e5;
    border-top: solid 0.05rem #c3222e;
}

.publist4 li a:hover .info h3 {
    color: #a81b1c;
}

.section3 {
    background: url(/images/s3-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .3rem 0 3.1rem 0;
}

.s3-c ul {
    margin: 0 -.06rem;
}

.s3-c ul li {}

.s3-c ul li a {
    display: block;
    margin: 0 .06rem;
    padding: .2rem;
    position: relative;
    overflow: hidden;
}

.s3-c ul li a .s3-itembj {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c1272d url(../images/s3-itembg.png) no-repeat;
    background-position: center bottom;
}


.s3-c ul li a .pic {
    padding-top: 68%;
}

.s3-c ul li a .info {
    padding-top: .2rem;
    position: relative;
    z-index: 9;
}

.s3-c ul li a .info span {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 1.28rem;
    height: 0.4rem;
    text-align: center;
    line-height: .4rem;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    text-align: center;
}

.s3-c ul li:nth-child(4n+1) span {
    background: #198443;
}

.s3-c ul li:nth-child(4n+2) span {
    background: #da9f49;
}

.s3-c ul li:nth-child(4n+3) span {
    background: #2bafbb;
}

.s3-c ul li:nth-child(4n) span {
    background: #ef8747;
}

.s3-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #1a1a1a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
}

.s3-c ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .96rem;
    margin-top: .2rem;
}

.s3-c .slick-dots {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .4rem;
}

.s3-c .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #c3222e;
    opacity: 0.3;
    margin: 0 .25rem;
    border-radius: 50%;
}

.s3-c .slick-dots li.slick-active {
    opacity: 1;
}


.section4 {
    position: relative;
    padding-top: 1.8rem;
    margin-top: -3rem;
    padding-bottom: .8rem;
}

.section4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15402px;
    bottom: 0;
    background: url(/images/s4-befbg.png) repeat-x;
    background-position: left top;
    z-index: 1;
    animation: foot_move 35s linear infinite;
}

.section4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15398px;
    bottom: 0;
    background: url(/images/s4-aftbg.png) repeat-x;
    background-position: left top;
    z-index: 2;
    animation: foot_move 45s linear infinite;
}

@keyframes foot_move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.s4-bg {
    position: absolute;
    left: 0;
    top: .75rem;
    right: 0;
    bottom: 0;
    background: url(/images/s4-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 3;
}

.section4 .w1480 {
    position: relative;
    z-index: 9;
}

.s4-c {
    display: flex;
}

.s4-l {
    width: 8.05rem;
    margin-right: 5%;
}

.s4-l ul li a {
    display: block;
    position: relative;
}

.s4-l ul li a .pic {
    border-radius: 0rem 0rem 0.6rem 0rem;
    padding-top: 62%;
}

.s4-l ul li a .pic div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/s4-play.png) no-repeat;
    background-position: center center;
    background-size: 0.8rem;
}

.s4-r {
    flex: 1;
    min-width: 0;
}

.s4-r ul li a {
    display: block;
    padding: .2rem 0 .15rem 0;
    border-top: solid 1px #ceecda;
}

.s4-r ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;
}

.s4-r ul li a h3 i {
    position: relative;
    background-image: linear-gradient(#fff, #fff);
}

.s4-r ul li a div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.s4-r ul li a div b {
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #fff;
    display: block;
    font-family: "sysong";
}

.s4-r ul li a div span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #fff;
    font-family: "sysong";
    margin-left: .05rem;
}

.s4-r ul li a:hover h3 {
    color: #fff;
}


.section5 {
    background: url(/images/s5-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .45rem 0 .75rem 0;
}

.s5-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s5-c ul li a {
    display: block;
}

.s5-c ul li a .icons {
    width: 1.49rem;
    height: 1.49rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

.s5-c ul li a .icons::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(/images/s5-item-bor.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: _circle 10s infinite linear;
}

@keyframes _circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.s5-c ul li a .icons::before {
    content: "";
    position: absolute;
    left: .19rem;
    top: .19rem;
    right: .19rem;
    bottom: .19rem;
    border-radius: 50%;
    border: solid 1px rgba(167, 25, 35, .48);
}

.s5-c ul li a .icons img {
    max-width: 35%;
    max-height: 35%;
}

.s5-c ul li a:hover .icons img {
    transition: all 0.5s;
    transform: rotateY(360deg);
}

.s5-c ul li a p {
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .3rem;
    color: #333333;
    margin-top: .2rem;
}

.s5-c ul li a:hover p {
    color: #a81b1c;
    font-weight: 600;
}

@media screen and (min-width: 1025px) {

    .s3-c ul li a:hover .info h3 {
        color: #fff;
        font-weight: 600;
    }

    .s3-c ul li a:hover .info p {
        color: #ffffff;
        opacity: 0.6;
    }

}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick .slick div,
    .banner .slick .slick-slide a,
    .banner .slick .slick-slide a img {
        height: auto !important;
    }

    #downPage {
        display: none;
    }

    .banner .slick-prev {
        /* left: .1rem; */
        bottom: 0.15rem;
        background-size: auto .2rem;
        margin-right: .7rem;
    }

    .banner .slick-next {
        /* right: 0.1rem; */
        bottom: .15rem;
        background-size: auto .2rem;
        margin-left: .7rem;
    }

    .index {
        position: static;
        padding-top: 0;
        overflow: hidden;
    }


    .banner .slick-dots {
        bottom: .2rem;
        justify-content: center;
    }

    .banner .slick-dots li {
        margin: 0 .1rem;
    }

    .banner .slick-dots li button {
        width: 0.06rem;
        height: 0.06rem;
    }

    .banner .slick-dots li {
        width: 0.3rem;
        height: 0.3rem;
        background-size: .1rem;
    }

    .banner .slick-slide a::before {
        display: none;
    }

    .banner .slick-slide a::after {
        top: 50%;
        height: auto;
        bottom: 0;
        background-position: center top;
    }

    .bannerlb {
        display: none;
    }

    .tit1 {
        justify-content: flex-start;
    }

    .tit1>div {
        text-align: left;
        align-items: flex-start;
    }

    .tit1, .tit2 {
        margin-bottom: .3rem;
    }

    .s1-c, .s2-c, .s4-c {
        display: block;
    }

    .s1-l, .s4-l {
        width: auto;
        margin-right: 0;
    }

    .s1-m {
        margin: .25rem 0;
    }

    .s1-r {
        width: auto;
        margin-left: 0;
    }

    .s2-r {
        width: auto;
        margin-left: 0;
        margin-top: .25rem;
    }

    .tit1 div h2, .tit2>div h2 {
        font-size: .26rem;
        line-height: .3rem;
    }

    .publist1 li a .info div {
        padding-top: .1rem;
    }

    .publist1 li a .info h3 {
        margin-bottom: .1rem;
    }

    .s1-mslick {
        padding: .15rem .15rem 0 .15rem;
    }

    .publist3 li {
        padding: .2rem 0;
    }

    .publist4 li {
        width: 49%;
    }

    .publist4 li a .info {
        padding: .1rem;
    }

    .publist4 li a .info p, .s3-c ul li a .info p {
        line-height: .26rem;
        height: 0.78rem;
    }

    .s3-c ul li a {
        padding: 0;
    }

    .s3-c ul li a .info p {
        margin-top: .1rem;
    }

    .s3-c .slick-dots li {
        margin: 0 .1rem;
    }

    .s4-r {
        margin-top: .25rem;
    }

    .section4 {
        padding-bottom: .35rem;
        padding-top: 1rem;
    }

    .s4-bg {
        background-size: 15rem auto;
        background-position: right top;
        top: 0;
    }

    .s4-bg::before {
        content: "";
        position: absolute;
        left: 0;
        top: 3rem;
        right: 0;
        bottom: 0;
        background: url(/images/s4-bg.png) no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .section4::after {
        background-size: auto 3rem;
    }

    .section4::before {
        background-size: auto 3rem;
    }

    .s5-c ul li {
        width: 33.33%;
    }

    .s5-c ul li:nth-child(-n+3) {
        margin-bottom: .3rem;
    }

    .s5-c ul li a .icons {
        width: 1rem;
        height: 1rem;
    }

    .s5-c ul li a .icons::before {
        left: .1rem;
        right: 0.1rem;
        bottom: 0.1rem;
        top: 0.1rem;
    }

    .s5-c ul li a p {
        font-size: .18rem;
        line-height: .24rem;
        margin-top: .1rem;
    }
    .s4-l ul li a .pic div::after{
        background-size: .35rem;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}