.font {
    font-family: lato,sans-serif;
}

.wrap960 {
    width: 960px;
    margin: 0 auto;
}
.nanya_mall img{width:100%; max-width: 200px;}
footer .wrap960 .sitemap .nanya_mall a.level1{ padding-top: 0; margin-top: -12px;}
footer .wrap960{width: 1300px;}
@media screen and (max-width:1300px) {
    footer .wrap960{width: 960px;}
    .nanya_mall{display: none;}
}

@media screen and (max-width:960px) {
    .wrap960 {
        width: 100%;
    }
}

::-moz-selection {
    background: #f1e8d8;
}

::selection {
    background: #f1e8d8;
}

body {
    background: #fff;
    font-family: lato,sans-serif;
    color: #3c3934;
}

a {
    font-family: lato,sans-serif;
    text-decoration: none;
}

nav {
    display: block;
    background: #fff;
    width: 100%;
    height: 90px;
    position: relative;
    z-index: 10;
    -webkit-transition: .2s;
    transition: .2s;
}

@media screen and (max-width:960px) {
    nav {
        height: 80px;
    }
}

nav .logo {
    float: left;
    width: 116px;
    margin: 16px 63px 0 27px;
}

@media screen and (max-width:1100px) {
    nav .logo {
        margin-right: 40px;
    }
}

@media screen and (max-width:960px) {
    nav .logo {
        width: 100px;
    }
}

nav .logo img {
    width: 100%;
}

nav ul.menu {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    z-index: 1;
}

@media screen and (max-width:960px) {
    nav ul.menu {
        width: 100%;
        display: none;
        border-bottom: 1px #eee solid;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

nav ul.menu li.level1 {
    margin: 0 35px 0 0;
    padding: 0 5px;
    display: inline-block;
    height: 90px;
    position: relative;
    line-height: 90px;
    color: #4a4335;
    font-size: 16px;
    -webkit-transition: .2s;
    transition: .2s;
}
nav ul.menu li.fb_icon {
    height: 89px;
}

@media screen and (max-width:1100px) {
    nav ul.menu li.level1 {
        margin-right: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width:960px) {
    nav ul.menu li.level1 {
        height: auto;
        margin: 0;
        display: block;
        border-bottom: 1px #eee solid;
        text-align: center;
        background: #fff;
        line-height: 70px;

    }
    nav ul.menu li.fb_icon  {
        padding:0;

}
    nav ul.menu li.fb_icon a {
        background-color:#B1E2EF;

}
}

nav ul.menu li.level1 a {
    color: #4a4335;
    cursor: pointer;
    letter-spacing: .5px;
    display: block;
}


nav ul.menu li.level1:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    background: #97cee8;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

@media screen and (max-width:960px) {
    nav ul.menu li.level1:before {
        display: none;
    }
}

nav ul.menu li.level1.current:before, nav ul.menu li.level1:hover:before {
    height: 5px;
}

nav ul.menu li.level1.list {
    cursor: default;
}

@media screen and (max-width:960px) {
    nav ul.menu li.level1.list {
        text-indent: 20px;
    }
}

nav ul.menu li.level1.list .arrow {
    display: inline-block;
    content: '';
    width: 14px;
    height: 8px;
    background: url(../../images/EN/arrowDown.svg) no-repeat;
    background-size: contain;
    margin-left: 7px;
    -webkit-transition: .1s;
    transition: .1s;
}

nav ul.menu li.level1.list.open ul.dropdown {
    display: block;
}

nav ul.menu li.level1.list.open .arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

nav ul.menu li.level1.list ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 600px;
    height: 50px;
    bottom: -50px;
    left: 0;
    line-height: 50px;
    z-index: 2;
    display: none;
}

@media screen and (max-width:960px) {
    nav ul.menu li.level1.list ul.dropdown {
        width: 100%;
        height: auto;
        position: relative;
        bottom: 0;
    }

}

nav ul.menu li.level1.list ul.dropdown li.level2 {
    margin: 0 35px 0 0;
    padding: 0 5px;
    display: inline-block;
    position: relative;
}

@media screen and (max-width:960px) {
    nav ul.menu li.level1.list ul.dropdown li.level2 {
        margin: 0;
        display: block;
        text-indent: 0;
    }
}

nav ul.menu li.level1.list ul.dropdown li.level2 a {
    font-size: 14px;
    display: inline-block;
    width:120px;
    text-align:left;
    padding-left:5%;
}
nav ul.menu li.level1.list:nth-child(2) ul.dropdown li.level2:nth-child(3) a{ width: 200px}
    nav ul.menu li.level1.list ul.dropdown li.level2 a:before {
        display: inline-block;
        content: '';
        width: 6px;
        height: 6px;
        background: #4a4335;
        margin-right: 14px;
        vertical-align: middle;
    }

nav ul.menu li.level1.list ul.dropdown li.level2:after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    background: #7de0dc;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

@media screen and (max-width:960px) {
    nav ul.menu li.level1.list ul.dropdown li.level2:after {
        display: none;
    }
    nav ul.menu li.level1.list ul.dropdown li.level2 a:before {
        background: #1795CC;
    }
}

nav ul.menu li.level1.list ul.dropdown li.level2.current:after, nav ul.menu li.level1.list ul.dropdown li.level2:hover:after {
    height: 4px;
}

nav ul.menu li.lan {
    width: 180px;
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    font-family: lato,sans-serif;
    font-style: italic;
    color: #000;
    font-size: 14px;
    line-height: 90px;
    background: #fff;
    /*display: none;*/
}

@media screen and (max-width:960px) {
    nav ul.menu li.lan {
        position: relative;
        width: 100%;
        text-align: center;
        color: gray;
        line-height: 70px;
    }
}

nav ul.menu li.lan .wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 105px;
    height: 90px;
    line-height: 90px;
    background: #eaddc5;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

@media screen and (max-width:960px) {
    nav ul.menu li.lan .wrap {
        position: relative;
        width: 70%;
        height: 70px;
        line-height: 70px;
        display: inline-block;
        background: #fff;
        vertical-align: middle;
    }
}

nav ul.menu li.lan .wrap:after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 8px;
    background: url(../../images/EN/arrowDown.svg) no-repeat;
    background-size: contain;
    margin-left: 10px;
    -webkit-transition: .1s;
    transition: .1s;
}

@media screen and (max-width:960px) {
    nav ul.menu li.lan .wrap:after {
        display: none;
    }
}

nav ul.menu li.lan .wrap .nowLan {
    font-style: normal;
}

@media screen and (max-width:960px) {
    nav ul.menu li.lan .wrap .nowLan {
        display: none;
    }
}

nav ul.menu li.lan .wrap .lanSelect {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

@media screen and (max-width:960px) {
    nav ul.menu li.lan .wrap .lanSelect {
        display: block;
        position: relative;
        color: #000;
    }
}

nav ul.menu li.lan .wrap .lanSelect li {
    font-style: normal;
    display: block;
    width: 105px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #eaddc5;
    cursor: pointer;
}

    nav ul.menu li.lan .wrap .lanSelect li a {
        display: block;
        text-decoration: none;
        color: #6d685f;
    }

@media screen and (max-width:960px) {
    nav ul.menu li.lan .wrap .lanSelect li {
        width: 49%;
        height: 70px;
        line-height: 70px;
        float: left;
        background: #fff;
        border-right: 1px #eee solid;
    }
}

nav ul.menu li.lan .wrap .lanSelect li:hover {
    background: #e6d6ba;
}

nav ul.menu li.lan .wrap .lanSelect li.chinese {
    letter-spacing: 2px;
    border-left: 1px #eee solid;
}

nav ul.menu li.lan .wrap .lanSelect li.english {
    letter-spacing: 1px;
}

nav .menuBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    cursor: pointer;
}

@media screen and (max-width:960px) {
    nav .menuBtn {
        display: block;
    }
}

nav .menuBtn .line {
    width: 26px;
    height: 2px;
    position: absolute;
    left: 10px;
    background: #1795CC;
    -webkit-transition: .2s;
    transition: .2s;
}

    nav .menuBtn .line.top {
        top: 15px;
    }

    nav .menuBtn .line.middle {
        top: 24px;
    }

    nav .menuBtn .line.bottom {
        top: 33px;
    }

nav .menuBtn.active .top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 24px;
}

nav .menuBtn.active .middle {
    width: 0;
    left: 50%;
}

nav .menuBtn.active .bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
}

nav .level2Bg {
    position: absolute;
    z-index: -1;
    background: #fbf8f2;
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    display: none;
}

nav .mask {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: -1;
    top: 0;
    left: 0;
    display: none;
}

footer {
    background: #2e2c28;
    color: #7e786d;
    font-size: 14px;
}

    footer .top {
        display: block;
        width: 100%;
        padding: 25px 0;
        background: #373530;
        text-align: center;
        color: #eaddc5;
        font-size: 18px;
        font-style: italic;
        -webkit-transition: .2s;
        transition: .2s;
        cursor: pointer;
    }

        footer .top svg {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            fill: #eaddc5;
            -webkit-transition: .3s;
            transition: .3s;
        }

        footer .top:hover {
            color: #373530;
            background: #eaddc5;
        }

            footer .top:hover svg {
                fill: #373530;
                -webkit-transform: translate(0,-5px);
                -moz-transform: translate(0,-5px);
                -o-transform: translate(0,-5px);
                -ms-transform: translate(0,-5px);
                transform: translate(0,-5px);
            }

    footer .wrap960 {
        padding: 30px 0;
        letter-spacing: .5px;
    }

@media screen and (max-width:960px) {
    footer .wrap960 {
        display: none;
    }
}

footer .wrap960 a {
    color: #7e786d;
    -webkit-transition: .2s;
    transition: .2s;
}

    footer .wrap960 a:hover {
        color: #979187;
    }

footer .wrap960 .sitemap {
    margin: 0;
    padding: 0;
}

    footer .wrap960 .sitemap a.level1 {
        display: block;
        padding-top: 33px;
        font-size: 16px;
    }

    footer .wrap960 .sitemap li {
        list-style: none;
        margin: 0;
        padding: 10px 23.5px;
        float: left;
        border-left: 1px #403f3d solid;
    }

        footer .wrap960 .sitemap li ul.level2 {
            display: block;
            margin: 15px 0 0 0;
            padding: 0;
        }

            footer .wrap960 .sitemap li ul.level2 li {
                padding: 0;
                border-left: 0;
                list-style: none;
                float: left;
                font-size: 16px;
            }

                footer .wrap960 .sitemap li ul.level2 li:first-child {
                    margin-right: 42px;
                }

                footer .wrap960 .sitemap li ul.level2 li:last-child {
                    border-right: 0;
                }

        footer .wrap960 .sitemap li:last-child {
            border-right: 1px #403f3d solid;
        }

    footer .wrap960 .sitemap:after {
        content: "";
        display: block;
        clear: both;
    }

footer .copyright {
    padding: 35px;
    border-top: 1px #403f3d solid;
    text-align: center;
    font-style: italic;
    letter-spacing: .5px;
}

.titleBanner {
    width: 100%;
    height: 315px;
    background-position: center;
    position: relative;
    overflow: hidden;
}

    .titleBanner.green {
        background-image: url(../../images/EN/titleBanner_green.jpg);
    }

    .titleBanner.blue {
        background-image: url(../../images/EN/titleBanner_blue.jpg);
    }

    .titleBanner.yellow {
        background-image: url(../../images/EN/titleBanner_yellow.jpg);
    }

    @media screen and (max-width:650px){
      .titleBanner.green, .titleBanner.blue, .titleBanner.yellow{
          margin-bottom: -50px;
      }

    }

    .titleBanner #scene {
        margin: 0 auto;
        top: 80px;
    }

    .titleBanner .titleText img {
        width: 100%;
    }

    .titleBanner .titleText.titleLight {
        z-index: 4;
    }

    .titleBanner .titleText.titleDark {
        z-index: 3;
    }

    .titleBanner .titleText.titleMain {
        z-index: 2;
    }

    .titleBanner .titleText.titleShadow {
        z-index: 1;
    }

    .titleBanner .light {
        margin-top: -300px;
        margin-left: -100px;
    }

#loading {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}

    #loading svg {
        width: 160px;
        height: 80px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -100px 0 0 -80px;
    }

        #loading svg .fillColor {
            opacity: 0;
        }
.seohide {
    position: absolute;
    text-indent:-9999px;
}