.head-page .item:nth-child(2)>a span {
    color: #303096;
}

.head-page .item:nth-child(2)>a::after {
    transform: scaleX(1);
    opacity: 1;
}

.about-page01 .item-l {
    width: 38.26%;
    /* height: 404px; */
}

.about-page01 .item-r {
    width: 56.52%;
}

.about-page01 .item-r .title {
    text-align: right;
    padding-right: 45px;
    box-sizing: border-box;
    position: relative;
    width: 75.43%;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.about-page01 .item-r .tit {
    margin: 20px 0 24px;
}

.about-page01 .item-r .title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 122px;
    background: url(../img/about-page01-bg.png) no-repeat center/cover;

}

.about-page01 .item-r .con {
    overflow-y: auto;
    max-height: 210px;
    padding-right: 10px;
    box-sizing: border-box;
}

.about-page01 .item-r .con p {
    text-indent: 2em;
}



.about-page02 {
    background: url(../img/about02-bg.png) no-repeat center/cover;
}

.about-page02 .line {
    width: 100px;
    height: 1px;
    background: #FFFFFF;
    margin: 20px auto 55px;
}

.about-page02 .box {
    max-width: 1180px;
    margin: 0 auto;
}

.about-page02 .list {
    width: 144px;
    height: 144px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

.about-page02 .lists {
    max-width: 870px;
    margin: 0 auto;
    width: 100%;
}

.about-page02 .icon {
    position: relative;
}

.about-page02 .icon img {
    transition: all .4s;
}

.about-page02 .icon .h-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.about-page02 .list .text {
    margin-top: 10px;
    transition: all .4s;
}
.about-page03 .list {
    width: 31.25%;
    margin-right: 3.125%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
}
.about-page03 .list .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-page03 .swiper-button-next, .about-page03 .swiper-button-prev {
    width: 40px;
    height: 61px;
    background: rgba(35, 55, 90, .2);
    transition: all .4s;
}
.about-page03 .swiper-button-next::after, .about-page03 .swiper-button-prev::after {
    font-size: 22px;
    color: #fff;
}
.about-page03 .swiper-button-prev {
    left:0;
}
.about-page03 .swiper-button-next {
    right: 0;
}

/* 企业文化开始 */
.culture-page01 .width1440 {
    padding: 0 6.2%;
    box-sizing: border-box;
}

.culture-page01 .item {
    padding: 15px;
    box-sizing: border-box;

}

.culture-page01 .item-l, .culture-page01 .item-r {
    width: 24.15%;
    height: 520px;
}

.culture-page01 .item-m {
    width: 49%;
}

.culture-page01 .item-top, .culture-page01 .item-bot {
    width: 100%;
    height: 252px;
}

.culture-page01 .item-bot {
    margin-top: 16px;
}

.culture-page01 .item-advice {
    position: relative;
    z-index: 4;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}

.culture-page01 .item-hide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 93, 169, .8);
    transition: all .4s;
    z-index: 1;
    padding: 15px;
    box-sizing: border-box;
    transform: translateX(-110%);
}

.culture-page01 .item-hide .line {
    height: 100%;
    border: 1px solid #fff;
}

.culture-page01 .item-advice .tit {
    color: #ffffff;
    margin: 7px 0 3px;
}

.culture-page01 .item-advice .desc {
    color: #ffffff;
}

.culture-page02 {
    background: url(../img/culture02-bg.png) no-repeat center/cover;
}

.culture-page02 .list {
    width: 29.44%;
    display: flex;
    align-items: center;
    margin-right: 5.84%;
    overflow:hidden;
}
.culture-page02 .list img {
    transition:all .4s;
}
.culture-page02 .swiper-container {
    padding-bottom: 80px;
}

.culture-page02 .swiper-pagination {
    bottom: 0;
}

.culture-page02 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid #2A2A93;
    opacity: 1;
    background: transparent;
}

.culture-page02 .swiper-pagination-bullet-active {
    background: #2A2A93;
}

/* 荣誉资质开始 */
.honor-page .list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29.66%;
    margin-bottom: 80px;
    margin-right: 5.51%;
}

.honor-page .list:nth-child(3n) {
    margin-right: 0;
}

.honor-page .list img {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (min-width: 960px) {
    .culture-page01 .item:hover .item-hide {
        transform: translateX(0);
    }

    .about-page02 .list:hover {
        background: #2A2A93;
    }

    .about-page02 .list:hover .text {
        color: #ffffff;
    }

    .about-page02 .list:hover .h-img {
        opacity: 1;
    }

    .about-page02 .list:hover .p-img {
        opacity: 0;
    }
    .about-page03 .swiper-button-next:hover,.about-page03 .swiper-button-prev:hover {
        background: #2A2A93;
    }
     .about-page03 .swiper-button-next::after, .about-page03 .swiper-button-prev::after {
        font-size: 22px;
        color: #fff;
    }


    .culture-page02 .list:hover img {
        transform:scale(1.08)
    }
}

@media only screen and (max-width:1440px) {
    .about-page01 .item-r .con {
        max-height: 150px;
    }
}

@media only screen and (max-width:1200px) {
    .about-page02 .list {
        width: 120px;
        height: 120px;
    }

    .about-page01 .item-r .con {
        max-height: 118px;
    }
}


@media only screen and (max-width:960px) {
    .about-page01 .item-r .con {
        max-height: 110px;
    }

    .about-page01 .item-r .title {
        padding-right: 0;
        text-align: left;
        padding-bottom: 0;
    }

    .about-page01 .item-r .title::after {
        display: none;
    }

    .culture-page02 .swiper-container {
        padding-bottom: 60px;
    }

    .culture-page01 .width1440 {
        padding: 0;
    }

    .culture-page01 .item-advice {
        padding: 10px;
    }

    .honor-page .list {
        margin-bottom: 30px;
    }
}


@media only screen and (max-width:750px) {
    .about-page01 .item-l {
        width: 100%;
    }

    .about-page01 .item-r {
        width: 100%;
        margin-top: 25px;
    }

    .about-page01 .item-r .title {
        width: 100%;
    }

    .about-page01 .item-r .tit {
        margin: 10px 0 15px;
    }

    .about-page01 .item-r .con {
        max-height: initial;
    }

    .about-page02 .line {
        width: 45px;
        margin: 15px auto 25px;
    }

    .about-page02 .lists {
        max-width: 100%;
    }

    .about-page02 .list {
        width: 25%;
        height: auto;
        background: initial;
    }

    .about-page02 .icon .p-img {
        opacity: 0;
    }

    .about-page02 .icon .h-img {
        opacity: 1;
    }

    .about-page02 .list .text {
        color: #ffffff;
    }
    .about-page03 .list {
        width: 90%;
    }
     .about-page03 .swiper-button-next,.about-page03 .swiper-button-prev {
        width: 30px;
        height: 50px;
     }
     .about-page03 .swiper-button-next::after,  .about-page03 .swiper-button-prev::after {
        font-size:18px;
     }
    .culture-page01 .item .bg-img {
        position: initial;
        transform: translate(0, 0);
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .culture-page01 .item-l, .culture-page01 .item-r {
        height: 153px;
        width: 100%;
        padding: 0;
    }

    .culture-page01 .item-advice {
        position: absolute;
    }

    .culture-page01 .item-m {
        width: 100%;
        margin: 16px 0;
    }

    .culture-page02 .list {
        width: 90%;
        margin-right: 4%;
    }

    .culture-page02 .swiper-container {
        padding-bottom: 40px;
    }

    .culture-page02 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .culture-page01 .item-icon img {
        max-height: 38px;
    }

    .culture-page01 .item-top, .culture-page01 .item-bot {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .honor-page .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .honor-page .list:last-child {
        margin-bottom: 0;
    }
}