﻿@charset "utf-8";

.title1 {
    position: relative;
    margin-bottom: 30px;
}

.title1 .name {
    font-weight: 600;
    font-family: 'SourceHanSerifSCSemiBold';
    font-size: 35px;
    float: left;
}

.title1 .more {
    float: right;
    font-size: 17px;
    color: #adadad;
    font-family: 'PingFangscBold';
    padding-left: 30px;
    background: url(../image/index6_1.png) no-repeat left center;
    margin-top: 12px;
}

.box1 .box {
    padding-bottom: 20px;
}

.box3 .box {
    padding-top: 20px;
}

.box1top {
    position: relative;
}

.box1top .leftlist .img {
    position: relative;
    overflow: hidden;
    width: 50%;
}

.box1top .leftlist .img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.box1top .leftlist .img .date {
    border-radius: 5px;
    background-color: rgba(131, 42, 53, 0.7);
    width: 70px;
    height: 70px;
    font-family: 'SourceHanSerifSCSemiBold';
    text-align: center;
    position: absolute;
    left: 30px;
    top: 30px;
    color: #ffffff;
    z-index: 1;
}

.box1top .leftlist .img .date1 {
    font-size: 27px;
    padding-top: 9px;
    padding-bottom: 6px;
}

.box1top .leftlist .img .date2 {
    font-size: 13px;

}

.box1top .leftlist .text {
    position: absolute;
    height: 230px;
    bottom: 0;
    right: 0;
    width: 50%;
    background-color: #9b0807;
}

.box1top .leftlist .text1 {
    padding: 40px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.box1top .leftlist .bt {
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.box1top .leftlist .zy {
    color: #e6c1b9;
    line-height: 28px;
    margin-top: 15px;
}

.box1top .leftlist .fk {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 70px;
}

.box1top .leftlist .fade-1 .slick-dots {
    display: none !important;
}

.box1top .leftlist .item a {
    position: relative;
}

.box1top .leftlist .item a:hover .img img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box1top .leftlist .item a:hover .bt,
.box1top .leftlist .item a:hover .zy {
    transition: all 0.4s;
    color: #f4d884;
}


.box1top .leftlist .slick-prev,
.box1top .leftlist .slick-next {
    border-left: 1px solid rgba(86, 66, 61, 0.3);
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    right: calc(50% + 50px);
    background-size: 100% 100%;
    z-index: 9;
    background: url(../image/index42.png) no-repeat center center;
    background-color: #ffffff;

}

.box1top .leftlist .slick-next {
    right: calc(50%);
    background-image: url(../image/index41.png);
}

.box1top .leftlist .slick-prev:hover {
    background-color: #56423d;
    background-image: url(../image/index42_c.png);
}

.box1top .leftlist .slick-next:hover {
    background-image: url(../image/index41_c.png);
    background-color: #56423d;
}

.box1top .rightlist {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: calc(100% - 230px);
}

.box1top .rightlist .item {
    width: calc(50% - 25px);
    margin-left: 25px;
    float: left;
    overflow: hidden;
}

.box1top .rightlist .item img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.box1top .rightlist .item:hover img {

    transition: all 0.4s;
    transform: scale(1.1);
}

.box1bottom {
    width: calc(100% + 28px);
}

.box1bottom .item {
    width: calc(33.33% - 28px);
    margin-right: 28px;
    float: left;
    padding: 25px;
    box-sizing: border-box;
    padding-bottom: 30px;
    background-color: #f9f6f6;
    border-bottom: 3px solid #9b0807;
    margin-top: 30px;
}

.box1bottom .item .bt {
    font-size: 19px;
    line-height: 30px;
    height: 60px;
}

.box1bottom .item .sj {
    color: #9b0807;
    margin-top: 20px;
    font-family: 'SourceHanSerifSCSemiBold';
}

.box1bottom .item:hover {
    transition: all 0.4s;
    background-color: #9b0807;
}

.box1bottom .item:hover .bt,
.box1bottom .item:hover .sj {
    transition: all 0.4s;
    color: #ffffff;
}

.box2 {
    background: url(../image/index1.png) no-repeat;
    background-size: 100% 100%;
    height: 590px;
    padding: 50px 0;
    box-sizing: border-box;
}

.box2 .list {
    width: calc(100% + 28px);
}

.box2 .list .item {
    margin-right: 28px;
    margin-bottom: 28px;
    float: left;
    width: calc(33.33% - 28px);
    background: #ffffff;
    padding: 25px 17px;
    box-sizing: border-box;
}

.box2 .list .item .bt {
    font-size: 19px;
    line-height: 28px;
    padding-top: 3px;
}

.box2 .list .item .sj {
    width: 53px;
    height: 66px;
    background: url(../image/indexsj.png);
    text-align: center;
    margin-right: 18px;
    float: left;
    color: #ffffff;
    font-family: 'SourceHanSerifSCSemiBold';
}

.box2 .list .item .sj1 {
    font-size: 22px;
    padding-top: 8px;
    padding-bottom: 4px;
}

.box2 .list .item .sj2 {
    font-size: 14px;
}

.box2 .list .item:hover .bt {
    color: #9b0807;
    font-weight: 600;
}

.box3 .left {
    width: 55%;

}

.box3 .left .img {
    overflow: hidden;
}

.box3 .left .img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.box3 .left .more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background: url(../image/index93.png) no-repeat center center;
    background-color: #bb8376;
}

.box3 .left .title {
    width: calc(100% - 70px);
    position: absolute;
    right: 0;
    bottom: 0;
    height: 122px;
    font-size: 22px;
    box-sizing: border-box;
    padding: 25px;
    color: #ffffff;
    background-color: #9b0807;
}

.box3 .left .title .l2 {
    line-height: 36px;
}

.box3 .left .item:hover .title {
    color: #f4d884;

}

.box3 .left .item:hover .img img {
    transition: all 0.4s;
    transform: scale(1.1);

}

.box3 .left .fade-1 .slick-dots li {

    background: #ffffff;
}

.box3 .left .fade-1 .slick-dots li.slick-active {
    background: #9b0807;
    border-radius: 10px;
    width: 11px;
    height: 11px;
    border: 0px solid #b3b1c9;
    margin: 2px 5px;
}

.box3 .left .fade-1 .slick-dots {
    bottom: 155px;
    padding-right: 20px;
    text-align: right;
}

.box3 .left .slick-arrow {
    display: none !important;
}

.box3 .right {
    width: 45%;
    padding-left: 40px;
    box-sizing: border-box;
}

.box3 .right .item {
    padding: 18px 0;
    border-top: 1px solid #e0dfdf;
}

.box3 .right .item:nth-child(1) {
    border-top: 0px solid #e0dfdf;
}

.box3 .right .title {
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 15px;
}

.box3 .right .xx {
    width: calc(100% + 15px);
    white-space: nowrap;
    display: flex;
}

.box3 .right .xx1 {
    font-size: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    padding-left: 25px;
    background: url(../image/index13.png) no-repeat left center;
    line-height: 18px;
}

.box3 .right .item:hover {
    color: #9b0807;
}

.box4 {
    background-color: #fff5f0
}

.box4 .list {
    margin: 0px -17px;
}

.box4 .list .item {
    padding: 0px 17px;
    box-sizing: border-box;
}

.box4 .list .item a {
    overflow: hidden;
}

.box4 .list .item img {
    width: 100%;
    object-fit: cover;
}

.box4 .list .item a:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

@media screen and (max-width: 1100px) {
    .box1top .rightlist .item img {
        height: 150px;
    }

    .box1top .leftlist .bt {
        font-size: 21px;
        line-height: 32px;
    }

    .box1top .leftlist .text1 {
        padding: 25px;
    }

    .box1top .leftlist .text {
        height: 185px;
    }

    .box1top .leftlist .img img {
        height: 357px;
    }

    .box1top .rightlist {
        height: calc(100% - 185px);
    }
}

@media screen and (max-width: 1000px) {
    .box1bottom .item {
        width: calc(100% - 28px);
    }
    .box1 .box {
        padding-bottom: 30px;
    }
    
    .box3 .box {
        padding-top: 30px;
    }
    .box2 {
        background-size: cover;
        height: auto;
        padding: 0px 0;
        background-position: center center;
        background-color: #f5dadd;
    }

    .box2 .list .item {
        width: calc(100% - 28px);
    }

    .box3 .left {
        width: 100%;
    }

    .box3 .left .img img {
        height: calc(94vw/71*48);
    }
}

@media screen and (max-width: 800px) {
    .box1top .leftlist .img {
        float: none;
        width: 100%;
    }

    .box3 .left .more {
        width: 40px;
        height: 40px;
    }

    .box3 .left .title .l2 {
        line-height: 26px;
    }

    .box3 .left .title {
        width: calc(100% - 40px);
        height: 76px;
        font-size: 17px;
        padding: 12px 15px;
    }

    .box3 .left .fade-1 .slick-dots {
        bottom: 105px;
    }

    .box3 .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }

    .box1top .leftlist .img img {
        height: 60vw;
    }

    .box1top .leftlist .text {
        float: none;
        width: 100%;
        position: static;
        height: 177px;
    }

    .box1top .leftlist .fk {
        display: none;
    }

    .box1top .leftlist .bt {
        font-size: 18px;
        line-height: 28px;
    }

    .box1top .rightlist {
        position: static;

    }

    .box1top .leftlist .slick-prev,
    .box1top .leftlist .slick-next {
        bottom: 177px;
        right: 50px;
    }

    .box1top .leftlist .slick-next {
        bottom: 177px;
        right: 0px;
    }

    .title1 .name {
        font-size: 24px;
    }

    .title1 .more {
        margin-top: 7px;
    }

    .title1 {
        margin-bottom: 20px;
    }

    .box1top .rightlist {
        margin-top: 30px;
        width: calc(100% + 25px);
        transform: translateX(-25px);

    }

    .box1top .rightlist .item img {
        height: 31vw;
    }

    .header .fade-1 .slick-dots {
        bottom: 34px;
    }
}

@media screen and (max-width: 550px) {
    .box1top .rightlist .item {
        width: calc(100% - 25px);
    }

    .box1top .rightlist .item:nth-child(1) {
        margin-bottom: 20px;
    }

    .box3 .right .title {
        margin-bottom: 0px;
    }

    .box3 .right .xx1 {
        margin-top: 10px;
    }

    .box1top .rightlist .item img {
        height: 60vw;
    }

    .box3 .right .xx {
        display: block;
    }
}