/* ----------SERVICE---------- */
.service-article{
    max-width: var(--page-maxwidth);
    padding: 0 var(--page-padding);
    margin: 80px var(--page-margin);
    display: flex;
    gap: 60px;
    flex-direction: column;

    font-size: 16px;
    font-weight: 300;
    color: #8d8d8d;
    line-height: 200%;
}
.service-article>div{
    display: flex;
    justify-content: space-between;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    align-items: flex-start;
}
.service-article .service-box1{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;

    h2 {
        font-weight: 500;
        font-size: 40px;
        line-height: 40px;
        color: #222;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    h3 {
        font-weight: 400;
        font-size: 24px;
        line-height: 40px;
        color: #D86046;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    p {
        font-weight: 300;
        font-size: 26px;
        line-height: 150%;
        color: #000;
        width: 80%;
        max-width: 60%;
        margin: 0 auto;
        text-align: center;
    }
}
.service-article .service-box2{
    display: flex;
    flex-direction: column;
    background: #241C25;
    align-items: center;

    h2 {
        font-weight: 500;
        font-size: 68px;
        line-height: 80px;
        height: 420px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        background-position: center;
        width: 100%;
    }
    h3 {
        text-indent: -40px;
        font-weight: 400;
        font-size: 60px;
        line-height: 60px;
        height: 30px;
        color: #D86046;
        display: flex;
        justify-content: center;
        margin-top: 40px;
        align-items: center;
    }
    p {
        font-weight: 300;
        font-size: 24px;
        line-height: 40px;
        color: #fff;
        width: 80%;
        max-width: 55%;
        margin: 0 auto;
        text-align: center;
    }
    h4 {
        font-weight: 400;
        font-size: 30px;
        line-height: 60px;
        color: #D86046;
        display: flex;
        justify-content: center;
    }
    h5 {
        font-weight: 300;
        font-size: 20px;
        line-height: 40px;
        color: #fff;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
}

.service-article .service-box3{
    display: flex;
    flex-direction: column;

    h2{
        font-weight: 400;
        font-size: 28px;
        line-height: 40px;
        height: 60px;
        color: #D86046;
        border-bottom: 1px solid #eee;
        width: calc(100% - 20px);
        padding-left: 20px;
    }

    h3{
        font-weight: 400;
        font-size: 42px;
        line-height: 60px;
        width: 45%;
        color: #000;
        margin-bottom: 40px;
    }
    
    .box{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 0;

        .box-left{
            width: calc(50% - 20px);
            padding-left: 20px;
        }
        .box-right{
            width: 50%;
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        p{
            font-size: 20px;
            line-height: 30px;
            color: #757575;
        }

        dl{
            display: flex;
            flex-direction: column;
            gap: 20px;
            border-top: 1px dashed #000;

            dt{
                font-size: 30px;
                font-weight: 500;
                color: #000;
                padding: 40px 0 20px;
            }
            dd{
                font-size: 28px;
                line-height: 40px;
                color: #000;
                
                i{
                    display: inline-block;
                    width: 40px;
                    height: 40px;
                    border-radius: 40px;
                    background:#D86046;
                    font-size: 26px;
                    font-weight: 400;
                    font-style: normal;
                    line-height: 40px;
                    text-align: center;
                    color: #000;
                    margin-right: 10px;
                }
            }
        }
    }
}
.service-article .service-box4{
    
    img{
        width: 100%;
        height: auto;
    }
}
.service-article .service-box5{
    display: flex;
    flex-direction: column;
    padding: 50px 100px;
    background: #f5f5f5;

    h2{
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        color: #000;
        margin-bottom: 50px;
    }
    .box{
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: 60px;

        dl{
            
        }
        dt{
            margin-bottom: 10px;
           
            i{
                width: 44px;
                height: 44px;
                display: block;
                margin-bottom: 20px;
            }
            span{
                font-size: 28px;
                font-weight: 500;
                color: #000;
            }
        }
        dd{
            font-size: 24px;
            line-height: 40px;
            color: #000;
        }
    }
}
.service-article .service-box6{
    display: flex;
    flex-direction: column;

    h3{
        font-weight: 400;
        font-size: 42px;
        line-height: 60px;
        width: 65%;
        color: #000;
        margin: 40px 0;
    }
    .box{
        display: flex;
        flex-direction: row;
        justify-content: space-between;

        .box-left{
            width: calc(50% - 100px);
            padding-left: 100px;
        }
        .box-right{
            width: 50%;
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        p{
            font-size: 24px;
            line-height: 30px;
            color: #000;
            width: 85%;
        }

        img{
            width: 100%;
            height: auto;
        }
    }
}

/* 案例 */
.service-case {
    background: #241C25;
    margin: 0;
    padding: 60px 0 120px;
    width: 100%;
    max-width: 100%;

    h2{
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        border-bottom: 2px solid #fff;
        color: #D86046;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 40px;
    }
    h3{
        color: #fff;
        font-size: 30px;
        line-height: 150%;
        width: 150px;
    }
    p{
        padding: 40px 0;
        font-weight: 200;
        color: #fff;
    }
}
.service-case .case-new{
    margin: 0 auto;
    max-width: var(--page-maxwidth);

    h2,h3,p,ul{
        margin-left: 240px;
    }
}

/* 联系我们 */
.service-contact{
    max-width: var(--page-maxwidth);
    padding: 0 var(--page-padding);
    margin: 80px var(--page-margin);
    display: flex;
    gap: 0;
    justify-content: space-between;
    flex-direction: column;
    margin: 80px auto;

    h2 {
        font-weight: 500;
        font-size: 48px;
        line-height: 60px;
        color: #222;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;

        em{
            font-style: normal;
            font-weight: 300;
            color:#D86046;
        }
    }
    h3 {
        font-weight: 400;
        font-size: 26px;
        line-height: 40px;
        color: #000;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    p {
        font-weight: 300;
        font-size: 26px;
        line-height: 150%;
        color: #808080;
        width: 80%;
        max-width: 60%;
        margin: 0 auto;
        text-align: center;
    }
}

/* 常见问题 */
.service-faq{
    max-width: calc(var(--page-maxwidth) - 300px);
    padding: 0 var(--page-padding);
    margin: 80px auto;
    display: flex;
    gap: 0;
    justify-content: space-between;
    flex-direction: row;

    .faq-list{
        padding: 0 100px;
        width: 100%;

        h3{
            padding: 40px 0;
            border-bottom: 2px solid #000;
            font-weight: 400;
            font-size: 28px;
            color: #000;
        }
        ul{
    
            li{
                border-top: 1px solid #000;

                .question{
                    display: block;
                    width: calc(100% - 60px);
                    font-size: 28px;
                    line-height: 30px;
                    padding: 10px 60px 10px 0;
                    color: #000;
                    cursor: pointer;
                    position: relative;
                    
                }
                .question::after{
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 50px;
                    height: 50px;
                    background: url(../imgs/ico_bottom.svg) no-repeat center center / auto 60%;
                }
                .answer{
                    padding: 10px 0 40px;
                    font-size: 20px;
                    font-weight: 300;
                    display: none;
                }
            }

            li.open{

                .question::after{
                    background-image: url(../imgs/ico_top.svg);
                }
                .answer{
                    display: block;
                }
            }
        }
    }
}

.contact-btn{
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #D86046;
    border-radius: 20px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.contact-btn:hover{
    color: #fff;
    transform: scale(1.1);
}


/*-----------------------------------1600-----------------------------------*/
@media screen and (max-width:1600px) {
    /* 案例 */
    .service-case .case-new {
        h2, h3, p, ul {
            margin-right: 30px;
        }
    }
}



/*-----------------------------------1300-----------------------------------*/
@media screen and (max-width:1300px) {}



/*-----------------------------------1000-----------------------------------*/
@media screen and (max-width:1000px) {
    .service-article .service-box1 {
        p {
            font-size: 24px;
            color: #000;
            width: 100%;
            max-width: 80%;
        }
    }
    .service-article .service-box3 {
        h3 {
            width: 70%;
        }
        
        .box {
            .box-left {
                width: calc(30% - 20px);
                padding-left: 20px;
            }
            .box-right {
                width: 70%;
                display: flex;
                flex-direction: column;
                gap: 40px;
            }
        }
    }
    .service-article .service-box5 {
        padding: 40px 50px;

        .box{
            dd {
                line-height: 1.5;
            }
        }
    }
    .service-article .service-box6 {
        h3 {
            width: 60%;
            margin: 0;
            margin-bottom: 30px;
            line-height: 1.2;
        }
        .box {
            .box-left {
                width: calc(50% - 20px);
                padding-left: 20px;
            }
            .box-right {
                width: 50%;
            }
        }
    }

    /* 案例 */
    .service-case {
        padding: 40px 0 80px;
        width: 100%;
        max-width: 100%;
    }
    .service-case .case-new {
        h2, h3, p, ul {
            margin-left: 180px;
        }
    }

    /* 联系我们 */
    .service-contact {
        margin: 60px auto;
        padding: 0 30px;

        h3 {
            font-weight: 400;
            font-size: 26px;
            line-height: 40px;
            color: #000;
            display: flex;
            justify-content: center;
            margin-bottom: 40px;
        }
    }

    /* 常见问题 */
    .service-faq {
        .faq-list {
            padding: 0 30px;
            width: 100%;
        }
    }
}



/*-----------------------------------750-----------------------------------*/
@media screen and (max-width:750px) {
    .service-article .service-box1 {
        p {
            max-width: 90%;
        }
    }
    .service-article .service-box2 {
        p {
            max-width: 75%;
        }
    }
    .service-article .service-box3 {
        h2 {
            width: 100%;
            padding-left: 0;
        }
        h3 {
            width: 70%;
        }
        
        .box {
            flex-direction: column;

            .box-left,
            .box-right{
                width: 100%;
                padding-left: 0;
                padding-bottom: 30px;
            }
            dl{
                gap: 10px;

                dt{
                    font-size: 30px;
                    padding: 30px 0 10px;
                }
                dd{
                    font-size: 24px;
                    line-height: 40px;
                    
                    i{
                        width: 40px;
                        height: 40px;
                        border-radius: 30px;
                        font-size: 20px;
                        line-height: 40px;
                        margin-right: 10px;
                    }
                }
            }
        }
    }
    .service-article .service-box5 {
        padding: 40px 50px;
    }
    .service-article .service-box6 {
        h3 {
            width: 60%;
            margin: 0;
            margin-bottom: 30px;
            line-height: 1.2;
        }
        .box {
            .box-left {
                width: calc(50% - 20px);
                padding-left: 20px;
            }
            .box-right {
                width: 50%;
            }
        }
    }

    /* 案例 */
    .service-case {
        padding: 40px 0 80px;
        width: 100%;
        max-width: 100%;
    }
    .service-case .case-new {
        h2, h3, p, ul {
            margin-left: 50px;
            margin-right: 50px;
        }
    }

    /* 联系我们 */
    .service-contact{
        margin: 60px auto;
        padding: 0 20px;

        h2 {
            font-size: 40px;
            line-height: 40px;
            display: block;
            margin-bottom: 30px;

            em{
                font-style: normal;
                font-weight: 300;
                color:#D86046;
            }
        }
        h3 {
            font-weight: 300;
            font-size: 20px;
            line-height: 30px;
            color: #333;
            display: block;
            margin-bottom: 30px;
            
        }
        p {
            width: 100%;
            max-width: 100%;
            text-align: left;
        }
    }

    /* 常见问题 */
    .service-faq{
        margin: 60px auto;
        padding: 0 20px;

        .faq-list{
            padding: 0 0;
            width: 100%;

            h3{
                padding: 30px 0;
                font-size: 30px;
                border-width: 1px;
            }
            ul{
                li{

                    .question{
                        font-size: 24px;
                        line-height: 30px;
                    }
                    .answer{
                        padding: 10px 0 30px;
                        font-size: 20px;
                    }
                }
            }
        }
    }
}



/*-----------------------------------500------------------------------------*/
@media screen and (max-width:500px) {
    .service-article {
        margin: 60px var(--page-margin);
        gap: 30px;
    }
    .service-article .service-box1 {
        p {
            font-size: 20px;
            width: 100%;
            max-width: 100%;
        }
    }
    .service-article .service-box2 {
        p {
            font-size: 20px;
            width: 90%;
            max-width: 90%;
        }
    }
    .service-article .service-box3 {
        h2 {
            width: 100%;
            padding-left: 0;
        }
        h3 {
            font-size: 40px;
            line-height: 40px;
            width: 100%;
            margin-bottom: 20px;
        }
        .box{
            
            dl{
                gap: 10px;

                dt{
                    font-size: 30px;
                    padding: 30px 0 10px;
                }
                dd{
                    font-size: 20px;
                    line-height: 30px;
                    
                    i{
                        width: 30px;
                        height: 30px;
                        border-radius: 30px;
                        font-size: 18px;
                        line-height: 30px;
                        margin-right: 5px;
                    }
                }
            }
        }
    }
    .service-article .service-box4{

    }
    .service-article .service-box5{
        padding: 20px 20px;
    
        h2{
            font-size: 40px;
            line-height: 40px;
            font-weight: 400;
            color: #000;
            margin-bottom: 50px;
        }
        .box{
            display: grid;
            grid-template-columns: repeat(1, auto);
            gap: 30px;
    
            dl{
                
            }
            dt{
                display: flex;
                margin-bottom: 20px;
                flex-direction: row;
                align-items: center;
               
                i{
                    width: 36px;
                    height: 36px;
                    margin-bottom: 0;
                    margin-right: 10px;
                }
                span{
                    font-size: 30px;
                    font-weight: 500;
                    color: #000;
                }
            }
            dd{
                font-size: 20px;
                line-height: 30px;
                color: #333;
            }
        }
    }
    .service-article .service-box6{
        h3{
            font-size: 40px;
            line-height: 40px;
            width: 100%;
            margin: 30px 0;
        }
        .box{
            flex-direction: column;
    
            .box-left{
                width: 100%;
                padding-left: 0;
            }
            .box-right{
                width: 100%;
                display: flex;
                flex-direction: column;
                gap: 40px;
            }
            p{
                font-size: 20px;
                line-height: 30px;
                color: #333;
                width: 100%;
            }
            img{
                margin: 30px auto;
            }
        }
    }

    /* 案例 */
    .service-case {
        padding: 30px 0;

        h3 {
            font-size: 24px;
            font-weight: 400;
            line-height: 100%;
            width: 100%;
            padding: 10px 0;
        }
        p {
            padding: 20px 0;
        }
    }
    .service-case .case-new {
        h2, h3, p, ul {
            margin: 0 20px;
        }
        ul {
            display: flex;
            gap: 10px;
            flex-direction: row;
        }
    }

}