.bg-primary img{
    max-width: 100%;
    height: auto;
}
.bg-primary{
    position: relative;
    word-wrap: break-word; /* 旧版浏览器支持 */
    overflow-wrap: break-word; /* 标准属性 */
}
#home_1 .image{
   display: flex;
    justify-content: center;
}
#home_1 .home_1_1_container{
    position: absolute;
    top: 72%;
    left: 63%;
    width: 22%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap:30px;
}
#home_1 .home_1_1_container .title{
    background-color: #292D6C;
    border-radius: 7px;
    display: flex;
    padding: 5px 0;
    justify-content: center;
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 36px;
    width: 35%;
    cursor: pointer;
}
#home_2 .home_2_1_container{
    position: absolute;
    top: 5%;
    left: 30%;
    width: 68%;
}
#home_2 .home_2_1_container .title{
    font-size: 35px;
    color: #000;
    line-height: 45px;
    font-weight: bold;
}
#home_2 .home_2_1_container .desc{
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-top: 3%;
}
#home_5 .faq_logo{
    text-align: center;
}
#home_5 .gb-container-07146b05{
    flex-wrap: wrap;
    gap:15px;
}
#home_5 .gb-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#home_5 .gb-grid-wrapper > .gb-grid-column {
    padding-right: 20px;
    width: 50%;
}
@media(max-width:1800px)  and (min-width:1600px){
    #home_1 .home_1_1_container {
        width: 26%;
    }
    #home_1 .home_1_1_container .title{
        font-size: 22px;
        line-height: 32px;
        width: 35%;
    }
    #home_2 .home_2_1_container .title{
        font-size: 32px;
        line-height: 42px;
    }
    #home_2 .home_2_1_container .desc{
        font-size: 18px;
        line-height: 28px;
        margin-top: 3%;
    }
}
@media(max-width:1600px)  and (min-width:1400px){
    #home_1 .home_1_1_container {
        width: 26%;
    }
    #home_1 .home_1_1_container .title{
        font-size: 22px;
        line-height: 32px;
        width: 35%;
    }
    #home_2 .home_2_1_container .title{
        font-size: 32px;
        line-height: 42px;
    }
    #home_2 .home_2_1_container .desc{
        font-size: 18px;
        line-height: 28px;
        margin-top: 3%;
    }
}
@media(max-width:1400px)  and (min-width:1200px){
    #home_1 .home_1_1_container {
        width: 26%;
    }
    #home_1 .home_1_1_container .title{
        font-size: 20px;
        line-height: 30px;
        width: 40%;
    }
    #home_2 .home_2_1_container .title{
        font-size: 30px;
        line-height: 40px;
    }
    #home_2 .home_2_1_container .desc{
        font-size: 18px;
        line-height: 28px;
        margin-top: 3%;
    }
}
@media(max-width:1200px)  and (min-width:991px){
    #home_1 .home_1_1_container {
        left: 66%;
        width: 26%;
    }
    #home_1 .home_1_1_container .title{
        font-size: 20px;
        line-height: 30px;
        width: 45%;
        padding: 5px;
    }
    #home_2 .home_2_1_container {
        position: absolute;
        top: 5%;
        left: 7%;
        width: 89%;
    }
    #home_2 .home_2_1_container .title{
        font-size: 30px;
        line-height: 40px;
    }
    #home_2 .home_2_1_container .desc{
        font-size: 18px;
        line-height: 28px;
        margin-top: 3%;
    }
}
@media(max-width:991px){
    #home_1 .image img{
        content:url("/wp-content/images/home-m1.jpg?v=1");
    }
    .home-2{
        content:url("/wp-content/images/home-m2.png");
    }
    .home-3{
        content:url("/wp-content/images/home-m3.jpg");
    }
    .home-4{
        content:url("/wp-content/images/home-m4.jpg");
    }
    #home_1 .home_1_1_container {
        position: absolute;
        top: 39%;
        left: 56%;
        width: 30%;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    #home_1 .home_1_1_container .title {
        background-color: #292D6C;
        border-radius: 7px;
        display: flex;
        padding: 5px 0;
        justify-content: center;
        font-weight: bold;
        font-size: 22px;
        color: #FFFFFF;
        line-height: 36px;
        cursor: pointer;
        flex-wrap: wrap;
        width: 100%;
    }
    .gb-container-07146b05 {
        max-width: 1360px;
        display: flex;
        column-gap: 100px;
        z-index: 1;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        padding: 20px 20px 20px;
        flex-wrap: wrap;
    }
    #home_2 .home_2_1_container {
        position: absolute;
        top: 5%;
        left: 22%;
        width: 77%;
    }
    #home_2 .home_2_1_container .title {
        font-size: 35px;
        line-height: 45px;
    }
    #home_2 .home_2_1_container .desc {
        font-size: 20px;
        line-height: 30px;
        margin-top: 3%;
    }
    #home-3 .gb-container-07146b05, #home-4 .gb-container-07146b05{
        display: block;
        text-align: center;
    }
    #home_5 .faq_logo img{
        width: 150px;
    }

    #home_5 .gb-grid-wrapper{
        display: block;
    }
    #home_5 .gb-container-07146b05 {
        flex-wrap: wrap;
        gap: 0;
    }
    #home_5 .gb-grid-wrapper > .gb-grid-column {
        padding-right: 20px;
        width: 100%;
    }
}
@media(max-width:768px){

    #home_1 .home_1_1_container {
        top: 39%;
        left: 56%;
        width: 30%;
        gap: 10px;
    }
    #home_1 .home_1_1_container .title {
        font-size: 18px;
        line-height: 25px;
    }
    #home_1 .home_1_1_container .title svg{
        width: 25px;
        height: 25px;
    }

    #home_2 .home_2_1_container {
        top: 5%;
        left: 5%;
        width: 93%;
    }
    #home_2 .home_2_1_container .title {
        font-size: 25px;
        line-height: 35px;
    }
    #home_2 .home_2_1_container .desc {
        font-size: 16px;
        line-height: 25px;
        margin-top: 3%;
    }
    #home-3 .gb-container-07146b05, #home-4 .gb-container-07146b05{
        display: block;
        text-align: center;
    }
    #home_5 .faq_logo img{
        width: 150px;
    }

    #home_5 .gb-grid-wrapper{
        display: block;
    }
    #home_5 .gb-container-07146b05 {
        flex-wrap: wrap;
        gap: 0;
    }
    #home_5 .gb-grid-wrapper > .gb-grid-column {
        padding-right: 20px;
        width: 100%;
    }
}
@media(max-width:480px){

    #home_1 .home_1_1_container {
        top: 30%;
    }
    #home_1 .home_1_1_container .title {
        font-size: 16px;
        line-height: 20px;
    }
    #home_1 .home_1_1_container .title svg{
        width: 20px;
        height: 20px;
    }

    #home_2 .home_2_1_container {
        top: 5%;
        left: 5%;
        width: 93%;
    }
    #home_2 .home_2_1_container .title {
        font-size: 20px;
        line-height: 30px;
    }
    #home_2 .home_2_1_container .desc {
        font-size: 14px;
        line-height: 20px;
        margin-top: 3%;
    }
    #home-3 .gb-container-07146b05, #home-4 .gb-container-07146b05{
        display: block;
        text-align: center;
    }
    #home_5 .faq_logo img{
        width: 150px;
    }

    #home_5 .gb-grid-wrapper{
        display: block;
    }
    #home_5 .gb-container-07146b05 {
        flex-wrap: wrap;
        gap: 0;
    }
    #home_5 .gb-grid-wrapper > .gb-grid-column {
        padding-right: 20px;
        width: 100%;
    }
}