﻿@charset "utf-8";

body {
    overflow-x: hidden;
}





/* 中心部分 */


.title {
    position: relative;
    margin-bottom: .4rem;
    justify-content: center;
}

.tit_c {
    position: relative;
}

.tit_c .h3 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 .3rem;
}

.tit_c span {
    font-size: .32rem;
    color: #4d3333;
    font-weight: bold;

}

.tit_c .h3 i {
    width: .09rem;
    height: .09rem;
    border-radius: 50%;
    background: #4d3333;
    margin: 0 .1rem;
}

.tit_c:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 2.42rem;
    height: .07rem;

    background: url(../images/tit_r.png) no-repeat center center/100% 100%;
}



.tit_c:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 2.42rem;
    height: .07rem;
    background: url(../images/tit_l.png) no-repeat center center/100% 100%;
}

.title .more {

    position: absolute;

    right: 0;

    top: .15rem;

    transition: all .6s;
}

.title .more a {

    font-size: .16rem;

    color: #666666;

    padding-right: .15rem;

    background: url(../images/more.png) no-repeat right center/.1rem auto;

    transition: all .6s;
}



.section1 {
    padding: .6rem 0 .5rem;
}

.section1 .wp {
    width: 15.2rem;
}

.s1 {

    align-items: flex-start;
}

.s1 .left {
    position: relative;
    width: 55.5%;
}

.news a {
    display: block;
    margin-left: .4rem;
    margin-right: .15rem;
}

.news a .pic {
    padding-top: 62.5%;
}

.news a .pic span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.5rem;
    height: .4rem;
    line-height: .4rem;
    padding-left: .2rem;
    font-size: .2rem;
    color: #fff;
    background: url(../images/s1_btbg.png) no-repeat center center;
}

.news a .cont {
    position: relative;

    background: #fff;
    z-index: 2;
    padding: .2rem .4rem 1.05rem;
    box-shadow: 0px 8px 14.72px 1.28px rgba(193, 39, 45, 0.2);
    margin-bottom: .2rem;
}


.news a .cont h2 {
    flex: 1;
    min-width: 0;
    line-height: .48rem;

    font-size: .24rem;
    color: #4d3333;
    font-weight: bold;
    max-height: .96rem;

}

.news .slick-dots {
    width: auto;
    left: .7rem;
    bottom: .6rem;
}

.news .slick-dots li {
    width: .14rem;
    height: .14rem;
    margin: 0 .05rem;
    border: 1px solid transparent;
    border-radius: 50%;
}

.news .slick-dots li.slick-active {
    border: 1px solid #c1272d;
}

.news .slick-dots li:before {
    content: "";
    position: absolute;
    width: .08rem;
    height: .08rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #da7d81;
    border-radius: 50%;
}

.news .slick-dots li.slick-active::before {
    background: #c1272d;

}

.s1 .left .s1_jt {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    display: flex;
    align-items: center;
}

.s1 .left .s1_jt>div {

    width: .5rem;
    height: .5rem;
    cursor: pointer;
    transition: all .6s;
}

.s1 .left .s1_jl {
    background: #f3d4d5 url(../images/s1_l.png) no-repeat center center/.08rem auto;
}

.s1 .left .s1_jl:hover {
    box-shadow: 0 0 10px #dea5a7;
}

.s1 .left .s1_jr {
    background: #c1272d url(../images/s1_rr.png) no-repeat center center/.08rem auto;
}

.s1 .left .s1_jr:hover {
    box-shadow: 0 0 10px #c1272d;
}

.s1 .left .custom-dots {
    position: absolute;
    left: 2rem;
    bottom: .5rem;
    padding-left: .45rem;
}

.s1 .left .custom-dots:after {
    content: "";
    position: absolute;
    left: 0;
    width: .4rem;
    height: 1px;
    background: #c1272d;
    top: 50%;
}

.s1 .left .custom-dots span {
    font-size: 0;
}

.s1 .left .custom-dots span.active {
    font-size: .28rem;
    font-weight: bold;
    color: #c1272d;
}

.s1 .right {
    width: 47.2%;
    margin-left: -2.7%;
    position: relative;
    padding-left: .8rem;
    z-index: 6;
}


.s1-list li a {
    display: block;
}

.s1-list li a .txt1 {
    position: relative;
    padding: .28rem 0;
    border-bottom: 1px solid #c5c5c5;
}

.s1-list li a .txt1 p {
    font-size: .18rem;
    color: #4d3333;
    line-height: .4rem;
}

.s1-list li a .txt1 span {

    font-size: .14rem;

    color: #999;
}

.s1-list li a .txt1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 1.18rem;
    bottom: -1px;
    height: 1px;
    background: #a80000;
}


.s1-list li a .txt2 {

    margin-left: -.8rem;

    flex-wrap: wrap;

    padding: .3rem .4rem;

    background: url(../images/s1r_txtbg.jpg) no-repeat right center/cover;



    display: none;

}

.s1-list li a .txt2 .scale {
    width: 3.2rem;
}

.s1-list li a .txt2 .scale .pic {
    padding-top: 56.25%;
}

.s1-list li a .txt2 .cont {
    position: relative;
    flex: 1;
    min-width: 0;
    padding-left: .35rem;
    padding-top: .2rem;
    z-index: 6;
}

.s1-list li a .txt2 .cont h2 {
    /* padding-left: .25rem;
    background: url(../images/s1r-ic1.png) no-repeat left center/.18rem auto; */
    font-size: .18rem;
    color: #333;
    margin-bottom: .05rem;
}

.s1-list li a .txt2 .cont p {
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
    line-height: .32rem;
    max-height: .64rem;
    /* margin-left: .25rem; */
}

.s1-list li a .txt2 .cont span {
    display: block;
    margin-top: .45rem;
    font-size: .14rem;
    color: #fff;
    font-weight: bold;
    padding-left: 1.1rem;
    margin-left: -1.1rem;
    background: url(../images/s1r_more.png) no-repeat left .05rem center/.92rem auto;
}

@media screen and (min-width: 1025px) {


    .title .more:hover a {
        color: #c1272d;
        font-weight: bold;
        background: url(../images/more1.png) no-repeat right center/.1rem auto;
    }

    .s1-list li.on a .txt2 {
        display: flex;
    }

    .s1-list li.on a .txt1 {
        display: none;
    }

    .news a:hover .cont h2 {
        color: #c1272d;
    }
}

@media screen and (max-width: 1024px) {

    .left {
        width: 100% !important;
    }

    .right {
        width: 100% !important;
        margin-top: .2rem;
    }

    .s1 .right {
        margin-left: 0;
        padding-left: 0;
        margin-top: 0;
    }

    .news a {
        margin-left: 0;
        margin-right: 0;
    }

    .section1 .wp {
        width: auto;
    }

    .news a .cont {
        border: 1px solid #eee;
    }

}

@media screen and (max-width: 768px) {
    .title {
        justify-content: space-between !important;
    }

    .tit_c:before,
    .tit_c:after {
        display: none;
    }

    .section1 {
        padding: .2rem 0;
    }



    .title {
        margin-bottom: .15rem;
    }

    .tit_c .h3 {
        margin: 0;
    }

    .news a .cont {
        padding-left: .2rem;
        padding-right: .2rem;
        padding-bottom: .8rem;
    }

    .s1-list li a .txt1 {
        padding: .1rem 0;
    }

    .news .slick-dots {
        left: .2rem;
        bottom: .55rem;
    }

    .s1 .left .custom-dots {
        left: 1.4rem;
        bottom: .5rem;
    }

    .s1 .left .s1_jt {
        right: .2rem;
    }

    .tit_c span {
        font-size: .24rem;
    }
}

.section2 {
    position: relative;
    padding-bottom: .75rem;
    z-index: 3;
}

.sect2 {
    background: url(../images/s2-xx.png) repeat-x left top;
    padding-top: .6rem;
}

.s2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s2-l {
    width: 33.3%;
}

.s2-m {
    width: 33.3%;
    padding-top: .5rem;
}

.s2-m img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.s2-r {
    width: 33.3%;
}

.date_list li {
    margin-top: .4rem;
    transition: all .6s;
}

.date_list li:first-child {
    margin-top: 0;
}

.date_list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .2rem;
    background: linear-gradient(to right, #fddbdb, transparent);
    transition: all .6s;
}

.date_list li a .date p {
    line-height: .5rem;
    font-size: .24rem;
    color: #c1272d;
    transition: all .6s;
}

.date_list li a .date {
    width: .8rem;
    text-align: center;
    background: url(../images/date_bg.png) no-repeat center top/100% auto;
}

.date_list li a .date span {
    display: block;
    line-height: .32rem;
    background: #c1272d;
    font-size: .16rem;
    color: #fff;
    transition: all .6s;
}

.date_list li a .txt {
    flex: 1;
    min-width: 0;
    margin-left: .2rem;

}

.date_list li a .txt p {
    font-size: .18rem;
    color: #4d3333;
    line-height: .34rem;
    height: .68rem;
    transition: all .6s;
}

@media screen and (min-width: 1025px) {
    .date_list li:hover a {
        background: linear-gradient(to right, #d91436, #e3423b);
    }

    .date_list li:hover a .date {
        background: url(../images/date_bg1.png) no-repeat center top/100% auto;
    }

    .date_list li:hover a .date p {
        color: #fff;
    }

    .date_list li:hover a .date span {
        background: #fff;
        color: #c1272d;
    }

    .date_list li:hover a .txt p {
        font-weight: bold;
        color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .s2-m {
        order: -1;
        width: 100%;
        margin-bottom: .2rem;
        padding-top: 0;
    }


    .s2-l,
    .s2-r {
        width: 48%;
    }


    .date_list li {
        margin-top: .2rem;
    }
}

@media screen and (max-width: 768px) {
    .sect2 {
        padding-top: .2rem;
    }

    .section2 {
        padding-bottom: .2rem;
    }

    .s2-l,
    .s2-r {
        width: 100%;
    }

    .s2-l {
        margin-bottom: .2rem;
    }
}



.section3 {

    position: relative;

    padding-top: .55rem;

    overflow: hidden;
    padding-bottom: .95rem;
}

.section3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: .95rem;
    background: #f8f8f8;

}

.section3 .wp {
    position: relative;
    z-index: 9;
}

.s3 {
    position: relative;
    align-items: flex-end;
}

.s3::before {
    content: "";
    position: absolute;
    width: 7.2rem;
    left: calc(-0.5 * (100vw - 14.4rem));
    top: .8rem;
    bottom: 0;
    background: url(../images/s3_lbg.jpg) no-repeat center center/cover;
}

.s3 .left {
    position: relative;
    width: 58.3%;
}

.s3 .left>ul {
    position: relative;
    z-index: 6;
}

.s3 .left::after {
    content: "";
    position: absolute;
    width: 7.2rem;
    left: calc(-0.5 * (100vw - 14.4rem));
    background: #f8f8f8;
    height: .95rem;
}

.s3 .right {
    position: relative;
    width: 38.8%;

}

.s3 .left ul li a {
    display: flex;
    flex-wrap: wrap;
}



.s3 .left ul li a .scale {
    width: 3.6rem;
}

.s3 .left ul li a .pic {
    padding-top: 133.3%;
}

.s3 .right .s3_pic {
    width: calc(100% + (100vw - 14.4rem)/2);

}

.s3 .right .s3_pic ul {
    padding-right: 120px;
    overflow: hidden;

}

.s3 .right .s3_pic ul .slick-list {
    overflow: visible;
}

.s3 .right .s3_pic ul li {}

.s3 .right .s3_pic ul li a {
    display: block;
    margin-right: 40px;
}

.s3 .right .s3_pic ul li a .pic {
    padding-top: 133.3%;
}

.s3 .right .s3_jt {
    position: absolute;
    bottom: -.7rem;
    right: 0;
    display: flex;
    align-items: center;
}

.s3 .right .s3_jt>div:hover {
    box-shadow: 0 0 10px #dea5a7;
}

.s3 .right .s3_l {
    width: .5rem;
    height: .5rem;
    cursor: pointer;
    background: #f3d4d5 url(../images/s1_l.png) no-repeat center center/.08rem auto;
    transition: all .6s;
}

.s3 .right .s3_r {
    width: .5rem;
    height: .5rem;
    cursor: pointer;
    background: #c1272d url(../images/s1_rr.png) no-repeat center center/.08rem auto;
    transition: all .6s;
}

.s3 .left ul li a .txt {
    flex: 1;
    min-width: 0;
    padding-right: .38rem;
    margin-top: .8rem;
    padding-top: .5rem;
}

.s3 .left ul li a .txt h2 {
    font-size: .2rem;
    color: #fff;
    line-height: .32rem;
    height: .64rem;
}

.s3 .left ul li a .txt .s3_xx {
    margin: .25rem 0;
    background: #f67e83;
    height: 1px;
}

.s3 .left ul li a .txt p {
    font-size: .16rem;
    color: #fff;
    line-height: .32rem;
    height: .96rem;
    width: 80%;
}

.s3 .left ul li a .txt .more {
    display: inline-block;
    margin-top: .25rem;
    font-size: .16rem;
    color: #fff;
    padding-right: .45rem;
    background: url(../images/s3_more.png) no-repeat right center;
    transition: all .6s;
}

.s3 .left .slick-dots {
    width: auto;
    left: 0;
    bottom: -.6rem;
}

.s3 .left .slick-dots li {
    width: .14rem;
    height: .14rem;
    margin: 0 .05rem;
    border: 1px solid transparent;
    border-radius: 50%;
}

.s3 .left .slick-dots li.slick-active {
    border: 1px solid #c1272d;
}

.s3 .left .slick-dots li:before {
    content: "";
    position: absolute;
    width: .08rem;
    height: .08rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #da7d81;
    border-radius: 50%;
}

.s3 .left .slick-dots li.slick-active::before {
    background: #c1272d;

}

@media screen and (min-width: 1025px) {
    .s3 .left ul li:hover a .txt .more {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 1024px) {
    .s3::before {
        left: 0;
        height: 4rem;
    }

    .s3 .left ul li a .txt {
        padding-left: .15rem;
    }

    .s3 .right .s3_pic {
        width: 100%;
    }

    .s3 .right .s3_pic ul {
        padding-right: 0;
    }

    .s3 .right .s3_pic ul li a {
        margin: 0 10px;
    }

    .s3 .left .slick-dots {
        left: auto;
        right: .2rem;
        bottom: .2rem;
    }
}

@media screen and (max-width: 768px) {
    .section3 {
        padding-top: .2rem;
    }

    .s3::before {
        display: none;
    }

    .s3 .left ul li a .scale {
        width: 100%;
        order: -1;
    }

    .s3 .left ul li a .txt {
        flex: none;
        width: 100%;
        margin-top: .1rem;
        padding: .15rem;
        background: #c2272d;
    }

    .s3 .left .slick-dots li.slick-active {
        border: 1px solid #fff;
    }

    .s3 .left .slick-dots li.slick-active:before {
        background: #fff;
    }
}


.section4 {
    padding-top: .6rem;
    padding-bottom: .8rem;
}

.s4 {
    position: relative;
}

.s4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s4 ul li {
    width: 48%;
    margin-top: .4rem;
}

.s4 ul li a {
    position: relative;
    padding: .25rem .7rem;
    display: block;
    background: url(../images/s4_bg.jpg) no-repeat center top/cover;
    border-bottom: 6px solid transparent;
    transition: all .6s;
}

.s4 ul li a span {
    position: absolute;
    left: -.08rem;
    top: .64rem;
    font-size: .14rem;
    color: #fff;
    width: 1.23rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    background: url(../images/s3_bt.png) no-repeat center center/100% 100%;
    transform: rotate(-45deg);
    transform-origin: left center;
}

.s4 ul li a h2 {
    font-size: .18rem;
    color: #4d3333;
    transition: all .6s;
}

.s4 ul li a .s4_xx {
    margin: .15rem 0;
    height: 1px;
    background: url(../images/s4_xx.jpg) no-repeat left center/100% 100%;
}

.s4 ul li a p {
    margin-top: .1rem;
    padding-left: .3rem;
    font-size: .14rem;
    color: #666;
    line-height: .3rem;
}

.s4 ul li a p.p1 {
    background: url(../images/s4_ic1.png) no-repeat left center/.24rem auto;
}

.s4 ul li a p.p2 {
    background: url(../images/s4_ic2.png) no-repeat left center/.24rem auto;
}

@media screen and (min-width: 1025px) {


    .s4 ul li:hover a {
        background: url(../images/s4_bg1.jpg) no-repeat center top/cover;
        border-bottom: 6px solid #c1272d;
        box-shadow: 0px 8px 14.72px 1.28px rgba(193, 39, 45, 0.2), inset 0px -6px 0px 0px rgba(193, 39, 45, 0.004);
    }

    .s4 ul li:hover a h2 {
        font-weight: bold;
        color: #c1272d;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .section4 {
        padding-top: 0;
        padding-bottom: .2rem;
    }

    .s4 ul li {
        width: 100%;
        margin-top: .15rem;
    }

    .s4 ul li a {
        padding-right: .15rem;
    }
}

.section5 {
    position: relative;
    padding-top: .8rem;
    padding-bottom: .95rem;
    background: url(../images/sect5_bg.jpg) no-repeat center top/cover;

}

.section5:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: .95rem;
    height: 1px;
    background: #c5c5c5;
}

.s5 {
    position: relative;
    padding-top: .3rem;
    z-index: 6;

}

.s5 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem;
}

.s5 ul li {
    width: 25%;
    padding: 0 .2rem;
}

.s5 ul li a {

    display: block;

    padding-bottom: 1.2rem;



    position: relative;

    transition: all .6s;
}

.s5 ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d91435;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.s5 ul li a:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: -1;
    bottom: 0;
    width: .13rem;
    height: .92rem;
    background: url(../images/s5_xx.png) no-repeat center center/100% 100%;
}

.s5 ul li .cont {
    padding-top: .5rem;
    padding-bottom: .45rem;
    background: #fff;
    border-bottom: 6px solid transparent;
    transition: all .6s;
}

.s5 ul li a .s5_icon {
    position: relative;
    margin: 0 auto;
    width: .8rem;
    height: .8rem;

    border: 1px dotted #e76e82;
    background: #fbe7ea;

    border-radius: 50%;
    padding: .1rem;
    transition: all .6s;
}




.s5 ul li a .s5_icon span {
    position: relative;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;

    border-radius: 50%;
    transition: all .6s;

}

.s5 ul li a .s5_icon span img {
    max-height: .4rem;
}

.s5 ul li:hover a .s5_icon span img {
    animation: jello 1s linear 2s forwards;
}



.s5 ul li a p {
    text-align: center;
    font-size: .18rem;
    color: #4d3333;
    margin-top: .3rem;
}



@media screen and (min-width: 1025px) {
    .s5 ul li:hover a:before {
        opacity: 1;
        z-index: 9;
    }

    .s5 ul li:hover a:after {
        opacity: 1;
        z-index: 9;
    }

    .s5 ul li:hover .cont {
        margin-top: -.2rem;
        border-bottom: 6px solid #c1272d;
        background: #da1936;
        box-shadow: 0px 8px 14.72px 1.28px rgba(193, 39, 45, 0.2), inset 0px -6px 0px 0px rgba(193, 39, 45, 0.004);
    }

    .s5 ul li:hover .cont p {
        color: #fff;
        font-weight: bold;
    }

    .s5 ul li:hover .s5_icon {
        border: 1px dotted #fff;
        width: 1rem;
        height: 1rem;
        background: #e4504e;
    }
}

@media screen and (max-width: 1024px) {
    .s5 ul li a {
        padding-bottom: 0;
    }

    .section5:after {
        display: none;
    }

    .s5 ul li {
        padding: 0 .1rem;
    }

    .s5 ul {
        margin: 0 -.1rem;
    }

    .s5 ul li .cont {
        padding: .2rem 0;
    }

    .s5 ul li {
        width: 50%;
        margin: .1rem 0;
    }
}

@media screen and (max-width: 768px) {
    .section5 {
        padding: .2rem 0;
    }

    .s5 {
        padding-top: 0;
    }

    .s5 ul li a p {
        white-space: initial;
        padding: 0 .15rem;
        line-height: .24rem;
        height: .48rem;
    }
}