﻿@charset "utf-8";
.main {
    position: relative;
}

.home1 {
    background: url(../images/home1-bg.png) no-repeat center top;
    background-size: 100% 80%;
}

.section1 {
    padding-top: 0.7rem;
}

.title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .7rem;
}

.title h2 {
    display: inline-block;
    padding: 0 1.4rem;
    position: relative;
    font-weight: normal;
}

.title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.36rem;
    height: 1px;
    background: #D7D7D7;
}

.title h2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.36rem;
    height: 1px;
    background: #D7D7D7;
}

.title h2 span {
    position: relative;
    font-size: 0.3rem;
    color: #333;
    padding: 0 0.25rem;
}

.title h2 span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.15rem;
    height: 0.11rem;
    background: url(../images/tit-icon.png) no-repeat center center;
    background-size: 0.15rem auto;
}

.title h2 span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 0.15rem;
    height: 0.11rem;
    background: url(../images/tit-icon.png) no-repeat center center;
    background-size: 0.15rem auto;
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.18rem;
    color: #666;
    padding-right: 0.3rem;
    background: url(../images/more.png) no-repeat right center;
    transition: all .6s;
}

.title a:hover {
    color: #C11A21;
    right: .1rem;
}

.s1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.s1-l {
    width: 39%;
}

.s1-r {
    width: 61%;
}

.s1 ul li {
    margin-bottom: 0.5rem;
}

.s1 ul li a {
    display: block;
    background: #fff;
}

.s1 ul li a .pic {
    padding-top: 56.25%;
}

.s1 ul li a .text {
    padding: 0.15rem 0.2rem;
}

.s1 ul li a .text h2 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.24rem;
    height: 0.48rem;
    color: #333333;
    margin-bottom: 0.15rem;
}

.s1 ul li:hover a .text h2 {
    color: #C11A21;
}

.s1 ul li a .text p {
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
    height: 0.4rem;
    color: #666666;
}

.s1 ul li a .text span {
    font-size: 0.2rem;
    color: #333333;
}

.s1-l ul li a .text h2 {
    color: #C11A21;
}

.s1-l ul li a .text span {
    color: #C11A21;
}

.s1-r ul li {
    margin-left: 0.4rem;
}

.s1-r .slick-dots {
    bottom: 0;
}

.s1-r>ul {
    position: static;
}

.s1-r .slick-dots li {
    width: 0.17rem;
    height: 0.06rem;
    background: #B7B7B7;
    border-radius: 0.05rem;
    margin: 0 0.05rem;
    transition: all .6s;
}

.s1-r .slick-dots li.slick-active {
    width: 0.69rem;
    height: 0.06rem;
    background: #C11A21;
    border-radius: 0.05rem;
}

.section2 {
    padding: 0.3rem 0;
}

.sect2 ul {
    display: flex;
    margin: 0 -0.2rem;
    flex-wrap: wrap;
}

.sect2 ul li {
    width: 33.333%;
    padding: 0 0.2rem;
    margin: .15rem 0;
}

.sect2 ul li a {
    display: flex;
    align-items: center;
    padding: 0.1rem 0.15rem;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.0966);
    transition: all .6s;
}

.sect2 ul li:hover a {
    background: #E7D087;
    box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.1765);
}

.sect2 ul li a .date {
    width: 0.72rem;
    height: 0.8rem;
    background: url(../images/date-bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    color: #C11A21;
    font-family: "sisong";
}

.sect2 ul li:hover a .date {
    background: none;
}

.sect2 ul li:hover a .date {
    color: #fff;
}

.sect2 ul li a .date p {
    padding-top: 0.1rem;
    font-size: 0.42rem;
    line-height: 1;
}

.sect2 ul li a .date span {
    display: block;
    font-size: 0.12rem;
}

.sect2 ul li a .text {
    flex: 1;
    min-width: 0;
    padding-left: 0.15rem;
}

.sect2 ul li a .text p {
    font-size: 0.2rem;
    line-height: 0.24rem;
    height: 0.48rem;
    color: #333333;
}

.sect2 ul li:hover a .text p {
    color: #fff;
}

.section3 {
    padding-top: 0.45rem;
    padding-bottom: .85rem;
}

.s3 {
    margin-top: .65rem;
}

.s3 ul {
    margin: 0 -0.1rem;
}

.s3 ul li a {
    position: relative;
    display: block;
    margin: 0 0.22rem;
    padding: .3rem;
    padding-bottom: .8rem;
    background: #fff url(../images/s3-bg.png) no-repeat right bottom;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.0501);
}

.s3 ul li a span {
    display: inline-block;
    margin-left: -.3rem;
    width: 1.47rem;
    height: 0.44rem;
    text-align: center;
    line-height: .44rem;
    border-radius: 0rem 0.22rem 0.22rem 0rem;
    background: rgba(193, 26, 33, .0584);
    font-size: .2rem;
    color: #C11A21;
}

.s3 ul li a p {
    margin-top: .35rem;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.24rem;
    height: 0.48rem;
}

.s3 ul li:hover a p {
    color: #C11A21;
}

.s3 .slick-dots {
    position: relative;
    margin-top: .5rem;
}

.s3 .slick-dots li {
    width: 17px;
    height: 6px;
    border-radius: 5px;
    background: #B7B7B7;
    margin: 0 5px;
    transition: all .6s;
}

.s3 .slick-dots li.slick-active {
    width: 69px;
    height: 6px;
    border-radius: 5px;
    background: #C11A21;
}

.section4 {
    position: relative;
    padding: 0.65rem 0;
}

.section4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    bottom: 0.65rem;
    background: url(../images/sect4-bg.jpg) no-repeat left center;
    background-size: cover;
}

.section4::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.65rem;
    width: 52%;
    bottom: 0;
    background: url(../images/sect4-r-bg.jpg) no-repeat left center;
    background-size: cover;
    z-index: 9;
}

.sect4 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 16;
}

.sect4>div {
    width: 48%;
}

.sect4-l {
    padding-right: 0.5rem;
}

.sect4-r {
    margin-top: .65rem;
}

.title.tit-other {
    margin-bottom: .2rem;
    justify-content: space-between;
}

.title.tit-other h2 {
    padding: 0 .65rem;
}

.title.tit-other h2::before,
.title.tit-other h2::after {
    width: .61rem;
}

.title.tit-other h2 span {
    color: #fff;
}

.title.tit-other h2 span::before {
    background: url(../images/tit-other.png) no-repeat center center;
}

.title.tit-other h2 span::after {
    background: url(../images/tit-other.png) no-repeat center center;
}

.title.tit-other h2::before,
.title.tit-other h2::after {
    background: #f5f2f2;
}

.title.tit-other a {
    color: #fff;
    background: url(../images/more-other.png) no-repeat right center;
}

.list li {
    position: relative;
    left: 0;
    padding-left: 0.2rem;
    padding-right: 1.1rem;
    line-height: 0.73rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, .4);
    transition: all .6s;
}

.list li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    border-radius: 50%;
}

.list li a {
    position: relative;
    display: block;
    font-size: 0.2rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.list li:hover {
    left: -5px;
}

.list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.2rem;
    color: #fff;
}

.home2 {
    position: relative;
    margin-top: -.8rem;
    padding-top: 1.3rem;
    padding-bottom: 1.2rem;
    background: url(../images/home2-bg.png) no-repeat right bottom;
    overflow: hidden;
}

.home2::after {
    content: "";
    position: absolute;
    left: -0.25rem;
    top: -1.8rem;
    width: 3.84rem;
    height: 5.34rem;
    background: url(../images/s5-bg.png) no-repeat center center;
}

.s5 {
    overflow: hidden;
}

.s5 ul li {
    padding: 1.5rem 0;
    opacity: .8;
    transition: all .6s;
}

.s5 ul li a {
    display: block;
}

.s5 ul li a .pic {
    padding-top: 55.32%;
}

.s5 ul li.slick-current.slick-active {
    transform: scale(1.3);
    position: relative;
    z-index: 2;
}

.s5 ul li.slick-current.slick-active+li {
    position: relative;
    transform: scale(1.7) translateX(-30px);
    z-index: 6;
}

.s5 ul li.slick-current.slick-active+li+li {
    transform: scale(3);
    position: relative;
    z-index: 9;
    opacity: 1;
}

.s5 ul li.slick-current.slick-active+li+li+li {
    position: relative;
    transform: scale(1.7) translateX(30px);
    z-index: 6;
}

.s5 ul li.slick-current.slick-active+li+li+li+li {
    position: relative;
    transform: scale(1.3);
    z-index: 2;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .sect2 ul {
        margin: 0;
    }
    .s3 ul {
        margin: 0;
    }
    .s3 ul li a {
        margin: 0 .1rem;
    }
}

@media screen and (max-width: 1000px) {
    .s1-r ul li {
        margin-left: .1rem;
    }
    .sect2 ul li {
        width: 50%;
    }
    .s5 ul li {
        padding: .6rem 0;
    }
}

@media screen and (max-width: 700px) {
    .section1 {
        padding-top: .2rem;
    }
    .title {
        justify-content: space-between;
        margin-bottom: .2rem;
    }
    .title h2 {
        padding: 0;
    }
    .title h2::before,
    .title h2::after {
        display: none;
    }
    .title h2 span {
        font-size: .24rem;
    }
    .title a {
        padding-right: .4rem;
    }
    .s1-l {
        width: 100%;
    }
    .s1 {
        flex-wrap: wrap;
        padding-bottom: .4rem;
    }
    .s1 ul li {
        margin-bottom: .2rem;
    }
    .s1-r {
        width: 100%;
        margin-top: .2rem;
    }
    .s1 ul li {
        margin: 0 .1rem;
    }
    .sect2 ul li {
        width: 100%;
        margin: .1rem 0;
        padding: 0;
    }
    .sect2 ul li a .date p {
        font-size: .3rem;
        padding-top: .15rem;
    }
    .section3 {
        padding-top: 0;
        padding-bottom: .3rem;
    }
    .s3 {
        margin-top: .2rem;
    }
    .s3 .slick-dots {
        margin-top: .2rem;
    }
    .sect4>div {
        width: 100%;
    }
    .section4 {
        padding: .2rem 0;
    }
    .section4::before {
        width: 100%;
        height: 50%;
    }
    .section4::after {
        width: 100%;
        top: auto;
        height: 50%;
    }
    .title.tit-other h2 {
        padding: 0;
    }
    .sect4-l {
        padding-right: 0;
    }
    .list li {
        line-height: .5rem;
    }
    .home2 {
        padding-top: 1rem;
        padding-bottom: .3rem;
    }
}