.standard_bg {
    background: #F9F9F9;
}

.standard {
    padding: 113px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.standard .standard_lf {
    width: 44%;
}

.standard .title_eng,
.data .title_eng {
    font-size: 36px;

    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
}

.standard .title_chinese,
.data .title_chinese {
    font-size: 60px;

    color: #333333;
}

.standard .title_chinese span:nth-child(2),
.data .title_chinese span:nth-child(2) {
    color: #B9956D;
}

.standard .desc {
    font-size: 18px;

    font-weight: 400;
    color: #333333;
    margin: 41px 0;
    line-height: 34px;
}

.standard ul {
    padding-left: 20px;
}

.standard ul li {
    font-size: 18px;

    /* font-weight: 500; */
    color: #666666;
    line-height: 47px;
}

.standard ul li::marker {
    color: #B9956D;
    text-indent: 10px !important;
}

.standard .standard_rg {
    width: 53%;
}

.standard .standard_rg img {
    width: 100%;
    display: block;
}

/* 标准数据 开始 */
.data {
    padding-top: 123px;
}

.data .title_chinese,
.data .title_eng {
    text-align: center;
}

.data .desc {
    font-size: 18px;

    font-weight: 400;
    color: #333333;
    margin: 60px 0 50px;
    line-height: 34px;
}

.table table {
    width: 100%;
    font-size: 18px;

    text-align: center;
}

.table table td {
    padding: 28px 0;
    box-sizing: border-box;
    border-right: 1px solid #E8E8E8;
}

.table table .bg_deep {
    background-color: #C09F7C;
    color: #FFFFFF;
}

.table table .bg_shallow {
    background-color: #F1EAE2;
    color: #B9956E;
}

.table table tr td:nth-child(1) {
    width: 10%;
}

.table table tr td:nth-child(2) {
    width: 30%;
}

.table table tr td:nth-child(3) {
    width: 40%;
}

.table table tr td:nth-child(4) {
    width: 20%;
}

.data .name {
    font-size: 32px;

    /* font-weight: 500; */
    color: #333333;
    margin-top: 70px;
    margin-bottom: 23px;
}

.data .name span {
    font-size: 42px;
    color: #B9956E;

    font-weight: 500;
}

.data .text {
    font-size: 18px;

    color: #333333;
    line-height: 34px;
}

#main {
    width: 100%;
    height: 573px;
    margin-top: 60px;
    margin-bottom: 90px;
}

.bottom_table table {
    width: 100%;
    border-collapse: collapse;
    /* 为table设置这个属性 */
}

.bottom_table .deep {
    background: #B9956E;
    color: #fff;
}

.bottom_table .deep td {
    padding: 40px 0;
    box-sizing: border-box;
}

.bottom_table .shallow {
    background: #fff;
    color: #666;
}

.bottom_table .shallow td {
    padding: 49px 63px 63px;
    box-sizing: border-box;
}

.bottom_table td {
    border: 1px solid #E8E8E8;
    text-align: center;
    font-size: 24px;

}

.bottom_table td {
    width: 30%;
}

.signature {
    font-size: 18px;

    color: #333333;
    text-align: right;
    margin-top: 22px;
}

/* 标准数据 结束 */
@media screen and (max-width: 1200px) {
    .standard {
        align-items: flex-end;
    }

    .standard .standard_lf {
        width: 57%;
    }

    .standard .standard_rg {
        width: 43%;
    }

    .standard .title_chinese {
        font-size: 50px;
    }

    .standard .title_eng {
        font-size: 30px;
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .standard .title_eng {
        font-size: 20px;
    }

    .standard .title_chinese {
        font-size: 40px;
    }

    .standard {
        display: unset;
        padding: 0;
    }

    .standard .standard_lf {
        width: 100%;
        padding-top: 60px;
    }

    .standard .standard_rg {
        width: 100%;
        padding-bottom: 60px;
        margin-top: 30px;
    }

    .standard .desc {
        margin: 20px 0;
    }

    .data {
        padding-top: 60px;
    }

    .data .desc {
        margin: 30px 0 25px;
        font-size: 14px;
    }

    .table table td {
        padding: 14px 0;
    }

    .table table {
        font-size: 14px;
    }

    .data .name {
        margin-top: 35px;
    }

    .data .name {
        font-size: 27px;
    }

    .data .name span {
        font-size: 37px;
    }

    .bottom_table td {
        font-size: 14px;
    }

    .bottom_table .shallow td {
        padding: 25px 31px 31px;
    }

    .bottom_table .deep td {
        padding: 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .standard {
        display: unset;
        padding: 0;
    }

    .standard .standard_lf {
        width: 100%;
        padding-top: 30px;
    }

    .standard .standard_rg {
        width: 100%;
        padding-bottom: 30px;
        margin-top: 15px;
    }

    .standard .desc {
        margin: 20px 0 10px;
    }

    .data {
        padding-top: 30px;
    }

    .data .desc {
        margin: 15px 0 12px;
        font-size: 14px;
        line-height: 28px;
    }

    .table table td {
        padding: 14px 10px;
    }

    .table table {
        font-size: 14px;
    }

    .data .name {
        margin-top: 18px;
        font-size: 18px;
    }

    .data .name span {
        font-size: 29px;
    }

    .data .text {
        font-size: 14px;
        text-align: justify;
        line-height: 28px;
    }

    #main {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .bottom_table td {
        font-size: 14px;
    }

    .bottom_table .shallow td {
        padding: 13px 15px 15px;
    }

    .bottom_table .deep td {
        padding: 10px;
    }

    .signature {
        font-size: 16px;
    }

    .standard .desc {
        font-size: 14px;
        line-height: 28px;
    }

    .standard ul li {
        font-size: 14px;
        line-height: 31px;
    }
}