/* ==========================================================================
   Global
   ========================================================================== */
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 6px;
    background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 3px;
    background-color: #bdb9b9;
}

:root {
    --primary: #009B4C;
}

a {
    color: #333;
}

a:hover {
    color: var(--primary, #009B4C);
}

a:focus {
    outline: none;
    -moz-outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

body {
    color: #333;
    font: 14px/1.2 "è‹¹æ–¹", Microsoft Yahei, Arial;
}

.wrapper {
    max-width: 1560px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width:1536px) {
    .wrapper {
        max-width: 1440px;
    }
}

@media only screen and (max-width:1440px) {
    .wrapper {
        max-width: 1366px;
    }
}

@media only screen and (max-width:1366px) {
    .wrapper {
        max-width: 1280px;
    }
}

@media only screen and (max-width:1280px) {
    .wrapper {
        max-width: 1152px;
    }
}

@media only screen and (max-width:1152px) {
    .wrapper {
        max-width: 1024px;
    }
}

@media only screen and (max-width:1024px) {
    .wrapper {
        max-width: 960px;
    }
}


@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-condensed-3-webfont.woff') format('woff2'),
        url('../fonts/roboto-condensed-3-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}



/* ==========================================================================
Header
========================================================================== */
.logo {
    position: absolute;
    left: 20px;
    width: 67px;
    height: 100px;
    overflow: hidden;
    line-height: 100px;
    background: url(../static/logo.png) no-repeat left center;
}

.logo img {
    max-width: 100%;
    display: none;
}

#globalnav.mini_top .logo {
    background: url(../static/logo.png) no-repeat left center;
}

.serchinco {
    position: absolute;
    cursor: pointer;
    z-index: 999;
    width: 1rem;
    height: .42rem;
    border-radius: .42rem;
    background: linear-gradient(90.00deg, rgb(0, 155, 76), rgb(67, 184, 168) 100%);
    top: 50%;
    transform: translateY(-50%);
    right: 2.87rem;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

.serchinco img {
    max-width: 100%;
    margin-right: 5px;
}

.globalsearch {
    display: none;
}

.globalsearch {
    position: absolute;
    top: 100px;
    right: 0;
    width: 280px;
    padding: 10px;
    z-index: 99;
    background: #009B4C;
}

.globalsearch .warp {
    background: #fff;
}

.globalsearch #q {
    float: left;
    border: 0 none;
}

.globalsearch .search-btn {
    float: right;
    border: 0 none;
}

.globalsearch #q {
    width: calc(100% - 70px);
    height: 18px;
    line-height: 18px;
    padding: 10px;
    background: #fff;
    border: 1px solid #fff;
    font: 400 12px/18px microsoft yahei;
}

.globalsearch .search-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: url(../static/search2.svg) no-repeat center;
}

.login {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.3rem;
    z-index: 999;
    width: 1.34rem;
    height: .42rem;
    border-radius: .42rem;
    background: linear-gradient(90.00deg, rgb(0, 155, 76), rgb(67, 184, 168) 100%);
}

.login img {
    max-width: 100%;
    margin-right: 5px;
}

.login_link {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    position: relative;
    cursor: pointer;
}

.login_link:hover {
    color: #fff;
}

.login_drop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .5rem;
    min-width: 1.34rem;
    border-radius: .08rem;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: .25rem .15rem;
}

.system_item {
    line-height: 2;
    font-size: .16rem;
    color: #fff;
    position: relative;
    padding: 0 .1rem;
    box-sizing: border-box;
    white-space: nowrap;
    display: inline-block;
}

.system_item:nth-child(1)::before{
    content: "";
    position: absolute;
    top: -.2rem;
    left: 0;
    width: 100%;
    height: .02rem;
    background-color: #009B4C;
}

.language {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 999;
    width: .87rem;
    height: .42rem;
    border-radius: .42rem;
    background: linear-gradient(90.00deg, rgb(0, 155, 76), rgb(67, 184, 168) 100%);
}

.language img {
    max-width: 100%;
    margin-right: 5px;
}

.language_link {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

.language_link:hover {
    color: rgb(255, 255, 255);
}

#globalnav #gn_07 {
    display: none;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
}

@media only screen and (max-width:1280px) {

    .serchinco,
    .login_link,
    .language_link {
        font-size: 14px;
        line-height: 1;
    }
}

@media only screen and (max-width:920px) {

    .language,
    .logo {
        display: none;
    }

    #globalnav #gn_07 {
        display: block;
    }

    .globalsearch {
        top: 48px;
    }

    .serchinco {
        font-size: 12px;
        width: 65px;
        height: 28px;
        right: 150px;
        top: 10px;
        transform: translateY(0);
    }

    .login {
        font-size: 12px;
        right: 48px;
        width: 90px;
        height: 28px;
        top: 10px;
        transform: translateY(0);
    }

    .login_drop{
        top: 30px;
    }

    .login_link {
        font-size: 12px;
    }

}

@media only screen and (max-width: 500px) {
    .globalsearch {
        width: calc(100% - 30px);
    }
}

/* ==========================================================================
Nav å¯¼èˆªæ 
========================================================================== */

.dropdown {
    position: absolute;
    z-index: 999;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding: 15px 20px;
    border-bottom: 3px solid #009B4C;
    top: 100%;
    min-width: 110px;
}

.dropdown:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
    border-top-style: solid;
    border-width: 5px 5px 0;
    border-top-color: #009B4C;
    left: 50%;
    margin-left: -5px;
    top: -5px;
}

.dropdown a {
    white-space: nowrap;
    line-height: 30px;
    font-size: 14px;
    float: left;
    padding: 0;
    color: #000;
    background: none;
    border-bottom: 0 none;
    width: 100%;
    display: block;
    text-align: center;
}

.dropdown a .fa {
    font-size: 12px;
    line-height: 30px;
    color: #ccc;
    padding-right: 5px;
}

.dropdown a:hover,
.dropdown a:hover .fa {
    color: #009B4C;
}

@media only screen and (max-width:920px) {
    .dropdown a {
        white-space: nowrap;
        font-size: 14px;
        width: 100%;
        text-align: left;
    }

    .dropdown {
        min-width: calc(100% - 40px);
        padding-top: 0;
        position: static;
        border-bottom: 2px solid #009B4C;
    }
}





/* + */
.toggle-btn {
    display: none;
}

@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }

    .inner-cont>p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}