html,
body {
    position: relative;
    height: 100%;
}

.top-logo {
    position: absolute;
    top: 10px;
    /*left: 77px;*/
    z-index: 10;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.top-logo-left {
    width: 20%;
    text-align: center;
}

.top-logo-center {
    width: 60%;
}


.search-div {
    height: 40px;
    background: #FFFFFF;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    /*visibility: hidden;*/
    transition: opacity .5s ease;
    border-top: 1px solid #ECE1CD;
}

.search-div-input {
    font-size: 16px;
    color: #AAAAAA;
    height: 30px;
    width: 95%;
}

.search-div-input::placeholder {
    font-size: 16px;
    color: #AAAAAA;
}

#head.search_open .search-view {
    -webkit-transform: translate3d(-50%, 0, 1px);
    transform: translate3d(-50%, 0, 1px);
    opacity: 1;
}

.search-view {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    z-index: 11;
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .2);
    /*border-radius: 0 0 10px 10px;*/
    -webkit-transform: translate3d(-50%, -100%, 1px);
    transform: translate3d(-50%, -100%, 1px);
    opacity: 0;
    height: 80px;
    display: flex;
    align-items: center;
    transition: opacity .8s cubic-bezier(.2, 1, .3, 1), -webkit-transform .8s cubic-bezier(.2, 1, .3, 1);
    transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1);
    transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1), -webkit-transform .8s cubic-bezier(.2, 1, .3, 1);
}

.searchview_wrapper {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.searchview_wrapper .search-input {
    font-size: 16px;
    color: #AAAAAA;
    height: 40px;
    width: 95%;
}

.searchview_wrapper .search-input::placeholder {
    font-size: 16px;
    color: #AAAAAA;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.swiper-pagination-custom {*/
/*    left: 95%;*/
/*    transform: translate3d(0px, -50%, 0);*/
/*}*/

.swiper-pagination-customs {
    margin-top: 15px;
    width: 10px;
    height: 10px;
    background-color: #333333;
    opacity: 0.5;
}

.swiper-pagination-customs-active {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #FFFFFF;
}

@media screen and (min-width: 961px) and (max-width: 1920px) {
    .menu {
        position: relative;
        height: 70%;
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: center;
    }

    .menu-row {
        width: 65%;
        display: flex;
        flex-flow: row;
        justify-content: space-around;
    }

    .menu-item {
        display: flex;
        flex-flow: column;
        justify-content: left;
        line-height: 20px;
        font-size: 16px;
        font-weight: 400;
        color: #332C2B;
        transition: all 0.3s;
    }

    .title-en {
        font-size: 14px;
        line-height: 20px;
    }

    .footer {
        font-size: 14px;
    }

    .swiper {
        width: 100%;
        max-height: 80%;
    }

    .top-logo-right {
        width: 20%;
        padding-left: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer {
        width: 100%;
        border-top: 1px solid #ECE1CD;
        height: 30%;
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: center;
    }

}

@media screen and (max-width: 960px) {
    .menu {
        position: relative;
        display: flex;
        max-height: 70%;
        flex-flow: row;
        align-items: center;
        justify-content: center;
    }

    .menu-row {
        width: 65%;
        display: flex;
        flex-flow: row;
        justify-content: space-around;
        height: 100px;
    }

    .menu-item {
        display: flex;
        flex-flow: column;
        justify-content: left;
        line-height: 20px;
        font-size: 10px;
        /*font-family: Microsoft YaHei;*/
        font-weight: 400;
        color: #332C2B;
        transition: all 0.3s;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    .title-en {
        font-size: 10px;
        line-height: 20px;
    }

    .footer {
        width: 100%;
        border-top: 1px solid #ECE1CD;
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: center;
    }

    .footer div {
        width: 33%;
        font-size: 12px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    .swiper {
        width: 100%;
        max-height: 80%;
    }

    .top-logo-right {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


.flaticon-back {
    transform: rotate(-90deg);
    font-size: 12px;
    margin-left: 5px;
}


.menu-item:hover > a > .flaticon-back {
    transform: rotate(-270deg);
}

.menu-item a {
    color: #332C2B;
    transition: all 0.3s;
    padding: 32px 0 32px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.menu-item > a .select-img {
    transition: all 0.3s;
    opacity: 0;
}

.menu-item:hover > a .select-img {
    opacity: 1;
}

.menu-item:hover > a {
    color: #C6BAA5;
    cursor: pointer;
}

.menu-dropdown {
    height: 140px;
    left: 0;
    bottom: 100%;
    position: absolute;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px -6px 10px 0px rgba(51, 51, 51, 0.1);
}

.menu-item:hover .menu-dropdown {
    opacity: 1;
    z-index: 100;
}

.menu-dropdown > div > a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.menu-dropdown > div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}

.menu-dropdown > div:hover a {
    color: #C6BAA5;
    cursor: pointer;
}

.menu-dropdown > div:hover .imgHover {
    display: block;
}

.menu-dropdown > div:hover .imgNoHover {
    display: none;
}

.imgHover {
    display: none;
}

.imgNoHover {
    display: block;
}

.footer-row {
    display: flex;
    flex-flow: row;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A1A1A1;
}

.footer > div {
    width: 33.3%;
    text-align: center;
}