.head-page .item:nth-child(4) a:after{
    transform: scale(1);
    opacity: 1;
 }


 .width1440{
    width: 75.35%;
    margin: 0 auto;
 }
 .page_line {
    width: 33px;
    height: 2px;
    background: #0068B6;
    margin: 9px 0 40px;
}
.strength_lists .width1440{
     justify-content: flex-end;
     position: relative;
 }
 .strength_lists .texts{
    width: 67.2%;
    height: 573px;
    position: relative;
    background: url(../img/strength_lists.png) no-repeat center/cover;
    position: relative;
    z-index: -1;
 }
 .strength_lists .img{
    position: absolute;
    left: 0;
    width: 49.84%;
    height: 408px;
 }

 .strength_lists .texts_box{
    width: 61.26%;
    margin-left: auto;
    margin-right: 7%;
    margin-top: 11%;
 }

 .strength_lists.strength_flex .width1440{
    justify-content: flex-start;
}
.strength_lists.strength_flex .img{
   left: auto;
   right: 0;
}

.strength_lists.strength_flex .texts_box {
    margin-right: auto;
    margin-left: 4.5%;
}



.strength_imgs_lists .list{
    width: 31.09%;
    margin-right: 3.365%;
    flex-direction: column;
    align-items: center;
}

.strength_imgs_lists .list:nth-child(3n){
    margin-right: 0;
}
.strength_imgs_lists .list .img{
    position: relative;
    overflow: hidden;
    height: 276px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strength_imgs_lists .list img{
    transition: all .4s;
    max-height: 100%;
}
.strength_imgs_lists .list .text{
    text-align: center;
    margin: 24px 0 36px;
    transition: all .4s;
}

.technology_core_imgs .list{
    border: 1px solid #EEEEEE;
    height: 447px;
    width: 44.8%;
    margin-right: 10.4%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.technology_core_imgs .list img{
    transition: all .4s;
}
.technology_core_imgs .list:nth-child(2n){
    margin-right: 0;
}




@media only screen and (min-width: 960px) {
    .strength_lists .img:hover img{
        height: 105%;
    }
    .technology_core_imgs .list:hover img{
        transform: scale(1.05);
    }
    .strength_imgs_lists .list:hover img{
       transform: scale(1.05);
    }
    .strength_imgs_lists .list:hover .text{
        color: #0068B6;
    }
}

@media only screen and (max-width: 1280px) {
    .width1440 {
        width: 84%;
    }
}
@media only screen and (max-width: 1200px) {
    .width1440 {
        width: 88%;
    }
}
    
@media only screen and (max-width: 1024px) {
    .strength_lists .texts{
        height: 510px;
    }
    .strength_lists .img{
        height: 368px;
    }
    .width1440 {
        width: 92%;
    }
}


@media only screen and (max-width: 750px) {
    .strength_lists .img{
        width: 100%;
        height: auto;
        position: initial;
    }
    .strength_lists .img img{
        position: initial;
        transform: translate(0);
        height: auto;
        max-width: 100%;
    }
    .strength_lists .texts {
        height: auto;
        width: 100%;
        background: transparent;
        margin-bottom: 20px;
    }
    .strength_lists .texts_box {
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        margin-top: 0;
    }
    .strength_imgs_lists .list{
        width: 100%;
        margin-right: 0;
    }
    .strength_imgs_lists .list .text{
        margin: 20px 0;
    }
    .strength_imgs_lists .list:last-child .text{
        margin-bottom: 0;
    }
    .strength_lists .width1440{
        flex-direction: column-reverse;
    }
    .strength_lists.strength_flex .texts_box{
        margin-left: 0;
    }
    .page_line{
        margin: 9px 0 30px;
    }
    .technology_core_imgs .list{
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: 20px;
    }
    .technology_core_imgs .list:last-child{
        margin-bottom: 0;
    }
}