@charset "utf-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner video,
.banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner a {
    display: block;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick-dots {
    bottom: .4rem;
}

.banner .slick-dots li {
    width: .4rem;
    height: .4rem;
    background: url(../images/ban-d.png) no-repeat center center;
    background-size: .08rem;
}

.banner .slick-dots li.slick-active {
    background: url(../images/ban-da.png) no-repeat center center;
    background-size: 100%;
}

.banner .slick-slide.slick-current a img {
    animation: img_scale 8s linear;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* s1 */
.s1-2 {
    padding-top: .4rem;
    padding-bottom: .6rem;
    background: url(../images/s1-bg.png) no-repeat center bottom;
    background-size: 100%;
}

.s1 {
    padding-bottom: .6rem;
}

.tit {
    position: relative;
    margin-bottom: .6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tit-c {
    position: relative;
}

.tit-c h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.tit-c h3::after {
    content: '';
    width: .4rem;
    height: .03rem;
    background: #1C6534;
    position: absolute;
    left: 50%;
    bottom: -0.1rem;
    transform: translateX(-50%);
}

.tit-c span {
    display: block;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    color: rgba(184, 191, 247, 0.14);
}

.tit-c h3 b {
    font-size: .36rem;
    font-weight: bold;
    line-height: .36rem;
    color: #1C6534;
    font-family: 'sy';
}

.tit-c h3 b:first-child {
    color: #333333;
}

.more {
    position: absolute;
    top: .2rem;
    right: 0;
}

.more a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: .16rem;
    color: #666666;
}

.more a:hover {
    color: #1C6534;
}

.more a img {
    width: .24rem;
    margin-left: .08rem;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-ban {
    width: 54%;
    margin-right: .5rem;
}

.s1-ban .pic {
    padding-top: 69%;
}

.s1-ban a {
    position: relative;
    padding-bottom: .95rem;
}

.s1-tx {
    position: absolute;
    right: 0;
    width: 87%;
    right: 0;
    bottom: 0;
    background: url(../images/s1-ltbg.png) no-repeat;
    background-size: 100% 100%;
    padding: .23rem .52rem .7rem .43rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s1-date {
    margin-right: .3rem;
}

.s1-date b {
    font-family: 'sy';
    display: block;
    color: #ffffff;
    font-size: .36rem;
    line-height: 1;
    margin-bottom: .1rem;
}

.s1-date span {
    display: block;
    font-family: 'sy';
    color: #ffffff;
    font-size: .14rem;
}

.s1-rtx {
    flex: 1;
    min-width: 0;
}

.s1-rtx h3 {
    color: #ffffff;
    font-size: .18rem;
    margin-bottom: .15rem;
    padding-bottom: .15rem;
    border-bottom: .01rem solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-rtx p {
    font-size: .14rem;
    line-height: .22rem;
    color: #FFFFFF;
    height: .44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s1-ban .slick-dots {
    width: auto;
    text-align: right;
    right: .7rem;
    bottom: .35rem;
}

.s1-ban .slick-dots li {
    width: .07rem;
    height: .07rem;
    border-radius: 50%;
    border: .01rem solid rgba(255, 255, 255, 1);
    margin: 0 .05rem;
    position: relative;
}

.s1-ban .slick-dots li.slick-active {
    background: #ffffff;
}

.s1-ban .slick-dots li:first-child::before {
    content: '';
    width: .23rem;
    height: .01rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -0.3rem;
    transform: translateY(-50%);
}

.s1-ban .slick-dots li:last-child::before {
    content: '';
    width: .23rem;
    height: .01rem;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -0.3rem;
    transform: translateY(-50%);
}

.s1-lt {
    flex: 1;
    min-width: 0;
}

.s1-lt a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-lt .pic {
    width: 2rem;
    padding-top: 1.29rem;
}

.s1-txt {
    flex: 1;
    min-width: 0;
    padding: .1rem .1rem 0 .2rem;
    border-bottom: .01rem solid rgba(71, 85, 190, 0.3);
    position: relative;
}

.s1-lt a h3 {
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    margin: .1rem 0;
}

.s1-lt a span {
    display: block;
    font-size: .14rem;
    font-weight: 500;
    color: #4755BE;
    padding-left: .25rem;
    background: url(../images/s1-date.png) no-repeat left center;
    background-size: .14rem;
}

.s1-lt ul li {
    margin-bottom: .3rem;
}

.s1-lt ul li:last-child {
    margin-bottom: 0;
}

.s1-lt a p {
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}

.s1-lt a:hover .s1-txt {
    background: url(../images/s1-rtbg.png) no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
}

.s1-lt a:hover .s1-txt::after {
    content: '';
    width: .24rem;
    height: .24rem;
    position: absolute;
    left: .2rem;
    bottom: -0.1rem;
    background: url(../images/s1-more.png) no-repeat;
    background-size: 100% 100%;
}

.s1-lt a:hover h3 {
    color: #4755BE;
}

.s2-qh {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s2-qh a {
    color: #666666;
    font-size: .24rem;
    margin-left: .4rem;
}

.s2-qh a.on {
    color: #1C6534;
}

.s2-qhc {
    position: relative;
}

.s2-lt.on {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.s2-lt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.s2-lt>ul {
    margin-left: -0.14rem;
    margin-right: -0.14rem;
}

.s2-lt a {
    padding: .3rem .2rem;
    border: .01rem solid #AEB5EB;
    margin: 0 .14rem;
}

.s2-lt a p {
    font-size: .18rem;
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
}

.s2-date {
    margin-bottom: .1rem;
    font-family: 'sy';
    color: #4755BE;
}

.s2-date b {
    font-size: .24rem;
    font-weight: bold;
    margin-right: .05rem;
}

.s2-date span {
    font-size: .16rem;
    opacity: 0.6;
}

.s2-lt a:hover {
    background: url(../images/s2-tbg.png) no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
}

.s2-lt a:hover .s2-date {
    color: #ffffff;
}

.s2-lt a:hover p {
    color: #ffffff;
}

/* s3 */

.s3 {
    background: url(../images/s3-bg.png) no-repeat;
    background-size: cover;
    padding-top: .5rem;
    padding-bottom: .9rem;
}

.s3 .more a {
    color: #ffffff;
}

.s3 .tit-c h3 b {
    color: #ffffff;
}

.s3 .tit-c h3 b:last-child {
    color: #D5DAFF;
}

.s3-ban .pic {
    padding-top: 66%;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s3-ban {
    width: 50%;
    margin-right: .4rem;
}

.s3-lt {
    flex: 1;
    min-width: 0;
}

.s3-ban ul li a {
    position: relative;
}

.s3-ban ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.s3-ban ul li a p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .4rem .25rem;
    z-index: 2;
    color: #ffffff;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: .3rem;
    margin-right: .2rem;
}

.s3-p {
    width: 1.14rem;
    height: .2rem;
    background: url(../images/s3-lh.png) no-repeat;
    background-size: 100% 100%;
    margin-right: .1rem;
    cursor: pointer;
}

.s3-n {
    width: .09rem;
    height: .17rem;
    background: url(../images/s3-r.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.s3-date {
    font-family: 'sy';
    position: relative;
    width: .8rem;
    height: .8rem;
    background: url(../images/s3-lg.png) no-repeat;
    background-size: 100% 100%;
    padding: .1rem;
    padding-top: .15rem;
}

.s3-date::before {
    content: '';
    width: .2rem;
    height: .02rem;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: -0.58rem;
    transform: translateY(-50%);
}

.s3-date::after {
    content: '';
    width: .18rem;
    height: .3rem;
    background: url(../images/s3-dateline.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s3-date b {
    color: #ffffff;
    font-size: .26rem;
    line-height: 1;
}

.s3-date span {
    font-size: .16rem;
    color: #FFFFFF;
    line-height: 1;
    display: block;
    transform: translate(.35rem, -0.1rem);
}

.s3-date p {
    color: rgba(255, 255, 255, 0.48);
    font-size: .14rem;
    text-align: right;
    transform: translateY(-0.1rem);
}

.s3-date {
    margin-right: .4rem;
}

.s3-lt {
    position: relative;
}

.s3-lt::before {
    content: '';
    width: .05rem;
    height: 100%;
    position: absolute;
    left: .5rem;
    top: 0;
    bottom: 0;
    background: url(../images/s3-line.png) no-repeat;
    background-size: 100% 100%;
}

.s3-lt ul li {
    position: relative;
}

.s3-lt ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #4755BE;
    transition: all 0.6s;
}

.s3-lt ul li.on::after {
    width: 9.2rem;

}

.s3-lt ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 9.2rem;
    height: .01rem;
    background-color: rgba(255, 255, 255, 0.1);
}

.s3-lt ul li:last-child a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9.2rem;
    height: .01rem;
    background-color: rgba(255, 255, 255, 0.1);
}

.s3-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .28rem 0;
    padding-left: 1rem;
    position: relative;
    z-index: 2;
}

.s3-tx {
    flex: 1;
    min-width: 0;
}

.s3-tx p {
    font-size: .2rem;
    line-height: .34rem;
    color: #FFFFFF;
    height: .68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* s4 */
.s4 {
    padding-bottom: 1rem;
    padding-top: .55rem;
    background: url(../images/s4-bg.png) no-repeat center bottom;
    background-size: 100%;
}

.s4 .tit {
    justify-content: center;
}

.s4-lt>ul {
    margin-left: -0.18rem;
    margin-right: -0.18rem;
}

.s4-lt a {
    margin: .1rem;
    padding: .1rem .06rem;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0rem .04rem .14rem 0rem rgba(11, 75, 163, 0.1);
}

.s4-lt a .pic {
    padding-top: 58%;
}

.s4-lt a::after {
    content: '';
    background-color: #1C6534;
    width: 0;
    height: .02rem;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.6s;
}

.s4-lt a:hover:after {
    width: 100%;
}

.s4-lt a p {
    font-size: .2rem;
    line-height: .3rem;
    text-align: center;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-top: .3rem;
    padding-bottom: .15rem;
}

.s4-lt a p::after {
    content: '';
    width: .24rem;
    height: .01rem;
    background: #D8D8D8;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.s4-lt a:hover {
    background: url(../images/s4-tbg.png) no-repeat left bottom #fff;
    background-size: 1.8rem;
}

.s4-lt a:hover p {
    color: #1C6534;
}

/* s5 */
.s5 .tit {
    justify-content: center;
}

.s5 {
    padding-top: .86rem;
    padding-bottom: .9rem;
    background: url(../images/s5-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.s5-pic {
    width: 1.85rem;
    margin: 0 auto;
    transform: scale(0.8);
    transition: all 0.3s;
    border-radius: 50%;
}

.s5-pic::before {
    content: '';
    width: 107%;
    height: 107%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/s5-tbg1.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    transition: all 0.3s;
}

.s5-lt ul li a .scale {
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.s5-lt ul li a:hover .s5-pic::before {
    background: #ffffff;
    width: 103%;
    height: 103%;
}

.s5-lt ul li a:hover .s5-pic {
    transform: scale(1);
}

.s5-lt ul li a .scale .imged {
    padding-bottom: 1.85rem;
}

.s5-tx p {
    font-size: .16rem;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
    color: #333333;
}

.s5-lt ul li a:hover .s5-tx {
    margin-top: .2rem;
}

.s5-tx {
    margin-top: 0rem;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

.s5-lt ul li a {
    position: relative;
    padding: 0 .1rem;
    margin: 0 .05rem;
}

.s5-lt ul li a::after {
    content: '';
    width: .06rem;
    height: 1.13rem;
    position: absolute;
    left: 50%;
    top: 105%;
    transform: translateX(-50%);
    background: url(../images/s5-line.png) no-repeat center top;
    background-size: 100%;
    transition: all 0.3s;
}

.s5-lt ul li a:hover:after {
    top: 120%;
}

.s5-lt ul li a:hover p {
    color: #ffffff;
}

.s5-lt ul li a:hover:before {
    background-size: 100% 100%;
}

.s5-lt ul li a::before {
    content: '';
    width: 100%;
    height: 2.2rem;
    background: url(../images/s5-tbg2.png) no-repeat;
    background-size: 100% 0%;
    position: absolute;
    left: 0;
    right: 0;
    top: .8rem;
    transition: all 0.3s;
    border-radius: .2rem 0 .2rem 0;
}

.s5-lt ul li {
    position: relative;
    height: 4.8rem;
    transition: all 0.3s;
}

.s5-lt ul li.swiper-slide-active {
    padding-top: 1.52rem;
}

.s5-lt ul li.swiper-slide-active+li {
    padding-top: 0.9rem;
}

.s5-lt ul li.swiper-slide-active+li+li {
    padding-top: 0rem;
}

.s5-lt ul li.swiper-slide-active+li+li+li {
    padding-top: 0.9rem;
}

.s5-lt ul li.swiper-slide-active+li+li+li+li {
    padding-top: 1.52rem;
}

.s5-lt ul li.swiper-slide-active+li+li+li+li+li {
    padding-top: 0.8rem;
}

.s5-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 15rem;
    margin: 0 auto;
    width: 100%;
}

.s5-btn>div {
    width: .52rem;
    height: .52rem;
    cursor: pointer;
}

.s5-p {
    background: url(../images/s5-l.png) no-repeat;
    background-size: 100% 100%;
}

.s5-n {
    background: url(../images/s5-r.png) no-repeat;
    background-size: 100% 100%;
}




/* s6 */

.s6 {
    background-color: #f4fefa;
    padding-top: .6rem;
    padding-bottom: .9rem;
}

.s6 .tit {
    justify-content: center;
}

.s6-lt>ul {
    margin-left: -0.18rem;
    margin-right: -0.18rem;
}

.s6-lt a {
    margin: 0 .18rem;
}

.s6-lt a .pic {
    padding-top: 60%;
    margin-bottom: .3rem;
}

.s6-tx h3 {
    color: #333333;
    font-size: .18rem;
    line-height: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s6-tx p {
    color: #4755BE;
    font-size: .14rem;
    font-family: 'sy';
    margin-top: .15rem;
    padding-left: .25rem;
    background: url(../images/s1-date.png) no-repeat left center;
    background-size: .16rem;
}

.s6-lt a:hover h3 {
    color: #4755BE;
}

.s6-lt .slick-prev {
    width: .52rem;
    height: .52rem;
    background: url(../images/s5-l.png) no-repeat;
    background-size: 100% 100%;
    left: -0.6rem;
}

.s6-lt .slick-next {
    width: .52rem;
    height: .52rem;
    background: url(../images/s5-r.png) no-repeat;
    background-size: 100% 100%;
    right: -0.6rem;
}



/* s7 */

.s7-8 {
    background: url(../images/s78-bg.png) no-repeat center bottom;
    background-size: 100%;
}

.s7 .tit {
    justify-content: center;
}

.s7 {
    background: url(../images/s7-bg.jpg) no-repeat center top;
    background-size: 100%;
    padding-top: .6rem;
}

.s7 .more a {
    color: #ffffff;
}

.s7 .tit-c h3 b {
    color: #ffffff;
}

.s7 .tit-c h3 b:last-child {
    color: #D5DAFF;
}

.s7-lt ul li a p {
    color: #333333;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: .2rem;
}

.s7-lt ul li a {
    transform: scale(0.8);
    transition: all 0.3s;
}

.s7-lt ul li.swiper-slide-active+li a {
    transform: scale(1);
}

.s7-lt ul li.swiper-slide-active+li a p {
    transform: scale(0.8);
}

.s7-lt .pic {
    padding-top: 65%;
}


.s7-c {
    position: relative;
    padding-top: .6rem;
    padding-bottom: .2rem;
}

.s7-c::before {
    content: '';
    width: 46%;
    height: 2.27rem;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.s7-btn>div {
    width: .52rem;
    height: .52rem;
    cursor: pointer;
}

.s7-p {
    background: url(../images/s5-l.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 27%;
    bottom: 0;
    z-index: 2;
}

.s7-n {
    background: url(../images/s5-r.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 27%;
    bottom: 0;
    z-index: 2;
}

/* s8 */
.s8 {
    padding-top: 1rem;
    padding-bottom: 1.3rem;
}

.s8-lt ul li a .ico {
    width: 1.8rem;
    height: 1.8rem;
    background: url(../images/s7-tbg1.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    /* border-radius: 50%; */
    position: relative;
}

.s8-lt ul li a:hover .ico {
    background: url(../images/s7-tbg2.png) no-repeat;
    background-size: 100% 100%;
}

.s8-lt ul li a p {
    font-size: .2rem;
    color: #333333;
    margin-top: .2rem;
    text-align: center;
}

.s8-lt ul li a .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .6rem;
}

.s8-lt ul li a .ico img:first-child {
    display: block;
}

.s8-lt ul li a .ico img:last-child {
    display: none;
}

.s8-lt ul li a:hover .ico img:first-child {
    display: none;
}

.s8-lt ul li a:hover .ico img:last-child {
    display: block;
}



/* side */

.side {
    position: fixed;
    left: .3rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    border-radius: .08rem;
    background: #FFFFFF;
    box-shadow: 0rem .02rem .15rem 0rem rgba(0, 0, 0, 0.1);
    width: 1.36rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
}

.side.on {
    opacity: 1;
    visibility: visible;
}

.s-lg img {
    width: 100%;
    display: block;
}

.side ul {
    padding: .2rem 0;
}

.side ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: .1rem 0;
}

.side ul li a p {
    color: #B8BDCC;
    font-size: .16rem;
}

.side ul li.on p,
.side ul li a:hover p {
    color: #1C6534;
}

.s-ico {
    width: .16rem;
    margin-right: .1rem;
}

.s-ico img {
    display: block;
    width: 100%;
}

.side ul li.on .s-ico img:first-child {
    display: none;
}

.side ul li a:hover .s-ico img:first-child {
    display: none;
}

.side ul li a:hover .s-ico img:last-child {
    display: block;
}

.side ul li.on .s-ico img:last-child {
    display: block;
}

.s-ico img:last-child {
    display: none;
}

.go-top a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: .16rem;
    line-height: .44rem;
    border-radius: .08rem;
    background: #F5F6F8;
}

.go-top a img {
    width: .12rem;
    margin-right: .09rem;
}



@media screen and (max-width: 1024px) {
    .banner a {
        padding-top: 50%;
        height: auto;
    }

    .s1-ban {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s1-lt {
        flex: auto;
        width: 100%;
    }

    .tit {
        justify-content: flex-start !important;
        margin-bottom: .3rem;
    }

    .tit-c h3 b {
        font-size: .24rem;
    }

    .tit-c span {
        font-size: .4rem;
    }

    .s3-ban {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s3-lt {
        flex: auto;
        width: 100%;
    }

    .s4 {
        padding: .5rem 0;
    }

    .s5 {
        padding: .5rem 0;
    }
    .s8 {
        padding: .5rem 0;
    }

    .s7 {
        background-size: auto 3rem;
        padding-top: .3rem;
    }

    .s7-c::before {
        display: none;
    }
    .s7-lt ul li a {
        transform: scale(1) !important;
        margin: 0 .1rem;
    }
    .s7-btn>div {
        display: none;
    }
    .s3-lt ul li:last-child a::after,
    .s3-lt ul li a::before,
    .s3-lt ul li.on::after {
        width: 100%;
    }
    .s3-lt ul li a {
        padding-right: .28rem;
    }
    .side{display:none;}
}

@media screen and (max-width: 768px) {
    .s2-qh {
        width: 100%;
        justify-content: flex-start;
        margin-top: .2rem;
    }
}

@media screen and (max-width: 480px) {}