.head-page .item:nth-child(4)>a span {
    color: #303096;
}

.head-page .item:nth-child(4)>a::after {
    transform: scaleX(1);
    opacity: 1;
}




.service-page01 .list {
    width: 40.1%;
    margin-bottom: 95px;
}

.service-page01 .lists {
    width: 82%;
    margin: 60px auto 0;
}

.service-page01 .list .icon {
    margin-top: 30px;
    width: 87px;
}

.service-page01 .list .texts {
    padding-left: 13.2%;
    box-sizing: border-box;
    width: calc(100% - 87px);
}

.service-page01 .list .con {
    margin-top: 27px;
}

.service-page01 .list:nth-last-child(1), .service-page01 .list:nth-last-child(2) {
    margin-bottom: 0;
}


.service-page02 {
    background: url(../img/service02-bg.png) no-repeat center/cover;
    /* height: 802px; */
    padding-bottom: 55px;
}

.service-page02 .swiper-container {
    padding: 10px 10px 76px;
    box-sizing: border-box;
}

.service-page02 .list {
    width: 22.78%;
    margin-right: 2.96%;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(182, 182, 182, 0.35);
}

.service-page02 .list .img {
    /* height: 320px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 55px 0;*/
    box-sizing: border-box;

}

.service-page02 .list .texts {
    border-top: 1px solid #eee;
    padding: 20px 10px;
    box-sizing: border-box;
    height: 152px;
}

.service-page02 .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-page02 .text-tit {
    width: 92px;
}

.service-page02 .text-text {
    width: calc(100% - 92px);

}

.service-page02 .swiper-pagination {
    bottom: 0;
}

.service-page02 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid #0F2D76;
    border-radius: 50%;
    opacity: 1;
    background: transparent;
}

.service-page02 .swiper-pagination-bullet-active {
    background: #0F2D76;
}



/*.service-page03 .list {
    width: 31.25%;
    margin-right: 3.125%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
}

.service-page03 .list .img {
    display: flex;
    align-items: center;
    justify-content: center;

}
.service-page03 .list .img img {
    transition:all .4s;
}
.service-page03 .list .texts {
    box-sizing: border-box;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .4s;
}

.service-page03 .swiper-button-next, .service-page03 .swiper-button-prev {
    width: 40px;
    height: 61px;
    background: rgba(35, 55, 90, .2);
    transition: all .4s;
}

.service-page03 .swiper-button-next {
    right: 0;
}

.service-page03 .swiper-button-prev {
    left: 0;
}

.service-page03 .swiper-button-next::after, .service-page03 .swiper-button-prev::after {
    font-size: 22px;
    color: #fff;
}

.service-pageadd {
    background:#ffffff;
    padding-bottom:0;
}*/
.honor-page .list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22%;
    margin-right: 10%;
}

.honor-page .list:nth-child(2n) {
    margin-right: 0;
}

.honor-page .list img {
    max-width: 100%;
    max-height: 100%;
}
.honor-page .list .tit {
    margin-top:20px;
}


.engineering .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border: 1px solid #0F2D76;
    border-radius: 50%;
    opacity: 1;
    background: transparent;
}
.engineering .swiper-pagination-bullet-active{
    background: #0F2D76;
}
.engineering-page01 .width1440{
    padding: 0 5.7%;
    box-sizing: border-box;
}
.engineering-page01 .item-l{
    width: 40%;
}
.engineering-page01 .item-l .item{
    margin: 50px 0;
}
.engineering-page01 .item-l .item-icon{
    width: 57px;
}
.engineering-page01 .item-l  .item-texts{
    width: calc(100% - 57px);
    padding-left: 27px;
    box-sizing: border-box;
}
.engineering-page01 .item-r{
    width: 54%;
}
.engineering-page01 .swiper-container{
   padding-bottom: 60px;
}

.engineering-page02 .lists{
    background: url(../img/engineering02-bg.png) no-repeat center/cover;
    height: 643px;
}
.engineering-page02 .item-r {
    width: 45.8%;
    display: none;
}
.engineering-page02 .item-l{
    width: 47%;
    margin-top: 10px;
   max-height: 428px;
    overflow-y: auto;
    padding-right: 10px;
}
.engineering-page02 .item-l::-webkit-scrollbar-thumb {
    background: #ddd;
 }
.engineering-page02 .item-l::-webkit-scrollbar-track {
     background: #0F2D76;
}
.engineering-page02 .swiper-container{
    padding-bottom: 60px;
 }

 .engineering-page02 .swiper-pagination-bullet{
    border: 1px solid #FFFFFF;
}
.engineering-page02 .swiper-pagination-bullet-active{
    background: #FFFFFF;
}
.engineering-page02 .item{
   margin-bottom: 30px;
}
.engineering-page02 .item:last-child{
    margin-bottom: 0;
}
.engineering-page02 .item-texts{
    margin-top: 5px;
}
.engineering-page02 .item-tit{
    font-weight: 600;
}
.engineering .add-img .swiper-slide{
    overflow: hidden;
}
.engineering .add-img img{
    transition: all .4s;
}
@media only screen and (min-width: 960px) {
    .service-page03 .swiper-button-next:hover, .service-page03 .swiper-button-prev:hover {
        background: #2A2A93;
    }
    .service-page03 .list:hover img {
        transform:scale(1.1)
    }
    .service-page03 .list:hover .texts {
        background: #2A2A93;
        color:#ffffff;
    }

    .engineering .add-img:hover img{
         transform: scale(1.08);
    }
}


@media only screen and (max-width: 1440px) {
    .service-page01 .list {
        width: 46%;
        margin-bottom: 75px;
    }
    .engineering-page02 .item-l {
        max-height: 395px;
    }
}

@media only screen and (max-width: 1366px) {
     .engineering-page02 .item-l {
        max-height: 365px;
    }
    .engineering-page01 .item-l .item {
        margin:35px 0;
    }
    .engineering-page02 .lists {
        height:auto;
        padding-bottom:60px;
    }
}
@media only screen and (max-width: 1200px) {
    .service-page01 .lists {
        width: 92%;
    }

    .service-page01 .list .icon {
        width: 75px;
    }

    .service-page01 .list .texts {
        width: calc(100% - 75px);
        padding-left: 6%;
    }

    /*.service-page02 .list .img {
        padding: 25px 0;
    }*/
    .engineering-page01 .item-l .item-icon {
        width:45px;
    }
    .engineering-page01 .item-l .item-texts {
        width: calc(100% - 45px);
    }
    .engineering-page02 .item-l {
        max-height: 305px;
    }
}


@media only screen and (max-width: 960px) {
    .service-page01 .lists {
        width: 100%;
    }

    .service-page01 .list {
        width: 49%;
        margin-bottom: 45px;
    }

    .service-page01 .list .icon {
        width: 65px;
    }

    .service-page01 .list .texts {
        width: calc(100% - 65px);
    }

    .service-page02 .list {
        width: 32%;
        margin-right: 2%;
    }

    .service-page02 .list .texts {
        height: auto;
    }
    .engineering-page01 .width1440 {
        padding:0;
    }
    .engineering-page01 .item-l .item {
        margin: 25px 0;
    }
    .engineering-page02 .item-l {
        max-height: 258px;
    }
}


@media only screen and (max-width: 750px) {
    .engineering-page01 .item-l {
        width:100%;
    }
    .engineering-page01 .item-r {
        width: 100%;
       
    }
    .engineering-page02 .item-r {
        width: 100%;
        margin-top:30px
    }
    .engineering-page02 .item-l {
         width: 100%;
          max-height:initial;
    }
    .engineering-page02 .swiper-container {
        padding-bottom: 40px;
    }
    .engineering-page02 .swiper-pagination {
        bottom:0;
    }
    .engineering-page01 .item-l .item {
        margin: 15px 0;
    }
    .engineering-page01 .item-l .item:first-child {
        margin-top:0;
    }
    .engineering-page01 .swiper-container {
        padding-bottom:40px;
    }
    .engineering-page02 .lists .width1440 {
        flex-direction: column-reverse;
    }
    .engineering-page02 .lists {
        padding-bottom:30px;
    }
    .engineering .swiper-pagination-bullet{
        width:8px;
        height:8px;
    }
    .service-page01 .list {
        width: 100%;
        margin-bottom: 25px;
    }

    .service-page01 .list .con {
        margin-top: 10px;
    }

    .service-page01 .lists {
        margin: 25px auto 0;
    }

    .service-page01 .list .icon {
        width: 30px;
        margin-top: 0;
    }

    .service-page01 .list .texts {
        width: calc(100% - 30px);
        padding-left: 15px;
    }

    .service-page01 .list:nth-last-child(2) {
        margin-bottom: 25px;
    }

    .service-page02 .list {
        width: 90%;
        margin-right: 4%;
    }

    .service-page02 .swiper-container {
        padding: 10px 10px 40px;
    }

    .service-page02 .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }

    .service-page02 {
        padding-bottom: 30px;
    }

    .service-page03 .list {
        width: 90%;
    }

    .service-page03 .swiper-button-next, .service-page03 .swiper-button-prev {
        width: 30px;
        height: 50px;
    }
    .honor-page .list {
        width:100%;
        margin-right:0;
        margin-top:20px;
    }
     .honor-page .list:first-child{
         margin-top:0;
     }
}