/* ==========================================================================
   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: #005BAF;
}

a {
    color: #333;
}

a:hover {
    color: var(--primary, #005BAF);
}

a:focus {
    outline: none;
    -moz-outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

body {
    color: rgb(51, 51, 51);
    font: 14px/1.2 "苹方", Microsoft Yahei, Arial;
}

.wrapper {
    max-width: 1520px;
    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;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lrc {
    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;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-condensed-3-webfont.woff2') format('woff2'),
        url('../fonts/roboto-condensed-3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@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;
    }
}

@media only screen and (max-width:960px) {
    .wrapper {
        max-width: 920px;
    }
}

@media only screen and (max-width:768px) {
    body {
        font-size: 12px;
    }
}



/* ==========================================================================
Header
========================================================================== */
.logo {
    position: absolute;
    padding-left: 110px;
    left: 20px;
    top: 0;
    width: auto;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    background: url(../images/logo.png) no-repeat left center;
}

.logo_link {
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

#globalnav.mini_top .logo {
    background: url(../images/logo.png) no-repeat left center;
}

.home_cn {
    width: 3.1rem;
    color: #fff;
    font-size: .25rem;
    font-weight: 400;
    line-height: .29rem;
    text-align: justify;
    text-align-last: justify;
}

.home_en {
    color: #b2bbc4;
    font-size: .11rem;
    line-height: .15rem;
}

#globalnav.mini_top .home_cn {
    color: #333;
}

#globalnav.mini_top .home_en {
    color: #999;
}


.serchicon {
    position: absolute;
    width: 75px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 135px;
    top: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    z-index: 999;
    border-radius: 47px;
    background: rgb(0, 91, 175);
}

.globalsearch {
    display: none;
}

.globalsearch {
    position: absolute;
    top: 100px;
    right: 0;
    width: 280px;
    padding: 10px;
    z-index: 100002;
    background: var(--primary);
}

.globalsearch .warp {
    background: #fff;
}

.globalsearch #q {
    float: left;
    border: none;
}

.globalsearch .search-btn {
    float: right;
    border: 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(../ico/btn_ser.png) no-repeat center;
}

.language {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 103px;
    height: 40px;
    border-radius: 47px;
    background: rgb(0, 91, 175);
    font-size: 16px;
    color: #fff;
}

.language:hover {
    color: #fff;
}


#globalnav #gn_06 {
    display: none;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
}


@media only screen and (max-width:920px) {

    .language,
    .logo {
        display: none;
    }

    #globalnav #gn_06 {
        display: block;
    }

    .globalsearch {
        top: 48px;
    }

    .serchicon {
        top: 0;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        width: 60px;
        top: 12px;
        right: 48px;
    }
}

@media only screen and (max-width: 500px) {
    .globalsearch {
        width: calc(100% - 30px);
    }
}


/* ==========================================================================
Nav 导航栏
========================================================================== */
.dropdown {
    position: absolute;
    z-index: 999;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding: 15px 20px;
    border-bottom: 3px solid var(--primary);
    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: var(--primary);
    left: 50%;
    margin-left: -5px;
    top: -5px;
}

.dropdown a {
    white-space: nowrap;
    font-size: 14px;
    line-height: 2;
    float: left;
    padding: 0;
    color: #000;
    background: none;
    border-bottom: 0 none;
    width: 100%;
    display: block;
    text-align: center;
}

@media only screen and (max-width:920px) {
    .dropdown {
        position: static;
        min-width: calc(100% - 40px);
        padding-top: 0;
    }

    .dropdown a {
        text-align: left;
    }
}


/* + */
.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);
    }
}




/* 回到顶部 */
.fixed-top {
    position: fixed;
    right: .3rem;
    bottom: .4rem;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    height: .5rem;
    width: .5rem;
    border-radius: 50%;
    transition: all .2s;
    display: none;
    cursor: pointer;
}

.return_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-top .fa {
    color: #fff;
    font-size: .24rem;
}

.fixed-top:hover {
    background: var(--primary);
}