#Frame_MenuNavbar {
    width: 100%;
    height: 58px;
    background: #F1F3F5;
    box-shadow: 0px 8px 10px 1px rgba(51,51,51,0.04);
}

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

#Frame_MenuNavbar .MainMenubar .Solution {
    display: flex;
    max-width: 1180px;
}

#Frame_MenuNavbar .MainMenubar .Solution label {
    width: 394px;
    line-height: 58px;
    font-size: 18px;
    text-align: center;
}

#Frame_MenuNavbar .MainMenubar .Solution .active {
    background-color: #00309f;
}

#Frame_MenuNavbar .MainMenubar .Solution .active a {
    color: #fff;
}

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

.solution_special {
    width: 100%;
    height: 300px;
    background-image: url(../UPIMG/Solution/specialGoods.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.solution_special .special_goods {
    width: 1180px;
    max-width: 1180px;
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.solution_special .special_goods .special_title {
    font-size: 40px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    min-width: 320px;
}

.solution_special .special_goods .special_line {
    width: 70px;
    height: 6px;
    background: #FFFFFF;
    margin: 20px 0;
    display: block;
}

.solution_special .special_goods .special_desc  {
    font-size: 18px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.special_good_main_features {
    width: 100%;
    height: auto;
    background: #00309F;
    display: flex;
    justify-content: center;
}

.special_good_main_features .main_features {
    display: flex;
    flex-direction: column;
    max-width: 1180px;
    position: relative;
    z-index: 0;
}
.special_good_main_features .main_features .main_features_position {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #ccc;
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    background-clip: text;
    -webkit-text-fill-color: slategrey;
    z-index: -1;
}

.special_good_main_features .main_features .main_features_title {
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    margin: 70px auto 16px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
}

.special_good_main_features .main_features .main_features_line {
    width: 70px;
    height: 4px;
    background: #00C100;
    margin: 0 auto;
    display: block;
}

.special_good_main_features .main_features .main_feature_imgs {
    display: flex;
    margin-top: 30px;
}

.special_good_main_features .main_features .main_feature_imgs .img_item {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.special_good_main_features .main_features .main_feature_imgs .img_item:nth-of-type(2) {
    margin: 0 20px;
}

.special_good_main_features .main_features .main_feature_imgs span {
    font-size: 18px;
    color: #0031a0;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    padding: 16px 28px;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    display: block;
    white-space: nowrap;
}

.special_good_main_features .main_features .main_feature_imgs img {
    width: 380px;
    height: 150px;
    object-fit: cover;
}

#Home_Frame {
    position: relative;
    z-index: 0;
}

#Home_Frame .knife_tools {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}

#Home_Frame .knife_tools span:nth-of-type(1) {
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #ccc;
    background-clip: text;
}

#Home_Frame .knife_tools .knife_line {
    width: 70px;
    height: 4px;
    background: #00C100;
    margin: 36px auto 0;
}

#Home_Frame .cover_strong {
    margin-top: 70px;
    color: #333;
}

#Home_Frame .pure_battery {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}

#Home_Frame .pure_battery span:nth-of-type(1) {
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #ccc;
    background-clip: text;
}

#Home_Frame .pure_battery .pure_battery_line {
    width: 70px;
    height: 4px;
    background: #00C100;
    margin: 36px auto 0;
}

#Home_Frame .cover_strong {
    margin-top: 70px;
    color: #333;
}

.cover_img_solution  {
    min-height: 600px;
    background-image: url(../UPIMG/Solution/pic_ktsolutionsbg.png);
    background-size: 100% 600px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.cover_img_solution.cover_img_bt_solution {
    min-height: 600px;
    background-image: url(../UPIMG/Solution/pic_btsolutionbg.png);
    background-size: 100% 600px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.cover_img_solution.cover_img_bt_solution  .cover_text {
    left: 370px;
}
.cover_img_solution .cover_text {
    width: 420px;
    height: 500px;
    position: absolute;
    top: 0;
    padding: 50px 80px;
    background-color: rgba(0,46,159,.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cover_img_solution .cover_text .introdution {
    color: #fff;
    display: flex;
    flex-direction: column;
}

.cover_img_solution .cover_text .introdution strong {
    font-size: 18px;
}

.cover_img_solution .cover_text .introdution span {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #99ACD9;
    display: block;
}

@media only screen and (max-width:768px) {
    .special_good_main_features .main_features .main_feature_imgs {
        max-width: 500px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .special_good_main_features .main_features .main_feature_imgs .img_item {
        margin-bottom: 20px;
    }
    .special_good_main_features .main_features .main_feature_imgs .img_item:nth-of-type(2) {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .special_good_main_features .main_features .main_feature_imgs .img_item:last-child {
        margin-bottom: 50px;
    }
    .cover_text {
        left: 0 !important;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .solution_special .special_goods {
        left: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .special_good_main_features .main_features .main_feature_imgs {
        max-width: 720px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .special_good_main_features .main_features .main_feature_imgs .img_item {
        margin-bottom: 20px;
    }
    .special_good_main_features .main_features .main_feature_imgs .img_item:nth-of-type(2) {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .special_good_main_features .main_features .main_feature_imgs .img_item:last-child {
        margin-bottom: 50px;
    }
    .cover_text {
        left: 0 !important;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .solution_special .special_goods {
        left: 20px;
    }
}

@media only screen and (max-width:667px) {
    #Frame_MenuNavbar .MainMenubar .Solution label {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 58px;
    }
    #Frame_MenuNavbar .MainMenubar .Solution label a {
        font-size: 16px;
        padding: 0 6px;
        box-sizing: border-box;
        line-height: 1.2;
        height: auto;
    }
    .special_good_main_features .main_features .main_feature_imgs .img_item {
        width: 100%;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .special_good_main_features .main_features .main_feature_imgs img {
        width: 100%;
    }
    .cover_img_solution .cover_text {
        width: 100%;
        height: auto;
        padding: 50px 40px;
        box-sizing: border-box;
    }
    .cover_img_solution .cover_text .introdution {
        margin-bottom: 12px;
    }
}

