.banner_column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_title {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.intro {
    background-image: url(../../images/2024_new/gck/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 660px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.intro_m {
    width: 1340px;
}

.intro_t {
    font-weight: 700;
    color: #ffffff;
    font-size: 42px;
}

.intro_exp {
    color: #ffffff;
    font-size: 28px;
    margin-top: 24px;
}

.constitute {
    padding: 100px 0 136px 0;
}

.constitute_m {
    width: 1192px;
    height: 550px;
    position: relative;
    margin-top: 52px;
}

.constitute img {
    width: 690px;
}

.constitute_b {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.constitute_item {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.constitute_item_t {
    width: 160px;
    height: 44px;
    background: #e7290f;
    border-radius: 8px;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.constitute_item_exp {
    color: #333333;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.constitute_item_exp i {
    display: block;
    width: 8px;
    height: 8px;
    background: #e7290f;
    margin-right: 4px;
    border-radius: 100%;
}

.drp {
    padding: 70px 0;
    background: #fbfbfb;
}

.drp_exp {
    margin-top: 56px;
    width: 1134px;
    color: #666666;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

.drp_m {
    width: 1041px;
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drp_b {
    height: 472px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
}

.drp_b p {
    width: 160px;
    height: 120px;
    background: #f1f1f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-top: 33px;
}

.longterm {
    padding: 100px 0;
}

.longterm_img1 {
    margin: 56px 0 59px 0;
    width: 986px;
}

.longterm_img2 {
    width: 1336px;
}

.storeroom {
    padding-bottom: 100px;
}

.storeroom_m {
    margin: 59px 0 56px 0;
    width: 1115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.storeroom_img1 {
    width: 817px;
}

.storeroom_item {
    margin-bottom: 20px;
}

.storeroom_item p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 196px;
}

.storeroom_item_top {
    display: flex;
    height: 62px;
    background: #e7290f;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
    font-size: 16px;
}

.storeroom_item_btm {
    height: 68px;
    background: rgba(245, 245, 245, 0.5);
    border-radius: 0px 0px 8px 8px;
    color: #333333;
    font-size: 14px;
}

.storeroom_item_btm_span {
    display: flex;
    align-items: center;
    margin-bottom: 1px;
}

.storeroom_item_btm_span i {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
    margin-right: 4px;
}

.storeroom_img2 {
    width: 665px;
}

.highlights {
    background: #fbfbfb;
    padding: 70px 0;
}

.highlights_m {
    margin-top: 56px;
    width: 1048px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.highlights_block {
    width: 474px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.highlights_block img {
    width: 100px;
    height: 100px;
}

.highlights_block p {
    color: #333333;
    font-size: 24px;
    margin: 16px 0 32px 0;
}

.highlights_block span {
    width: 426px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

.highlights_block span label {
    color: rgba(231, 41, 15, 1);
}