@charset "utf-8";

@font-face {
    font-family: "SourceHanSerifSC";
    src: url(../font/SourceHanSerifSC-Bold.otf) format("woff"),
        /* chrome, firefox */
        url(../font/SourceHanSerifSC-Bold.otf) format("truetype"),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url("../font/SourceHanSerifSC-Bold.otf") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

.op:hover {
    transition: all 0.4s;
    opacity: 0.7;
}

.vr {
    position: fixed;
    background-image: linear-gradient(#cd161f, #9e0d14);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: #ffb1b1;
    box-sizing: border-box;
    padding-top: 28px;
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
}

.vr .icon {
    margin: auto;
}

.vr .text {
    text-align: center;
    margin-top: 5px;
    color: #fcc;
}

.box1 .left {
    width: 42%;
}

.box1 .right {
    width: 58%;
    box-sizing: border-box;
    padding-left: 40px;
}

.title1 {
    position: relative;
    margin-bottom: 30px;
}

.title1 .icon {
    float: left;
}

.title1 .name {
    float: left;
    line-height: 55px;
    padding-left: 15px;
    font-size: 36px;
    font-family: 'SourceHanSerifSC';
}

.title1 .more {
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    position: absolute;
    font-size: 12px;
    padding-right: 20px;
    line-height: 14px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../image/more.png);
    color: #9e0d14;
    font-weight: 600;
}

.box1 .item {
    position: relative;
}

.box1 .item::before {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    content: '';
    background-image: linear-gradient(rgba(155, 14, 22, 0), #9b0e16);
}

.box1 .item .text {
    position: absolute;
    left: 0;
    bottom: 0px;
    box-sizing: border-box;
    padding: 20px 25px;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
}

.box1 .item .text .date {
    font-size: 14px;
    font-family: 'Georgia';
    color: rgba(255, 255, 255, 0.6);
    margin-top: 15px;
}

.box1 .item .text .title {
    font-size: 18px;
}

.box1 .item img {
    width: 100%;
    height: 400px;
}

.box1 .item:hover::before {
    background-image: linear-gradient(rgb(155, 14, 22, 0.3), rgb(155, 14, 22, 1));
    transition: all 0.4s;
}

.box1 .fade-1 .slick-dots {
    text-align: right;
    padding-right: 25px;
    bottom: 38px;
}

.box1 .slick-arrow {
    display: none !important;
}

.box1 .fade-1 .slick-dots li {
    width: 9px;
    height: 9px;
    margin-right: 0px;
    margin-left: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.box1 .fade-1 .slick-dots li.slick-active {
    width: 9px;
    background-color: #ffffff;
}

.box1 {
    background-size: cover;
    background-image: url(../image/indexbak.png);
}

.box2 {
    background-size: cover;
    background-image: url(../image/index1.png);
}

.box3 {
    background-size: cover;
    background-image: url(../image/index2.png);
}

.box4 {
    background-size: cover;
    background-image: url(../image/index3.png);
}

.box5 {
    background-size: cover;
    background-image: url(../image/index4.png);
}

.box1 .right .list {}

.box1 .right .list .wzitem {
    border-bottom: 1px solid #e9e9e9;
}

.box1 .right .list .wzitem:nth-child(1) {
    border-top: 1px solid #e9e9e9;
}

.box1 .right .list .title,
.box1 .right .list .date {
    line-height: 49px;
}

.box1 .right .list .title {
    float: left;
}

.box1 .right .list .date {
    float: right;
    font-size: 14px;
    color: #666666;
}

.box1 .right .list .wzitem:hover .title,
.box1 .right .list .wzitem:hover .date {
    color: #9b0d14;
    font-weight: 600;
}

.left1,
.right1 {
    width: calc(50% - 20px);
}

.left1 {
    float: left;
}

.right1 {
    float: right;
}

.list1 {}

.list1 .item {
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}

.list1 .item:nth-child(1) {
    border-top: 1px solid #e2e2e2;
}

.list1 .item .title {
    margin-bottom: 10px;
}

.list1 .item .date {
    color: rgba(155, 13, 20, 0.6);
    font-family: 'Georgia';
    font-size: 14px;
    font-weight: 600;
}

.list1 .item:hover .title,
.list1 .item:hover .date {
    color: #9b0e16;
    font-weight: 600;
    transition: all 0.4s;
}

.list1 .item:hover {
    border-bottom: 1px solid #9b0e16;
    transition: all 0.4s;
}

.box3 .title1 .name {
    color: #ffffff;
}

.box3 .title1 .more {
    background-image: url(../image/more2.png);
    color: #ffffff;
}

.list2 {}

.list2 .item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.list2 .item:nth-child(1) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.list2 .item .date {
    float: left;
    width: 63px;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding-top: 0px;
    text-align: center;
}

.list2 .item .date1 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Georgia';
}

.list2 .item .date2 {
    font-size: 12px;
    margin-top: 2px;
}

.list2 .item .title {
    color: #f5adb1;
    line-height: 26px;
    padding-left: 15px;
}

.list2 .item:hover .date {
    background-color: #ffffff;
    color: #9b0d14;
    transition: all 0.4s;
}

.list2 .item:hover .title {
    color: #ffffff;
    transition: all 0.4s;
    font-weight: bold;
}

.box5 .slick-list {
    width: calc(100% + 20px);
}

.box5 .slick-list .item {
    padding-right: 20px;
}

.box5 .slick-list .item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}


.box5 .slick-prev,
.box5 .slick-next {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    left: -50px;
    background-image: url(../image/index41.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}

.box5 .slick-next {

    left: auto;
    right: -50px;
    background-image: url(../image/index42.png);
}

.box5 .slick-prev:hover,
.box5 .slick-next:hover {
    opacity: 0.6;
    transition: all 0.4s;
}