@charset "utf-8";

body {
    overflow-x: hidden;
}





/* 中心部分 */


.title {
    position: relative;

    align-items: center;
    padding-bottom: .15rem;
    margin-bottom: .35rem;
    border-bottom: 1px solid #d4d4d4;
}

.title::after {
    content: '';
    position: absolute;
    left: 0;
    width: 2.4rem;
    height: 2px;
    background: #c80200;
    bottom: -1px;
}

.tit_c {
    display: flex;
    align-items: flex-end;
}

.tit_c .h3 {
    position: relative;
    display: flex;
    align-items: center;
}

.tit_c .h3 .p {
    position: relative;
    font-size: .32rem;
    color: #a6010c;
    font-weight: bold;
    line-height: 1;
    z-index: 6;
}

.tit_c .h3 .p1 {
    display: flex;
    position: relative;
    margin-right: .05rem;
    z-index: 6;
}

.tit_c .h3 .p1 img {
    max-height: .4rem;
}

.tit_c .h3 .p1 span {
    font-size: .56rem;
    color: #a81b00;
    font-family: "hj";
}

.tit_c .h3 .p1 span:nth-child(2) {
    margin-top: .3rem;
}


.tit_c p {
    position: relative;
    font-size: .14rem;
    color: #666;
    text-transform: uppercase;
    padding-left: .05rem;
    line-height: .3rem;
}



.title .more {

    position: absolute;

    right: 0;

    top: .1rem;

    transition: all .6s;
}

.title .more a {

    font-size: .14rem;

    color: #666;

    display: block;

    transition: all .6s;
}

.title .more a span {

    font-size: .16rem;

    color: #666;

    padding-right: .25rem;

    background: url() no-repeat right center/.16rem auto;

    transition: all .6s;
}

.s1_icon {
    padding: .8rem 0;
}

.s1_icon ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem;
}

.s1_icon ul li {
    width: 25%;
    padding: 0 .1rem;
}

.s1_icon ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 1.2rem;
    padding: 0 .35rem;
    transition: all .6s;
}

.s1_icon ul li:nth-child(1) a {
    background: #eaf0ff;
}

.s1_icon ul li:nth-child(2) a {
    background: #fcfae3;
}

.s1_icon ul li:nth-child(3) a {
    background: #fceced;
}

.s1_icon ul li:nth-child(4) a {
    background: #e7f7f6;
}

.s1_icon ul li a .s1_tb {
    width: .8rem;
    margin-top: .15rem;
}

.s1_icon ul li a .s1_tb img {
    max-width: 100%;
}

.s1_icon ul li a .txt {
    flex: 1;
    min-width: 0;
    padding-left: .15rem;
}

.s1_icon ul li a .txt h2 {
    font-size: .2rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    transition: all .6s;
}

.s1_icon ul li a .txt p {
    font-size: .14rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .05rem;
}

@media screen and (min-width: 1025px) {
    .s1_icon ul li:hover a {
        box-shadow: 0 0 10px #fde6e6;
    }

    .s1_icon ul li:hover a .txt h2 {
        color: #a6010c;
    }

    .title .more a:hover {
        color: #a6010c;
    }
}

@media screen and (max-width: 1024px) {
    .s1_icon {
        padding: .2rem 0;
    }

    .s1_icon ul li {
        width: 50%;
        margin-bottom: .1rem;
    }
}

@media screen and (max-width: 481px) {
    .s1_icon ul li a {
        padding: 0 .15rem;
    }

    .s1_icon ul li {
        width: 100%;
    }
}

.section1 {
    padding: .75rem 0;
    padding-top: 0;
}

.s1 {

    align-items: flex-start;
}
.slick-next ,.slick-arrow{display:none !important;}
.slick-dots{display:none  !important;;}
.s1 .left {
    width: 53%;
    margin-left: -.4rem;
    padding-left: .4rem;
    padding-bottom: .4rem;
    position: relative;
}

.s1 .left:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: .4rem;
    right: .4rem;
    background: #e47f12;
}

.news {
    position: relative;
    z-index: 6;
}

.news a {
    display: block;
}

.news a .pic {
    padding-top: 62.5%;

}



.s1 .right {
    width: 47%;
    padding-right: .4rem;
}

.date_list {
    margin-top: -.15rem;
}

.date_list li {
    border-bottom: 1px dashed #d4d4d4;
}

.date_list li:last-child {
    border: none;
}

.date_list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .15rem 0;
}

.date_list li a .date {
    width: .66rem;
    text-align: center;
    color: #fff;
    margin-right: .12rem;
}

.date_list li a .date p {
    line-height: .24rem;
    background: #a6010c;
    font-size: .12rem;
    text-align: center;
}

.date_list li a .date span {
    position: relative;
    display: block;
    line-height: .36rem;
    background: #c80200;
    font-size: .24rem;
}

.date_list li a .date span:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    border-left: 5px solid #c80200;
    border-top: 9px solid transparent;
}

.date_list li a .txt {
    flex: 1;
    min-width: 0;
}

.date_list li a .txt p {
    position: relative;
    padding-left: .15rem;
    font-size: .18rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.date_list li a .txt p:after {
    content: "";
    position: absolute;
    left: 0.02rem;
    top: .09rem;
    width: .04rem;
    height: .04rem;
    border: 1px solid #222;
    transform: rotate(45deg);
    transition: all .6s;
}

@media screen and (max-width: 1400px) {
    .date_list li a .date {
        width: 1rem;
    }
}

@media screen and (min-width: 1025px) {
    .date_list li:hover a .txt p:after {
        border: 1px solid #a6010c;
    }

    .date_list li:hover a .txt p {
        color: #a6010c;
        font-weight: bold;
    }
}

@media screen and (max-width: 1024px) {

    .left {
        width: 100% !important;
    }

    .right {
        width: 100% !important;
        margin-top: .2rem;
    }

    .section1 {
        padding: .2rem 0;
    }

    .s1 .left {
        margin-left: 0;
    }

    .date_list li a .date {
        width: .8rem;
    }

}

@media screen and (max-width: 768px) {
    .tit_c p {
        display: none;
    }

    .tit_c .h3 .p {
        font-size: .28rem;
    }

    .tit_c .h3 .p1 img {
        max-height: .3rem;
    }

    .title::after {
        width: 1.5rem;
    }

    .title {
        margin-bottom: .15rem;
    }

    .s1 .left {
        padding-left: .15rem;
        padding-bottom: .15rem;
    }
}

.section2 {
    padding: .75rem 0 1.2rem;
    background: url(../images/sect2-bg.png) no-repeat center top/cover;
}

.s2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2 .left {
    width: 48.6%;
}

.s2 .right {
    width: 48.6%;
}

.list li {
    position: relative;
    background: #fff;
}

.list li:nth-child(2n-1) {
    background: #ffecec;
}

.list li a {
    position: relative;
    display: block;
    padding-right: 1.3rem;
    line-height: .8rem;
    padding-left: .3rem;
    font-size: .18rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.list li a:after {
    content: "";
    position: absolute;
    left: 0.15rem;
    top: .38rem;
    width: .04rem;
    height: .04rem;
    border: 1px solid #222;
    transform: rotate(45deg);
    transition: all .6s;
}

.list li span {
    position: absolute;
    right: .2rem;
    top: .3rem;
    font-size: .18rem;
    color: #666;
}

@media screen and (min-width: 1025px) {
    .list li:hover a {
        color: #a6010c;
        font-weight: bold;
    }

    .list li:hover a:after {
        border: 1px solid #a6010c;
    }
}

@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: 1rem 0;
}

.s3_tit {
    text-align: center;
    margin-bottom: .4rem;
}

.s3_tit span {
    display: inline-block;
    width: 2.5rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #fff8f8;
    font-size: .28rem;
    color: #222;
    margin: 0 .1rem;
    cursor: pointer;
}

.s3_tit span.on {
    background: #c80200;
    color: #fff;
    font-weight: bold;
}

.s3-pic {
    position: relative;
    display: none;
}

.s3-pic.on {
    display: block;
}

.s3-pic .s3_bt {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.4rem;
    height: 2.55rem;
    background: #ffecec;
}

.s3-pic .s3_bt ul li {
    line-height: .85rem;
    padding: 0 .35rem;
    border-bottom: 1px dashed #d4d4d4;
}

.s3-pic .s3_bt ul li span {
    display: block;
    padding-left: .15rem;
    background: url(../images/s3_ic1.png) no-repeat left center;
    font-size: .18rem;
    color: #222;
    cursor: pointer;

}

.s3-pic .s3_bt ul li.on {
    background: #c80200;
}

.s3-pic .s3_bt ul li.on span {

    color: #fff;
    font-weight: bold;
    background: url(../images/s3_ic1h.png) no-repeat left center;
}

.s3-pic .s3_bt ul li:last-child {
    border-bottom: none;
}

.tp_list>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem;
}

.tp_list>ul li {
    width: 25%;
    padding: 0 .1rem;
    margin-bottom: .2rem;
}

.tp_list>ul li a {
    display: block;
    position: relative;
}

.tp_list>ul li a:After {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5));
}

.tp_list>ul li a .pic {
    padding-top: 75%;
}
.tp_list>ul li a .pic .a{object-fit: cover;}
.tp_list>ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .1rem;
    text-align: center;
    font-size: .18rem;
    color: #fff;
    z-index: 6;
}

.s3_tplb .tp_list {
    display: none;
}

.s3_tplb .tp_list.on {
    display: block;
}

@media screen and (max-width: 1024px) {
    .s3-pic .s3_bt {
        position: static;
        width: 100%;
        margin-bottom: .2rem;
    }

    .tp_list>ul li:first-child {
        display: none;
    }

    .section3 {
        padding: .2rem 0;
    }
}

@media screen and (max-width: 768px) {
    .s3_tit span {
        width: auto;
        padding: 0 .2rem;
        font-size: .22rem;
    }

    .s3-pic .s3_bt ul li {
        line-height: .4rem;
    }

    .s3-pic .s3_bt {
        height: initial;
    }

    .tp_list>ul li {
        width: 50%;
    }
}

.section4 {
    padding-bottom: 1rem;
}

.s4 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.15rem;
}

.s4 ul li {
    width: 33.33%;
    padding: 0 .15rem;
}

.s4 ul li a {
    display: flex;
    align-items: center;
    height: 1.75rem;
    padding-left: .75rem;
    padding-right: .15rem;
}

.s4 ul li:nth-child(1) a {
    background: url(../images/s4_bg1.png) no-repeat center top/cover;
}

.s4 ul li:nth-child(2) a {
    background: url(../images/s4_bg2.png) no-repeat center top/cover;
}

.s4 ul li:nth-child(3) a {
    background: url(../images/s4_bg3.png) no-repeat center top/cover;
}

.s4 ul li a .s4_icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 50%;
}

.s4 ul li a .s4_icon img {
    max-height: .8rem;
}

.s4 ul li:hover a .s4_icon img {
    animation: jello 1s linear forwards;
}

.s4 ul li a .txt {
    flex: 1;
    min-width: 0;
    padding-left: .22rem;
}

.s4 ul li a .txt h2 {
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .1rem;
}

.s4 ul li:nth-child(1) a .txt h2 {
    color: #a6010c;
}

.s4 ul li:nth-child(2) a .txt h2 {
    color: #1389d0;
}

.s4 ul li:nth-child(3) a .txt h2 {
    color: #e47f12;
}

.s4 ul li a .txt p {
    font-size: .14rem;
    color: #666;
}

@media screen and (max-width: 1024px) {
    .section4 {
        padding-bottom: .2rem;
    }

    .s4 ul li a {
        padding-left: .15rem;
        height: 1rem;
    }

    .s4 ul li a .s4_icon {
        width: .6rem;
        height: .6rem;
    }

    .s4 ul li a .s4_icon img {
        max-height: .4rem;
    }
}

@media screen and (max-width: 768px) {
    .s4 ul li {
        width: 100%;
        margin-bottom: .15rem;
    }

    .s3_tit {
        margin-bottom: .2rem;
    }
}