.business-banner{
    margin-top: 55px;
}

.product-title-line{
    padding: 55px 180px;
    color: #fff;
    font-size: 33.33px;
    background: #313131;
    margin: 35px 44px 58px;
}

.product-area{
    width: 1480px;
    margin-bottom: 70px;
}

.product-list{
    display: flex;
}

.product-list li{
    width: 25%;
    margin-left: 8px;
}



.product-item{
    padding: 0px 0px 20px;
    background: #F0F0F0;
    text-align: center;
}

.product-top img{
    /* width: auto; */
    /* height: auto; */
    /* object-fit: cover; */
    max-width: 100%;
}

.product-top{
    /* margin-bottom: 34px; */
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-title{
    font-weight: bold;
    font-size: 16px;
    color: #313131;
}

.product-layer{
    font-size: 16px;
    color: #7a7a7a;
}

.product-color{
    font-size: 16px;
    color: #7a7a7a;
}

.product-item:hover{
    transform: scale(1.05);
    transition: all 0.3s;
    background: #fff;
    box-shadow: 0px 0px 5px 3px #e8e8e8;
}

.solution-area{
    margin-bottom: 50px;
}

.solution-title{
    font-size: 42.52px;
    color: #303030;
}

.solution-title-remark{
    font-size: 18.17px;
    width: 550px;
    height: 50px;
    line-height: 50px;
    background: #2A2A2A;
    color: #fff;
    margin:0 auto;
}

.solution-area{
    text-align: center;
}


.solution-body{
    width: 1230px;
    background: #2A2A2A;
    padding: 106px 50px 68px;
    margin: 50px auto;
}

.solution-body-title{
    font-size: 71.48px;
    color: #fff;
    font-family: SimHei;
}

.solution-body-remark{
    font-size: 35.45px;
    color: #fff;
    font-family: SimHei;
}

.solution-body-withhig{
    margin: 30px 0 70px;
}

.solution-content{
    display: flex;
}


.solution-right{
    margin-left: 60px;
    font-size: 30.82px;
    color: #fff;
    text-align: left;
}

.solution-right img{
    margin-bottom: 40px;
}


.advantage-area{
    margin: 0 44px;

}

.advantage-title{
    text-align: center;
    font-size: 48px;
    color: #424242;
    margin: 90px 0;
}

.advantage-body{
    display: flex;
}

.advantage-left{
    margin-right: 35px;
}

.advantage-body img{
    width: 100%;
}

.customized-body{
    display: flex;
    align-items: center;
    margin: 0 44px;
    justify-content: center;
    margin-bottom: 195px;
}


.customized-title{
    font-size: 36px;
    color: #424242;
    margin: 150px 0 70px;
    text-align: center;
}

.customized-name{
    font-size: 30px;
    color: #424242;
}

.customized-title-tip{
    height: 3px;
    width: 38px;
    background: #1b1b1b;
    text-align: center;
    margin: 15px auto;
}

#person{
    width: 720px;
    margin-right: 70px;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin-bottom: 15px;
    height: 36px;
    line-height: 36px;
    text-indent: 15px;
    outline: none;
}

#phone{
    width: 720px;
    margin-right: 70px;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin-bottom: 15px;
    height: 36px;
    line-height: 36px;
    text-indent: 15px;
    outline: none;
}

#remark{
    width: 720px;
    margin-right: 70px;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin-bottom: 15px;
    height: 200px;
    padding: 15px;
    resize: none;
    outline: none;
}

.customized-name{
    margin-bottom: 30px;
}


.submit{
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 25px;
    color: #fff;
    background: #000000;
    border: 0;
}

.customized-left{
    position: relative;
}

#submit{
    position: absolute;
    bottom: -50px;
    left: 0;
}


.footer-banner{
    position: relative;
    margin-bottom: 58px;
    overflow: hidden;
}

.footer-bottom{
    width: 100%;
    overflow: hidden;
}

.footer-bottom img{

    width: 100%;
}

.footer-top{
    position: absolute;
    top: 0;
    right: 0;
}

.footer-top img{

}

.solution-left img{
    width: 669px;
    height: 518px;
    object-fit: cover;
}

.inner-pagination{
    margin-top: 0px;
    width: 100%;
}

@media (max-width: 768px) {
    .product-area{
        width: 80%;
    }

    .solution-body{
        width: 90%;
        padding: 0;
        margin: 1.5rem auto;
    }


    .solution-left img{
        width: 100%;
        height: 20rem;
    }

    .customized-right img{
        width: 100%;
    }

    .product-item .product-top img{
        width: 100%;
    }

    .product-detail-brn img{
        width: 100%;
    }

    .product-title-line{
        padding: 1rem;
        margin: 0;
    }
    .solution-title-remark{
        width: 70%;
        font-size: 1rem;
        height: auto;
        line-height: 3.5rem;
    }
    #person{
        width: 100%;
        margin-right: 1rem;
        height: auto;
        margin-bottom: 0.5rem;
        line-height: 1.5rem;
        font-size: 0.8rem;
        text-indent: 0.5rem;
    }
    #phone{
        width: 100%;
        margin-right: 1rem;
        height: auto;
        margin-bottom: 0.5rem;
        line-height: 1.5rem;
        font-size: 0.8rem;
        text-indent: 0.5rem;
    }
    #remark{
        width: 100%;
        margin-right: 1rem;
        height: auto;
        margin-bottom: 0.5rem;
        line-height: 1.5rem;
        font-size: 0.8rem;
        padding: 0.5rem;
    }
    #submit{

        padding: 0.5rem 3rem;

        width: auto;

        height: auto;

        line-height: unset;

        font-size: 1.3rem;

        bottom: -3.6rem;
    }
    .customized-body{
        width: 100%;
        padding: 0rem 1rem;
        margin: 0 auto;
        margin-bottom: 5rem;
    }

    .solution-body-title{
        font-size: 2.5rem;
        padding: 2rem 0 0;
    }

    .solution-body-remark{
        font-size: 1.2rem;
    }

    .solution-body-withhig{
        margin: 1rem 0;
    }

    .solution-body-withhig img{
        width: 50%;
    }

    .solution-right{
        margin-left: 1rem;
    }

    .solution-content{
        padding: 0 1rem 2.5rem;
    }

    .solution-right img{
        width: 1.5rem;
        margin-bottom: 1rem;
    }



    .solution-right p{
        font-size: 1rem;
    }

    .solution-title{
        font-size: 2rem;
    }


    .advantage-title{
        font-size:2rem;
        margin: 2rem 0;
    }

    .solution-area{
        margin-bottom: 0;
        margin-top: 2rem;
    }

    .advantage-area{
        margin: 0 1rem;
    }

    .advantage-left{
        margin-right: 1rem;
    }

    .customized-title {
        font-size: 2rem;
        margin: 6rem 0 2rem;
    }

    .customized-title-tip{
        height: 2px;
        margin: 1rem auto;
        width: 2rem;
    }

    .customized-name{
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .customized-left{
        margin-right: 1rem;
        width: 50%;
    }

    .customized-right{
        width: 50%;
    }

    .footer-top img{
        width: 100%;
    }

    .footer-bottom{

    }

    .footer-top{
        width: 36.5%;
    }

    .footer-banner{
        margin-bottom:1rem;
    }
}
