.xbanner {
    width: 100%;
    position: relative;
}

.xbanner .xx {
    position: absolute;
    width: 330px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 30%;

}

.xbanner .xx img {
    width: 100%;
    height: auto;
}

.xbanner img {
    width: 100%;
    height: auto;
}

.zs {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 70px;
}

.zs h6 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 164px;
    letter-spacing: 2px;
    color: #df2023;
    margin-top: 12px;
}

.zs p {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 48px;
}

.zs .pic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}



.zs .pic img {
    width: 48.53%;
    height: auto;
    margin: 50px 0;
}

/* 底部表单 */
.dbbd_bg {
    margin-bottom: 80px;
    height: 640px;
    background: url(../images/db_bg.png) no-repeat left top #eeeeee;
    background-position: 100px 122px;
    background-size: 58%;
    box-shadow: 0px 1px 50px 0px rgba(153, 153, 153, 0.1);
    border-radius: 8px;
}

.dbbd_bg h6 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 164px;
    letter-spacing: 2px;
    color: #df2023;
    margin-top: 12px;
}

.dbbd {
    float: right;
    width: 380px;
    padding:20px 0 40px;
    margin:27px 70px 0 0;
    
    background-color: #ffffff;
    box-shadow: 0px 1px 50px 0px rgba(153, 153, 153, 0.2);
    border-radius: 6px;
}

.dbbd .bdsm {
    width: 92%;
    padding: 20px 0 10px 24px;
    margin: 0 auto;
    background: url(../images/dp.png) no-repeat 0px 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
}

.dbbd .bdnr {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dbbd .bdnr input {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    height: 40px;
    background-color: #f1f2f5;
    box-shadow: inset 0px 0px 40px 0px rgba(10, 26, 136, 0.08);
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
}

.dbbd .bdnr input:nth-child(2),
.dbbd .bdnr input:nth-child(3){
    width: 48%;
}
.dbbd .bdnr input:nth-child(3){
    margin-left: 2.7%;
}
.dbbd .bdtj {
    width: 90%;
    margin: 0 auto;
}

.dbbd .bdtj input {
    width: 100%;
    height: 40px;
    background-color: #df2023;
    box-shadow: inset 0px 0px 40px 0px rgba(10, 26, 136, 0.08);
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
}

.pcno {
    display: none !important;
}

.pcx {
    display: flex !important;
}

.more {
    margin: 0 auto 80px;
    width: 600px;
    height: 80px;
    max-width: 100%;

}

.more a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #db1f23;
    border-radius: 8px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 2px;
    color: #ffffff;

    text-align: center;
}


@media(max-width:850px) {
    .dbbd {
        float: none;
        width: 609px;
        height: 578px;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        box-shadow: 0px 1px 50px 0px rgb(153 153 153 / 20%);
        border-radius: 8px;
    }
}

@media(max-width:768px) {
    .sjno {
        display: none !important;
    }

    .sjx {
        display: flex !important;
    }

    .zs {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .zs h6 {
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: 2px;
        color: #df2023;
        margin-top: 12px;
    }

    .zs p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        color: #333333;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .zs .pic {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }



    .zs .pic img {
        width: 100% !important;
        height: auto;
        margin: 8px 0;
    }

    .dbbd_bg {
        margin-bottom: 0;
        height: auto;
        background: none;
        background-position: 199px 122px;
        box-shadow: 0px 0 0 0px rgb(153 153 153 / 10%);
        border-radius: 8px;
        padding-bottom: 40px;
    }

    .dbbd_bg h6 {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        font-stretch: normal;
        line-height: 42px;
        letter-spacing: 0px;
        color: #df2023;
        margin-top: 0;
    }

    .dbbd {
        float: none;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        background-color: none;
        box-shadow: 0px 0 0 0px rgb(153 153 153 / 20%);
        border-radius: 4px;
    }

    .dbbd .bdsm {
        width: 100%;
        padding: 10px 0 10px;
        margin: 0 auto;
        padding-left: 30px;
        background: url(../images/dp.png) no-repeat left 12px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 1px;
        color: #666666;
    }

    .dbbd .bdnr {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .dbbd .bdnr input {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 20px px;
        height: 50px;
        background-color: #f1f2f5;
        box-shadow: inset 0px 0px 40px 0px rgb(10 26 136 / 8%);
        border-radius: 4px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: 1px;
        color: #333333;
    }

    .dbbd .bdtj {
        width: 100%;
        margin: 0 auto;
    }

    .dbbd .bdtj input {
        width: 100%;
        height: 50px;
        background-color: #df2023;
        box-shadow: inset 0px 0px 0px 0px rgb(10 26 136 / 8%);
        border-radius: 4px;
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: 2px;
        color: #fff;
        cursor: pointer;
    }

    .more {
        margin: 0 auto 40px;
        width: 600px;
        height: 50px;
        max-width: 100%;

    }

    .more a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #db1f23;
        border-radius: 4px;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: 2px;
        color: #ffffff;

        text-align: center;
    }
}