.section-xl .container1 {
    min-width: 1200px;
    height: 100%;

}

.describe {

    width: 1200px;
    height: 120px;
    border-left: 12px solid #0F6CF5;
    margin-bottom: 60px;
    position: relative;

}

.describe_ewm {
    overflow: hidden;
    position: absolute;
    width: 120px;
    height: 120px;
    background: #e8f1fe;
    border-radius: 4px;
    right: 0;
    top: 0;
}

.describe_ewm>div {
    width: 84px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.describe_ewm_img {
    margin-top: 10px !important;
}

.describe_ewm>div>img {
    width: 84px;
    height: 84px;
}


.describe .describe_list1 {
    width: 272px;
    height: 48px;
    font-size: 34px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 48px;
    margin-bottom: 30px;
    margin-left: 44px;
}

.describe .describe_list2 {

    width: 1016px;
    height: 44px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-left: 44px;
}

.title {
    width: 1200px;
    height: 100px;
    background: #F8F9FB;
    padding-left: 24px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 100px;
    margin-bottom: 60px;
}

.tab {
    width: 1200px;
    height: 200px;
    display: flex;
    margin-bottom: 40px;
}

.tab_img {
    width: 160px;
    height: 160px;
}

.tab_img>img {
    width: 100%;
    height: 100%;
}

.tab_text {
    border-radius: 5px;
    height: 240px;
    width: 902px;
    margin-left: 32px;
    margin-top: 20px;
}



.tab_text_let {
    margin-left: 0;
}

.tab_imgleft {
    margin-left: 32px;
}

.tab_text1 {
    margin-bottom: 10px;
}

.tab_text2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;

}

.tab_text3 {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.tab_textTop {
    margin-top: 70px;
}