.head-page .item:nth-child(2) span {
    color: #85BE35;
}

.head-page .item:nth-child(2)>a:after {
    width: 100%;
}

.about-page01 .video {
    width: 39%;
    position: relative;
}

.about-page01 .video video {
    width: 100%;
}

.about-page01 .video .video-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 72px;
}

.about-page01 .lists-texts {
    width: 56.4%;
}

.about-page01 .lists-texts .con {
    overflow-y: auto;
    height: 211px;
    padding-right: 5px;
    box-sizing: border-box;
}

.about-page02 {
    background: url(../img/about02-bg.png) no-repeat center/cover;
}

.about-page02 .lists-texts {
    width: 54.9%;
}

.about-page02 .lists-img {
    width: 41.6%;
    height: 364px;
}

.about-page02 .lists-texts .list {
    width: 29.6%;
    height: 364px;
    border: 1px solid #86BE36;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    transition: all .4s;

}

.about-page02 .lists-texts .tit {
    margin: 16px 0;
    transition: all .4s;
}

.about-page02 .lists-texts .desc {
    transition: all .4s;
}

.about-page02 .lists-texts .icon {
    position: relative;
    margin-top: 58px;
}

.about-page02 .lists-texts .icon img {
    transition: all .4s;
}

.about-page02 .lists-texts .icon .h-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.about-page04 {
    position: relative;
}

.about-page04 .lists {
    margin-top: 60px;
    padding: 0 7%;
    box-sizing: border-box;
}

.about-page04 .list {
    border: 1px solid #E5E5E5;
    box-shadow: 0px 1px 2px 0px rgba(176, 176, 176, 0.4);
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;

}

.about-page04 .lists .img {
    position: relative;
    overflow: hidden;
    margin: 40px auto 45px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.about-page04 .lists .img img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.about-page04 .lists .text {
    border-top: 1px solid #DCDCDC;
    padding: 20px 0 10px;
}

.about-page04 .text .time {
    color: #555555;
}

.about-page04 .text .tit {
    margin-left: auto;
}

.about-page04 .swiper-pagination {
    display: none;
}

.about-page04 .but {
    margin-top: 40px;
    justify-content: center;
}

.about-page04 .swiper-button-prev, .about-page04 .swiper-button-next {
    position: initial;
    width: 57px;
    height: 57px;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: initial;
    outline: none;
    transition: all .4s;
}

.about-page04 .swiper-button-next.swiper-button-disabled, .about-page04 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.about-page04 .swiper-button-prev::before, .about-page04 .swiper-button-next::before {
    content: "";
    width: 20px;
    height: 16px;
    transition: all .3s;
}

.about-page04 .swiper-button-prev::before {
    background: url(../img/about01-prev.png) no-repeat center/cover;
}

.about-page04 .swiper-button-prev {
    margin-right: 48px;
}

.about-page04 .swiper-button-next::before {
    background: url(../img/about01-next.png)no-repeat center/cover;
}

.about-page04 .swiper-button-prev:hover, .about-page04 .swiper-button-next:hover {
    border: 1px solid #86BE36;
    background: #86BE36;
}

.about-page04 .swiper-button-prev:hover::before {
    background: url(../img/about01-hprev.png)no-repeat center/cover;
}

.about-page04 .swiper-button-next:hover::before {
    background: url(../img/about01-hnext.png)no-repeat center/cover;
}

.about-page04 .swiper-button-next:after, .about-page04 .swiper-button-prev:after {
    display: none;
}

.tech-tk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .68);
    z-index: 999;
    display: none;
}

.tech-tk.active {
    display: block;
}

.tech-tk-box {
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 24px;
    width: 600px;
}

.tech-tk-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.techclose {
    margin-left: auto;
    display: block;
    width: 17px;
    margin-right: 10px;
    margin-top: 10px;

}

@media only screen and (min-width: 960px) {
    .about-page02 .lists-texts .list:hover {
        background: #86BE36;
    }

    .about-page02 .lists-texts .list:hover .icon .p-img {
        opacity: 0;
    }

    .about-page02 .lists-texts .list:hover .icon .h-img {
        opacity: 1;
    }

    .about-page02 .lists-texts .list:hover .tit {
        color: #ffffff;
    }

    .about-page02 .lists-texts .list:hover .desc {
        color: #ffffff;
    }

    .about-page04 .swiper-slide:hover img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }
}

@media only screen and (max-width: 1440px) {
    .about-page01 .lists-texts {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .about-page02 .lists-texts .list {
        width: 32%;
    }

    .about-page01 .lists-texts .con {
        height: 140px;
    }

    .about-page01 .video .video-main {
        max-width: 50px;
    }
}

@media only screen and (max-width: 1200px) {

    .about-page04 .lists {
        margin-top: 50px;
    }

    .about-page02 .lists-img {
        width: 36.5%;
        height: 268px;
    }

    .about-page02 .lists-texts .list {
        height: 268px;
    }

    .about-page02 .lists-texts {
        width: 60%;
    }

    .about-page04 .swiper-button-prev, .about-page04 .swiper-button-next {
        width: 50px;
        height: 50px;
    }

    .about-page02 .lists-texts .icon {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 960px) {
    .about-page02 .lists-texts {
        width: 100%;
    }

    .about-page02 .lists-img {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .about-page01 .video {
        width: 100%;
    }

    .about-page01 .lists-texts {
        width: 100%;
        margin-top: 20px;
    }

    .about-page02 .lists-texts .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-page02 .lists-texts .list:last-child {
        margin-bottom: 0;
    }

    .about-page02 .lists-texts .icon {
        margin-top: 20px;
    }

    .about-page02 .lists-texts .list {
        height: 248px;
    }

    .about-page04 .but {
        margin-top: 25px;
    }

    .about-page04 .swiper-button-prev, .about-page04 .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .about-page04 .lists {
        margin-top: 20px;
    }

    .about-page04 .lists .img {
        width: 100%;
        margin: 0 auto 20px;
    }

    .swiper-pagination-bullet-active {
        background: #133478;
    }

    .about-page04 .list {
        padding: 15px;
    }

    .tech-tk-box {
        max-width: 92%;
    }
}