
.head-page .item:nth-child(2) a:after{
    transform: scale(1);opacity: 1;
 }
.page_line{
    margin: 9px auto 60px;
}


.solutions_page01{
    position: relative;
}
.solutions_page01::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/solutions_bg01.jpg) no-repeat center/cover;
}
.solutions_page01 .main_wrap{
    position: relative;
    z-index: 1;
}
.solutions_page01 .page_line{
    margin: 9px auto 30px;
}
.solutions_page01 .lists .texts{
    width: 50.7%;
}
.solutions_page01 .lists .texts p{
    margin-bottom: 10px;
}
.solutions_page01 .lists .texts p:last-child{
    margin-bottom: 0;
}
.solutions_page01 .lists .img{
    width: 38.3%;
}
.solutions_page01 .cont_swip{
    margin-top: 40px;
}
.solutions_page01 .cont_swip .title{
    border-bottom: 2px solid #0068B6;
    padding-bottom: 9px;
    box-sizing: border-box;
}
.solutions_page01 .cont_swip .title img{
    margin-right: 6px;
}
.solutions_page01 .cont_swip_box{
    padding-bottom: 77px;
    box-sizing: border-box;
    position: relative;
}
.solutions_page01 .swiper-container{
    border: 1px solid #E5E5E5;
    position: initial;
}
.solutions_page01 .swiper-slide{
    height: 284px;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 20%;
}
.solutions_page01 .swiper-slide:last-child{
    border-right: none;
}
.solutions_page01 .swiper-slide .img{
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solutions_page01 .swiper-slide .tit{
    font-weight: 600;
    margin-top: 25px;
}
.solutions_page01 .swiper-slide .desc {
    margin-top: 12px;
    font-family: Arial;
    min-height: 42px;
}
.solutions_page01 .swiper-slide .desc.solutions_one{
    min-height: 84px;
}
.solutions_page01 .swiper-slide .desc.solutions_one p{
    text-align: left;
    display: flex;
    align-items: center;
}
.solutions_page01 .swiper-slide .desc.solutions_one p::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #999;
    margin-right: 10px;
}
.solutions_page01 .swiper-pagination{
    top: initial;
    bottom: 0;
    height: 1px;
    background: #DCDCDC;
    width: calc(100% - 200px);
}
.solutions_page01 .swiper-pagination-progressbar-fill{
    background: #0068B6;
    height: 2px;
}
.solutions_page01 .swiper-button-next::after, .solutions_page01 .swiper-button-prev::after{
    display: none;
}
.solutions_page01 .swiper-button-next, .solutions_page01 .swiper-button-prev{
    position: initial;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 1;
    transition: all .4s;
}
.solutions_page01 .swiper_btns {
    position: absolute;
    right: 0;
    bottom: -28px;
}
.solutions_page01 .swiper-button-prev{
    background: url(../img/cont_swip_prev.png) no-repeat center/cover;
}
.solutions_page01 .swiper-button-next{
    margin-left: 12px;
    background: url(../img/cont_swip_next.png) no-repeat center/cover;
}
.solutions_page01 .swiper-button-prev:hover{
    background: url(../img/cont_swip_hprev.png) no-repeat center/cover;
}
.solutions_page01 .swiper-button-next:hover{
    background: url(../img/cont_swip_hnext.png) no-repeat center/cover;
}
.solutions_page02{
    position: relative;
}
.solutions_page02::after {
    content: "";
    display: block;
    background: url(../img/solutions_bg02.jpg) no-repeat center/cover;
    position: absolute;
    height: calc(100% - 90px);
    top: 90px;
    left: 0;
    width: 100%;
}
.solutions_page02 .main_wrap{
    position: relative;
    z-index: 1;
}
.solutions_page02 .page_line{
    margin: 9px auto 60px;
}
.solutions_page02 .list{
    width: 30.4%;
    margin-right: 4.4%;
    margin-bottom: 36px;
}
.solutions_page02 .img{
    margin-bottom: 36px;
    overflow: hidden;
}
.solutions_page02 .list:nth-child(3n){
    margin-right: 0;
}
.solutions_page02 .img img{
    transition: all .4s;
}
.solutions_page02 .text {
    transition: all .4s;
}
@media only screen and (min-width: 960px) {
    .solutions_page02 .list:hover img{
        transform: scale(1.05);
    }
    .solutions_page02 .list:hover .text{
        color: #0068B6;
    }
}
@media only screen and (max-width: 1366px) {
    .solutions_page01 .swiper-slide{
        width: 25%;
    }
}
@media only screen and (max-width: 1200px) {
    .solutions_page01 .swiper-slide{
        width: 25%;
    }
}

@media only screen and (max-width: 768px) {
    .solutions_page01 .lists .texts {
        width: 100%;
        line-height: 1.875;
    }
    .solutions_page01 .lists .texts p {
        margin-bottom: 10px;
    }
    .solutions_page01 .lists .img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .solutions_page02 .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .solutions_page02 .img {
        margin-bottom: 25px;
    }
    .solutions_page02 .list:last-child{
        margin-bottom: 0;
    }
    .solutions_page02 .page_line {
        margin: 9px auto 25px;
    }
    .solutions_page01 .swiper-slide {
        width: 100%;
    }
    .solutions_page01 .swiper-button-next, .solutions_page01 .swiper-button-prev{
        width: 50px;
        height: 50px;
    }
    .solutions_page01 .swiper-pagination{
        width: calc(100% - 130px);
    }
    .solutions_page01 .cont_swip_box{
        padding-bottom: 50px;
    }
    .solutions_page01{
        padding-bottom: 30px;
    }
    .solutions_page01 .cont_swip{
        margin-bottom: 30px;
    }
}