@charset "utf-8";

body {
    overflow-x: hidden;
}



@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;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    height: 2.73rem;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) -12%, rgba(0, 0, 0, 0) 82%);
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}


@keyframes img_scale3 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}


.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.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@-webkit-keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        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.05, 1.05);
        transform: scale(1.05, 1.05);
        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.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

.banner .slick-dots {
    position: absolute;
    font-size: 0;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    left: 0;
    bottom: .3rem;
    left: 0;
    right: 0;
}


.banner .slick-dots li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    transition: all .5s;
    margin: 0;
}

.banner .slick-dots li:before {
    content: "";
    display: block;
    width: .55rem;
    border-top: 1px solid #D8D8D8;
    margin: 0 0.2rem;
}

.banner .slick-dots li:after {
    content: "";
    position: absolute;
    right: .2rem;
    bottom: 0;
    background: #AF2626;
    width: .18rem;
    height: .18rem;
    border-radius: 50%;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
}

.banner .slick-dots li:nth-child(1):before {
    display: none;
}


.banner .slick-dots li span {
    display: block;
    position: relative;
    height: .37rem;
    transition: all .5s;
    width: 0.2rem;
    font-size: .16rem;
    line-height: .37rem;
    color: #FFFDFD;
}

.banner .slick-dots li span::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: .1rem;
    height: .1rem;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    transition: all .5s;
    opacity: 0;
}

.banner .slick-dots li span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: .6rem;
    height: .35rem;
    transition: all .5s;
}


.banner .slick-dots li.slick-active {
    opacity: 1;
    background: transparent;
}

.banner .slick-dots li.slick-active span {
    width: .37rem;
    color: transparent;
}

.banner .slick-dots li.slick-active span::after {
    transform: scale(1)
}

.banner .slick-dots li.slick-active span::before {
    opacity: 0;
}

.banner .slick-dots li.slick-active span::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.banner .slick-dots li.slick-active::after {
    /* opacity: 1; */
}


/* index */

.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
}



.tab-bd {
    position: relative;
    overflow: hidden;
}

.tab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(1rem);
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}


.tit {
    position: relative;
}



.tit-name {}

.tit-name h3 {
    display: flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 .25rem;
}

.tit-name h3+h3 {
    margin-left: .8rem;
}

.tit-name h3+h3 i {
    position: absolute;
    left: -.3rem;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: .1rem;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #fefdfe;
    opacity: 0.15;
    border-radius: 50%;
}

.tit-name h3::before {
    content: "";
    position: absolute;

}


.tit-name b {
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.84rem;
    color: #333333;
    display: block;
    font-family: 'sys';
}

.tit-name span {
    color: #DFDFDF;
    font-size: .18rem;
    line-height: .27rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.05rem;
    font-weight: normal;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.07rem;
    text-align: center;
}

.tit-name span:before {
    content: "";
    display: block;
    background: url(../images/tit-name-bef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.42rem;
    height: 0.07rem;
    margin-right: .12rem;
}

.tit-name span::after {
    content: "";
    display: block;
    background: url(../images/tit-name-aft.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.42rem;
    height: 0.07rem;
    margin-left: .12rem;
}

.tit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tit-more a {
    display: flex;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    letter-spacing: 0rem;
    color: #333333;
    background: url(../images/tit-more.png) no-repeat;
    background-position: right center;
    background-size: 100% 100%;
    width: 1.11rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.tit-more a:after {
    content: "";
    display: block;
    background: url(../images/tit-more-aft.png) no-repeat;
    background-position: right center;
    background-size: 100% 100%;
    width: .24rem;
    height: .11rem;
    margin-left: 0.02rem;
}

.tit-w .tit-name b {
    color: #fff;
}

.tit-w .tit-name h3::before {
    background: url(../images/tit-cbg-w.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: .3rem;
    position: absolute;
    left: 0;
    right: 0;
}

.tit-w .tit-name span {}

.s1 .tit-name {}

.s1 .tit-name span {
    letter-spacing: 0;
}

.s1 .tit-more a {
    display: none;
}

.s1 .tit-more a.on {
    display: flex;
}

.s1 .tit-name h3.noon b {
    color: #333;
}

.s1 .tit-name h3.noon::before {
    opacity: 0;
}

.s1 .tit-name h3::before {
    opacity: 1;
    transition: all .5s;
    background: #9E2227 url(../images/s1-titnamebg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .5s;
    border-top: 0.04rem solid #D9AB70;
    height: auto;
}

.s1 .tit-name h3.noon span {
    opacity: 1;
}

.s1 .tit-name h3 span {
    opacity: 1;
    transition: all .5s;
    opacity: 0;
}


.s1 {
    padding: .78rem 0 .7rem 0;
    position: relative;
    z-index: 1;
    background: rgba(147, 188, 252, 0.03);
    background: url(../images/s1-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s1-c {
    display: flex;
    align-items: flex-start;
    margin-top: .48rem;
}

.s1-l {
    overflow: hidden;
    width: 9.63rem;
    margin-right: .24rem;
}

.s1-l {
    position: relative;
}

.s1-l .s1-dots {
    position: absolute;
}

.s1-l .s1-dots {
    position: absolute;
    width: auto;
    left: auto;
    right: 0.2rem;
    bottom: 0.35rem;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.s1-l .s1-dots span {
    width: 0.27rem;
    height: 0.27rem;
    border-radius: 50%;
    margin: 0 .1rem;
    transition: all .5s;
    position: relative;
    border: 1px dashed transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background: no-repeat;
    opacity: 1;
}

.s1-l .s1-dots span:before {
    content: "";
    display: block;
    opacity: 0.4;
    background: #FFFFFF;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    transition: all .5s;
}

.s1-l .s1-dots span.swiper-pagination-bullet-active {
    border-color: #fff;
}

.s1-l .s1-dots span.swiper-pagination-bullet-active:before {
    opacity: 1
}

.s1-ll {
    /* transition: all .5s; */
}

.s1-l ul li a {
    display: block;
    background: #fff;
    transition: all .5s;
}

.s1-l ul li a .date {}

.s1-l ul li a .date b {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #2d5bac;
    margin-right: 0.07rem;
}

.s1-l ul li a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #fff;
    opacity: .8;
    display: block;
}

.s1-l ul li a .pic {
    padding-top: 61%;
}

.s1-l ul li a .pic::after {
    height: 1.8rem;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.s1-l ul li a .info {
    padding: 0 1.5rem .3rem .3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.s1-l ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    letter-spacing: 0rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 1rem;
    margin-top: .1rem;
}

.s1-l ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #111111;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.9rem;
    margin-top: .15rem;
    font-family: "HarmonyOS_Sans_SC_Light";
}


.s1-r {
    flex: 1;
    min-width: 0;
}


.s1-r ul li:first-child a {
    margin-top: 0;
}

.s1-r ul li a {
    margin: 0 .05rem;
    display: block;
    padding: .14rem .31rem .12rem .26rem;
    position: relative;
    transition: all .5s;
    z-index: 1;
    margin-top: .38rem;
    background: rgba(255, 255, 255, 0.5);
    border: 0.5px solid #DCDCDC;
    position: relative;
    z-index: 1;
}

.s1-r ul li a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    transition: all .5s;
    z-index: -1;
    background: #9E2227;
}

.s1-r ul li a:before {}

.s1-r ul li a .info {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.s1-r ul li a .info .date {
    margin-right: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../images/s1-rdatebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: .91rem;
    height: .91rem;
    padding-bottom: .1rem;
}

.s1-r ul li a .info .date b {
    display: block;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    letter-spacing: 0rem;
    color: #D2B084;
    font-family: 'sys';
}

.s1-r ul li a .info .date span {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #D2B084;
    font-family: 'sys';
}

.s1-r ul li a .info .text {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .info .text p {
    width: 100%;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    letter-spacing: 0rem;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .66rem;
}




.s2 {
    position: relative;
    z-index: 2;
    padding-top: .75rem;
}

.s2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    height: 8.73rem;
    z-index: -1;
}

.s2-text {
    margin-top: .35rem;
}

.s2-text h3 {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: .48rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
}

.s2-text div {
    width: 0.87rem;
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    margin: .2rem 0;
}

.s2-text p {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: .33rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
    opacity: .95;
}

.s2-c ul {
    display: flex;
    margin: 0 -.08rem;
    margin-top: .4rem;
}

.s2-c ul li {
    width: 20%;
}

.s2-c ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 .08rem;
    background-position: center center;
    background-size: cover;
    height: 4.8rem;
    transition: all .5s;
}

.s2-c ul li a .icons {
    border: 1px dashed #FFFFFF;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .5s;
}

.s2-c ul li a .icons img {
    max-width: 50%;
    max-height: 50%;
    transition: all .5s;
}

.s2-c ul li a h3 {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: .51rem;
    text-align: center;
    color: #FFFFFF;
    margin-top: .32rem;
    transition: all .5s;
}

.s2-c ul li a p {
    font-size: 0.26rem;
    font-weight: 500;
    line-height: .39rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
    margin: .12rem 0 .16rem 0;
    transition: all .5s;
}

.s2-c ul li a span {
    width: 0.35rem;
    height: 0.015rem;
    background: #FFFFFF;
    transition: all .5s;
}

.s3 {
    padding-top: 1.5rem;
    position: relative;
    z-index: 1;
    padding-bottom: .86rem;
}

.s3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.44rem;
    background: url(../images/s3-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    height: 12.75rem;
    z-index: -1;
    pointer-events: none;
    width: 19.32rem;
}

/* .s3-bg1 {
    position: absolute;
    right: .67rem;
    z-index: -1;
    background: url(../images/s3-bg1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 4.36rem;
    height: 4.36rem;
    top: -1.06rem;
} */

/* .s3-bg2 {
    position: absolute;
    bottom: 0.15rem;
    right: -1.78rem;
    z-index: -1;
    background: url(../images/s3-bg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 10.35rem;
    height: 6.91rem;
} */

.s3::after {}

.s3>.w1660 {
    position: relative;
}


.s3-t {
    margin-right: 2.85rem;
}

.s3-t ul li a {
    display: flex;
    margin: 0 1px;
}

.s3-t ul li a .pics {
    width: 9.02rem;
}

.s3-t ul li a .pics .pic {
    padding-top: 56%;
}

.s3-t ul li a .info {
    flex: 1;
    min-width: 0;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #CECECE;
    backdrop-filter: blur(5px) saturate(100%);
    border-left: none;
    padding: .47rem;
}

.s3-t ul li a .info .icons {}

.s3-t ul li a .info .icons img {
    height: .47rem;
    display: block;
}

.s3-t ul li a .info h3 {
    margin-top: .28rem;
    font-family: Source Han Sans CN;
    font-size: 0.32rem;
    font-weight: 500;
    line-height: 0.4rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: 0.05em;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .8rem;
}

.s3-t ul li a .info span {
    display: block;
    opacity: 0.32;
    border-top: 1px solid #D6A361;
    margin: .2rem 0 .32rem 0;
}

.s3-t ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.9rem;
}

.s3-t ul li a .info b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    line-height: 0.4rem;
    background: #9E2227;
    font-size: 0.16rem;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: .46rem;
    transition: all .5s;
}

.s3-t ul li a .info b img {
    display: block;
    height: 0.16rem;
    margin-left: .1rem;
}

.s3-b {
    margin-top: .4rem;
    margin-right: 2.85rem;
}

.s3-b ul {
    display: flex;
    margin: 0 -.2rem;
}

.s3-b ul li {
    width: 33.33%;
}

.s3-b ul li a {
    display: block;
    margin: 0 .2rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #CECECE;
    backdrop-filter: blur(5px) saturate(100%);
    padding: .27rem .35rem;
    position: relative;
    z-index: 1;
}

.s3-b ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #9E2227;
    transition: all .5s;
    z-index: -1;
}

.s3-b ul li a h3 {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.s3-b ul li a div {
    display: flex;
    align-items: flex-end;
    margin-top: .33rem;
}

.s3-b ul li a div b {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: .32rem;
    letter-spacing: normal;
    color: #D9AB70;
    font-family: sys;
}

.s3-b ul li a div span {
    font-family: Arial;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .24rem;
    letter-spacing: normal;
    color: #9B9B9B;
    margin-left: .1rem;
}


@media screen and (min-width: 1025px) {
    .s1-c:nth-child(2) .s1-r ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.s1-c:nth-child(2) .s1-r ul li{width:48%;}
.s1-c:nth-child(2) .s1-r ul li:nth-child(2) a{margin-top:0;}

    
    .tit-more a:hover {
        color: #D2B084;
    }

    .s1-r ul li a:hover::before {
        width: 100%;
        left: 0;
    }

    .s1-r ul li a:hover .info .date {
        background: url(../images/s1-rdatebg2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .s1-r ul li a:hover .info .date b {
        color: #fff;
    }

    .s1-r ul li a:hover .info .date span {
        color: #fff;
    }

    .s1-r ul li a:hover .info .text p {
        color: #fff;
    }

    .s2-c ul li a:hover {
        transform: translateY(-.1rem);
    }

    .s2-c ul li a:hover .icons {
        transform: scale(0.8);
    }

    .s2-c ul li a:hover p {
        margin: .2rem 0 .25rem 0;
    }

    .s2-c ul li a:hover span {
        width: 0.75rem;
    }

    .s3-t ul li a:hover .info h3 {
        color: #9E2227;
    }

    .s3-t ul li a:hover .info b {
        width: 100%;
    }

    .s3-b ul li a:hover::after {
        height: 100%;
    }

    .s3-b ul li a:hover h3 {
        color: #fff;
    }

    .s3-b ul li a:hover div b {
        color: #fff;
    }

    .s3-b ul li a:hover div span {
        color: #fff;
    }

    .s3 .tit {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .s3 .tit .tit-more {
        top: auto;
        bottom: 0;
        transform: none;
    }

    .s3 .tit .tit-name h3 {
        flex-direction: row;
        align-items: center;
        padding-right: 0;
    }

    .s3 .tit .tit-name span {
        writing-mode: vertical-lr;
        writing-mode: tb-lr;
        position: static;
        line-height: normal;
        display: block;
    }

    .s3 .tit .tit-name b {
        writing-mode: vertical-lr;
        writing-mode: tb-lr;
        line-height: normal;
    }

    .s3 .tit .tit-name span {
        position: relative;
    }

    .s3 .tit .tit-name span:before {
        position: absolute;
        right: 50%;
        transform: rotate(90deg) translateY(50%);
        transform-origin: right bottom;
        bottom: 100%;
        margin-right: 0;
        margin-bottom: .12rem;
    }

    .s3 .tit .tit-name span:after {
        position: absolute;
        left: 50%;
        transform: rotate(90deg) translateY(-50%);
        transform-origin: left top;
        top: 100%;
        margin-left: 0;
        margin-top: .1rem;
    }
}


@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: relative;
    }
.banner .slick-dots{
    transform: scale(.7);
    transform-origin: center bottom;
    bottom: 0.15rem;
}
.tit-name h3{padding: 0 .15rem;}
.tit-name{justify-content:flex-start;}
.tit-name b{font-size: .26rem;line-height: .65rem;}
.tit-name span{font-size: .14rem;}
    .tit-name span:before{display:none}
    .tit-name span:after{display:none}
.tit-name h3+h3{margin-left: 0;}

.s1-c{display: block;margin-top: .3rem;}
.s1-l{width: auto;margin-right: 0;margin-bottom: .3rem;}
.s1-l ul li a .info{padding: 0 1.25rem .15rem .15rem;}
.s1-l ul li a .info h3{padding-right: 0;font-size: .16rem;}
.s1-r ul li a{padding: .15rem;margin-top: .15rem;}
.s1-r ul li a .info .text p{font-size: .16rem;}
.s1-l .s1-dots{bottom: 0.15rem;}

.s2 .tit-name{justify-content: center;}
.s2::before{background-size: cover;}
.s2-text p{font-size: .16rem;line-height: .3rem;}
.s2-text h3{font-size: .24rem;}
.s2-c ul{flex-wrap: wrap;margin: 0 -0.05rem;}
.s2-c ul li{width: 50%;margin-top: .1rem;}
.s2-c ul li a{height: 2.4rem;margin: 0 0.05rem;}
.s2-c ul li a .icons{width: 0.7rem;height: 0.7rem;}
.s2-c ul li a h3{font-size: .2rem;line-height: .3rem;margin-top: .15rem;}
.s2-c ul li a p{font-size: .16rem;line-height: .26rem;}

.s3-t{margin-right: 0;margin-top: .3rem;}
.s3-b{margin-right: 0;margin-top: 0;}
.s3-t ul li a{display: block;}
.s3-t ul li a .pics{width: auto;}
.s3-t ul li a .info{padding: .2rem .15rem;}
.s3-t ul li a .info h3{font-size: .18rem;line-height: .3rem;height: auto;max-height: .6rem;}
.s3-t ul li a .info span{margin: .15rem 0;}
.s3-t ul li a .info b{margin-top: .2rem;}
.s3-b ul {margin: 0 -.05rem;}
.s3-b ul li a h3{font-size: .16rem;}
.s3-b ul li a{padding: .15rem;margin: 0 0.05rem;}
.s1{padding-top: .5rem;padding-bottom: .5rem;}
.s2{padding-top: .5rem;}
.s2-text{margin-top: .3rem;}
.s3{padding-top: .5rem;padding-bottom: .5rem;}




}

@media screen and (max-width: 768px) {
.s2-c ul li:nth-child(1){width: 100%;}
.s3-b ul {display: block;}
.s3-b ul li {width: auto;margin-top: .1rem;}

}




.fixed-r {
    z-index: 99;
    position: fixed;
    width: 1.08rem;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%) translateX(2rem);
    transition: all .5s;
    background: url(../images/fixed-rbg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 1.02rem;
    border-radius: 1rem;
}

.fixed-r::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.18rem;
    background: url(../images/fixed-ricon.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1.18rem;
    height: 1.14rem;
}

.fixed-r.on {
    transform: translateY(-50%) translateX(0);
}
 
.fixed-r ul {
}

.fixed-r ul li a {
    display: block;
    padding: .22rem 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.fixed-r ul li+li a {
}

.fixed-r ul li a .icon img {
    height: .36rem;
    display: block;
    margin: 0 auto;
    max-width: 50%;
}

.fixed-r ul li a p {
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #ffffff;
    margin-top: 0.09rem;
}

.gotop {
    cursor: pointer;
    border-radius: 50%;
    margin: 0 auto;
    padding: .18rem 0 .27rem 0;
}

.gotop img {
    display: block;
    width: 0.39rem;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
   .fixed-r{
       right:0;
       transform: translateY(-50%) translateX(100%);
   }
.fixed-ropen {
    /* background: rgba(230, 237, 253, 0.9); */
    width: .34rem;
    height: .34rem;
    /* border-radius: 50%; */
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    cursor: pointer;
}

.fixed-ropen div {
    width: 100%;
    height: 100%;
    background: url(../images/fixed-lopen.png) no-repeat;
    background-position: center center;
    background-size: .34rem auto;
    transform: rotate(180deg);
}
.fixed-r.on {
    /* margin-left: 0; */
    transform: translateY(-50%) translateX(0);
}

.fixed-r.on .fixed-ropen {
    transform: translateY(-50%) rotateY(180deg);
}

}