@charset "utf-8";


.head-page .item:nth-child(1) span {
    color: #086ED5;
}
.head-page .item:nth-child(1) span::after {
    transform: scaleX(1);
    opacity: 1;
}

.swip_ban_btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 4;
}
.swip_ban_btn .width1200 {
    position: relative;
}
.index_pg01 .imgs {
    width: 43.15%;
    height: 353px;
    position: relative;
}
.index_pg01 .imgs::after {
    content: "";
    display: block;
    width: 100%;
    height: 84%;
    background: #F2F6FF;
    position: absolute;
    top: 100px;
    right: -30px;
    z-index: -1;
}
.index_pg01 .img {
    width: 100%;
    height: 353px
}
.index_pg01 .img:hover img {
    height: 105%;
}
.index_pg01 .texts {
    width: 46.8%;
}
.index_pg01 .texts .con {
    text-indent: 2em;
    margin-top: 24px;
}
.index_pg02 {
    background: url(../img/about_bg02.jpg) no-repeat center/cover;
    padding: 120px 0 156px;
}
.index_pg02 .page_desc {
    width: 85%;
    margin: 20px auto 0;
}
.index_pg02 .list {
    width: 144px;
    height: 144px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    margin-right: 8%;
    transition: all .4s;
}
.index_pg02 .list:last-child {
    margin-right: 0;
}
.index_pg02 .icon {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
    position: relative;
}
.index_pg02 .icon img {
    transition: all .4s;
}
.index_pg02 .icon .h-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.index_pg02 .list.active {
    background: #014DA1;
}
.index_pg02 .list.active .h-img {
    opacity: 1;
}
.index_pg02 .list.active .p-img {
    opacity: 0;
}
.index_pg02 .list.active .tit {
    color: #FFFFFF;
}
.index_pg03 .list {
    width: 18.9%;
    height: 116px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    margin-top: 20px;
    margin-right: 1.375%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_pg03 .list:nth-child(5n) {
    margin-right: 0;
}



@media only screen and (max-width: 750px) {
    .index_pg01 .imgs {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    .index_pg01 .img {
        height: auto;
    }
    .index_pg01 .img .bg_img {
        position: initial;
        transform: initial;
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    .index_pg01 .texts {
        width: 100%;
    }
    .index_pg01 .imgs::after {
        top: 55px;
    }
    .index_pg01 .width1200 {
        flex-direction: column-reverse;
    }
    .index_pg01 .texts .con {
        margin-top: 15px;
    }
    .index_pg01 {
        padding-bottom: 50px;
    }
    .index_pg02 {
        padding: 30px 0 30px;
    }
    .index_pg02 .page_desc {
        width: 100%;
    }
    .index_pg02 .list {
        width: 83px;
        height: 83px;
        margin-right: 0;
        margin-top: 25px;
    }
    .index_pg02 .list .tit {
        font-size: 12px;
    }
    .index_pg03 .list {
        width: 32%;
        height: 68px;
        margin-top: 20px;
        margin-right: 2%;
        padding: 20px;
        box-sizing: border-box;
    }
    .index_pg03 .list:nth-child(5n) {
        margin-right: 2%;
    }
    .index_pg03 .list:nth-child(3n) {
        margin-right: 0;
    }
    .index_pg03 .lists {
        margin-top: 5px;
    }
    .index_pg02 .lists {
        justify-content: space-between;
    }
    .index_pg02 .icon {
        width: 32px;
        height: 32px;
        margin-bottom: 2px;
    }
}