@charset "utf-8";

.content {
    background: url(../image/zzz1.png) no-repeat top calc(100vw/192*83) center;
    background-size: cover;
}

/*banner*/
.banner-box {
    position: relative;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
}

.banner-box .banner::before {
    content: '';
    position: absolute;
    width: 3.46rem;
    height: 3.46rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
    bottom: -1.46rem;
    left: 50%;
    z-index: 11;
}

.banner-box .bannertb2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* padding-bottom: .37rem; */
    bottom: 0.52rem;
    color: #ffffff;
    z-index: 11;
    cursor: pointer;
}

.banner-box .bannertb2 .wz {
    font-family: SourceHanSerifSCBold;
    font-size: .18rem;
    text-align: center;
    margin-bottom: .15rem;
}

.banner-box .bannertb2 .jt {
    margin: auto;
    display: block;
    position: relative;
    width: .36rem;
    cursor: pointer;
}

.banner-box .bannertb2 .jt1 {
    width: 100%;
}

.banner-box .bannertb2 .jt2 {
    width: .15rem;
    position: absolute;
    left: 0.11rem;
    top: 0.07rem;
    animation: scrollAnia 2s infinite;
}

@keyframes scrollAnia {
    0% {
        transform: translate(0, 0.05rem);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, .17rem);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* @keyframes bannerplay {

  61%,
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(.15rem);
    opacity: 0;
  }

  60% {
    transform: translateY(0);
    opacity: 0;
  }
} */

.banner,
.banner div.slick-list,
.banner .slick-slide .a,
.banner .slick-slide .a img {
    width: 100%;
    height: calc(100vw/192*83);
    object-fit: cover;
}

.banner .slick-slide .a .pic {
    padding-top: 0;
    height: 100vh;
}

.banner .slick-slide .a .pic video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.banner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .slick-slide .a {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner .slick-slide .a::after {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2.58rem;
}

.banner .slick-current img {
    display: block;
    width: 100%;
    animation: vibes 3s ease;
}


@-webkit-keyframes vibes {

    0% {
        -webkit-transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

.banner .img_scale img {
    transform: scale(1);
}

.banner .slick-dots {
    max-width: 14.4rem;
    margin: 0 auto;
    bottom: 0.24rem;
    right: 0;
    left: 0;
    font-size: 0;
    z-index: 12;
    text-align: center;
}

.banner .slick-dots li {
    vertical-align: middle;
    margin: 0 0.07rem;
    padding: 0;
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.banner .slick-dots li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    /* background: url(../image/ban-dot.png) no-repeat; */
    background-size: 100% 100%;
    transition: all 0.5s 0.1s;
}

.banner .slick-dots li.slick-active {
    background-color: rgba(255, 255, 255, 0);
}

.banner .slick-dots li.slick-active::after {
    width: 0.21rem;
    height: 0.21rem;
    transform: translate(-50%, -50%) rotate(360deg);
}

.banner .slick-dots li button {
    display: none;
}





.banner-box .gd {
    position: absolute;
    bottom: 0.55rem;
    left: 50%;
    margin-left: 7.435rem;
    z-index: 2;
}

.banner-box .gd a {
    display: block;
    border-left: 1px solid #fff;
    padding-left: 0.1rem;
    font-size: 0.18rem;
    color: #fff;
    transition: all 0.5s;
}

.banner-box .gd a:hover {
    color: #991718;
}

.banner-box .slick-slide .a {
    position: relative;
    display: block;
}


.banner .slick-prev,
.banner .slick-next {
    width: 0.4rem;
    height: 0.4rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.4rem;
    background: url(../image/zuo.png) no-repeat center center;
    background-size: .10rem auto;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
}

.banner .slick-next {
    left: auto;
    right: 0.4rem;
    background-image: url(../image/you.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    transition: all 0.4s;
    background-color: rgba(255, 255, 255, 0.5);
}

/* .banner-box .slick-slide .a::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2.53rem;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 1;
    transition: all 0.8s;
} */

.juanzhou {
    position: absolute;
    /* bottom: 1.36rem; */
    bottom: 0rem;
}

/*  */


.title1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.45rem;
}

.title1 .name {
    font-size: 0.44rem;
    margin-right: 0.24rem;
    white-space: nowrap;
}

.title1 .ename {
    height: 0.15rem;
}

.title1 .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 50%;
    background-color: #46c5a0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.title1 .more img {
    width: 0.26rem;
}

.title1 .more:hover {
    background-color: #333333;
}

.title1 .more:hover img {
    animation: zygd 1.5s ease infinite;
}

@-webkit-keyframes zygd {

    0%,
    40%,
    100% {
        -webkit-transform: translateX(-0.01rem)
    }

    20%,
    60% {
        -webkit-transform: translateX(0.03rem)
    }
}

.box1 {
    /* background: url(../image/xwdt1.png) no-repeat right 30% top;
    background-size: auto 7.85rem; */
}

.box1 .left {
    width: calc(68% - 0.5rem);
}

.box1 .left .list {
    position: relative;
    /* padding-bottom: 0.06rem; */
    /* padding-right: 0.06rem; */
    box-sizing: border-box;
}

.box1 .left .list::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 0.06rem);
    height: calc(100% - 0.06rem);
    border-radius: 0.12rem;
    border-bottom-right-radius: .28rem;
    background-color: #868686;
    transition: all 0.4s;
    z-index: -1;
    opacity: 0;
}

.box1 .right .list::after {
    content: '';
    position: absolute;
    left: 0.07rem;
    top: 0.07rem;
    width: 100%;
    height: 100%;
    border-radius: 0.12rem;
    border-bottom-right-radius: .28rem;
    background-color: #868686;
    transition: all 0.4s;
    z-index: -1;
    opacity: 0;
}

.box1 .left .slider {
    border: 0.01rem solid #888888;
    border-radius: 0.12rem;
    border-bottom-right-radius: .28rem;
    position: relative;
    background-color: #ffffff;
    transition: all 0.4s;
}


.box1 .left .a {
    padding: 0.3rem;
    padding-bottom: 0.1rem;
}

.box1 .left .slick-dots {
    display: none !important;
}

.box1 .left .img {
    border-top-left-radius: 0.12rem;
    border-top-right-radius: 0.12rem;
    position: relative;
}

.box1 .left .img img {
    width: 100%;
    height: 5.82rem;
    object-fit: cover;
}



.box1 .left .slick-prev,
.box1 .left .slick-next {
    width: 0.5rem;
    height: 0.5rem;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 0.55rem);
    transform: translateY(-50%);
    left: 0.53rem;
    background: url(../image/xwzx4.png) no-repeat center center;
    background-size: .1rem auto;
    background-color: rgba(255, 255, 255, 0);
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    transition: all 0.4s;
}

.box1 .left .slick-next {
    left: auto;
    right: 0.53rem;
    background-image: url(../image/xwzx5.png);
}

.box1 .left .slick-prev:hover,
.box1 .left .slick-next:hover {
    transition: all 0.4s;
    background-color: #46c5a0;
}

.box1 .left .date {
    line-height: 0.34rem;
    padding: 0 0.25rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 0.14rem;
    position: absolute;
    bottom: 0.35rem;
    left: 0.35rem;
}

.box1 .left .txt {
    position: relative;
    box-sizing: border-box;
    padding-left: 0.35rem;
    padding-right: 0.8rem;
}

.box1 .left .txt .title {
    padding-top: 0.32rem;
    padding-bottom: 0.17rem;
    font-size: 0.22rem;
    transition: all 0.4s;
}

.box1 .left .txt .summary {
    line-height: 0.24rem;
    font-size: 0.16rem;
    color: #666666;
    transition: all 0.4s;
}

.box1 .left .txt .conut {
    font-size: 0.22rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.box1 .left .txt .conut1 {
    margin-top: -0.12rem;
    line-height: 1;
}

.box1 .left .txt .conut2 {
    line-height: 1;
    margin-left: 0.22rem;
}

.box1 .left .txt .line {
    position: relative;
}

.box1 .left .txt .line::before {
    content: '/';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.box1 .left .a:hover .title {
    color: #46c5a0;
}

.box1 .left .a:hover .summary {
    color: #000000;
}

.box1 .left .list:hover::before {
    background-color: #46c5a0;
}

.box1 .left .list:hover .slider {
    border: 1px solid #46c5a0;
}

.box1 .right {
    width: 32%;
}

.box1 .right * {
    transition: all 0.4s;
}

.box1 .right .list {
    box-sizing: border-box;
    /* border: 1px solid #888888; */
    border-radius: 0.12rem;
    border-bottom-right-radius: .28rem;
    position: relative;
    /* background-color: #ffffff; */
    /* padding: .1rem 0; */
    /* width: calc(100% - .07rem); */
    /* height: 7.14rem; */
}

.box1 .right .list::before {
    content: '';
    position: absolute;
    height: calc(100% - 1.3rem);
    top: 0.65rem;
    left: 1.06rem;
    width: 1px;
    background-color: #46c5a0;
    z-index: 10;
    display: none;
}

.box1 .right .title1 .more {
    /* right: auto; */
    /* left: calc(100% + 0.15rem); */
}

.box1 .right .item {
    position: relative;
    /* height: 1.32rem; */
    z-index: 1;
    border: 1px solid #888888;
    background: #ffffff;
    border-radius: 0.12rem;
    margin-bottom: .24rem;
    transition: all 0.4s;
    height: 1.16rem;
    box-sizing: border-box;
}

.box1 .right .item:last-child {
    margin-bottom: 0;
}

.box1 .right .item1 {
    box-sizing: border-box;
    /* position: absolute; */
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    /* transform: translate(-50%, -50%); */
    border-radius: 0.12rem;
    border-bottom-right-radius: .28rem;
    padding: .24rem 0;
}

.box1 .right .item2 {
    height: 100%;
    position: relative;
    border-radius: 0.12rem;
    border-bottom-right-radius: .28rem;
}


.box1 .right .item2::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 0.06rem);
    height: calc(100% - 0.06rem);
    /* width: 100%;
    height: 100%; */
    border-radius: 0.12rem;
    border-bottom-right-radius: .28rem;
    background-color: #868686;
    box-sizing: border-box;
    opacity: 0;
}

.box1 .right .item1:hover .item2::before {
    /* opacity: 1; */
}

.box1 .right .item3 {
    box-sizing: border-box;
    height: 100%;
    /* background-color: #ffffff; */
    border-radius: 0.12rem;
    border-bottom-right-radius: .28rem;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
}

.box1 .right .block {
    height: 100%;
    padding: 0 0.25rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}



.box1 .right .date {
    text-align: right;
    color: #46c5a0;
}

.box1 .right .date1 {
    font-size: 0.3rem;
    transition: all 0s;
}

.box1 .right .date2 {
    font-size: 0.12rem;
    margin-top: 0.04rem;
}

.box1 .right .icon {
    width: 0.6rem;
    height: 0.6rem;
    background: url(../image/tzgg1.png) no-repeat center center;
    background-size: auto 0.16rem;
}

.box1 .right .txt {
    flex: 1;
}

.box1 .right .title {
    font-size: 0.2rem;
    line-height: 0.32rem;
}

.box1 .right .summary {
    line-height: 0.24rem;
    font-size: 0.16rem;
    color: #666666;
    transition: all 0.4s;
    max-height: 0;

}

/* 
.box1 .right .item:nth-child(1) .item1 {
    z-index: 9;
}

.box1 .right .item:nth-child(2) .item1 {
    z-index: 8;
}

.box1 .right .item:nth-child(3) .item1 {
    z-index: 7;
}

.box1 .right .item:nth-child(4) .item1 {
    z-index: 6;
}

.box1 .right .item:nth-child(5) .item1 {
    z-index: 5;
}

.box1 .right .item:nth-child(6) .item1 {
    z-index: 4;
} */
/* 
.box1 .right .item1:hover {
    height: auto;
    height: 2.44rem;
    width: calc(100% + 0.6rem);
    z-index: 11 !important;
}

.box1 .right .item1:hover .item2 {
    padding-bottom: 0.06rem;
    padding-right: 0.06rem;
}

.box1 .right .item1:hover .item3 {
    padding: 0.4rem 0.3rem;
    border: 1px solid #000000;
}


.box1 .right .item1:hover .summary {
    max-height: 0.72rem;
    margin-top: 0.2rem;
}

.box1 .right .item1:hover .date1 {
    font-weight: 600;
}

.box1 .right .item1:hover .icon {
    background-image: url(../image/tzgg2.png);
}
 */
.box1 .right .style {
    background-color: #46c5a0;
    border: 1px solid #46c5a0;
    height: 1.37rem;
}

/* .box1 .right .item1:hover .title, */
.box1 .right .style .item1 .title {
    color: #ffffff;
}

/* .box1 .right .item1:hover .summary, */
.box1 .right .style .item1 .summary {
    max-height: 0.72rem;
    margin-top: 0.17rem;
    color: rgba(255, 255, 255, 0.7);
}

.box1 .right .style .item1 .date1,
.box1 .right .style .item1 .date2 {
    color: #ffffff;
}

/* .box1 .right .item1:hover .icon, */
.box1 .right .style .item1 .icon {
    background-image: url(../image/zlyb1.png);
}

/*list 714 */
/* .box1 .right .style .item1 .txt {
    padding: .25rem 0;
    border-top: 1px solid #cbece3;
    border-bottom: 1px solid #cbece3;
} */

.box2 .list {
    margin: 0 -0.15rem;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: .2rem;
}

.box2 .list .slider {
    float: right;
    width: 75%;
    height: 7.9rem;
}

.box2 .list .item * {
    transition: all 0.6s;
}

.box2 .list .item {
    padding: 0 0.15rem;
    box-sizing: border-box;
}

.box2 .list .title {
    box-sizing: border-box;
    position: relative;
}

.box2 .list .a:hover .title {
    margin-bottom: 0.07rem;
    padding-right: 0.06rem;
    padding-bottom: 0.06rem;
}

.box2 .list .title::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 0.06rem);
    height: calc(100% - 0.06rem);
    border-radius: 0.12rem;
    border-bottom-right-radius: .28rem;
    background-color: #868686;
    transition: all 0.4s;
}

.box2 .list .txt {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0.12rem;
    border-bottom-right-radius: .28rem;
    background-color: #ffffff;
    position: relative;
    padding: 0 0.28rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 0;
    overflow: hidden;
}

.box2 .list .a:hover .txt {
    height: 0.94rem;
    border: 1px solid #000000;
}

.box2 .list .l2 {
    font-size: 0.2rem;
    line-height: 1.4;
}

.box2 .list .img1 {
    box-sizing: border-box;
    position: relative;
    clip-path: polygon(0% 0%, 100% 4%, 100% 96%, 0% 100%);
}

.box2 .list .slick-active .img1 {
    clip-path: polygon(0% 4%, 100% 0%, 100% 100%, 0% 96%);
}

.box2 .list .slick-current .img1 {
    clip-path: polygon(0% 0%, 100% 4%, 100% 96%, 0% 100%);
}

.box2 .list .a:hover .img1 {
    padding-right: 0.06rem;
    padding-bottom: 0.06rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.box2 .list .img1::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 0.06rem);
    height: calc(100% - 0.06rem);
    border-radius: 0.12rem;
    background-color: #868686;
    transition: all 0.4s;
}

.box2 .list .img {
    overflow: hidden;
    position: relative;
}

.box2 .list .a:hover .img {
    border-radius: 0.12rem;
}

.box2 .list img {
    width: 100%;
    height: 7.1rem;
    object-fit: cover;
}

.box2 .list .slick-list {
    overflow: visible;
}



.box2 .list .slick-active+.slick-active+.slick-active {}

.box2 .list .slick-dots {
    display: none !important;
}



.box2 .list .slick-prev,
.box2 .list .slick-next {
    width: 0.19rem;
    height: 0.29rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: calc(33.33% - 0.3rem);
    background: url(../image/zlhdtb1.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 9;
    cursor: pointer;
    transition: all 0.4s;
}

.box2 .list .slick-next {
    left: calc(33.33% + .3rem);
    background-image: url(../image/zlhdtb2.png);
}

.box2 .list .slick-prev:hover {
    background-image: url(../image/zlhdtb1_.png);
}

.box2 .list .slick-next:hover {
    background-image: url(../image/zlhdtb2_.png);
}

.box2 .list .a:hover .title::before,
.box2 .list .a:hover .img1::before {
    background-color: #46c5a0;
}


.box2 .list .date {
    line-height: 0.34rem;
    padding: 0 0.25rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 0.14rem;
    position: absolute;
    bottom: 0.55rem;
    left: 0.55rem;
    opacity: 0;
}

.box2 .list .a:hover .date {
    background-color: #46c5a0;
    color: #fff;
}

.box2 .list .a:hover .date {
    opacity: 1;
}

.box2 {
    position: relative;
}

.box2 .box {
    position: relative;
}

.box2 .back1 {
    display: none;
    position: absolute;
    width: 11rem;
    bottom: -1rem;
    left: 0;
    z-index: -1;
}

.box2 .back2 {
    position: absolute;
    width: 7rem;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
    z-index: -1;
    display: none;
}

.box3 {
    margin-bottom: 0.8rem;
}

.box3 .class {
    display: flex;
    justify-content: space-around;
}

.box3 .class .item {
    margin-bottom: 0.65rem;
    cursor: pointer;
}

.box3 .class .icon {
    height: 0.73rem;
    margin: auto;
}

.box3 .class .title {
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.22rem;
    margin-bottom: 0.15rem;
}

.box3 .class .line {
    width: 0rem;
    height: 0.02rem;
    background-color: rgba(70, 197, 160, 1);
    transition: all 0.4s;
}

.box3 .class .style .line {
    width: 0.59rem;
    margin: auto;
}

.box3 .list {
    height: 5.8rem;
    box-sizing: border-box;
    /* padding-left: 50.5%; */
    position: relative;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.box3 .list.style {
    display: block;
}

.box3 .list::before {
    width: 66%;
    position: absolute;
    content: '';
    background-color: #46c5a0;
    height: 0.2rem;
    right: 0;
    top: 100%;
    border-bottom-left-radius: 0.12rem;
    display: none;
}

.box3 .list .item {
    float: left;
    box-sizing: border-box;
    flex: 1;
}

.box3 .list .item:nth-child(1) {
    width: 61%;
    height: 66%;
    left: 0;
    top: 50%;
    padding-right: .16rem;
    padding-bottom: .16rem;
}

.box3 .list .item:nth-child(2) {
    height: 51%;
    width: 39%;
    padding-bottom: .16rem;
}

.box3 .list .item:nth-child(3) {
    width: 30.5%;
    height: 34%;
    clear: both;
    top: 50%;
    padding-right: .16rem;
}

.box3 .list .item:nth-child(4) {
    width: 30.5%;
    height: 34%;
    /* display: none; */
    top: 50%;
    padding-right: .16rem;
}

.box3 .list .item:nth-child(5) {
    width: 39%;
    height: 49%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.box3 .list .item:nth-child(4) .a,
.box3 .list .item:nth-child(5) .a {
    /* border-bottom-left-radius: 0; */
    /* border-bottom-right-radius: 0; */
}

.box3 .list .a {
    overflow: hidden;
    border-radius: 0.12rem;
    position: relative;
    height: 100%;
    transition: all 0.5s;
}

.box3 .list .a:hover {
    padding-bottom: 0.06rem;
    padding-right: 0.06rem;
}

.box3 .list .a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 0.06rem);
    height: calc(100% - 0.06rem);
    border-radius: 0.12rem;
    /* border-bottom-right-radius: .28rem; */
    background-color: #46c5a0;
    transition: all 0.4s;
    z-index: -1;
}

/*.box3 .list .a::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 50%;
    background: url(../image/more1.png) no-repeat center;
    background-size: 0.26rem;
    background-color: #46c5a0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
    opacity: 0;
}*/

.box3 .list .a:hover::after {
    top: 50%;
    opacity: 1;
}

.box3 .list .img {
    height: 100%;
    border-radius: 0.12rem;
}

.box3 .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box3 .list .text {
    background-color: #f7f7f7;
    padding: 0 0.22rem;
    border-top-left-radius: 0.12rem;
    border-top-right-radius: 0.12rem;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(100%);
    transition: all 0.7s;
    display: none;

}

.box3 .list .a:hover .text {

    transform: translateY(0%);
}

.box3 .list .item:nth-child(1) .text {
    padding: 0 0.77rem;
}

.box3 .list .text .l1 {
    line-height: 0.7rem;
    box-sizing: border-box;
    font-size: 0.2rem;
    padding-right: 0.12rem;
    flex: 1;
}

.box3 .list .item:nth-child(1) .text .l1 {
    line-height: 1.74rem;
    font-size: 0.3rem;
    padding-right: 0.3rem;
}

.box3 .list .text .more {
    width: 0.39rem;
    height: 0.39rem;
    border-radius: 50%;
    background-color: #46c5a0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.box3 .list .item:nth-child(1) .text .more {
    width: 0.54rem;
    height: 0.54rem;
}

.box3 .list .text .more img {
    width: 0.2rem;
}

.box3 .list .item:nth-child(1) .text .more img {
    width: 0.26rem;
}


@media screen and (max-width: 1720px) {
    .title1 .name {}

    .title1 {}

    .title1 .ename {}

    .box3 .list {
        height: 33vw;
    }

    .box3 .list .item {}

    .box3 .list .item:nth-child(2) {}

    .box3 .list .item:nth-child(3),
    .box3 .list .item:nth-child(4) {}

    .box2 .list img {
        height: 38.7vw;
    }

    .box2 .list .slider {
        height: 42.2vw;
    }
}

@media screen and (max-width: 1000px) {

    .box1 .right .item {
        height: auto !important;
    }

    .box2 .list {
        padding-top: 0;
    }

    .box1 .right .list {
        height: auto;
    }

    .content {
        /* background-position: top 50vw center; */
    }

    .box3 {
        margin-bottom: 35px;
    }

    .box3 .class .title {
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .box3 .class .item {
        margin-bottom: 28px;
    }



    .box3 .class .icon {
        height: 40px;
    }

    .box2 .list .img1 {
        padding: 0 !important;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    }

    .box2 .list .item {
        padding-top: 0 !important;
    }

    .box2 .list img {
        height: 54vw;
        /* height: auto; */
    }

    .box2 .list .title {
        display: none !important;
    }

    .box2 .list .slider {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }

    .box2 .list .date {
        display: none !important;
    }

    .box2 .list .slick-prev {
        left: calc(50% - 30px);
    }

    .box2 .list .slick-next {
        left: calc(50% + 30px);
    }

    .box2 .list .img {
        border-radius: .12rem;
    }

    .banner,
    .banner div.slick-list,
    .banner .slick-slide .a,
    .banner .slick-slide .a img {
        /* height: 50vw; */
    }

    .banner .slick-prev {
        left: 17px;
    }

    .banner .slick-next {
        left: auto;
        right: 17px;
    }

    .box1 .left {
        width: 100%;
        float: none;
    }

    .box1 .right {
        margin-top: 30px;
        width: 100%;
        float: none;
    }

    .box1 .right .title1 .more {
        right: 0;
        left: auto;
    }

    .title1 .name {
        font-size: 24px;
        margin-right: 12px;
    }

    .title1 .more {
        width: 28px;
        height: 28px;
    }

    .title1 .ename {
        height: 9px;
    }

    .title1 .more img {
        width: 17px;
    }

    .title1 {
        margin-bottom: 25px;
    }

    .box1 .left .img img {
        height: 56vw;
    }
}

@media screen and (max-width: 700px) {
    .box3 .list {
        height: auto;
    }

    .box3 .list {
        padding: 0;
    }

    .box3 .list::before {
        display: none;
    }

    .box3 .list .item {
        height: auto !important;
        padding: 0 !important;
        float: none !important;
        width: 100% !important;
        position: static !important;
        margin: 0 !important;
        margin-top: 20px !important;
        transform: translateY(0%) !important;
    }

    .box3 .list .item:nth-child(1) {
        margin-top: 0px !important;
    }

    .box3 .list .a {
        border-radius: 0.12rem !important;
    }

    .box3 .list .img img {
        height: auto;
    }

    .box3 .class {
        display: block;
        overflow: hidden;
    }

    .box3 .class .item {
        float: left;
        width: 33.33%;
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 600px) {
    .box1 .right .item {
        /* height: 92px; */
    }

    .box1 .left .txt {
        padding-left: 0;
        padding-right: 43px;
    }

    .box1 .left .a {
        padding: 15px;
        padding-bottom: 12px;
    }

    .box1 .left .txt .title {
        padding-top: 0.18rem;
        padding-bottom: 0.12rem;
        font-size: 17px;
    }

    .box1 .left .date {
        left: 15px;
        bottom: 15px;
    }
}

@media screen and (max-width: 550px) {
    .box2 .list img {
        height: 84vw;
    }

    .box2 .list .item {
        padding: 0 7px;
    }

    .box2 .list {
        margin: 0 -7px;
    }

    .box3 .title1 .ename {
        max-width: calc(100% - 150px);
        object-fit: contain;
    }
}

.box3 .title1 .more {
    display: none;
}

.box3 .title1 .more.style {
    display: flex;
}