﻿@charset "utf-8";

.banner,
.banner .img {
    width: 100%;
    height: 40vw;
    display: block;
}

.banner .slick-current .img {
    animation: vibes 3s ease;
}


@-webkit-keyframes vibes {

    0% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}


.banner .slick-prev,
.banner .slick-next {
    width: 0.48rem;
    height: 0.48rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5rem;
    background: url(../image/top6.png) no-repeat top 46% center;
    background-size: 0.27rem auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
}

.banner .slick-next {
    left: auto;
    right: 0.5rem;
    background-image: url(../image/top7.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    border: 1px solid #c91923;
    background-color: #c91923;
}

/*  */

.title1 {
    position: relative;
    margin-bottom: 0.4rem;
}

.title1 .name {
    font-size: 0.44rem;
    font-weight: 600;
}

.title1 .name span {
    color: #c81620;
    font-size: 0.54rem;
}

.title1 .more {
    font-size: .13rem;
    line-height: .24rem;
    color: #c81620;
    padding-right: .62rem;
    background: url(../image/more1.png) no-repeat right center;
    background-size: .55rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.box1 .left {
    width: 68%;
    box-sizing: border-box;
}

.box1 .left .imglist {
    width: 65%;
    float: left;
}

.box1 .left .imglist .a {
    position: relative;
}

.box1 .left .imglist .img img {
    width: 100%;
    height: 5.08rem;
}

.box1 .left .imglist .title {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.5);
    line-height: 0.63rem;
    padding-left: 0.2rem;
    padding-right: 0.9rem;
    box-sizing: border-box;
    font-size: 0.22rem;
    color: #ffffff;
    font-weight: 600;
    left: 0;
    width: 100%;
    bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.box1 .left .slick-arrow {
    display: none !important;
}

.box1 .left .slick-dots {
    position: absolute;
    right: 0.15rem;
    bottom: 0.24rem;
}

.box1 .left .slick-dots li {
    font-size: 0;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 0.05rem;
    cursor: pointer;
}

.box1 .left .slick-dots li.slick-active {
    background-color: #c72a30;
}

.box1 .left .txtlist {
    padding-left: 0.17rem;
    box-sizing: border-box;
    width: 35%;
    float: left;
}

.box1 .left .txtlist * {
    transition: all 0.4s;
}

.box1 .left .txtlist .item {
    margin-top: 0.17rem;
    border: 0.01rem solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 0.2rem;
    padding-bottom: 0.17rem;
    box-sizing: border-box;
}

.box1 .left .txtlist .item:hover {
    background-color: #c81620;
}

.box1 .left .txtlist .item:nth-child(1) {
    margin-top: 0;
}

.box1 .left .txtlist .line {
    width: 0.43rem;
    height: 0.04rem;
    background-color: #c81620;
    margin-top: -0.01rem;
}

.box1 .left .txtlist .item:hover .line {
    background-color: #ffffff;
}

.box1 .left .txtlist .date {
    background: url(../image/jgyw2.png) no-repeat left center;
    background-size: .17rem auto;
    line-height: 0.2rem;
    font-family: SourceHanSerifSCRegular;
    font-size: 0.14rem;
    color: #b6b6b6;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    padding-left: 0.22rem;
}

.box1 .left .txtlist .item:hover .date {
    background-image: url(../image/jgyw2_.png);
    color: #efbabd;
}


.box1 .left .txtlist .l1 {
    font-size: 0.2rem;
    margin-bottom: 0.14rem;
}

.box1 .left .txtlist .item:hover .l1 {
    color: #ffffff;
}



.box1 .left .txtlist .l3 {
    font-size: 0.14rem;
    line-height: 0.2rem;
    height: 0.6rem;
    color: rgba(0, 0, 0, 0.7);
}

.box1 .left .txtlist .item:hover .l3 {
    color: #efcdce;
}

.box1 .right {
    width: 32%;
    padding-left: 0.35rem;
    box-sizing: border-box;
}

.box1 .right .list {
    padding-top: .01rem;
}

.box1 .right .item {
    display: flex;
    height: 1.05rem;
    box-sizing: border-box;
    /* padding: 0.18rem 0; */
    border-bottom: 0.01rem solid #e5e5e5;
    align-items: center;
    justify-content: space-between;
}

.box1 .right .item:nth-child(1) {
    /* padding-top: 0; */
    margin-top: -.18rem;
}

.box1 .right .date {
    float: left;
    margin-right: 0.2rem;
}

.box1 .right .date1 {
    font-size: 0.36rem;
    font-family: SourceHanSerifSCBold;
    line-height: 1;
}

.box1 .right .date2 {
    width: 0.2rem;
    height: 0.02rem;
    background-color: #c81620;
    margin: 0.07rem 0;
}

.box1 .right .date3 {
    font-family: SourceHanSerifSCRegular;
    line-height: 1;
    font-size: .14rem;
    background-color: rgba(0, 0, 0, 0, 0.5);
}

.box1 .right .title {
    /* display: flex; */
    align-items: center;
    /* height: 0.68rem; */
    flex: 1;
}

.box1 .right .title .l2 {
    line-height: 0.3rem;
    font-size: 0.2rem;
}

.box1 .right * {
    transition: all 0.4s;
}

.box1 .right .item:hover {
    border-bottom: 0.01rem solid #c81620;
}

.box1 .right .item:hover .l2,
.box1 .right .item:hover .date1 {
    color: #c81620;
}

.box1 .right .item:hover .date3 {
    color: #e59297;
}

.title1 .name2 {
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title1 .name2 .txt {
    margin: 0 0.16rem;
}

.title1 .name2 img {
    width: 0.5rem;
}

.box2 {
    position: relative;
}

.box2::before {
    position: absolute;
    width: 100%;
    height: 55vw;
    min-height: 120%;
    left: 0;
    top: 0%;
    /* transform: translateY(-50%); */
    background: url(../image/back1.png) no-repeat center center;
    background-size: cover;
    content: '';
    z-index: -1;
}

.box2 .box {
    position: relative;
}

.box2 .left {
    box-sizing: border-box;
    width: 67%;
    padding-right: 0.7rem;
}

.box2 .left .list {
    width: calc(100% + 0.6rem);
}

.box2 .left .list .item {
    width: calc(50%);
    float: left;
    padding-right: 0.6rem;
    padding-bottom: 0.55rem;
    box-sizing: border-box;
}

.box2 .left .list .a {
    padding: 0 0.25rem;
    padding-bottom: 0.28rem;
    box-sizing: border-box;
    background: url(../image/zcwj1.png) bottom center;
    background-size: cover;
}

.box2 .left .list .line {
    background-color: #c92b31;
    height: 0.04rem;
    width: 0.68rem;
}

.box2 .left .list .a:hover .line {
    background-color: #ffffff;
}

.box2 .left .list .l2 {
    font-size: 0.2rem;
    line-height: 0.32rem;
    height: 0.64rem;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.box2 .left .list .a:hover .l2 {
    color: #ffffff;
}

.box2 .left .list .graph {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.box2 .left .list .graph1 {
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background-color: #e9aaad;
}

.box2 .left .list .graph2 {
    flex: 1;
    background-color: #e9aaad;
    height: 1px;
}

.box2 .left .list .a:hover .graph2,
.box2 .left .list .a:hover .graph1 {
    background-color: #faaf72;
}

.box2 .left .list .date {
    color: #c92b31;
    font-size: 0.14rem;
    font-family: SourceHanSerifSCRegular;
    position: relative;
}

.box2 .left .list .a:hover .date {
    color: #ffffff;
}

.box2 .left .list .date span {
    font-size: 0.36rem;
    font-family: SourceHanSerifSCBold;
    transition: all 0s;
}

.box2 .left .list .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.27rem;
    height: 0.06rem;
    background: url(../image/zcwj3.png);
    background-size: .27rem;
}

.box2 .left .list * {
    transition: all 0.4s;
}

.box2 .left .list .a:hover {
    background-image: url(../image/zcwj2.png);
}

.box2 .left .list .a:hover .icon {
    background-image: url(../image/zcwj3_.png);
}

.box2 .right {
    width: 33%;
    box-sizing: border-box;
}

.box2 .right .list {
    width: calc(100% + 0.55rem);
    position: relative;
}


.box2 .right .item {
    width: 50%;
    padding-right: 0.55rem;
    box-sizing: border-box;
    padding-top: 0.8rem;
    transition: all 0.4s;
}

.box2 .right .item .a {}

.box2 .right .item .img img {
    height: 100%;
}

.box2 .right .item.slick-current {
    padding-top: 0;
}

.box2 .right .buttons {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0.24rem;
    padding-right: 0.55rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box2 .right .slick-prev,
.box2 .right .slick-next {
    position: static;
    bottom: 0;
    left: 0;
    width: 0.09rem;
    height: 0.14rem;
    bottom: 0;
    background: url(../image/zypttb1.png) no-repeat center center;
    background-size: 100% 100%;
    transform: translateY(0) !important;
    margin-top: 0;
    transition: all 0.4s;
}

.box2 .right .slick-next {
    right: 0;
    left: auto;
    background-image: url(../image/zypttb2.png);
}

.box2 .right .slick-next:after,
.box2 .right .slick-prev:after {
    display: none;
}

.box2 .right .slick-prev:hover,
.box2 .right .slick-next:hover {
    opacity: 0.5;
}

.box2 .right .visual_control {
    flex: 1;
}

.box2 .right .slick-dots {
    margin: 0 0.22rem;
    position: static;
    width: auto;
    background-color: #e6c5bc;
    display: flex;
    height: 0.04rem;
    border-radius: 0.3rem;
}

.box2 .right .slick-dots li {
    flex: 1;
    margin: auto;
    border-radius: 0.3rem;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.box2 .right .slick-dots .slick-active {
    background-color: #c81822;
}

.box2 .right .slick-dots li button {
    display: none !important;
}

.box2 .right .a {
    position: relative;
    padding-top: 186.5%;
}

.box2 .right .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.box2 .right .title {
    font-size: 0.2rem;
    height: 100%;
    box-sizing: border-box;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    text-orientation: upright; 
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0.2rem;
    padding-top: 5%;
    padding-bottom: 19%;
    color: #ffffff;
    letter-spacing: .02rem;
    line-height: 1.2;
     
}

.box2 .right .more {
    color: #ffffff;
    position: absolute;
    right: 0.2rem;
    bottom: 0.15rem;
    font-size: 0.12rem;
    width: 0.14rem;
    text-align: center;
}

.box2 .right .more .txt {
    margin-bottom: 0.06rem;
}

.box2 .right .more .line {
    width: 1px;
    height: 0.4rem;
    background-color: #ffffff;
    margin: auto;
}

.box2 .right .swiper-pagination-lock {
    display: none;
}

.box3 .item {
    opacity: 0;
    transition: all 0.4s;
}

.box3 .item.slick-active {
    opacity: 1;
}

.box3 .a {
    height: 3.8rem;
    padding: 0.32rem 0.2rem;
    box-sizing: border-box;
    padding-bottom: 0.66rem;
    position: relative;
    max-width: 2.9rem;
    margin: auto;
}

.box3 .a::before {
    position: absolute;
    height: 100%;
    width: 2.9rem;
    content: '';
    background: url(../image/szffbj.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s;
}



.box3 .a .img1 {
    border-radius: 50%;
    background-color: #fae8e9;
    padding: 0.15rem;
    box-sizing: border-box;
    width: 2rem;
    height: 2rem;
    margin: auto;
    position: relative;
    transition: all 0.4s;
}

.box3 .a .img1 .img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.box3 .a .img1 .img img {
    width: 100%;
    height: 100%;
}

.box3 .a .name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    position: relative;
}

.box3 .a .name .icon {
    display: flex;
    align-items: center;
}

.box3 .a .name .icon1 {
    width: 0.2rem;
    height: 1px;
    background-color: #c92b31;
    transition: all 0.4s;
}

.box3 .a .name .icon2 {
    width: 0.05rem;
    height: 0.05rem;
    background-color: #c92b31;
    border-radius: 50%;
    transition: all 0.4s;
}


.box3 .a .name .text {
    margin: 0rem 0.12rem;
    font-size: 0.22rem;
    transition: all 0.4s;

}

.box3 .a .summary {
    text-align: center;
    font-size: 0.14rem;
    position: relative;
    transition: all 0.4s;
    padding-top: 0.1rem;
    opacity: 0;
}


@media screen and (min-width: 1000px) {

    .box3 .a:hover:before {
        opacity: 1;
        filter: drop-shadow(0 .05rem .12rem rgba(0, 0, 0, 0.4));
    }

    .box3 .a:hover .img1 {
        background-color: rgb(0, 0, 0, 0);
    }

    .box3 .a:hover .name .icon1,
    .box3 .a:hover .name .icon2 {
        background-color: #ffffff;
    }


    .box3 .a:hover .name .text,
    .box3 .a:hover .summary {
        color: #ffffff;
    }

    .box3 .a:hover .summary {
        padding-top: 0;
        opacity: 1;
    }
}

.box3 .box3title1 {
    max-width: 1600px;
    margin: auto;
    width: 88vw;
}

.box3 {
    background: url(../image/szff1.png) no-repeat bottom right 4%;
    background-size: 3.4rem;
}

.box3 .box {
    width: 94%;
    max-width: 1780px;
}

.box3 .list {
    /* margin: 0 -0.9rem; */
}

.box3 .slick-list {
    overflow: visible !important;
    padding: 0 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.6rem;
}

.box3 .slick-dots {
    display: none !important;
}

.box3 .slick-prev,
.box3 .slick-next {
    width: 0.48rem;
    height: 0.48rem;
    box-sizing: border-box;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: 0;
    background: url(../image/szfftb1.png) no-repeat top 46% center;
    background-size: 0.27rem auto;
    border: 1px solid #c81620;
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
}

.box3 .slick-next {
    left: auto;
    right: 0rem;
    background-image: url(../image/szfftb2.png);
}

.box3 .slick-prev:hover {
    background-image: url(../image/szfftb1_.png);
    background-color: #c91923;
}

.box3 .slick-next:hover {
    background-image: url(../image/szfftb2_.png);
    background-color: #c91923;
}

@media screen and (max-width: 1900px) {}

@media screen and (max-width: 1400px) {
    .box2 .right .title {
        padding: 5% .15rem;
    }
}

@media screen and (max-width: 1000px) {
    .box3 .a .summary {
        display: none;
    }

    .box1 .right .title .l2 {
        font-size: 16px;
    }

    .box2 .left .list .a {
        border: 0.01rem solid #e5e5e5;
    }

    .box3 .a::before {
        display: none;
    }

    .box3 .a {
        height: auto;
        padding-bottom: 0;
    }

    .title1 .name2 {
        font-size: 20px;
    }

    .box3 .box3title1 {
        width: 100%;
    }

    .title1 .name2 {
        justify-content: left;
    }

    .title1 .name2 img {
        display: none;
    }

    .box2 .right .item {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .box2 .title1 .name {
        text-align: center;
    }

    .title1 .name2 .txt {
        margin: 0 8px;
    }

    .box2 .right .buttons {
        bottom: 0;
    }

    .box2 .left,
    .box1 .left .imglist,
    .box1 .left {
        width: 100%;
        float: none;
        padding: 0;
    }

    .box2 .right,
    .box1 .left .txtlist,
    .box1 .right {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 30px;
    }

    .box2 .right {
        margin-top: 0px;
    }

    .box1 .left .imglist .img img {
        height: 65vw;
    }

    .box1 .right .item {
        height: 92px;
    }

    .box1 .right .date1 {
        font-size: 24px;
    }


    .title1 .name {
        font-size: 22px;
    }

    .title1 .name span {
        font-size: 24px;
    }

    .title1 {
        margin-bottom: 27px;
    }


    .banner.fade-1 .slick-dots button {
        width: 16px;
        height: 16px;
        font-size: 14px;
        line-height: 16px;
    }

    .banner.fade-1 .slick-dots li {
        padding: 0px 22px;
    }

    .banner.fade-1 .slick-dots li.slick-active button {
        background-size: 16px 16px;
        font-size: 0;
    }

    .banner.fade-1 .slick-dots {
        bottom: 20px;
        width: 100%;
    }

    .banner .slick-prev,
    .banner .slick-next {
        width: 32px;
        height: 32px;
        background-size: 17px;
        left: 15px;
    }

    .banner .slick-next {
        left: auto;
        right: 15px;
    }
}


@media screen and (max-width: 800px) {


    .box2 .left .list .item {
        width: calc(100%);
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    /* .box3 .a .img1 {
        width: 140px;
        height: 140px;
        padding: 8px;
    }

    .box3 .a .name .text {
        margin: 0rem 7px;
        font-size: 16px;
    } */

    .box3 .slick-prev,
    .box3 .slick-next {
        width: 32px;
        height: 32px;
        background-size: 17px;
    }

    .box3 .slick-list {
        padding: 0 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 550px) {
    .box2 .right .item {
        padding-right: 20px;
    }

    .box2 .right .buttons {
        width: 100%;
        padding-right: 20px;
    }

    .box2 .right .list {
        width: calc(100% + 20px);
    }

    .box2 .right .title {
        font-size: 14px;
    }
}