@charset "utf-8";

body {
    overflow-x: hidden;
}





/* 中心部分 */


.title {
    position: relative;
    align-items: center;
    padding-bottom: .15rem;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.title h2 span {
    position: relative;
    font-size: .32rem;
    color: #222;
}

.title h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #990000;
    bottom: -.16rem;
}

.title .more {

    position: absolute;

    right: 0;

    top: .1rem;

    transition: all .6s;
}

.title .more a img {
    height: .16rem;

}


.section1 {
    padding: .4rem 0 .8rem;
    background: url(../images/sect1_bg.jpg) no-repeat center bottom/cover;
}

.section1 .title {
    justify-content: center;
    border-bottom: none;
    margin-bottom: .3rem;
}

.s1_tit {
    padding: .2rem .15rem;
    padding-bottom: 0;
    background: #fff1f0;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    /* flex-wrap: wrap; */
    white-space: nowrap;
}

.s1_tit span,.s1_tit span a {
    padding: 0 .2rem;
    line-height: .5rem;
    display: inline-block;
    border-radius: .1rem .1rem 0 0;
    font-size: .18rem;
    color: #222;
    cursor: pointer;
}

.s1_tit span.on a{
    background: #ff9900;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    width: 100%;
}

.s1_tb {
    position: relative;
    background: #fff;
    padding: .35rem 0;
}

.s1_tb .s1_icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    /* transition: all .6s; */
}

.s1_tb .s1_icon.on {
    position: relative;
    opacity: 1;
    z-index: 6;
}

.s1_icon ul li a {
    display: block;
}

.s1_icon ul li a .s1-tb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.15rem;
    height: 1.15rem;

    background: linear-gradient(to bottom, #9a0101, #f55e56);
    border-radius: 50%;
    margin: 0 auto;
    transition: all .6s;
}
.s1_icon ul li a .s1-tb img{max-height: .48rem;}
.s1_icon ul li a .s1-txt {
    text-align: center;
    margin-top: .1rem;
}

.s1_icon ul li a .s1-txt p {
    line-height: .24rem;
    font-size: .16rem;
    color: #222;
}

@media screen and (min-width: 1025px) {
    .s1_icon ul li a:hover .s1-tb {
        border: .08rem solid #f0d9d9;
    }

    .s1_icon ul li:hover a .s1-txt p {
        color: #ff9900;
        font-weight: bold;
    }
}

@media screen and (max-width: 1024px) {

    .left {
        width: 100% !important;
    }

    .right {
        width: 100% !important;
        margin-top: .2rem;
    }

    .section1 {
        padding: .2rem 0;
    }



}

@media screen and (max-width: 768px) {
    .section1 .title {
        justify-content: flex-start;
        margin-bottom: .15rem;
    }

    .title h2 span {
        font-size: .2rem;
    }.title{padding-bottom: .05rem;}
    .title h2 span::after{bottom: -.07rem;}
    .s1_tit{padding: .1rem;padding-bottom: 0;}
    .s1_tit span{line-height: .4rem;font-size: .16rem;}
    .s1_icon ul li a .s1-tb{width: .8rem;height: .8rem;}
    .s1_icon ul li a .s1-txt p{font-size: .14rem;}
}

.section2 {
    padding: .9rem 0;

}

.s2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2 .left {
    width: 48%;
}

.s2 .right {
    width: 48%;
}

.list li {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
}

.list li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background: #990000;
    transition: all .6s;
}

.list li a {
    position: relative;
    display: block;
    padding-right: .9rem;
    line-height: .8rem;
    padding-left: .2rem;
    font-size: .16rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.list li a:after {
    content: "";
    position: absolute;
    left: 0.02rem;
    top: .38rem;
    width: .04rem;
    height: .04rem;
    border: 1px solid #222;
    transform: rotate(45deg);
    transition: all .6s;
}

.list li span {
    position: absolute;
    right: 0;
    top: .3rem;
    font-size: .16rem;
    color: #666;
}

@media screen and (min-width: 1025px) {

    .list li:hover a,
    .list li:hover span {
        color: #990000;
        font-weight: bold;
    }

    .list li:hover:after {
        width: 100%;
    }

    .list li:hover a:after {
        border: 1px solid #990000;
        background: #990000;
    }
}

@media screen and (max-width: 1024px) {
    .section2 {
        padding: .2rem 0;
    }
}

@media screen and (max-width: 768px) {
    .list li a {
        line-height: .4rem;
        padding-right: 1rem;
    }

    .list li a:after {
        top: .18rem;
    }

    .list li span {
        top: .1rem;
        font-size: .14rem;
    }
}

.section3 {
    padding: .8rem 0 .6rem;
    background: #fffbfa;
}

.s3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.s3 .left {
    width: 39.34%;
}

.s3-pic a {
    display: block;
}

.s3-pic a .pic {
    padding-top: 75%;
}

.s3-pic a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7));
}

.s3-pic a .txt {
    background: #fff;
    padding: .18rem .1rem;
}

.s3-pic a .txt p {
    line-height: .32rem;
    font-size: .18rem;
    color: #222;
    height: .64rem;
}

.s3-pic .slick-dots {
    position: absolute;
    right: .1rem;
    bottom: 1.2rem;
    width: auto;
}

.s3-pic .slick-dots li {
    padding: 0;
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    border: .05rem solid transparent;
}

.s3-pic .slick-dots li button {
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: #afa9a9;
    width: 100%;
    height: 100%;
}

.s3-pic .slick-dots li.slick-active {
    background: url(../images/yqq.png) center no-repeat;
    background-size: .2rem auto;
}

.s3-pic .slick-dots li.slick-active button {
    /* background: #ff9900; */
    background: url(../images/yqq.png) center no-repeat;
    background-size: .2rem auto;
}

.s3 .right {
    width: 59%;
}

.s3-list {
    background: #fff;
    padding: 0 .2rem;
}

.s3-list ul {
    display: none;
}

.s3-list ul.on {
    display: block;
}

.s3-list ul li:last-child {
    border-bottom: none;
}

.s3-list .list li:last-child:after {
    display: none;
}

.s3r-tit .title h2 span {
    font-size: .24rem;
    color: #ff9900;
    margin-right: .35rem;
    cursor: pointer;
}

.s3r-tit .title h2 span::after {
    opacity: 0;
    z-index: -1;
}

.s3r-tit .title h2 span.on {
    font-size: .32rem;
    color: #222;
}

.s3r-tit .title h2 span.on::after {
    opacity: 1;
    z-index: 6;
}

.s3r-tit .title .more a {
    display: none;
}

.s3r-tit .title .more a.on {
    display: block;
}
.s2r-tit .title h2 span {
    font-size: .24rem;
    color: #ff9900;
    margin-right: .35rem;
    cursor: pointer;
}

.s2r-tit .title h2 span::after {
    opacity: 0;
    z-index: -1;
}

.s2r-tit .title h2 span.on {
    font-size: .32rem;
    color: #222;
}

.s2r-tit .title h2 span.on::after {
    opacity: 1;
    z-index: 6;
}

.s2r-tit .title .more a {
    display: none;
}

.s2r-tit .title .more a.on {
    display: block;
}
.s2-list {
    background: #fff;
    padding: 0 .2rem;
}

.s2-list ul {
    display: none;
}

.s2-list ul.on {
    display: block;
}

.s2-list ul li:last-child {
    /* border-bottom: none; */
}

.s2-list .list li:last-child:after {
    display: none;
}

@media screen and (max-width: 1024px) {.section3{padding: .2rem 0}}

@media screen and (max-width: 768px) {.s3r-tit .title h2 span.on{font-size: .2rem;}.s3r-tit .title h2 span{font-size: .16rem;margin-right: .1rem;}
                                     .s2r-tit .title h2 span.on{font-size: .2rem;}.s2r-tit .title h2 span{font-size: .16rem;margin-right: .1rem;}
                                     }

.section4 {
    padding: .6rem 0 .85rem;
}

.s4 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.18rem;
}

.s4 ul li {
    width: 25%;
    padding: 0 .18rem;
}

.s4 ul li a {
    position: relative;
    padding: .15rem 0;
    line-height: .3rem;
    border-bottom: 1px solid #d4d4d4;
    display: block;
    padding-left: .2rem;
}

.s4 ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #990000;
    transition: all .6s;
}

.s4 ul li:hover a::after {
    width: 100%;
}

.s4 ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: .28rem;
    width: .04rem;
    height: .04rem;
    border: 1px solid #222;
    transform: rotate(45deg);
    transition: all .6s;
}

.s4 ul li:hover a::before {
    background: #990000;
    border: 1px solid #990000;
}

.s4 ul li a span {
    display: block;

    font-size: .16rem;
    color: #222;
    background: url(../images/s4-more.png) no-repeat right center/.1rem auto;
    transition: all .6s;
}

.s4 ul li:hover a span {
    color: #990000;
    background: url(../images/s4-more1.png) no-repeat right center/.12rem auto;
}

@media screen and (max-width: 1024px) {.section4{padding: .2rem 0;}}

@media screen and (max-width: 768px) {.s4 ul li{width: 100%;}.s4 ul li a{padding: .1rem 0;    padding-left: .2rem;line-height: .3rem;}.s4 ul li a::before{top:.2rem;}}