﻿#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: #749921;

}



#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_bannar {

    position: relative;

}



#Solution_bannar img {

    width: 100%;

    height: 300px;

}



#Solution_bannar .bannar {

    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_bannar .bannar span {

    font-size: 40px;

    font-weight: bold;

    color: #fff;

}

#Solution_bannar .bannar .desc {

    min-width: 320px;

}

#Solution_bannar .bannar .desc_line {

    width: 70px;

    height: 6px;

    background: #FFFFFF;

    margin-top: 20px;

    display: block;

}



.AliExpress_online {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    background-image: url(../image/aliexpressbg.png);

    background-repeat: no-repeat;

    background-size: 100% 100%;

    background-position: center;

    padding: 50px 0;

}



.AliExpress_online .aliexpress {

    max-width: 1180px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}



.AliExpress_online .aliexpress .aliexpress_title {

    font-size: 30px;

    color: #fff;

    font-weight: bold;

    display: block;

}



.AliExpress_online .aliexpress .aliexpress_desc {

    font-size: 18px;

    color: #fff;

    font-weight: 400;

    display: block;    /* 兼容IE */

}



.AliExpress_online .aliexpress .AliExpress_line {

    width: 70px;

    height: 4px;

    background-color: #fff;

    margin: 16px 0 30px;

    display: block;

}



.AliExpress_online .aliexpress .imgs {

    display: flex;

    align-items: center;

    justify-content: center;

}



.AliExpress_online .aliexpress .imgs .img_item {

    display: flex;

    flex-direction: column;

    width: 380px;

    margin-right: 20px;

}



.AliExpress_online .aliexpress .imgs .img_item:last-of-type {

    margin-right: 0;

}



.AliExpress_online .aliexpress .imgs .img_item img {

    width: 380px;

    height: 150px;

}



.AliExpress_online .aliexpress .imgs .img_item span {

    padding: 16px 0 16px 30px;

    color: #0031a0;

    background-color: #fff;

    font-size: 18px;

    font-weight: bold;

    display: block;    /* 兼容IE */

}



.solution_items {

    width: 100%;

    background-color: #e6e7e8;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 50px 0;

}



.solution_items .items {

    max-width: 1180px;

    display: flex;

    flex-wrap: wrap;

    padding: 10px;

}



.solution_items .items .s_item:hover {

    transform: scale(1.08);

    text-shadow: 5px 5px 10px 5px #fff;

}



.solution_items .items .s_item {

    width: 220px;

    min-height: 238px;

    background-color: #fff;

    border-radius: 2px;

    display: flex;

    flex-direction: column;

    margin-right: 20px;

    margin-bottom: 20px;

    transition: transform .3s linear;

}



.solution_items .items .s_item:nth-of-type(5) {

    margin-right: 0;

}



.solution_items .items .s_item img {

    width: 40px;

    height: 40px;

    margin: 30px 0 16px 30px;

}



.solution_items .items .s_item span {

    margin: 0 30px 30px;

    max-width: 400px;

    font-family: Source Han Sans CN-Regular, Source Han Sans CN;

    display: block;

}



.solution_items .items .s_item span:nth-of-type(1) {

    margin-bottom: 8px;

    color: #333;

    font-weight: bold;

}



.solution_items .items .s_item .last_item {

    display: flex;

    flex-direction: column;

}



.solution_items .items .s_item:last-of-type {

    width: 460px;

}



.solution_items .items .s_item .last_item span:nth-of-type(1) {

    margin-bottom: 0;

    color: #666;

    font-weight: normal;

}



.wish_online {

    width: 100%;

    height: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    background-image: url(../image/wishbg.png);

    background-repeat: no-repeat;

    background-size: 100% 100%;

    background-position: center;

}



.wish_online .wish {

    max-width: 1180px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 50px 0;

}



.wish_online .wish .wish_title {

    font-size: 30px;

    color: #fff;

    font-weight: bold;

}



.wish_online .wish .wish_desc {

    font-size: 18px;

    color: #fff;

    font-weight: 400;

    display: block;    /* 兼容IE */

}



.wish_online .wish .wish_line {

    width: 70px;

    height: 4px;

    background-color: #fff;

    margin: 16px 0 30px;

}



.wish_online .wish .imgs {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0 10px;

}



.wish_online .wish .imgs .img_item {

    display: flex;

    flex-direction: column;

    width: 220px;

    margin-right: 20px;

}



.wish_online .wish .imgs .img_item:last-of-type {

    margin-right: 0;

}



.wish_online .wish .imgs .img_item img {

    width: 220px;

    height: 150px;

}



.wish_online .wish .imgs .img_item span {

    padding: 16px 0 16px 30px;

    color: #0031a0;

    background-color: #fff;

    font-size: 18px;

    font-weight: bold;

    display: block;    /* 兼容IE */

}



.wish_online .wish .imgs .img_item:first-of-type {

    width: 460px;

}



.wish_online .wish .imgs .img_item:first-of-type img {

    width: 460px;

}



.wish_items {

    width: 100%;

    background-color: #e6e7e8;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 50px 0;

}



.wish_items .items {

    max-width: 1180px;

    display: flex;

    flex-wrap: wrap;

    padding: 10px;

}



.wish_items .items .w_item {

    width: 220px;

    height: 238px;

    background-color: #fff;

    border-radius: 2px;

    display: flex;

    flex-direction: column;

    margin-right: 20px;

    margin-bottom: 20px;

    transition: transform .3s linear;

}



.wish_items .items .w_item:hover {

    transform: scale(1.08);

    text-shadow: 5px 5px 10px 5px #fff;

}



.wish_items .items .w_item:nth-of-type(5) {

    margin-right: 0;

}



.wish_items .items .w_item img {

    width: 40px;

    height: 40px;

    margin: 30px 0 16px 30px;

}



.wish_items .items .w_item span {

    margin: 0 30px;

    max-width: 400px;

    font-family: Source Han Sans CN-Regular, Source Han Sans CN;

    display: block;

}



.wish_items .items .w_item span:nth-of-type(1) {

    margin-bottom: 8px;

    color: #333;

    font-weight: bold;

}



@media only screen and (max-width:768px) {

    #Solution_bannar .bannar {

        left: 20px;

    }

    .AliExpress_online .aliexpress .imgs {

        max-width: 500px;

        display: flex;

        flex-wrap: wrap;

    }

    .AliExpress_online .aliexpress .imgs .img_item {

        margin-bottom: 20px;

        margin-left: 0;

        margin-right: 0;

    }

    .solution_items .items {

        max-width: 500px;

    }

    .solution_items .items .s_item:nth-child(5) {

        margin-right: 20px;

    }

    .wish_online .wish .imgs {

        max-width: 500px;

        display: flex;

        flex-wrap: wrap;

        justify-content: flex-start;

    }

    .wish_online .wish .imgs .img_item {

        margin-bottom: 20px;

    }



    .wish_items .items {

        max-width: 500px;

        display: flex;

        flex-wrap: wrap;

        justify-content: flex-start;

    }

    .wish_items .items .w_item {

        margin-right: 20px;

    }

    .wish_items .items .w_item:nth-child(5) {

        margin-right: 20px;

    }

}



@media screen and (min-width:768px) and (max-width:1024px)  {

    .AliExpress_online .aliexpress .imgs {

        max-width: 720px;

        display: flex;

        flex-wrap: wrap;

    }

    .AliExpress_online .aliexpress .imgs .img_item {

        margin-bottom: 20px;

        margin-left: 0;

        margin-right: 0;

    }

    .solution_items .items {

        max-width: 720px;

    }

    .solution_items .items .s_item:nth-child(5) {

        margin-right: 20px;

    }

    .wish_online .wish .imgs {

        max-width: 720px;

        display: flex;

        flex-wrap: wrap;

        justify-content: flex-start;

    }

    .wish_online .wish .imgs .img_item {

        margin-bottom: 20px;

    }

    .wish_items .items {

        max-width: 720px;

        display: flex;

        flex-wrap: wrap;

        justify-content: flex-start;

    }

    .wish_items .items .w_item {

        margin-right: 20px;

    }

    .wish_items .items .w_item:nth-child(5) {

        margin-right: 0;

    }

}

@media screen and (min-width:1024px) and (max-width:1280px) {

    .AliExpress_online .aliexpress .imgs {

        max-width: 960px;

        display: flex;

        flex-wrap: wrap;

        justify-content: flex-start;

    }

    .AliExpress_online .aliexpress .imgs .img_item {

        margin-bottom: 20px;

        margin-right: 20px;

    }

    .solution_items .items {

        max-width: 960px;

    }

    .solution_items .items .s_item:nth-child(5) {

        margin-right: 20px;

    }

    .wish_online .wish .imgs {

        max-width: 960px;

        display: flex;

        flex-wrap: wrap;

        justify-content: flex-start;

    }

    .wish_online .wish .imgs .img_item {

        margin-bottom: 20px;

    }

    .wish_items .items {

        max-width: 960px;

        display: flex;

        flex-wrap: wrap;

        justify-content: flex-start;

    }

    .wish_items .items .w_item {

        margin-right: 20px;

    }

    .wish_items .items .w_item:nth-child(5) {

        margin-right: 20px;

    }

}




@media (max-width: 767px) {
    .AliExpress_online .aliexpress .imgs .img_item {
        width: 100%;
    }
    .AliExpress_online .aliexpress {
        padding: 0 5%;
    }
    .AliExpress_online .aliexpress .imgs .img_item img,
    .wish_online .wish .imgs .img_item img {
        width: 100%;
        object-fit: cover;
    }
    .AliExpress_online .aliexpress .imgs .img_item {
        width: 100%;
    }
    .wish_online {
        width: auto;
        padding: 0 5%;
    }
    .wish_online .wish .imgs .img_item,
    .wish_online .wish .imgs .img_item:first-of-type {
        width: 100%;
    }
    .wish_online .wish .imgs {
        max-width: 100%;
    }
    .wish_items .items {
        max-width: 100%;
    }
    .wish_items .items .w_item,
    .wish_items .items .w_item:nth-child(5) {
        width: 100%;
        margin-right: 0!important;
    }
    .wish_online .wish .imgs .img_item {
        margin-right: 0;
    }
}