/* ==========================================================================
   Global
   ========================================================================== */

html {
    font-size: 62.5%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    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 {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

a {
    color: #000;
}

a:hover {
    color: #ccac83;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

body {
    color: #333;
    font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}


@media only screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

}

.wrapper {
    max-width: 1440px;
    /*min-width: 980px; */
    _width: 1150px;
    padding: 0 65px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .wrapper {
        padding: 0 10px;
    }

}



.wrapper:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* arrow */
.arrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

.arrow * {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
}

/* arrow-right */

.arr-r * {
    border-left-style: solid;
    border-width: 4px 0 4px 4px;
}

.arr-r em {
    left: 1px;
}

.arr-r span {
    border-left-color: #3675bb;
}

.tri {
    position: absolute;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
}

/* ==================================
   menu
   ================================== */

.menu {
    position: relative;
}

/* menu-hd */

.menu-hd {
    position: relative;
    z-index: 1002;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 6px;
}

/* menu-bd */

.menu-bd {
    display: none;
    position: absolute;
    z-index: 1001;
    margin-top: -1px;
}

.menu-bd-panel {
    padding: 5px 0;
    border: 1px solid #eee;
    background: #fff;
    min-width: 96px;
}

.menu-bd-panel a {
    display: block;
    padding: 0 5px;
    line-height: 28px;
    white-space: nowrap;
    color: #6C6C6C
}

/* menu arrow */

.menu-hd .fa-caret-down {
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: 0;
    right: 6px;
}

/* menu hover */

.menu-hover .menu-hd {
    z-index: 10002;
}

.menu-hover .menu-bd {
    z-index: 10001;
}

.menu-hover .menu-hd {
    padding: 0 19px 1px 5px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #eee;
    background: #fff;
}

.menu-hover .menu-hd .fa-caret-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-hover .menu-bd-panel a:hover {
    background: #eee;
}

/* ==========================================================================
   Header
   ========================================================================== */

header .wrapper {
    position: relative;
    z-index: 99;
}

/* .topbar {
    height: 90px;
    background: #fff;
    float: right;
}

.topbar .wrapper {
    position: relative;
} */

.logo {
    width: 93px;
    height: 92px;
    overflow: hidden;
    line-height: 92px;
    position: absolute;
    left: 0px;
    top: 0;
}

.logo img {
    max-width: 100%;
}

.gpdm {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    position: absolute;
    left: 160px;
    top: 0;
    padding-left: 20px;
    border-left: 1px solid #cccccc;
}

.gpdm p.txt01 {
    color: #024099;
    font-size: 18px;
}

/*
.langbox {
    position: absolute;
    right: 10px;
    font-size: 18px;
    top: 40px;
    z-index: 3;
    line-height: 20px;
}

.langbox a {
    color: #999;
}

.langbox a:hover {
    color: #024099;
}

.langbox i {
    color: #999;
}
*/

.langbox {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 3;
    line-height: 30px;
    color: #999999;
}

.langbox .hd {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.langbox .bd {
    width: 100px;
    background: #fff;
    text-align: center;
    padding: 10px;
    margin-left: -40px;
    display: none;
}

.langbox .bd a {
    display: block;
    font-size: 14px;
}

.langbox:hover .bd {
    display: block;
    position: absolute;
}

#globalnav.mini_top .langbox,
#globalnav.mini_top .langbox a {
    color: #1f3586;
}


.envelope {
    position: absolute;
    right: 65px;
    font-size: 16px;
    top: 35px;
    z-index: 3;
    line-height: 30px;
    color: #fff;
}

.envelope a {
    color: #fff;
}

#globalnav.mini_top .envelope a {
    color: #333;
}

.toptel {
    position: absolute;
    right: 60px;
    font-size: 14px;
    top: 20px;
    color: #fff;
    line-height: 30px;
    display: none;
}

.toptel span {
    color: #1d4789;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
}

.serchinco {
    position: absolute;
    color: #999;
    right: 60px;
    top: 35px;
    line-height: 30px;
    cursor: pointer;
    z-index: 999;
    font-size: 18px;
}

.serchinco:hover {
    color: #024099;
}

.globalsearch {
    display: none;
}

.globalsearch {
    position: absolute;
    top: 90px;
    right: 0;
    width: 280px;
    padding: 15px;
    z-index: 99;
    background: #ccac83;
}

.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;
    padding: 10px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #fff;
    font: 300 12px/18px microsoft yahei;
}

.globalsearch .search-btn {
    width: 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    cursor: pointer;
    background: url(../images/btn_ser.png) no-repeat center;
}

@media only screen and (max-width:1200px) {
    .gpdm {
        left: 80px;
    }
}


@media only screen and (max-width:920px) {
    .serchinco {
        right: 48px;
        top: 0;
    }

    .globalsearch {
        top: 48px;
    }

    .logo,
    .toptel,
    .langbox,
    .envelope {
        display: none;
    }

    .topbar {
        height: 0;
    }

    .wxinco {
        display: none;
    }

    .serchinco {
        /*width:48px;*/
        height: 48px;
        line-height: 48px;
        border: 0;
        font-size: 16px;
        text-align: center;
    }

    .serchinco span {
        display: none;
    }

    .gpdm p {
        display: inline-block;
        font-size: 14px;
    }

    .gpdm p.txt01 {
        margin-left: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .gpdm {
        margin-top: 10px;
        left: 100px;
        padding-left: 10px;
    }

    #globalnav {
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 480px) {
    .globalsearch {
        width: calc(100% - 30px);
    }
}



/* ==========================================================================
Nav
========================================================================== */
/* primary */

.globalnav {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 16px;
}

.globalnav li {
    float: left;
}

.globalnav li a {
    display: block;
    color: #555;
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
    font-family: microsoft yahei;
}

.globalnav .nav-sep {
    width: 2px;
    height: 42px;
    background: url(../images/nav-sep.gif) no-repeat 0;
}

.globalnav .active a,
.globalnav li .active1 {
    color: #ccac83;
    ;
}

.dropdown {
    position: absolute;
    z-index: 999;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding: 15px 20px;
    border-bottom: 3px solid #ccac83;
    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: #ccac83;
    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;
}

@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;
    }
}

.dropdown a .fa {
    font-size: 12px;
    line-height: 30px;
    color: #ccc;
    padding-right: 5px;
}

.dropdown a:hover,
.dropdown a:hover .fa {
    color: #7f7668;
}


/* ==========================================================================
   按钮X
   ========================================================================== */
.toggle-btn {
    display: none;
}

/* .zhanwei {
    height: 130px;
} */

@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);
    }

}


/* ==========================================================================
   Content
   ========================================================================== */

.hidden {
    display: none;
}

.leftbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 65px;
    height: 100vh;
    background-color: rgba(255, 255, 255, .9);
    z-index: 1000;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.leftbox .leftinco {
    margin: 15px 0;
    position: relative;
}

.leftbox .leftinco .lefttitle {
    color: #122a88;
    font-size: 14px;
    line-height: 2;
}


@media only screen and (max-width: 768px) {
    .leftbox {
        display: none;
    }
}











/* ==========================================================================
   section0
   ========================================================================== */
.firstbg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.golbalbg {
    position: relative;
    height: 100%;
}

.golbalbg .mapbg {
    max-width: 100%;
}

#section0 .wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    text-align: center;
    white-space: nowrap;
}


.section0-title {
    font-size: 52px;
    color: rgb(43, 54, 60);
    font-weight: bold;
    text-shadow: 0.707px 0.707px 0px rgba(255, 255, 255, 0.004);
}


.section0-title2 {
    font-size: 14px;
    color: rgb(18, 42, 136);
    text-transform: uppercase;
    line-height: 2.186;
    font-weight: 400;
}

.citybox {
    position: absolute;
}

.city .country {
    width: auto;
    white-space: nowrap;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-shadow: 0.707px 0.707px 0px rgba(255, 255, 255, 0.004);
}

.city .country.top {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: -24px;
    text-align: center;
}

.city .country.right {
    left: 15px;
    top: -8px;
    text-align: left;
}

.city .country.left {
    right: 15px;
    top: -8px;
    text-align: right;
}

.city .country.bottom {
    left: -96px;
    top: 5px;
    text-align: center;
}

.city {
    position: relative;
    cursor: pointer;
}

.city .download {
    position: absolute;
    margin-left: -150px;
    top: 40px;
    left: 50%;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 1px 5px #aaa;
    border-radius: 10px;
    z-index: 88;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

.triangle {
    position: absolute;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -30px;
    left: 50%;
    margin-left: -10px;
    display: none;
    z-index: 99;
}

.dotted {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 126, 0);
    border-radius: 50%;
}

.city div[class^="pulse"] {
    /* 保证我们小波纹在父盒子里面水平垂直居中 放大之后就会中心向四周发散 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    box-shadow: 0 0 12px #F5F5F5;
    border-radius: 50%;
    animation: pulse 1.5s linear infinite;
}

/*为发散点设置延迟 注意权重问题*/
.city div.pulse2 {
    animation-delay: 0.5s;
}

.city div.pulse3 {
    animation-delay: 1s;
}

@keyframes pulse {
    0% {}

    70% {
        /* transform: scale(5);  我们不要用scale 因为他会让 阴影变大*/
        width: 20px;
        height: 20px;
        opacity: 1;
    }

    100% {
        width: 40px;
        height: 40px;
        opacity: 0;
    }
}

.city .download .cityname {
    font-size: 18px;
    color: rgb(127, 118, 104);
    line-height: 2;
}

.city .download .introduce {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
}

.city .download .ckxq {
    color: rgb(127, 118, 104);
    font-size: 16px;
    margin-right: 20px;
}

.textlist {
    display: none;
}

.mapbg22 {
    display: none;
}

.mapbg11 {
    display: block;
}

@media only screen and (max-width: 1440px) {
    #section0 {
        background: url(../assets/firstbg.png) no-repeat;
        background-size: cover;
    }

    /* .firstbg {
        bottom: 10%;
    } */
}

@media only screen and (max-width: 1280px) {
    .city .country.mgny {
        left: -45px;
        top: -8px;
    }

    .city .country.xjp {
        left: -50px;
        top: -8px;
    }
}

@media only screen and (max-width: 920px) {

    .mapbg22 {
        display: block;
    }

    .mapbg11 {
        display: none;
    }

    .citybox {
        display: none;
    }

    .textlist {
        display: block;
        position: absolute;
        bottom: 0px;
        z-index: 88;
        width: 100%;
        margin-left: 65px;
        width: calc(100% - 65px);
    }

    .textlist li {
        width: calc(50% - 65px);
        float: left;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .textlist li .title3 {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        line-height: 2.5em;
        border: 1px solid #ccac83;
        border-radius: 16px;
    }

    .firstbg {
        top: 0px !important;
    }


}


@media only screen and (max-width: 500px) {
    .textlist {
        margin-left: 10px;
        width: calc(100% - 10px);
    }

    .textlist li {
        width: calc(50% - 20px);
    }

    .textlist li .title3 {
        font-size: 14px;
    }
}






/* ==========================================================================
   section1
   ========================================================================== */
#section1 {
    background: url(../assets/s2bg.png) center no-repeat;
    background-size: cover;
}

#section1 .wrapper {
    text-align: center;
}

.sectionmain {
    font-size: 18px;
    color: rgb(85, 85, 85);
    line-height: 1.667;
    max-width: 1100px;
    margin: 0 auto;
}

.mainlist {
    margin-left: -30px;
    margin-top: 60px;
}

.mainlist li {
    width: calc(33.33% - 30px);
    margin-left: 30px;
    float: left;
}

.mainbox .pic {
    overflow: hidden;
    position: relative;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.mainbox .bgimg {
    width: 100%;
}

.mainbox .upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.mainbox .pic:hover .upimg {
    transform: scale(1.05);
}


.mainbox .pic .cover1 {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.mainbox .pic .frame {
    background: linear-gradient(to right, rgba(204, 172, 131, .9), rgba(204, 172, 131, 0.1));
    position: relative;
    color: #fff;
    padding: 10px 0 10px 30px;
    text-align: left;
    font-size: 18px;
}

.mainbox .pic .frame a {
    color: #fff;
}

.mainbox .pic .frame::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: rgb(18, 42, 136);
    left: 0;
    bottom: 0;
}


@media only screen and (max-width: 1280px) {
    .sectionmain {
        font-size: 16px;
    }

}


@media only screen and (max-width: 920px) {
    .fp-table {
        justify-content: flex-start !important;
    }

    .sectionmain {
        font-size: 14px;
    }

    .mainlist li {
        width: calc(100% - 30px);
    }

    .mainbox .bgimg {
        width: 60%;
    }

    .mainlist {
        margin-top: 10px;
    }

    .mainlist li {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .mainbox .pic .frame {
        padding: 1px 0 1px 20px;
        font-size: 16px;
    }

    .mainbox .bgimg {
        width: 50%;
    }

    .mainlist {
        margin-top: 10px;
    }

    .mainlist li {
        margin-bottom: 10px;
    }
}










/* ==========================================================================
   section2
   ========================================================================== */
#section2 {
    background: url(../assets/s3bg.png) center no-repeat;
    background-size: cover;
}

#section2 .wrapper {
    text-align: center;
}

.devlist {
    margin-top: 60px;
    margin-left: -30px;
}

.devlist li {
    width: calc(25% - 30px);
    float: left;
    margin-left: 30px;
}

.devbox {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.devbox .pic {
    overflow: hidden;
    position: relative;
    height: auto;
    border-radius: 8px;
}

.devbox .bgimg {
    width: 100%;
}

.devbox .upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.devbox .pic:hover .upimg {
    transform: scale(1.05);
}

.devcontent {
    padding: 20px;
    background-color: #fff;
    text-align: left;
    border-radius: 8px;
}

.devcontent .hbcl {
    position: relative;
    font-size: 18px;
    color: rgb(159, 138, 110);
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 10px;
    height: 70px;
}

.devcontent .hbcl::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 1px;
    background-color: rgb(18, 42, 136);
    bottom: 0;
}

.devcontent .devarea {
    height: 50px;
}

.devcontent .devarea a {
    font-size: 14px;
    color: rgb(85, 85, 85);
    text-transform: uppercase;
    line-height: 1.714;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.devcontent .devarea a:hover {
    color: #ccac83;
}

@media only screen and (max-width: 920px) {
    .devlist li {
        width: calc(50% - 20px);
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .devlist {
        margin-left: -20px;
        margin-top: 10px;
    }

    .devcontent .devarea a {
        font-size: 12px;
    }

    .devcontent .hbcl {
        font-size: 16px;
    }

    .devcontent {
        padding: 5px;
    }

    #section2 {
        background: url(../assets/s3bg.png) bottom no-repeat;
        background-size: contain;
    }

    #section3.fp-table {
        justify-content: center !important;
    }
}







/* ==========================================================================
   section3
   ========================================================================== */
#section3 {
    background: url(../assets/s4bg.png) center no-repeat;
    background-size: cover;
}

#section3 .wrapper {
    text-align: center;
    padding-top: 160px;
}

.partnerlist {
    margin-top: 60px;

}

.partnerlist li {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.logoitem {
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    height: 80px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .02);
}

.logoitem img {
    max-width: 50% !important;
    max-height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}


#owl-partner .owl-dots .owl-dot.active span,
#owl-partner .owl-dots .owl-dot:hover span {
    background: #122a88 !important;
    border-color: #122a88;
}

#owl-partner .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 7px;
    background: #fff !important;
    border: 1px solid #d3d3d3;
}












/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    font-size: 16px;
    padding: 60px 0 0 0;
    color: #fff;
    background-color: #7f7569;
}

footer a {
    color: #cfcfd2;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-nav {
    text-align: justify;
    border-bottom: 1px solid #fff;
}


.fn-col {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.fn-col .lxwm {
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border: 1px solid #fff;
    width: 134px;
    height: 50px;
    color: #fff;
}




.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.fn-col h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: "Alibaba";
}

.fn-col h3 a {
    color: #fff;
}

.fn-col .hzhb {
    margin-top: 20px;
}

.fn-col h3 a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-col li {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.fn-col li a {
    color: #fff;
}

.fn-col li a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-contact {
    width: 136px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding-right: 50px;
}


.fn-contact p.img {
    margin-bottom: 30px;
}

.fn-ewm {
    float: right;
    margin-left: 40px;
}

.fn-ewm h3 {
    margin-left: 10px;
}

.fn-ewm .share02 {
    padding-top: 20px;
}

.fn-ewm .share02 a {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    margin-left: 10px;
}

.fn-ewm .share02 a:hover {
    background: #fff;
    color: #017ab3;
}

.foothd {
    padding: 15px;
    text-transform: Uppercase;
    color: #fff;
    text-align: center;
    font-size: 16px;
}


@media only screen and (max-width: 1440px) {
    footer {
        padding-top: 30px;
    }

}


@media only screen and (max-width: 920px) {
    .fn-col li {
        font-size: 12px;
    }

    .fn-col h3 {
        font-size: 14px;
    }

    .foothd {
        font-size: 12px;
        padding: 15px 0;
    }

}

@media only screen and (max-width: 768px) {
    .footer-nav {
        display: none;
    }

    footer {
        padding: 0;
    }

}

@media only screen and (max-width: 1366px) {
    #globalnav .gn-list {
        margin-right: auto !important;
    }
}

@media only screen and (max-width: 1600px) {
    .section0-title {
        font-size: 46px;
    }
}

@media only screen and (max-width: 1440px) {
    .section0-title {
        font-size: 42px;
    }

    .section0-title2 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 920px) {
    .section0-title {
        font-size: 32px;
    }

    #section0 .wrapper {
        top: 3%;
    }

    .mainbox .pic {
        height: 190px;
    }
}

@media only screen and (max-width: 768px) {
    .section0-title {
        font-size: 20px;
    }

    #fp-nav.fp-right {
        display: none !important;
    }

}

.PhoneDown.on {
    transition: all 1s;
    left: 65px;
}

.PhoneDown {
    position: absolute;
    background-color: rgba(255, 255, 255, .9);
    top: 0px;
    left: -460px;
    overflow: hidden;
    width: 310px;
    transition: all 1s;
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: center;
    font-size: 20px;
    color: #333;
    font-weight: bolder;
    z-index: 1;
}



.EmailDown.on {
    transition: all 1s;
    left: 65px;
}

.EmailDown {
    position: absolute;
    background-color: rgba(255, 255, 255, .9);
    top: 50%;
    transform: translateY(-50%);
    left: -460px;
    overflow: hidden;
    width: 310px;
    transition: all 1s;
    display: flex;
    align-items: center;
    height: 150px;
    justify-content: center;
    font-size: 20px;
    color: #333;
    font-weight: bolder;
    z-index: 1;
}

.weimaDown.on {
    transition: all 1s;
    left: 65px;
}

.weimaDown {
    position: absolute;
    background-color: rgba(255, 255, 255, .9);
    top: 0px;
    left: -460px;
    overflow: hidden;
    width: 200px;
    transition: all 1s;
    display: flex;
    align-items: center;
    height: 200px;
    justify-content: center;
    font-size: 20px;
    color: #333;
    font-weight: bolder;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
}

.weimaDown img {
    max-width: 100%;
}

@media only screen and (max-width: 1600px) {
    #globalnav .gn-content {
        margin: 0 65px !important;
    }
}

@media only screen and (max-width: 920px) {
    #section3 .wrapper {
        padding-top: 20px;
    }

    .firstbg {
        position: static;
        height: 800px;
    }

    #globalnav .gn-content {
        margin: 0 auto !important;
    }

    .section0-title {
        margin-top: 20px;
    }
}


@media only screen and (max-width: 500px) {
    .firstbg {
        height: 550px;
    }
}