@charset "utf-8";


html, body, .banner, .banner .slick, .banner .slick div, .banner .slick-slide a, .banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../2023images/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 9;
}



.index {
    font-size: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99;
    background: #fff;
}

.title {
    position: relative;
    display: flex;
    margin-bottom: .4rem;
    justify-content: center;
}

.title h2 {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: .2rem;
}

.title h2:nth-child(1) {
    margin-left: 0;
}

.title h2 img {
    margin-right: .1rem;
}

.title h2 span {
    font-size: 0.3rem;
    font-weight: 600;
    line-height: 0.48rem;
    letter-spacing: 0.02rem;
    color: #333333;
}

.title a {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.48rem;
    letter-spacing: 0.01rem;
    color: #666666;
    display: flex;
    align-items: center;
}

.title a::before {
    content: "";
    display: block;
    width: 0.29rem;
    height: 0.01rem;
    background-color: #666666;
    margin-right: .1rem;
}

.title h2.nodq span {
    font-size: 0.24rem;
    color: #333333;
    font-weight: normal;
}

.title a.hide {
    display: none;
}

.title-w h2 {
    color: #464646;
}

.title-w h2 span {
    color: #073D97;
}

.title-w::before {
    background: url(../2023images/tit-bj2.png) no-repeat;
    background-position: left bottom;
}

.title-w::after {
    background: url(../2023images/tit-bj2.png) no-repeat;
    background-position: right bottom;
}

.title-w a {
    color: #565656;
}

.block1 {
    
    position: relative;
}
.block1::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:9.9rem;
    background: url(../2023images/block1-bj.jpg) no-repeat;
    background-position: center top;
    background-size:cover;
}

.section1 {
    padding: 1.79rem 0 .78rem 0;
}

.s1-c ul {
    display: flex;
    justify-content: space-between;
}

.s1-c ul li {
    width: 23.5%;
}

.s1-c ul li a {
    display: block;
}

.s1-c ul li a .pic {
    padding-top: 72%;
}

.s1-c ul li a .info {
    background: #ffffff;
    box-shadow: 0rem 0rem 0.09rem 0.01rem rgba(58, 64, 63, 0.1);
    padding: .15rem .2rem .25rem .2rem;
}

.s1-c ul li a .info h3 {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    transition: color 0s;
}

.s1-c ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0.01rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    margin: .15rem 0;
    transition: color 0s;
}

.s1-c ul li a .info b {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0.01rem;
    color: #999999;
    padding-left: .2rem;
    background: url(../2023images/icon-time2.png) no-repeat;
    background-position: left center;
    transition: color 0s;
}
.section_ztctt{
    padding:0rem 0 .78rem 0;
}

.section_ztctt img{
    width:100%;
}

.s2-c {
    display: flex;
    justify-content: space-between;
}

.s2-l {
    width: 55%;
    position: relative;
    padding: .25rem .45rem .4rem .35rem;
}

.s2-l::before {
    content: "";
    position: absolute;
    left: -12rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: #873027 url(../2023images/s2-lbj.jpg) no-repeat;
    background-position: right center;
    /* background-size: cover; */
}

.s2-l .title {
    justify-content: flex-start;
    position: relative;
    z-index: 9;
}

.s2-l .title h2 span {
    color: #fff;
}

.s2-l .title a {
    color: #f4f4f4;
}

.s2-l .title a::before {
    background: #f4f4f4;
}


.s2-r {
    width: 42%;
    padding-top: .25rem;
}

.first-item1 {
    position: relative;
    z-index: 9;
    display: none;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px dashed #f3f3f3;
    margin-bottom: .15rem;
}

.first-item1 a {
    display: flex;
}

.first-item1 a .info {
    flex: 1;
    min-width: 0;
}

.first-item1 a .info h3 {
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-item1 a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0.01rem;
    color: #fff0ef;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    margin-top: .15rem;
}

.first-item1 a .date {
    width: 0.78rem;
    height: 0.96rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: .2rem;
    background: url(../2023images/first-datebj.png) repeat;
}

.first-item1 a .date p {
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0.02rem;
    color: #7d2a23;
}

.first-item1 a .date b {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #7d2a23;
}

.ilist1 ul li.on>a {
    display: none;
}

.ilist1 ul li.on .first-item1 {
    display: block;
}

.ilist1 ul li>a {
    display: flex;
}

.ilist1 ul li>a::before {
    content: ">";
    display: block;
    font-size: 0.12rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.52rem;
    letter-spacing: 0.01rem;
    color: #333333;
    font-family: 楷体;
    margin-right: .1rem;
}

.ilist1 ul li>a p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.52rem;
    letter-spacing: 0.01rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}



.ilist1 ul li>a span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.52rem;
    letter-spacing: 0.01rem;
    color: #333333;
    margin-left: .2rem;
}

.ilist1-w ul li a::before {
    color: #fff;
}

.ilist1-w ul li a p {
    color: #fff;
}

.ilist1-w ul li a span {
    color: #fff;
}

.s2-l .ilist1 {
    position: relative;
    z-index: 9;
    margin-top: .35rem;
}



.s2-l .title {
    margin-bottom: .3rem;
}

.s2-r .title {
    margin-bottom: .2rem;
    justify-content: flex-start;
}

.s2-r .title h2 {
    cursor: pointer;
}

.s2-rm .ilist1 {
    display: none;
}

.s2-rm .ilist1.on {
    display: block;
}

.section3 {
    margin-top: .35rem;
    padding-top: .35rem;
    background: url(../2023images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: .8rem;

}

.s3-c {
    display: flex;
    align-items: flex-end;

}

.s3-l {
    width: 2.6rem;
    margin-right: .24rem;
    position: relative;
    z-index: 9;
}
.s3-l .slick-list{overflow: visible;}
 
.s3-l ul li {
    position: relative;
    margin-bottom: .32rem;
}

.s3-l ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafafa;
    border-radius: 0.2rem 0rem 0.2rem 0rem;
    border: solid 0.01rem #ececec;
    height: 0.6rem;
    transition: all 0.5s;
}

.s3-l ul li a img {
    display: none;
    position: relative;
    z-index: 9;
    max-height: .4rem;
    max-width: 70%;
}

.s3-l ul li a img:nth-child(1) {
    display: block;
}

.s3-l ul li.on a::before {
    content: "";
    position: absolute;
    left: -.05rem;
    top: -.05rem;
    width: 100%;
    height: 100%;
    background-color: #78231c;
    border-radius: 0.2rem 0rem 0.2rem 0rem;
    z-index: 1;
    opacity: 0;
}
.s3-l ul li.on a {
    margin-right: -.45rem;
    border-color: #78231c;
    box-shadow: 0px 3px 29px 1px 
  rgba(120, 120, 120, 0.2);
}
.s3-l ul li.on a img {
    /* display: block; */
    /* margin-top: -.1rem; */
}

.s3-l ul li.on a img:nth-child(1) {
    /* display: none; */
}


.s3-l ul li.slick-current a::before {
    content: "";
    position: absolute;
    left: -.05rem;
    top: -.05rem;
    width: 100%;
    height: 100%;
    background-color: #78231c;
    border-radius: 0.2rem 0rem 0.2rem 0rem;
    z-index: 1;
    opacity: 0;
}
.s3-l ul li.slick-current a {
    margin-right: -.45rem;
    border-color: #78231c;
    box-shadow: 0px 3px 29px 1px 
  rgba(120, 120, 120, 0.2);
}









.s3-m {
    width: 64%;
}

.s3-m ul li a {
    display: block;
}

.s3-m ul li a .pic {
    padding-top: 60%;
}

.s3-r {
    width: 36%;
    position: relative;
    z-index: 9;
    /* padding-bottom: .63rem; */
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(58, 64, 63, 0.1);
    background: url(../2023images/s3-rbj.png) no-repeat;
    background-position: center 60%;
}

.s3-r>ul {
    position: relative;
    /* box-shadow: 0rem 0rem 0.3rem 0rem rgba(58, 64, 63, 0.1); */
    /* margin-left: -.4rem; */
    padding: 15% .3rem 27% .3rem;
    /* background: url(../2023images/s3-rbj.png) repeat; */
}

.s3-r>ul .slick-list {}

.s3-r>ul li a {
    display: block;
}

.s3-r>ul li a h3 {
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}

.s3-r>ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.9rem;
    margin: 0.15rem 0 .2rem 0;
}

.s3-r>ul li a b {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: 0.01rem;
    color: #999999;
    padding-left: 0.2rem;
    background: url(../2023images/icon-time2.png) no-repeat;
    background-position: left center;
}


.s3-r .slick-dots {
    width: auto;
    left: 0;
    right: 0;
    font-size: 0;
    bottom: 0.2rem;
}

.s3-r .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 .1rem;
    transition: all 0.3s;
    border-radius: 0.05rem;
    background-color: #e1e1e1;
    overflow: hidden;
}

.s3-r .slick-dots li.slick-active {
    width: 0.2rem;
    background-color: #78231c;
}

.s3-r .slick-prev, .s3-r .slick-next{
    top:auto;
    transform:translateY(0);
    bottom: .1rem;
    width: .3rem;
    height: .3rem;
    z-index: 9;
    background: #000;
}
.s3-r .slick-prev{
    right: 50%;
    left: auto;
    margin-right: 1rem;
    background: url(../2023images/s3-prev.png) no-repeat;
    background-position: center center;
    background-size: auto 0.3rem;
}
 .s3-r .slick-next{
    left: 50%;
    margin-left: 1rem;
    background: url(../2023images/s3-next.png) no-repeat;
    background-position: center center;
    background-size: auto .3rem;
}


.s3-other {
    position: relative;
    flex: 1;
    min-width: 0;
}

.s3-other>div {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: -9;
    display: flex;
    /* align-items: flex-end; */
    transition: all 0.5s;
}

.s3-other>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.section4 {
    background: url(../2023images/s4-bj.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: .8rem;
    padding-bottom: .75rem;
}

.section4 .title {
    justify-content: flex-start;
}

.section4 .title a {
    color: #fffefe;
}

.section4 .title a::before {
    background: #fffefe;
}

.section4 .w1520 {
    overflow: hidden;
}

.s4-c {
    display: flex;
}

.s4-l {
    flex: 1;
    min-width: 0;
}

.s4-r {
    width: 7.8rem;
    margin-top: 3px;
}

.s4-l ul li {
    position: relative;
    margin-top: .4rem;
}

.s4-l ul li:nth-child(1) {
    margin-top: 0;
}

.s4-l ul li::before {
    content: "";
    position: absolute;
    width: 100%;
    top: -0.24rem;
    bottom: -0.24rem;
    right: 100%;
    background: url(../2023images/s4-litem-bj.png) no-repeat;
    background-position: right center;
    background-size: cover;
    transition: all 0.5s;
}

.s4-l ul li a {
    display: flex;
    position: relative;
    z-index: 9;
    padding-right: 8%;
    transition: all 0.5s;
}

.s4-l ul li a .pics {
    width: 2.4rem;
}

.s4-l ul li a .pics .pic {
    padding-top: 71%;
}

.s4-l ul li a .pics .pic span {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    font-size: .14rem;
    color: #fff;
    width: 1.1rem;
    line-height: .32rem;
}

.s4-l ul li a .info {
    flex: 1;
    min-width: 0;
    padding-left: .3rem;
}

.s4-l ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}

.s4-l ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0.01rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    margin: .15rem 0;
}

.s4-l ul li a .info b {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0.01rem;
    color: #333333;
    display: block;
    padding-left: .3rem;
    background: url(../2023images/icon-weixin.png) no-repeat;
    background-position: left center;
}


.s4-r ul li a {
    display: block;
}

.s4-r ul li a .pic {
    padding-top: 65%;
}

.s4-r ul li a .pic .ani-play{
        position: absolute;
    left: 50%;
    top: 50%;
    width: 0.66rem;
    height: 0.66rem;
    border-radius: 50%;
    background: rgba(255,255,255,.8);
    color: #2749a6;
    text-align: center;
    line-height: .66rem;
    z-index: 3;
    margin-left: -0.33rem;
    margin-top: -0.33rem;
    font-size: .33rem;
}
.s4-r ul li a .pic .ani-play::before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    transform: translateX(-50%) translateY(-50%);
    border-width: .13rem 0 .13rem .2rem;
    border-style:solid;
    border-color: transparent transparent transparent #78231c;
    z-index: 9;
}
.s4-r ul li a .pic .ani-play::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.7);
    z-index: 2;
    -webkit-animation: scaleTwo 1.8s infinite;
    animation: scaleTwo 1.8s infinite;
    display: block;
}
@-webkit-keyframes scaleTwo{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.9}100%{-webkit-transform:scale(1.6);transform:scale(1.6);opacity:0}}
@keyframes scaleTwo{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.9}100%{-webkit-transform:scale(1.6);transform:scale(1.6);opacity:0}}


.s4-r ul li a p {
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.85rem;
    letter-spacing: 0.01rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #ffffff;
    padding: 0 .3rem;
    padding-right: 1rem;
}

.s4-r .slick-dots {
    width: auto;
    left: auto;
    right: .1rem;
    font-size: 0;
    bottom: 0.37rem;
}

.s4-r .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 .05rem;
    transition: all 0.3s;
    border-radius: 0.05rem;
    background-color: #e1e1e1;
}

.s4-r .slick-dots li.slick-active {
    width: 0.2rem;
    background-color: #78231c;
}



.section5 {
    margin-top: .7rem;
}

.s5-c ul {
    display: flex;
    justify-content: space-between;
}

.s5-c ul li {
    width: 24%;
}

.s5-c ul li a {
    display: block;
}

.s5-c ul li a .pic {
    padding-top: 115%;
}

.s5-c ul li a .info {
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.29rem 0.01rem rgba(58, 58, 58, 0.1);
    padding: .2rem;
}

.s5-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0.01rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;
}

.s5-c ul li a .info div {
    margin-top: .2rem;
}

.s5-c ul li a .info div p {
    display: flex;
    align-items: flex-start;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.38rem;
    letter-spacing: 0.01rem;
    color: #333333;
}

.s5-c ul li a .info div p span {
    display: block;
    width: .2rem;
    height: 0.38rem;
}

.s5-c ul li a .info div p.time span {
    background: url(../2023images/icon-time2.png) no-repeat;
    background-position: left center;
}

.s5-c ul li a .info div p.address span {
    background: url(../2023images/icon-address.png) no-repeat;
    background-position: left center;
}

.s5-c ul li a .info div p b {
    font-weight: normal;
    flex: 1;
    min-width: 0;
}


@media screen and (min-width:1024px) {
    .title a:hover {
        color: #78231c;
    }

    .s1-c ul li a:hover .info {
        background: url(../2023images/s1-item-bj.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .s1-c ul li a:hover .info h3 {
        color: #fff;
        font-weight: 600;
    }

    .s1-c ul li a:hover .info p {
        color: #fff0ef;
    }

    .s1-c ul li a:hover .info b {
        color: #fff0ef;
        background: url(../2023images/icon-time3.png) no-repeat;
        background-position: left center;
    }

    .s2-l .title a:hover {
        color: #fff;
    }

    .first-item1 a:hover .info h3 {
        text-decoration: underline;
    }

    .ilist1 ul li>a:hover p {
        color: #78231c;
        font-weight: 600;
    }

    .s2-l .ilist1 ul li>a:hover p {
        color: #fff;
        text-decoration: underline;
    }

    .s3-r>ul li a:hover h3 {
        color: #78231c;
    }

.s4-r ul li a p{font-size:.18rem;padding-left:.15rem;}
    .s4-l ul li:hover::before {
        right: 0;
    }

    .s4-l ul li:hover a .pics .pic span {
        background: rgba(120, 35, 28,.7);
    }

    .s4-l ul li:hover a {
        padding-left: .2rem;
    }

    .s4-l ul li:hover a .info h3 {
        color: #fff;
    }

    .s4-l ul li:hover a .info p {
        color: #ffffff;
    }

    .s4-l ul li:hover a .info b {
        color: #ffffff;
        background: url(../2023images/icon-weixin-w.png) no-repeat;
        background-position: left center;
    }

    .s4-r ul li a:hover p {
        color: #78231c;
    }

    .s5-c ul li a:hover .info h3 {
        color: #78231c;
    }
}

@media screen and (max-width:1400px) {
    .s3-l ul li {
        margin-bottom: .15rem;
    }
}

@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;
    }

    .index {
        position: static;
        padding-top: 0;
    }

    .s1-c ul {
        flex-wrap: wrap;
    }

    .s1-c ul li:nth-child(-n+2) {
        margin-bottom: .2rem;
    }

    .s1-c ul li {
        width: 49%;
    }

    .s2-c {
        display: block;
    }

    .s2-l {
        width: auto;
        padding: .2rem 0;
    }

    .s2-r {
        width: auto;
    }

    .s3-other>div {
        display: block;
    }

    .s3-m {
        width: auto;
    }

    .s3-r {
        width: auto;
    }

    .s3-c {
        display: block;
    }

    .s3-l {
        width: auto;
        margin-right: 0;
    }
.s3-l .slick-list{
    overflow:hidden;
}
    .s3-l ul {
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* justify-content: space-between; */
    }

    .s3-l ul li {
        /* width: 33%; */
    }
    .s3-l ul li.slick-current a{
        margin-right:5px;
    }
.s3-l ul li a{
    margin:0 5px;
}
    .title {
        justify-content: flex-start;
    }
.section4 .title a{
    color: #666666;
}
    .s4-c {
        display: block;
    }

    .s4-r {
        width: auto;
        margin-top: .2rem;
    }

    .section4 {
        background: #f8f8f8;
    }

    .s4-l ul li::before {
        display: none;
    }

    .title h2 span {
        font-size: .24rem;
        letter-spacing: 0;
    }

    .title h2 img {
        margin-right: .1rem;
        max-height: .2rem;
    }

    .title h2 {
        margin-left: .2rem;
    }

    .section1 {
        padding: .45rem 0;
    }
.section_ztctt {
    padding: 0rem 0 .45rem 0;
}
    .title {
        margin-bottom: .2rem;
    }

    .s2-l::before {
        right: -2rem;
    }

    .section3 {
        margin-top: 0;
        padding-bottom: 0;
    }

    .s3-r>ul {
        margin-left: 0;
        padding: .2rem .15rem .7rem .15rem;
    }

    .s3-r .slick-prev, .s3-r .slick-next{
        bottom:.2rem;
    }
    .s3-r .slick-dots{
        bottom:.3rem;
    }

    .section4 {
        padding-top: .45rem;
        padding-bottom: .45rem;
    }

    .section5 {
        margin-top: .45rem;
    }
}


@media screen and (max-width:768px) {
    .s5-c ul {
        /* display: block; */
        flex-wrap: wrap;
    }

    .s5-c ul li {
        width: 49%;
        margin-bottom: .2rem;
    }
    .s3-l .slick-list{
        padding:0 10%;
    }
}

@media screen and (max-width:480px) {
    .s4-l ul li a {
        display: block;
        padding-right: 0;
    }

    .s4-l ul li a .pics {
        width: auto;
    }

    .s4-l ul li a .info {
        padding-left: 0;
        margin-top: .15rem;
    }

.s2-r .title {
    justify-content: space-between;
    flex-wrap: wrap;
}
.s2-r .title a {
    position: static;
}
}
