/**
英文版的头部
*/
.home-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /*line-height: 120px;*/
    /*padding: 10px 60px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000000 100%);

    z-index: 100;
}

.sm-menu-toggle {
    display: none;
}

.sm-menu-header {
    display: none;
}

.header-menu {
    text-align: right;
}

.header-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
}

.home-header-nav-logo {
    margin-top: 13px;
    height: 54px;
}

.home-header-nav-link {
    position: relative;
    display: inline-block;
}

.home-header-nav-link > a {
    position: relative;
    display: inline-block;
    line-height: 80px;
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
    font-family: FiraSans-Regular;
    font-size: 16px;
    text-shadow: 0 2px 4px rgba(245, 245, 245, 0.17);
}

.home-header-nav-link .header-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    opacity: 0;

    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.home-header-nav-link:hover > .header-border {
    opacity: 1;
}

.home-sub-nav {
    height: 0;
    position: absolute;
    top: 80px;
    left: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    overflow: hidden;

    background-color: rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0 0 3px 0 #999;
    -moz-box-shadow: 0 0 3px 0 #999;
    box-shadow: 0 0 3px 0 #999;

    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.home-sub-nav-link {
    position: relative;
    display: block;
    width: 180px;
    padding: 0 30px;
    line-height: 60px;
    color: #eee;
    text-decoration: none;
    font-family: FiraSans-Regular;
    font-size: 16px;
    text-shadow: 0 2px 4px rgba(245, 245, 245, 0.17);

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.home-header-nav-link:hover .home-sub-nav {
    height: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.home-sub-nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;

    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.home-sub-nav-link:hover {
    opacity: 1;
    color: #fff;
}

.home-footer {
    position: fixed;
    bottom: 0;
    right: 5px;
    color: #fff;
    font-size: 12px;
    z-index: 200;
}

.bg-slide {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slide-txt {
    position: absolute;
    padding: 10px;
    left: 10%;
    bottom: 15%;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;

    text-shadow: 0 0 15px rgba(50, 50, 50, 0.6);

    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gUKFg4coizRPgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAuElEQVRIx+2UsQrCMBRFT6UgFEuhCIogdBT8jn51f6aTtoMtJaXgpIN3eEu3iAjvLCG5gZOE95LUzWsL7IAcKICMDwswAQGYmzp5EpFU0j1wAg46ABL2wE3z6OJc0gtQAaWyAWiN9BFbXOimFXAFjso6jaMOQWxxpluXkp5NfleWxRZv+BGpqjfoOTuTdVoL2hNdPKl6W/O8trh67YkuDqZlxpV2Ct8Qz6ZlhrUPBMdxHMdxHOfveAOncDEgbY1lOQAAAABJRU5ErkJggg==");

    background-size: 8px 8px;

    /*   -webkit-transform: translate3d(-200%,0,0);
       -moz-transform: translate3d(-200%,0,0);
       -ms-transform: translate3d(-200%,0,0);
       -o-transform: translate3d(-200%,0,0);
       transform: translate3d(-200%,0,0);
   */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.slide-txt.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
    .home-header {

    }

    .home-header-nav-logo {
        margin: 13px 0 0 15px;
    }

    .header-menu {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 60%;
        text-align: left;
        background-color: #fff;
        box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.1);

        -webkit-transition: transform .36s;
        -moz-transition: transform .36s;
        -ms-transition: transform .36s;
        -o-transition: transform .36s;
        transition: transform .36s;

        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .sm-menu-header {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #ccc;
    }

    .header-menu.active {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .home-header-nav-link > a {
        display: block;
        margin: 0;
        padding: 0 15px;
        line-height: 40px;
        font-weight: bold;
        color: rgba(88, 151, 95, 1);
        -webkit-box-shadow: 0 0 0;
        -moz-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
    }

    .home-header-nav-link > a.active {
        color: #fff;
        background-color: rgba(88, 151, 95, 1);
    }

    .header-border {
        display: none;
        height: 0;
    }

    .home-sub-nav {
        height: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: rgba(244, 245, 250, 1);
        -webkit-box-shadow: 0 0 0;
        -moz-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        top: 0;
        overflow: hidden;
    }

    .home-sub-nav-link {
        height: 0;
        color: rgba(153, 158, 168, 1);
    }

    .home-sub-nav-link.active {
        color: rgba(88, 151, 95, 1);
    }

    .home-sub-nav.active {
        display: block;
        height: auto;
        position: relative;
    }

    .home-sub-nav.active > .home-sub-nav-link {
        height: auto;
    }

    .home-header-nav-link {
        display: block;
    }

    .sm-menu-toggle {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        line-height: 90px;
        padding-right: 15px;
    }

    .sm-menu-toggle > img {
        width: 24px;
    }

    .mobile-menu-icon {
        width: 24px;
    }

    .home-footer {
        display: none;
    }
}

/* end of media screen max width 768px */