@charset "utf-8";


.head-page .service_repairs_item>a span::after{
    transform: scaleX(1);
    opacity: 1;
}
.page_desc {
    margin-top: 12px;
}
.service_repairs_pg .lists_list{
    width: 49%;
    margin-right: 2%;
}
.service_repairs_pg .lists_list:nth-child(2n){
    margin-right: 0;
}
.service_repairs_pg .lists_list .list{
    border-bottom: 1px solid rgba(95, 134, 186, .1);
}
.service_repairs_pg .list_title {
    height: 66px;
    background: #5F86BA;
    padding: 0 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.service_repairs_pg .list_hidden{
    background: rgba(95, 134, 186, .1);
    padding: 25px 20px 30px;
    box-sizing: border-box;
    display: none;
}
.service_repairs_pg .list_title_l_icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_repairs_pg .list_title_l_tit {
    width: calc(100% - 43px);
    padding-left: 18px;
    box-sizing: border-box;
}
.service_repairs_pg .list_title_next{
    width: 8px;
    height: 14px;
    background: url(../img/list_title_next.png) no-repeat center/cover;
    transition: all .4s;
}
.service_repairs_pg .list.active .list_title_next{
    transform: rotate(90deg);
}
.service_pg01 .list{
    width: 32%;
    margin-right: 2%;
    margin-top: 50px;
}
.service_pg01 .list:nth-child(3n){
    margin-right: 0;
}
.service_pg02 .list{
    width: 32%;
    margin-right: 2%;
    margin-top: 20px;
    height: 158px;
    background: #F7F7F7;
    border-radius: 4px;
    padding: 20px 35px;
    box-sizing: border-box;
    transition: all .4s;
    position: relative;
    z-index: 1;
}
.service_pg02 .list:nth-child(3n){
    margin-right: 0;
}
.service_pg02 .list::before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #F81212;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -1;
    transition: all .4s;
}
.service_pg02 .texts {
    width: calc(100% - 68px);
    padding-right: 13%;
    box-sizing: border-box;
    transition: all .4s;
}
.service_pg02 .icon{
    width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.service_pg02 .icon .h_img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s;
    opacity: 0;
}
.service_pg02 .icon img{
    transition: all .4s;
}
.service_pg03{
    height: 500px;
    background: url(../img/service_bg03.jpg) no-repeat center/cover;
}
.service_pg03 .box{
    max-width: 1079px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.service_pg03 .box .page_line{
    background: #FFFFFF;
    margin: 18px auto 35px;
}
.service_pg04 .lists{
    align-items: flex-end;
}
.service_pg04 .list{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list_num {
    width: 120px;
    height: 40px;
    background: #F81212;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.list_tit{
    margin: 15px 0 10px;
}
.list_line{
    width: 4px;
    background: #cccccc;
    margin: 14px 0 20px;
}
.list_scale_box{
    width: 32px;
    height: 32px;
    background: #efefef;
    border-radius: 50%;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_scale_box::after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
}
.list_con {
    max-width: 130px;
    text-align: center;
}
.service_pg04 .list:nth-child(2n - 1) .list_line{
    height: 200px;
}
.service_pg04 .list:nth-child(2n) .list_line{
    height: 40px;
}
.service_pg04 .list .list_scale_box:nth-child(3){
    background: #F81212;
}
.service_pg04 .list:nth-child(2n - 1) .list_scale_box:nth-child(1),.service_pg04 .list:nth-child(2n - 1) .list_scale_box:nth-child(5){
    display: none;
}
.service_pg04 .list:nth-child(1) .list_scale_box:nth-child(1){
    display: none;
}
.service_pg04 .list:last-child .list_scale_box:nth-child(5){
    display: none;
}
@media only screen and (min-width: 960px) {
    .service_pg02 .list:hover::before{
        width: 100%;
    }
    .service_pg02 .list:hover .texts {
        color: #fff;
    }
    .service_pg02 .list:hover .icon .p_img{
        opacity: 0;
    }
    .service_pg02 .list:hover .icon .h_img{
        opacity: 1;
    }
}
@media only screen and (max-width: 1560px) {
    .list_num{
        width: 105px;
    }
    .list_scale_box{
        width: 28px;
        height: 28px;
    }
    .list_con{
        max-width: 115px;
    }
}
@media only screen and (max-width: 1480px) {
    .service_pg02 .texts{
        padding-right: 5%;
    }
    .list_num {
        width: 95px;
    }
    .list_con {
        max-width: 100px;
    }
}
@media only screen and (max-width: 1440px) {
    .list_scale_box{
        width: 26px;
        height: 26px;
    }
    .list_num {
        width: 90px;
    }
}
@media only screen and (max-width: 1366px) {
    .service_pg02 .list{
        padding: 20px 30px;
    }
    .service_pg02 .icon{
        width: 60px;
    }
    .service_pg02 .texts{
        width: calc(100% - 60px);
    }
    .service_pg04 .list:nth-child(2n) .list_scale_box:nth-child(1),.service_pg04 .list:nth-child(2n) .list_scale_box:nth-child(5){
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .service_pg02 .list {
        padding: 20px 20px;
    }
    .service_pg02 .icon {
        width: 55px;
    }
    .service_pg02 .texts {
        width: calc(100% - 55px);
    }
}
@media only screen and (max-width: 1043px) {
    .service_pg02 .texts{
        max-height: 113px;
        overflow-y: auto;
    }
    .list_num {
        width: 75px;
        height: 36px;
    }
    .list_scale_box {
        width: 20px;
        height: 20px;
    }
    .list_scale_box::after{
        width: 12px;
        height: 12px;
    }
    .list_con {
        max-width: 90px;
    }
}
@media only screen and (max-width: 968px) {
    .service_pg04 .list{
        width: 20%;
        margin-top: 45px;
    }
    .service_pg04 .list:nth-child(2n) .list_scale_box:nth-child(1),.service_pg04 .list:nth-child(2n) .list_scale_box:nth-child(5){
        display: flex;
    }
    .service_pg04 .lists{
        margin-top: 0;
    }
    .list_con {
        max-width: initial;
    }
}
@media only screen and (max-width: 960px) {
    .service_repairs_pg {
        margin-top: 0;
    }
    .service_pg01 {
        margin-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .service_pg01 .list{
        width: 49%;
    }
    .service_pg01 .list:nth-child(3n){
        margin-right: 0;
    }
    .service_pg01 .list:nth-child(2n){
        margin-right: 0;
    }
    .service_pg01 .list{
        margin-top: 15px;
    }
    .service_pg02 .list {
        padding: 25px 15px;
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-top: 15px;
    }
    .service_pg02 .icon {
        width: 35px;
    }
    .service_pg02 .texts {
        width: calc(100% - 40px);
    }
    .service_pg03{
        height: auto;
    }
    .service_pg03 .box .page_line{
        margin: 18px auto 25px;
    }
    .service_repairs_pg .lists_list{
        width: 100%;
        margin-right: 0;
    }
    .service_repairs_pg .list_title{
        padding: 0 15px;
        height: 60px;
    }
    .service_repairs_pg .list_title_l_icon{
        max-width: 30px;
    }
    .service_repairs_pg .list_title_l_tit{
        width: calc(100% - 30px);
        padding-left: 15px;
    }
    .service_repairs_pg .list_hidden{
        padding: 20px 15px;
    }
    .service_pg04 .list {
        width: 50%;
        margin-top: 20px;
    }
    .service_pg04 .list:nth-child(2n) .list_line{
        height: 25px;
    }
    .service_pg04 .list:nth-child(2n - 1) .list_line{
        height: 25px;
    }
    .list_line{
        width: 3px;
        margin: 5px 0 15px;
    }
    .list_tit {
        margin: 10px 0 5px;
    }
    .service_pg04 .list:nth-child(2n) .list_scale_box:nth-child(1), .service_pg04 .list:nth-child(2n) .list_scale_box:nth-child(5){
        display: none;
    }
    .service_pg04 .lists {
        align-items: flex-start;
    }
    .list_num {
        height: 34px;
    }
    .list_scale_box::after {
        width: 8px;
        height: 8px;
    }
    .list_scale_box {
        width: 18px;
        height: 18px;
    }
}