@charset "utf-8";

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 .slick a {
    display: block;
    position: relative;
    padding-top: 28%;
    overflow: hidden;
}

.banner .slick 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.8) 100%);
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: .23rem;
    height: .41rem;
    background: url(../images/banner-l.png) no-repeat;
    background-size: 100% 100%;
    left: 1.2rem;
}

.banner .slick-next {
    width: .23rem;
    height: .41rem;
    background: url(../images/banner-r.png) no-repeat;
    background-size: 100% 100%;
    right: 1.2rem;
}

.banner .slick-dots {
    padding-bottom: .23rem;
}

.banner .slick-dots li {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: url(../images/ban-d.png) no-repeat center center;
    background-size: .14rem;
}

.banner .slick-dots li.slick-active {
    background: url(../images/ban-da.png) no-repeat center center;
    background-size: .21rem;
    border: .01rem solid rgba(255, 255, 255, 0.5);
}

.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-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-l {
    margin-right: .4rem;
}

.tit {
    margin-bottom: .32rem;
    position: relative;
}

.tit-c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tit>img {
    width: .6rem;
    margin-right: .05rem;
}

.tit>a {
    width: .59rem;
    display: block;
}

.tit h3 b {
    font-weight: 600;
    font-size: .36rem;
    color: #000000;
    display: block;
    line-height: 1;
    margin-bottom: .1rem;
}

.tit h3 span {
    font-size: .16rem;
    color: #B2B6C1;
    line-height: 1;
    display: block;
}

.s1-lqh ul {
    width: 2.43rem;
    background: #FDF8F7;
    padding-bottom: .1rem;
    position: relative;
}

.s1-lqh ul::before {
    content: '';
    position: absolute;
    left: .55rem;
    top: .2rem;
    bottom: .3rem;
    border-left: .01rem dashed #EBC3BB;
}

.s1-lqh ul li {
    position: relative;
    padding: 0 .4rem;
    margin-bottom: .2rem;
}

.s1-lqh ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}

.s1-lqh ul li a .ico {
    width: .3rem;
    margin-right: .3rem;
    text-align: center;
}

.s1-lqh ul li a .ico img {
    max-width: 100%;
}

.s1-lqh ul li a .ico img:last-child {
    display: none;
}

.s1-lqh ul li.on a .ico img:first-child {
    display: none;
}

.s1-lqh ul li.on a .ico img:last-child {
    display: block;
}

.s1-lqh ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: url(../images/s1-tbg.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.s1-lqh ul li.on::before {
    width: 2.7rem;
}

.s1-lqh ul li h3 {
    font-weight: 500;
    line-height: .6rem;
    letter-spacing: 0.06em;
    color: #111111;
}

.s1-lqh ul li.on h3 {
    color: #ffffff;
    font-weight: bold;
    line-height: .6rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-rqh {
    margin-bottom: .3rem;
    font-size: 0;
    position: relative;
}

.more {
    position: absolute;
    right: 0;
    bottom: .1rem;
}

.more a {
    font-size: .2rem;
    color: #9E9E9E;
}

.more a:hover {
    color: #8C2D30;
}

.s1-rqh b {
    font-size: .3rem;
    color: #999999;
    display: inline-block;
    margin-left: 1.09rem;
    cursor: pointer;
}

.s1-rqh b:first-child {
    margin-left: .4rem;
}

.s1-rqh b.on {
    color: #8C2D30;
}

.s1-rqhc ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: .01rem dashed rgba(102, 102, 102, 0.4);
    padding: .25rem 0;
}

.s1-rqhc ul li a b {
    width: 1.08rem;
    display: inline-block;
    border-radius: .99rem;
    margin-right: .18rem;
    color: #8C2D30;
    background: #FDF8F7;
    font-size: .18rem;
    font-weight: normal;
    text-align: center;
    line-height: .34rem;
}

.s1-rqhc ul li a b.hcj {
    background: #8C2D30;
    color: #ffffff;
}

.s1-rqhc ul li a b:nth-child(2) {
    margin-right: .3rem;
}

.s1-rqhc ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .2rem;
    color: #333333;
}

.s1-rqhc ul li a:hover span,
.s1-rqhc ul li a:hover p {
    color: #8C2D30;
}

.s1-rqhc ul li a p::before {
    content: '•';
    margin-right: .1rem;
    color: #AAAAAA;
}

.s1-rqhc ul li a span {
    font-size: .18rem;
    color: #666666;
}

/* s2 */
.s2 {
    padding-bottom: .45rem;
    background: url(../images/s2-bg.png) no-repeat center bottom;
    background-size: cover;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-c>div {
    width: 48%;
}

.s2-date {
    background: #ffffff;
    margin-right: .2rem;
    width: .72rem;
    text-align: center;
    box-shadow: 0rem .04rem .1rem 0rem #FFEFF0, 0rem .04rem .1rem 0rem rgba(190, 216, 255, 0.302);
}

.s2-date b {
    font-size: .3rem;
    line-height: .44rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #8C2D30;
    background: #FDF8F7;
    display: block;
}

.s2-date span {
    font-size: .14rem;
    line-height: .27rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #373737;
    display: block;
}

.s2-l ul li {
    margin-bottom: .35rem;
    position: relative;
}

.s2-l ul li:last-child {
    margin-bottom: 0;
}

.s2-l ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}

.s2-l ul li::after {
    content: '';
    position: absolute;
    left: 1rem;
    right: 0;
    bottom: -0.1rem;
    border-bottom: .01rem dashed #E4E4E4;
}

.s2-l ul li a:hover p {
    color: #8C2D30;
}

.s2-l ul li a:hover .s2-date b {
    background: #8C2D30;
    color: #ffffff;
}

.s2-l ul li a p {
    flex: 1;
    min-width: 0;
    font-size: .2rem;
    color: #373737;
    line-height: .32rem;
    max-height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s2-r ul {
    border-top: .03rem solid #8C2D30;
    background: rgba(253, 251, 251, 0.5);
    box-shadow: 0rem .06rem .14rem 0rem rgba(249, 237, 231, 0.3);
    padding-left: .35rem;
    padding-right: .14rem;
}

.s2-r ul li a {
    padding: .25rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
}

.s2-r ul li:last-child a {
    border: none;
}

.s2-sj {
    padding-right: .25rem;
    margin-right: .2rem;
    border-right: 1px solid #DEDEDE;
}

.s2-sj b {
    font-size: .18rem;
    color: #323232;
    display: block;
}

.s2-sj span {
    display: block;
    font-size: .14rem;
    color: #BBBBBB;
}

.s2-txt {
    flex: 1;
    min-width: 0;
}

.s2-txt p {
    font-size: .2rem;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-r ul li a:hover p {
    color: #8C2D30;
}

.s2-r ul li a:hover {
    border-color: #8C2D30;
}

/* s3 */
.s3 {
    padding-top: .55rem;
    padding-bottom: .36rem;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-c>div {
    width: 48%;
}

.s3-qh {
    position: absolute;
    left: 3rem;
    bottom: .1rem;
    display: flex;
    flex-wrap: wrap;
}

.s3-qh b {
    font-size: .24rem;
    color: #999999;
    margin-right: .4rem;
    cursor: pointer;
}

.s3-qh b.on {
    color: #8C2D30;
}

.s3-qh b:last-child {
    margin-right: 0;
}

.s3-lt ul li a {
    padding: .2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #E4E4E4;
}

.s3-lt ul li a p {
    font-size: .2rem;
    color: #333333;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-lt ul li a p::before {
    content: '•';
    margin-right: .1rem;
    color: #AAAAAA;
}

.s3-lt ul li a span {
    font-size: .18rem;
    color: #333333;
}

.s3-lt ul li a:hover span,
.s3-lt ul li a:hover p {
    color: #8C2D30;
}

/* s4 */
.s4 {
    background: url(../images/s4-bg.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: .32rem;
}

.s4 .tit-c {
    justify-content: center;
}

.s4-ban .slick-dots {
    bottom: 1.1rem;
    padding-right: .2rem;
    text-align: right;
}

.s4-ban .slick-dots li {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: url(../images/ban-d.png) no-repeat center center;
    background-size: .14rem;
}

.s4-ban .slick-dots li.slick-active {
    background: url(../images/ban-da.png) no-repeat center center;
    background-size: .21rem;
    border: .01rem solid rgba(255, 255, 255, 0.5);
}


.s4-ban ul li a {
    position: relative;
}

.s4-ban ul li a .scale::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.8) 100%);
}

.s4-bot ul li p {
    text-align: center;
    font-size: .16rem;
    line-height: .22rem;
    height: .44rem;
    max-width: 100%;
    width: 1rem;
    margin: 0 auto;
    margin-top: .1rem;
}
.s4-bot ul li p a{
    color: #222;
}

.s4-bot ul li .ewm {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
}

.s4-bot ul li .ewm img {
    display: block;
    width: 100%;
    height: 100%;
}

.s4-bot {
    background: #ffffff;
    padding: .3rem;
    padding-top: .34rem;
}








@media screen and (max-width: 1200px) {
    .s1 {
        padding: .3rem 0;
    }
    .s1-rqh b {
        margin-left: .2rem;
        font-size: .24rem;
    }

    .s1-l {
        margin-right: .2rem;
    }
    .s1-lqh ul {
        width: 2.4rem;
    }
    .s1-lqh ul li.on::before {
        width: 110%;
    }
    .more {
        bottom: .05rem;
    }
    .tit h3 b {
        font-size: .3rem;
    }
    .s1-rqh {
        margin-bottom: .1rem;
    }
    .more a {
        font-size: .18rem;
    }
    .s3-qh b {
        margin-right: .1rem;
    }
    .s3-qh b {
        font-size: .2rem;
    }
    .s3-qh {
        left: 2.6rem;
    }
    
}

@media screen and (max-width: 1024px) {
    .s2-c>div {
        width: 100%;
    }
    .s2-l {
        margin-bottom: .5rem;
    }
    .s2 {
        padding-bottom: .3rem;
    }
    .s3-c>div {
        width: 100%;
    }
    .s3-l{
        margin-bottom: .3rem;
    }
    .s4-bot {
        padding: .2rem;
    }

}

@media screen and (max-width: 768px) {
    .s1-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }
    .s1-lqh ul li {
        margin-bottom: .1rem;
    }
    .s1-lqh ul {
        width: 100%;
    }
    .s1-r{
        flex: auto;
        width: 100%;
    }
    .s1-lqh ul li.on::before{
        width: 100%;
    }
    .s1-lqh ul li::before {
        background: #8C2D30;
    }
    .s1-lqh ul li h3 {
        line-height: .4rem;
    }
    .s1-rqh b:first-child {
        margin-left: 0;
    }
    .s1-rqh b {
        margin-left: 0;
        margin-right: .1rem;
    }
    .s1-rqh {
        padding-right: .5rem;
    }

    .s1-rqhc ul li a b {
        width: .9rem;
        font-size: .16rem;
        margin-right: .1rem;
    }
    .s1-rqhc ul li a b:nth-child(2) {
        margin-right: .2rem;
    }

    .s3-qh {
        position: static;
        margin-top: .2rem;
    }
    .tit {
        margin-bottom: .2rem;
    }
}

@media screen and (max-width: 480px) {
    .s1-rqh b {
        font-size: .2rem;
    }
}