@charset "utf-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

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 a {
    display: block;
    position: relative;
    padding-top: 31.25%;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: .23rem;
    height: .41rem;
  
    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 {
    bottom: .4rem;
}

.banner .slick-dots li {
    width: .5rem;
    height: .04rem;
    background: #ffffff;
}

.banner .slick-dots li.slick-active {
    background: #DBB251;
}



@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.tit {
    margin-bottom: .4rem;
    position: relative;
}

.tit h3 {
    display: inline-block;
}

.tit h3 img:first-child {
    vertical-align: top;
}

.tit h3 img:last-child {
    vertical-align: bottom;
}

.tit h3 b {
    font-size: .36rem;
    color: #2F2F2F;
    font-family: 'sy';
    margin: 0 .1rem;
}

.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.more a {
    font-size: .18rem;
    color: #474747;
    padding-right: .6rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: .45rem;
}

.more a:hover {
    color: #B20010;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-ban {
    width: 7.44rem;
    margin-right: .45rem;
}

.s1-lt {
    flex: 1;
    min-width: 0;
}

.s1-ban .pic {
    padding-top: 66%;
}

.s1 {
    padding-top: .8rem;
    padding-bottom: .9rem;
}

.s1-ban a {
    position: relative;
}

.s1-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .3rem;
    width: 100%;
}

.s1-tx p {
    background: #B20010;
    line-height: .4rem;
    width: 1.2rem;
    font-size: .14rem;
    color: #FFFFFF;
    text-align: center;
}

.s1-tx h3 {
    font-size: .2rem;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .1rem;
    max-width: 80%;
}

.s1-ban .slick-dots {
    text-align: right;
    padding-bottom: .3rem;
    padding-right: .3rem;
}

.s1-ban .slick-dots li {
    width: .27rem;
    height: .27rem;
    background: url(../images/s1-d.png) no-repeat center center;
    background-size: .11rem;
    margin: 0;
    position: relative;
}

.s1-ban .slick-dots li::after {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.s1-ban .slick-dots li.slick-active {
    background: url(../images/s1-da.png) no-repeat;
    background-size: 100% 100%;
}

.s1-ban .slick-dots li:last-child::after {
    content: '';
    position: absolute;
    top: .13rem;
    left: .2rem;
    background: rgba(255, 255, 255, 0.5);
    width: .6rem;
    height: .02rem;
}

.s1-lt ul li {
    margin-bottom: .17rem;
}

.s1-lt ul li:last-child {
    margin-bottom: 0;
}

.s1-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: .85rem;
    padding: 0 .2rem;
    background: #FBF9F7;
    position: relative;
}

.s1-lt ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: .02rem;
    background: #F0B138;
    transition: all 0.5s;
}

.s1-lt ul li a:hover:after {
    width: 100%;
} 
.s1-lt b {
    font-size: .18rem;
    color: #B20010;
    padding-right: .15rem;
    margin-right: .15rem;
    border-right: 1px solid #AEB5B3;
}

.s1-lt h3 {
    font-size: .2rem;
    line-height: .32rem;
    max-height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #404040;
    flex: 1;
    min-width: 0;
}

.s1-lt ul li a:hover {
    background: #B20010;
}

.s1-lt ul li a:hover b {
    color: #ffffff;
    border-color: #D3C8B3;
}

.s1-lt ul li a:hover h3 {
    color: #ffffff;
}

/* s2 */

.s2 {
    padding-top: .7rem;
    padding-bottom: .8rem;
    background: url(../images/s2-bg.jpg) no-repeat;
    background-size: cover;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-c>div {
    width: 28.14%;
    position: relative;
}

.s2-lt ul li a {
    position: relative;
    padding: .15rem 0;
    border-bottom: 1px solid #D8D8D8;
}

.s2-lt ul li a p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .14rem;
    color: #9E9E9E;
    margin-bottom: .06rem;
}

.s2-lt ul li a p img {
    width: .13rem;
    margin-right: .08rem;
}

.s2-lt ul li a h3 {
    font-size: .2rem;
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #353535;
}

.s2-lt ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.s2-lt ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: .01rem;
    background: #B20010;
    transition: all 0.5s;
}

.s2-lt ul li a:hover:after {
    width: 100%;
}

.s2-lt ul li a:hover h3 {
    font-weight: 600;
}

.s2-m ul {
    position: relative;
}

.s2-m ul::before {
    content: '';
    position: absolute;
    left: -0.5rem;
    bottom: 0;
    width: .01rem;
    height: 100%;
    background: #D8D8D8;
}

.s2-m ul::after {
    content: '';
    position: absolute;
    right: -0.5rem;
    bottom: 0;
    width: .01rem;
    height: 100%;
    background: #D8D8D8;
}

/* s3 */
.s3 {
    padding-top: 1rem;
    padding-bottom: .8rem;
}

.s3-l {
    width: 45%;
    margin-right: .7rem;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-mt {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
}

.ewm {
    position: absolute;
    left: 50%;
    bottom: 200%;
    transform: translateX(-50%);
    width: 1.2rem;
    height: 1.2rem;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.ewm::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: .1rem solid #fff;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
    border-left: .1rem solid transparent;
}

.ewm img {
    width: 100%;
    height: 100%;
    display: block;
}

.s3-mt>div:hover .ewm {
    bottom: 150%;
    visibility: visible;
    opacity: 1;
}

.s3-mt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s3-mt>div {
    margin: 0 .1rem;
    position: relative;
}


.s3-mt>div.wx {
    background: url(../images/wx.png) no-repeat center center #D8D8D8;
    background-size: .26rem;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    cursor: pointer;
}

.s3-mt>div.sp {
    background: url(../images/sp.png) no-repeat center center #D8D8D8;
    background-size: .26rem;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    cursor: pointer;
}

.s3-mt>div:hover {
    background-color: #10A957 !important;
}

.s3-lt {
    padding: .05rem .2rem;
    background: #FFFFFF;
    box-shadow: 0rem .06rem .37rem 0rem rgba(0, 0, 0, 0.05);
}

.s3-ifo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .09rem;
}

.s3-ifo span {
    font-size: .16rem;
    color: #3D3D3D;
}

.s3-ifo p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .14rem;
    color: #9E9E9E;
}

.s3-ifo p img {
    width: .13rem;
    margin-right: .05rem;
}

.s3-lt ul li a {
    padding: .3rem 0;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.s3-lt ul li:last-child a {
    border-color: transparent;
}

.s3-lt ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: .01rem;
    background: #B20010;
    transition: all 0.5s;
}

.s3-lt ul li a:hover::after {
    width: 100%;
}

.s3-lt ul li a h3 {
    font-size: .2rem;
    line-height: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: justify;
    color: #353535;
}

.s3-lt ul li a:hover h3 {
    font-weight: 600;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-vd .pic {
    padding-top: 53%;
}

.s3-vd {
    position: relative;
}

.s3-vd::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .47rem;
    height: .47rem;
    background: url(../images/ico-play.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.s3-vd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.s3-rt {
    margin-top: .28rem;
}

.s3-rt .pic {
    padding-top: 58%;
}

.s3-rt a {
    position: relative;
}

.s3-rt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s3-rt ul li {
    width: 48%;
}

.s3-rt ul li a {
    position: relative;
}

.s3-rt ul li a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.s3-rt ul li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .3rem .4rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 3;
}

.s4 {
    padding-bottom: .5rem;
}

.s4-lt ul {
    margin-left: -0.14rem;
    margin-right: -0.14rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s4-lt ul li {
    width: 20%;
    margin-bottom: .3rem;
}

.s4-lt ul li a {
    margin: 0 .14rem;
    /* border: 1px solid #CCCCCC; */
    transition: all 0.5s;
}

.s4-lt ul li a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
}

.s4-pic {
    width: 100%;
    height: .81rem;
}

.s4-pic img {
    display: block;
    width: 100%;
    height: 100%;
}





@media screen and (max-width: 1024px) {

    .s3,
    .s2,
    .s1 {
        padding: .3rem 0;
    }

    .tit {
        margin-bottom: .3rem;
    }

    .s1-ban {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s1-lt {
        flex: auto;
        width: 100%;
    }

    .banner .slick-dots {
        bottom: .2rem;
    }

    .s2-c>div {
        width: 100%;
    }

    .s2-m {
        margin: .3rem 0;
    }

    .s2-m ul::after,
    .s2-m ul::before {
        display: none;
    }

    .s3-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s3-r {
        flex: auto;
        width: 100%;
    }

    .s4-lt ul li {
        width: 25%;
    }

    .s4 {
        padding-bottom: .2rem;
    }
}

@media screen and (max-width: 768px) {
    .s4-lt ul li {
        width: 33.33%;
    }
}

@media screen and (max-width: 640px) {
    .s4-lt ul li {
        width: 50%;

    }

    .tit h3 b {
        font-size: .26rem;
    }
}