#Frame_MenuNavbar {
    height: 58px;
    background: #F1F3F5;
    box-shadow: 0px 8px 10px 1px rgba(51,51,51,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
}

#Frame_MenuNavbar .MainMenubar {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Frame_MenuNavbar .production_service {
    max-width: 1180px;
    height: 100%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#Frame_MenuNavbar .production_service li {
    max-width: 295px;
    height: 100%;
    font-size: 18px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex: 1;
    text-align: center;
    list-style: none;
    line-height: 58px;
}

#Frame_MenuNavbar .production_service .active {
    background-color: #00309f;
}
#Frame_MenuNavbar .production_service .active a {
    color: #fff;
}

#Frame_MenuNavbar .production_service li a {
    color: #1c1c1c;
    line-height: 58px;
    width: 100%;
    height: 100%;
    display: block;
}

.service_items {
    width: 100%;
    height: 300px;
    background-image: url(../UPIMG/Services/syb_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_items .service_wrapper {
    max-width: 1180px;
    width: 1180px;
    height: 100%;
}

.service_items .service_wrapper .service_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service_items .service_wrapper .service_item .item_title {
    font-size: 40px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 80px;
    display: block;
}

.service_items .service_wrapper .service_item .item_line {
    width: 70px;
    height: 6px;
    background: #fff;
    margin: 20px 0;
    display: block;
}

.service_items .service_wrapper .service_item .item_desc {
    font-size: 18px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
}

.ssb_introduction {
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.ssb_introduction .ssb_wrap {
    max-width: 1180px;
    display: flex;
    margin: 50px 0;
    background-color: #f1f1f1;
    margin-left: auto;
    margin-right: auto;
}

.ssb_introduction .ssb_wrap img {
    width: 590px;
    height: auto;
    flex: 1;
    object-fit: cover;
}

.ssb_introduction .ssb_wrap .wrap_right {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.ssb_introduction .ssb_wrap .wrap_right span {
    max-width: 490px;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    margin-bottom: 30px;
    color: #333333;
    display: block;
}

.ssb_introduction .ssb_wrap .wrap_right span:nth-of-type(1) {
    width: 54px;
    height: 6px;
    background: #00309F;
    margin: 36px 0 16px 50px;
}

.ssb_main_features {
    width: 100%;
    background-color: #00309F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ssb_main_features .main_features_wrap {
    max-width: 1180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
}

.ssb_main_features .main_features_wrap .main_feature_position {
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #ccc;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    text-align: center;
    -webkit-text-fill-color: slategrey;
}

.ssb_main_features .main_features_wrap .main_feature_title {
    margin-top: 70px;
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
}

.ssb_main_features .main_features_wrap .main_feature_line {
    width: 70px;
    height: 4px;
    background: #00C100;
    margin: 16px 0 30px;
    display: block;
}

.ssb_main_features .main_features_wrap .features {
    display: flex;
}

.ssb_main_features .main_features_wrap .features .feature {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    min-height: 297px;
    background-color: #fff;
    border-radius: 2px;
}

.ssb_main_features .main_features_wrap .features .feature:last-child {
    margin-right: 0;
}

.ssb_main_features .main_features_wrap .ssb_features .feature img:hover,
.ssb_main_features .main_features_wrap .sjy_features .feature img:hover {
    transform: rotate(360deg);
}

.ssb_main_features .main_features_wrap .features .feature img {
    height: 150px;
    object-fit: cover;
    border-radius: 2px 2px 0 0;
    transition: transform .4s linear;
}

.ssb_main_features .main_features_wrap .features .feature span {
    font-size: 18px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #00309F;
    padding: 16px 30px;
    border-radius: 0 0 2px 2px;
    max-width: 120px;
    display: block;
}

/* .ssb_main_features .main_features_wrap .features .feature:nth-of-type(1) {
    width: 460px;
}

.ssb_main_features .main_features_wrap .features .feature:nth-of-type(1) img {
    width: 460px;
} */

.more_features {
    width: 100%;
    background-color: #e6e7e8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.more_features .more_features_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.more_features .more_features_wrap h1 {
    margin-top: 50px;
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333;
}

.more_features .more_features_wrap .more_features_subtitle {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-right: 4px;
}

.more_features .more_features_wrap .more_features_line {
    width: 70px;
    height: 4px;
    background: #00C100;
    margin-top: 16px;
    margin-bottom: 20px;
}

.more_features .more_features_wrap .more_features_description {
    max-width: 640px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}

.more_features .features {
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 80px;
    padding: 20px 10px;
}

.more_features .features .img_desc:hover {
    transform: scale(1.08);
    text-shadow: 5px 5px 10px #fff;
}

.more_features .features .img_desc {
    width: 220px;
    min-height: 276px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    border-radius: 2px;
    transition: transform .5s linear;
}

.more_features .features .img_desc.img_desc_marginBottom {
    margin-bottom: 20px;
}

.more_features .features .img_desc:nth-of-type(5) {
    margin-right: 0;
}

.more_features .features .img_desc:nth-of-type(9) {
    margin-right: 0;
}

.more_features .features .img_desc:last-of-type {
    width: 460px;
}

.more_features .features .img_desc img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin: 30px 0 16px 30px;
}

.more_features .features .img_desc strong {
    font-size: 16px;
    margin-left: 30px;
}

.more_features .features .img_desc span {
    margin: 0 30px;
    font-size: 14px;
    display: block;
}

.more_features .features .img_desc span:last-of-type {
    margin-bottom: 30px;
}

.more_features .fba_features {
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 80px;
    padding: 10px;
}

.more_features .fba_features .img_desc:hover {
    transform: scale(1.08);
    text-shadow: 5px 5px 10px #fff;
}

.more_features .fba_features .img_desc {
    width: 180px;
    min-height: 194px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    transition: transform .5s linear;
}

.more_features .fba_features .img_desc img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin: 30px 0 16px 30px;
}

.more_features .fba_features .img_desc strong {
    font-size: 16px;
    margin-left: 30px;
    display: block;
}

.more_features .fba_features .img_desc span {
    margin: 0 30px;
    font-size: 14px;
    display: block;
}

.more_features .fba_features .img_desc:last-child {
    margin-right: 0;
}

@media only screen and (max-width:768px) {
    .ssb_main_features .main_features_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ssb_main_features .main_features_wrap .features {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .ssb_main_features .main_features_wrap .features .feature {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .ssb_main_features .main_features_wrap .features .feature:last-child {
        margin-bottom: 0;
    }
    .more_features .more_features_wrap .features {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more_features .more_features_wrap .features .img_desc {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .ssb_main_features .main_features_wrap .ssb_features {
        max-width: 520px;
        justify-content: flex-start;
    }
    .ssb_main_features .main_features_wrap .ssb_features .feature {
        margin: 10px;
    }
    .more_features {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more_features .ssb_type_features {
        max-width: 500px !important;
    }
    .more_features .ssb_type_features .img_desc {
        margin-bottom: 20px;
    }
    .more_features .ssb_type_features .img_desc:nth-child(5) {
        margin-right: 20px;
    }
    .ssb_main_features .main_features_wrap .features.sjy_features .feature {
        max-width: 186px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .ssb_main_features .main_features_wrap .features.syb_features {
        max-width: 480px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ssb_main_features .main_features_wrap .features.syb_features .feature {
        margin-left: 10px;
        margin-right: 10px;
    }
    .more_features .features.syb_features {
        max-width: 480px;
    }
    .more_features .features.syb_features .img_desc {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .ssb_introduction .ssb_wrap {
        flex-direction: column;
        display: table;
    }
    
}
@media only screen and (max-width:667px) {
    .ssb_introduction .ssb_wrap {
        display: flex;
    }
    .ssb_introduction .ssb_wrap img {
        width: 100%;
    }
    .ssb_main_features .main_features_wrap .features {
        max-width: 100% !important;
        justify-content: center !important;
    }
    .ssb_main_features .main_features_wrap .features .feature {
        width: 100%;
        margin: 10px !important;
        min-height: 240px;
    }
    .fba_features {
        max-width: 508px !important;
        align-items: center;
        justify-content: center;
    }
    .fba_features .img_desc:nth-child(2) {
        margin-right: 0;
    }
    .fba_features .img_desc:nth-child(4) {
        margin-right: 0;
    }
    .more_features .ssb_type_features {
        width: 100%;
        justify-content: center;
    }
    .more_features .ssb_type_features .img_desc {
        width: 100% !important;
        margin: 0 10px 20px !important;
        min-height: 200px;
    }
    .more_features .features.syb_features .img_desc {
        width: 100%;
        min-height: 200px;
        margin-left: 0;
        margin-right: 0;
    }
    .more_features .more_features_wrap .features {
        width: 100%;
        box-sizing: border-box;
    }
    .more_features .more_features_wrap .features .img_desc {
        width: 100%;
        min-height: 200px;
        margin-right: 0;
    }
    .more_features .fba_features {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .more_features .fba_features .img_desc {
        width: 100%;
        margin-right: 0;
    }
    .ssb_main_features .main_features_wrap .features.sjy_features .feature {
        max-width: 100%;
    }
    .ssb_main_features .main_features_wrap .features .feature span {
        max-width: 100%;
    }
}

@media screen and (min-width: 667px) and (max-width:768px) {
    .fba_features {
        align-items: center;
        justify-content: center;
    }
    .fba_features .img_desc:nth-child(3) {
        margin-right: 0;
    }
}


@media screen and (min-width:768px) and (max-width:1024px) {
    .more_features .more_features_wrap .features {
        display: flex;
        margin-left: 52%;
        margin-right: 48%;
    }
    .more_features .more_features_wrap .features .img_desc {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .fba_features {
        max-width: 768px !important;
        align-items: center;
        justify-content: center;
    }
    .fba_features .img_desc:nth-child(3) {
        margin-right: 0;
    }
    .ssb_main_features .main_features_wrap .ssb_features {
        max-width: 720px;
        display: flex;
        flex-wrap: wrap;
    }
    .ssb_main_features .main_features_wrap .ssb_features .feature {
        margin: 10px;
    }
    .more_features {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more_features .ssb_type_features {
        max-width: 700px;
    }
    .more_features .ssb_type_features .img_desc {
        margin-bottom: 20px;
    }
    .more_features .ssb_type_features .img_desc:nth-child(5) {
        margin-right: 20px;
    }
    .more_features .ssb_type_features .img_desc:nth-child(3) {
        margin-right: 0;
    }
    .more_features .ssb_type_features .img_desc:nth-child(6) {
        margin-right: 0;
    }
    .ssb_main_features .main_features_wrap .features.sjy_features {
        max-width: 600px;
        display: flex;
        flex-wrap: wrap;
    }
    .ssb_main_features .main_features_wrap .features.sjy_features .feature {
        max-width: 186px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .ssb_main_features .main_features_wrap .features.syb_features {
        max-width: 720px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ssb_main_features .main_features_wrap .features.syb_features .feature {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .more_features .features.syb_features {
        max-width: 720px;
    }
    .more_features .features.syb_features .img_desc {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .ssb_introduction .ssb_wrap {
        flex-direction: column;
        display: table;
    }
}


@media screen and (min-width:1024px) and (max-width:1280px) {
    .more_features .more_features_wrap .features {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more_features .more_features_wrap .features .img_desc {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .more_features {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more_features .fba_features {
        max-width: 960px;
    }
    .more_features .ssb_type_features {
        max-width: 940px;
    }
    .more_features .ssb_type_features .img_desc:nth-child(5) {
        margin-right: 20px;
    }
    .more_features .ssb_type_features .img_desc:nth-child(4) {
        margin-right: 0;
    }
    .more_features .ssb_type_features .img_desc:nth-child(8) {
        margin-right: 0;
    }
    .more_features .ssb_type_features .img_desc {
        margin-bottom: 20px;
    }
    .ssb_main_features .main_features_wrap .features.sjy_features {
        max-width: 820px;
        display: flex;
        flex-wrap: wrap;
    }
    .ssb_main_features .main_features_wrap .features.sjy_features .feature {
        max-width: 186px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .more_features .more_features_wrap .fba_features.sjy_fba_features {
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ssb_main_features .main_features_wrap .features.syb_features {
        max-width: 960px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ssb_main_features .main_features_wrap .features.syb_features .feature {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .more_features .features.syb_features {
        max-width: 960px;
    }
    .more_features .features.syb_features .img_desc {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .ssb_introduction .ssb_wrap {
        flex-direction: column;
        display: table;
    }
}
