.about .wrap {
    width: 1480px;
    margin: 87px auto 105px;
    display: flex;
    justify-content: space-between;
}

.about .wrap .matter {
    width: 689px;
}

.about .wrap .matter .title {
    font-size: 40px;
    font-weight: bold;
    color: #1CB692;
    margin: 0 0 31px;
}

.about .wrap .matter .text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    margin: 0 0 49px;
    height: 512px;
    overflow: hidden;
    overflow-y: scroll;
}

.about .wrap .matter .figure .item {
    padding: 0 0 30px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.about .wrap .matter .figure .item:not(:last-child) {
    margin: 0 0 30px;
}

.about .wrap .matter .figure .item .time p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.about .wrap .matter .figure .item .time span {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    position: relative;
}

.about .wrap .matter .figure .item .time span:after {
    content: attr(data-text);
    display: inline-block;
}

.about .wrap .matter .figure .item .iconfont {
    font-size: 48px;
    color: #CCCCCC;
    transition: ease .6s;
}

.about .wrap .matter .figure .item:hover .iconfont {
    transform: rotateY(180deg);
}

.culture {
    position: relative;
    z-index: 2;
}

.culture .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.culture .wrap {
    width: 1480px;
    margin: 149px auto 212px;
}

.culture .wrap .title {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 126px;
    text-align: center;
}

.culture .wrap .content {
    display: flex;
    justify-content: space-between;
}

.culture .wrap .content .item {
    width: 380px;
    height: 324px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.culture .wrap .content .item .iconfont {
    color: #FFFFFF;
    font-size: 42px;
    margin: 0 0 18px;
    transition: ease .6s;
}

.culture .wrap .content .item h5 {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 30px 0 0 0;
    height: 74px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.culture .wrap .content .item h5 div, .culture .wrap .content .item p div {
    opacity: 0;
    transform: translateX(10px);
    transition: 0.6s;
}
.culture .wrap .content .item.aos-animate h5 div, .culture .wrap .content .item.aos-animate p div {
    opacity: 1;
    transform: translateX(0px);
}
.culture .wrap .content .item p {
    font-size: 34px;
    font-weight: 400;
    color: #FFFFFF;
  transition: 1s;
  /*transform: translateY(20px);*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.culture .wrap .content .item:hover p{
  transform: translateY(0);
  opacity: 1;
}

.culture .wrap .content .item:hover .iconfont {
    transform: rotateY(180deg) scale(1.5);
}

.culture2 .wrap {
    width: 1480px;
    margin: 128px auto 125px;
    display: flex;
    justify-content: space-between;
}

.culture2 .wrap .img {
    width: 500px;
    position: relative;
}

.culture2 .wrap .img .text {
    position: absolute;
    bottom: 62px;
    left: 0;
    padding: 0 34px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    width: 100%;
}

.culture2 .wrap .img img {
    width: 100%;
}

.culture2 .wrap .content {
    width: 822px;
}

.culture2 .wrap .content .title {
    font-size: 40px;
    font-weight: bold;
    color: #1CB692;
    margin: 25px 0 35px 0;
}

.culture2 .wrap .content .text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

.culture2 .wrap .content .end {
    margin: 136px 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.culture2 .wrap .content .end p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.culture2 .wrap .content .end .line {
    width: 26px;
    height: 1px;
    background: #484848;
    margin: 0 7px;
}

/**/
.culture3{
    padding: 60px 0 130px 0;
}
.culture3 .wrap{
    width: 1480px;
    margin: auto;
}
.culture3 .wrap .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
    position: relative;
    z-index: 5;
}
.culture3 .wrap .top .title{
    font-size: 32px;
    color: #111;
}
.culture3 .wrap .top .click .show{
    width: 200px;
    height: 52px;
    background: #f5f7f7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}
.culture3 .wrap .top .click .show p{
    font-size: 18px;
    color: #777777;
    margin: 0 75px 0 0;
}
.culture3 .wrap .top .click .show svg{
    width: 12px;
    height: 12px;
}
.culture3 .wrap .content{
    position: relative;
}
.culture3 .wrap .content .button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    width: 1695px;
}
.culture3 .wrap .content .button .circle:first-child{
    transform: rotate(180deg);

}
.culture3 .wrap .content .button .circle:hover{
    background: #1cb692;
}
.culture3 .wrap .content .button .circle:hover svg path{
    fill: #fff;
}
.culture3 .wrap .content .button .circle{
    cursor: pointer;
    pointer-events: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(28, 182, 146,.1);
    transition: .6s ease;
}
.culture3 .wrap .content .button .circle svg{
    width: 12px;
    height: 12px;
}
.culture3 .wrap .content .button .circle svg path{
    fill: #c5c5c5;
    transition: .6s ease;
}

.culture3 .wrap .content .cu3Swiper{
    width: 100%;
}
.culture3 .wrap .content .cu3Swiper .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
}
.culture3 .wrap .content .cu3Swiper .item {
    width: 100%;
    cursor: pointer;
}
.culture3 .wrap .content .cu3Swiper .item .img{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.culture3 .wrap .content .cu3Swiper .item .img img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.culture3 .wrap .content .cu3Swiper .item .text{
    color: #111;
    font-size: 18px;
    margin: 20px 0 0 0;
    text-align: center;
}
/**/
.honor .wrap {
    width: 1480px;
    margin: 87px auto;
}

.honor .wrap .title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #1C1C1C;
    margin: 0 0 56px;
}

.honor .wrap .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 109px 64px;
}

.honor .wrap .content .item {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.honor .wrap .content .item .img {
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.honor .wrap .content .item .img img {
    max-width: 90%;
    max-height: 90%;
    transition: ease .6s;
}

.honor .wrap .content .item .text {
    width: 100%;
    height: 80px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.honor .wrap .content .item:hover .img img {
    transform: scale(1.05);
}
.down_pull {
    position: relative;
}

.down_pull .pull {
    position: absolute;
    top: calc(80% + 10px);
    left: 0;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    width: 100%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.down_pull .pull.on {
    transition: ease .3s;
    opacity: 1;
    transform: translateY(10px);
    pointer-events: auto;
}

.down_pull .pull::-webkit-scrollbar {
    width: 0;
}

.down_pull .pull p {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 0 0 25px;
    cursor: pointer;
    font-size: 14px;
    transition: ease .3s;
    color: #111;
}

.down_pull .pull p:hover {
    background: var(--background);
    color: #fff;
}

.down_pull .pull p.on {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #111 !important;
    pointer-events: none;
}


/**/
.item_alert{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}
.item_alert.on{
    opacity: 1;
    pointer-events: auto;
}
.item_alert .mask_{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
.item_alert .content{
    width: 1220px;
    height: auto;
    background: #FFFFFF;
    padding: 60px;
    position: relative;
    z-index: 5;
    transform: translateY(20px);
    opacity: 0;
    transition: 1s;
}
.item_alert.on .content{
    transform: translateX(0);
    opacity: 1;
}
.item_alert .content .top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto 33px;
    width: 980px;
}
.item_alert .content .top .title{
    font-weight: bold;
    font-size: 26px;
    color: #111111;
}
.item_alert .content .top .close{
    width: 39px;
    height: 39px;
    cursor: pointer;
}
.item_alert .content .top .close svg{
    width: 100%;
    height: 100%;
}
.item_alert .content .bottom{
    width: 980px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.item_alert .content .bottom .button{
    position: absolute;
    width: 118%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 32;
}
.item_alert .content .bottom .button .circle{
    width: 45px;
    height: 45px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    transition: .6s ease;
}
.item_alert .content .bottom .button .circle:hover{
    background: #1CB692;
    border: 1px solid #1CB692;
}
.item_alert .content .bottom .button .circle:hover svg path{
    fill: #fff;
}
.item_alert .content .bottom .button .circle svg{
    width: 16px;
    height: 16px;
    fill: rgba(0,0,0,.2);
    transform: rotate(90deg);
    transition: .6s ease;
}
.item_alert .content .bottom .button .circle:first-child svg{
    transform: rotate(-90deg);
}
.item_alert .content .bottom .button .circle svg path{
    fill: rgba(0,0,0,.2);
    transition: .6s ease;
}
.item_alert .content .bottom .smallSwiper{
    width: 215px;
    height: 470px;
    margin: 0;
}
.item_alert .content .bottom .smallSwiper .swiper-slide{
    top: -164px;
}
.item_alert .content .bottom .smallSwiper .img{
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    transition: .3s ease;
    cursor: pointer;
    opacity: .3;
}
.item_alert .content .bottom .smallSwiper .swiper-slide-active .img{
    border: 2px solid #1CB692;
    opacity: 1;
}
.item_alert .content .bottom .smallSwiper .img img{
    width: 100%;
    height: 100%;
}
.item_alert .content .bottom .bigSwiper{
    width: 100%;
    height: 470px;
}
.item_alert .content .bottom .al_r{
    width: 720px;
}
.item_alert .content .bottom .al_r .text .title{
    font-weight: bold;
    font-size: 26px;
    color: #111111;
    margin: 15px 0 10px 0;
}
.item_alert .content .bottom .al_r .text .text_time{
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    margin: 0 0 42px;
}
.item_alert .content .bottom .bigSwiper .swiper-slide .img{
    width: 100%;
    height: 100%;
}

.item_alert .content .bottom .bigSwiper .swiper-slide .img img{
    width: 100%;
    height: 100%;
}

/**/
@media screen and (max-width: 1920px) {
    .about .wrap {
        width: 77.0833333333vw;
        margin: 4.53125vw auto 5.46875vw;
    }

    .about .wrap .matter {
        width: 35.8854166667vw;
    }

    .about .wrap .matter .title {
        font-size: 2.0833333333vw;
        margin: 0 0 1.6145833333vw;
    }

    .about .wrap .matter .text {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        margin: 0 0 2.5520833333vw;
        height: 26.6666666667vw;
    }

    .about .wrap .matter .figure .item {
        padding: 0 0 1.5625vw;
        border-bottom: 0.0520833333vw solid #E6E6E6;
    }

    .about .wrap .matter .figure .item:not(:last-child) {
        margin: 0 0 1.5625vw;
    }

    .about .wrap .matter .figure .item .time p {
        font-size: 0.9375vw;
    }

    .about .wrap .matter .figure .item .time span {
        font-size: 1.6666666667vw;
    }

    .about .wrap .matter .figure .item .iconfont {
        font-size: 2.5vw;
    }

    .culture .wrap {
        width: 77.0833333333vw;
        margin: 7.7604166667vw auto 11.0416666667vw;
    }

    .culture .wrap .title {
        font-size: 2.0833333333vw;
        margin: 0 0 6.5625vw;
    }

    .culture .wrap .content .item {
        width: 19.7916666667vw;
        height: 16.875vw;
    }

    .culture .wrap .content .item .iconfont {
        font-size: 2.1875vw;
        margin: 0 0 0.9375vw;
    }

    .culture .wrap .content .item h5 {
        font-size: 1.145833333333333vw;
        margin: 0.8854166667vw 0 0 0;
    }

    .culture .wrap .content .item p {
        font-size: 1.770833333333333vw;
    }

    .culture2 .wrap {
        width: 77.0833333333vw;
        margin: 6.6666666667vw auto 6.5104166667vw;
    }

    .culture2 .wrap .img {
        width: 26.0416666667vw;
    }

    .culture2 .wrap .img .text {
        bottom: 3.2291666667vw;
        padding: 0 1.7708333333vw;
        font-size: 1.25vw;
        line-height: 1.6666666667vw;
    }

    .culture2 .wrap .content {
        width: 42.8125vw;
    }

    .culture2 .wrap .content .title {
        font-size: 2.0833333333vw;
        margin: 1.3020833333vw 0 1.8229166667vw 0;
    }

    .culture2 .wrap .content .text {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .culture2 .wrap .content .end {
        margin: 7.0833333333vw 0 0 0;
    }

    .culture2 .wrap .content .end p {
        font-size: 0.9375vw;
    }

    .culture2 .wrap .content .end .line {
        width: 1.3541666667vw;
        height: 0.0520833333vw;
        margin: 0 0.3645833333vw;
    }

    .honor .wrap {
        width: 77.0833333333vw;
        margin: 4.53125vw auto;
    }

    .honor .wrap .title {
        font-size: 2.0833333333vw;
        margin: 0 0 2.9166666667vw;
    }

    .honor .wrap .content {
        grid-gap: 5.6770833333vw 3.3333333333vw;
    }

    .honor .wrap .content .item .img {
        height: 21.875vw;
    }

    .honor .wrap .content .item .text {
        height: 4.1666666667vw;
        font-size: 0.9375vw;
    }


    /**/
    .culture3{
        padding: 3.125vw 0 6.770833333333334vw 0;
    }
    .culture3 .wrap{
        width: 77.08333333333334vw;
    }
    .culture3 .wrap .top{
        margin: 0 0 2.0833333333333335vw;
    }
    .culture3 .wrap .top .title{
        font-size:1.6666666666666667vw;
    }
    .culture3 .wrap .top .click .show{
        width: 10.416666666666668vw;
        height: 2.7083333333333335vw;

    }
    .culture3 .wrap .top .click .show p{
        font-size: 0.9375vw;
        margin: 0 3.90625vw 0 0;
    }
    .culture3 .wrap .top .click .show svg{
        width: 0.625vw;
        height:0.625vw;
    }

    .culture3 .wrap .content .button{
        width: 88.28125vw;
    }
    .culture3 .wrap .content .button .circle{
        width: 3.125vw;
        height: 3.125vw;
    }
    .culture3 .wrap .content .button .circle svg{
        width: 0.625vw;
        height: 0.625vw;
    }

    .culture3 .wrap .content .cu3Swiper .item .img{
        height: 15.625vw;
    }

    .culture3 .wrap .content .cu3Swiper .item .text{
        font-size: 0.9375vw;
        margin: 1.0416666666666667vw 0 0 0;
    }
    /**/

    .down_pull {
        position: relative;
    }

    .down_pull .pull {
        position: absolute;
        top: calc(80% + 0.5208333333333334vw);
        left: 0;
        transform: translateY(1.0416666666666667vw);
        opacity: 0;
        pointer-events: none;
        width: 100%;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.05);
        max-height: 13.020833333333334vw;
        overflow: hidden;
        overflow-y: scroll;
    }

    .down_pull .pull.on {
        transition: ease .3s;
        opacity: 1;
        transform: translateY(10px);
        pointer-events: auto;
    }

    .down_pull .pull::-webkit-scrollbar {
        width: 0;
    }

    .down_pull .pull p {
        width: 100%;
        height: 2.0833333333333335vw;
        display: flex;
        align-items: center;
        padding: 0 0 0 1.3020833333333335vw;
        cursor: pointer;
        font-size: 0.7291666666666667vw;
        transition: ease .3s;
        color: #111;
    }

    .down_pull .pull p:hover {
        background: var(--background);
        color: #fff;
    }

    .down_pull .pull p.on {
        background: rgba(0, 0, 0, 0.05) !important;
        color: #111 !important;
        pointer-events: none;
    }
}

/*# sourceMappingURL=about.css.map */
@media screen and (max-width: 1024px) {
    .about .wrap{
        width: 90%;
        margin: 30px auto 25px;
        flex-direction: column;
    }
    .about .wrap .matter{
        width: 100%;
    }
    .about .wrap .matter .title {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .about .wrap .matter .text {
        font-size: 13px;
        line-height: 30px;
        margin: 0 0 20px;
        height: auto;
    }
    .about .wrap .matter .figure .item {
        padding: 0 0 12px;
        border-bottom: 1px solid #E6E6E6;
    }
    .about .wrap .matter .figure .item:not(:last-child) {
        margin: 0 0 15px;
    }

    .about .wrap .matter .figure .item .time p{
        font-size: 14px;
    }
    .about .wrap .matter .figure .item .time span{
        font-size: 32px;
    }
    .about .wrap .matter:not(:last-child){
        margin: 0 0 50px;
    }
    .about .wrap .matter .figure .item .iconfont{
        font-size: 30px;
    }
    .culture .wrap{
        width: 90%;
        margin: 50px auto ;
    }
    .culture .wrap .title{
        font-size: 20px;
        margin: 0 0 30px;
    }
    .culture .wrap .content{
        flex-direction: column;
        gap: 40px 0;
    }

    .culture .wrap .content .item{
        width: 100%;
        height: auto;
    }
    .culture .wrap .content .item p{
        font-size: 18px;
    }
    .culture .wrap .content .item h5{
        height: auto;
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .culture2 .wrap{
        width: 90%;
        margin: 25px auto;
        flex-direction: column;
    }
    .culture2 .wrap .img{
        width: 100%;
    }
    .culture2 .wrap .content{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .culture2 .wrap .content .title{
        font-size: 20px;
        margin: 10px 0;
    }
    .culture2 .wrap .content .text{
        font-size: 14px;
        line-height: 28px;
    }
    .culture2 .wrap .content .end{
        margin: 20px 0 0 0;
    }
    .culture2 .wrap .content .end p{
        font-size: 14px;
    }
    .honor .wrap{
        width: 90%;
        margin: 30px auto;
    }
    .honor .wrap .title{
        font-size: 20px;
        margin: 0 0 15px;
    }
    .honor .wrap .content {
        grid-gap: 15px 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .honor .wrap .content .item .img{
        height: auto;
        padding: 35px 5%;
    }
    .honor .wrap .content .item .text{
        height: auto;
        font-size: 13px;
        text-align: center;
        line-height: 1.7;
        padding: 12px 5%;
    }
    .culture3{
        padding: 35px 0 ;
    }
    .culture3 .wrap{
        width: 90%;
    }
    .culture3 .wrap .top .title{
        font-size: 24px;
    }
    .culture3 .wrap .top {
        margin: 0 0 30px;
    }
    .culture3 .wrap .content .cu3Swiper .swiper-wrapper {
        grid-template-columns: repeat(1,1fr);
        gap: 40px 0;
    }
    .culture3 .wrap .content .cu3Swiper .item .img{
        height: auto;
    }
    .culture3 .wrap .content .cu3Swiper .item .text {
        font-size: 14px;
        line-height: 25px;
        margin: 20px 0 0 0;
    }

    .item_alert .content{
        width: 90%;
        padding: 5%;
    }
    .item_alert .content .bottom .smallSwiper{
        display: none;
    }
    .item_alert .content .bottom .al_r{
        width: 100%;
    }
    .item_alert .content .bottom .bigSwiper{
        height: auto;
    }
    .item_alert .content .bottom .al_r .text .title{
        font-size: 20px;
    }
    .item_alert .content .bottom .al_r .text .text_time{
        font-size: 12px;
        margin: 0 0 15px;
    }
    .item_alert .content .bottom .button{
        width: fit-content;
        position: static;
        transform: none;
        margin: auto;
        gap: 0 25px;
    }
    .item_alert .content .bottom{
        width: 100%;
        flex-direction: column;
    }
    .item_alert .content .top{
        width: 100%;
    }
    .item_alert .content .top .close {
        width: 34px;
        height: 34px;
    }
    .item_alert .content .top {
        margin: 0 auto 24px;
    }
}
