/* MEGAMENU STYLE
=================================*/

.menu .btn {
    display: inline-block;
    vertical-align: top;padding: 0px;margin: 0px;border: 0px
}
.menu .btn dl{padding: 0px;margin: 0px}
.menu .btn dl dd {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    width: auto;margin: 0px;padding: 0px
}
.menu .btn dl dd span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu .btn dl dd span img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.menu .btn dl dd span i {
    position: relative;
    display: inline-block;
}
.menu .btn dl dd span i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.menu .btn dl dd.yuy span i:after {
    background-image: url("../images/icon-lang2.png");
}
.menu .btn dl dd.yuy ul {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 14px;
    background: #fff;
    top: 100%;
    left: 0;
    width: 120px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #59b548;
    display: none \9;
}
.menu .btn dl dd.yuy ul li {
    display: block;
    float: none;
    padding: 3px 10px;
    line-height: 24px;
    color: black;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}
.menu .btn dl dd.yuy ul li:first-child{padding-top: 10%}
.menu .btn dl dd.yuy ul li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 22px;
}
.menu .btn dl dd.yuy ul li a {
    display: block;
}
.menu .btn dl dd.yuy ul li:hover {
    /*background: #222;*/
    color: #59b548;
}
.menu .btn dl dd.yuy:hover ul {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}
.menu .btn dl dd.search span i:after {
    background-image: url("../images/icon-search2.png");
}
.menu .btn dl dd.search form {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    white-space: nowrap;
    display: none;
    z-index: 1;
}
.menu .btn dl dd.search form input {
    width: 200px;
    line-height: 50px;
    height: 50px;
    border: none;
    background: white;
    padding: 0 15px;
    font-size: 16px;
    color: black;
    display: inline-block;
    vertical-align: middle;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.menu .btn dl dd.search form input[type="submit"] {
    width: 50px;
    margin-left: -4px;
    background: url("../images/icon-search-black.png") center center no-repeat white;
    border-left: 1px solid #eee;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.menu .btn dl dd.share span i:after {
    background-image: url("../images/icon-share2.png");
}
.menu .btn dl dd.share ul {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    line-height: normal;
    display: none;
}
.menu .btn dl dd.share ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: white;
    color: black;
    font-size: 18px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.menu .btn dl dd.share ul li a {
    display: block;
}
.menu .btn dl dd.share ul li:hover {
    color: white;
    background: #59b548;
}
.menu .btn dl dd.share:hover ul {
    display: block;
}


nav.main-menu .mega-menu-item.megamenu-fw {
    position: static;
}

nav.main-menu .megamenu-fw .mega-submenu {
    left: auto;
}

nav.main-menu .megamenu-fw .mega-submenu .row {
    margin: 0;
}

nav.main-menu .megamenu-content {
    width: 100% !important;
}

nav.main-menu .megamenu-content .title {
    margin: 0;
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    padding: 14px 20px;
    border-right: 1px solid transparent;
}

nav.main-menu .mega-menu-item.megamenu-fw .mega-submenu {
    left: 0;
    right: 0;
}


nav.main-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

nav.main-menu ul li {
    position: relative;
}

nav.main-menu {
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: none;
    z-index: 2;
}

nav.main-menu li ul.mega-submenu {
    position: absolute;
    width: 240px;
    opacity: 0;
    z-index: 2;
    overflow: hidden;
    border-top: 3px solid;
    -webkit-transition: .3s all;
    transition: .3s all;
    background: #fff;
    border-radius: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    background-clip: padding-box;
    -webkit-transform: translateX(0%) translateY(10px);
    -ms-transform: translateX(0%) translateY(10px);
    transform: translateX(0%) translateY(10px);
}

nav.main-menu li:hover>ul.mega-submenu {
    overflow: visible;
    z-index: 1;
    -webkit-transform: translateX(0%) translateY(0px);
    -ms-transform: translateX(0%) translateY(0px);
    transform: translateX(0%) translateY(0px);
}

nav.main-menu ul.menu>li {
    position: relative;
    display: inline-block;
}

nav.main-menu ul.menu li ul.mega-submenu li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    padding: 15px 20px;
    text-align: left;
    color: #696884;
    border-top: 1px solid rgba(0, 43, 92, 0.08);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

ul.menu-col li a {
    color: #6f6f6f;
}

ul.menu-col li a:hover,
ul.menu-col li a:focus {
    text-decoration: none;
}


/* Responsive
=================================*/

@media (min-width: 1200px) {

    nav.main-menu li.mega-menu-item ul.mega-submenu li ul {
        left: 100%;
        top: 0;
        border-top: 0;
    }

    nav.main-menu ul.menu>li>a {
        display: block;
        position: relative;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 14px;
    }

    nav.main-menu li.mega-menu-item ul.mega-submenu li.mega-menu-item>a.mega-menu-link:before {
        font-family: "Microsoft YaHei",
            微软雅黑,
            "MicrosoftJhengHei",
            华文细黑,
            sans-serif;
        float: right;
        content: "\f105";
        margin-top: 0;
    }

    nav.main-menu ul.mega-submenu.megamenu-content .col-menu {
        padding: 0;
        border-right: solid 1px #f0f0f0;
    }

    nav.main-menu ul.mega-submenu.megamenu-content .col-menu:first-child {
        border-left: none;
    }

    nav.main-menu ul.mega-submenu.megamenu-content .col-menu:last-child {
        border-right: none;
    }

    nav.main-menu ul.mega-submenu.megamenu-content .content ul.menu-col li:last-child a {
        border-bottom: unset;
    }

    nav.main-menu li.mega-menu-item.on ul.mega-submenu.megamenu-content .content {
        display: block !important;
        height: auto !important;
    }

    nav.main-menu li.mega-menu-item:hover>ul.mega-submenu {
        opacity: 1;
        display: block;
        visibility: visible;
    }
}


@media (max-width: 1199px) {

    .menubar {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
    }

    .menubar-box {
        display: block;
        width: 30px;
        height: 24px;
    }

    .menubar-inner,
    .menubar-inner:after,
    .menubar-inner:before {
        position: absolute;
        width: 30px;
        height: 3px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #000;
    }

    .menubar--squeeze .menubar-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
        transition-duration: .1s;
    }

    .menubar-inner:after,
    .menubar-inner:before {
        display: block;
        content: '';
    }

    .menubar-inner:after {
        bottom: -8px;
    }

    .menubar-inner:before {
        top: -8px;
    }

    .menubar--squeeze.is-active .menubar-inner {
        transition-delay: .14s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: rotate(45deg);
    }

    .menubar--squeeze.is-active .menubar-inner:before {
        top: 0;
        transition: top .1s ease, opacity .1s ease .14s;
        opacity: 0;
    }

    .menubar--squeeze.is-active .menubar-inner:after {
        bottom: 0;
        transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
        transform: rotate(-90deg);
    }


    nav.main-menu {
        display: none;
        max-height: 10000px;
        position: absolute;
        box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
        z-index: 100;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        border-top: 3px solid;
    }

    nav.main-menu.show {
        display: block;
        max-height: 10000px;
    }

    nav.main-menu ul.menu,
    nav.main-menu ul.menu>li {
        display: block;
        position: relative;
    }

    nav.main-menu ul.menu>li>a {
        display: block;
        font-weight: 600;
        font-size: 16px;
        padding: 15px 15px;
        line-height: 20px;
        border-top: solid 1px #e0e0e0;
        text-align: left;
    }

    nav.main-menu ul.menu>li:first-child>a {
        border-top: none;
    }

    nav.main-menu ul.menu li>ul.mega-submenu li a:hover {
        background-color: transparent;
        color: inherit;
    }

    nav.main-menu li.mega-menu-item a.mega-menu-link:after {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }

    nav.main-menu li.mega-menu-item.on>a.mega-menu-link:after {
        content: "\f107";
    }

    nav.main-menu ul.menu-left>li:last-child>ul.mega-submenu {
        border-bottom: solid 1px #e0e0e0;
    }

    nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu {
        width: 100%;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px;
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px;
        -o-border-radius: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }

    nav.main-menu ul.menu li ul.mega-submenu li.active>a {
        background-color: transparent;
    }

    nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu.active {
        position: relative;
        visibility: visible;
        top: 0;
        width: 100%;
        opacity: 1;
        z-index: 1;
        display: block;
        background-color: transparent;
        box-shadow: unset;
    }

    nav.main-menu ul.menu ul.mega-submenu li.mega-menu-item.on>ul.mega-submenu {
        display: inline-block;
        margin-top: -10px;
    }

    nav.main-menu .mega-menu-item .megamenu-content .col-menu .title {
        padding: 10px 15px 10px 0;
        line-height: 24px;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
        letter-spacing: 0px;
        margin-bottom: 0;
        cursor: pointer;
        background-color: transparent;
        border-right: 0;
        border-bottom: solid 1px #e0e0e0;
    }

    nav.main-menu .mega-menu-item .megamenu-content .col-menu .title:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        right: 0;
    }

    nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child .title {
        border-bottom: none;
    }

    nav.main-menu .mega-menu-item .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #e0e0e0;
    }

    nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
        border-bottom: none;
    }

    nav.main-menu .mega-menu-item .megamenu-content .col-menu.on .title:before {
        content: "\f107";
    }

    nav.main-menu .megamenu-content {
        padding: 0;
    }

    nav.main-menu .megamenu-content .col-menu {
        padding-bottom: 0;
        max-width: 100%;
        flex: 100%;
    }

    nav.main-menu .megamenu-content .title {
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        font-weight: normal;
    }

    nav.main-menu .megamenu-content .content {
        display: none;
    }

    nav.main-menu .megamenu-content .content.active {
        display: block;
    }
.menu .btn dl dd span{display: none;}
   .menu .btn dl dd.yuy ul{ 
        -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;position: relative;border: 0px;width: 100%}


}