﻿﻿@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
    box-sizing: border-box;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

@font-face {
    font-family: 'FolhaTexto';
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    src: url("../font/Folha_Texto-Light.eot?20200213");
    src: url("../font/Folha_Texto-Light.eot?20200213") format('embedded-opentype'), url("../font/Folha_Texto-Light.woff2?20200213") format('woff2'), url("../font/Folha_Texto-Light.woff?20200213") format('woff'), url("../font/Folha_Texto-Light.ttf?20200213") format('truetype'), url("../font/Folha_Texto-Light.svg#font?20200213") format('svg');
    font-display: swap
}


@font-face {
    font-family: 'Tahoma';
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    src: url("../font/TAHOMA.ttf");

}



body {
    font-size: 16px;
    /* 字体大小 */
    line-height: 1.8;
    /* 行高 */
    font-family: Tahoma, Georgia, serif;
    /* 字体族 */
    margin: 0 auto;
    color: #333;
    overflow: hidden;
    background-color: #ffffff;
}



body::-webkit-scrollbar {
    display: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1,
h2 {
    font-weight: normal !important;
}

@media screen and (min-width: 322px) {
    html {
        font-size: 16.7777px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 39.5833px;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 53.3333px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 85.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #072c7f;
}

img {
    border: none;
    max-width: 100%;
}

.clear {
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.wrap {
    margin: 0 1.6rem;
}



.logo {
    width: 2.10rem;
    height: 0.79rem;
    overflow: hidden;
    position: relative;
}

.logo img {
    width: 100%;
    height: 100%;
    display: block;
}



.lang {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 1.53rem;
    height: 0.48rem;
    border: 1px solid #b9b9b9;
    border-radius: 0.3rem;
    transition-duration: .5s;
}

.lang h1 {

    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 0.18rem;
    position: relative;
    z-index: 2;
}

.lang h1 i {
    font-size: 0.18rem;
}

.lang h1 i.dq {

    font-size: 0.22rem;
    margin-right: 0.04rem;
    display: block;
}

.lang:hover {
    background: #072c7f;
    color: #fff;
}

.lang ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    border-radius: 0.2rem;
    border: 1px solid #b9b9b9;
    padding: 0.1rem 0;
    border-top: none;
    z-index: 1;
}

.lang ul li {
    line-height: 0.35rem;
    text-align: center;
}

.lang ul li a {
    font-size: 0.18rem;
}

.lang ul li .on {
    color: #072c7f;
}

footer {
    background: url(../images/fBg.jpg) no-repeat center;
    padding-top: 0.6rem;
    background-size: 100% 100%;
}

footer .wrap,
.fRight {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.lZi {
    font-size: 0.2rem;
    width: 4.6rem;
    color: #fff;
    margin: 0.2rem 0;
}

.fLeft dl {
    display: flex;
    justify-content: left;
    align-items: center;
}

.fLeft dl dt img {
    width: 2.1rem;
    display: block;
}

.fLeft dl dd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fLeft dl dd a {
    width: 0.5rem;
    height: 0.5rem;
    background: #072c7f;
    border-radius: 50%;
    color: #fff;
    margin-left: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.3rem;
    transition-duration: .5s;
}

.fLeft dl dd a:hover {
    transform: scale(1.1);
}

.ewm {
    width: 1.33rem;
    display: block;
}

.fRight {
    width: 60%;
    padding-bottom: 0.6rem;
}

.fRight dl {
    max-width: 3.5rem;
}

.fRight dl dt {
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
}

.fRight dl dd a,
.fRight dl dd p {
    font-size: 0.2rem;
    color: #fff;
    display: block;
    opacity: 0.9;
    transition-duration: .5s;
}

.fRight dl dd a:hover {
    opacity: 1;
    font-weight: bold;
}

.copyright {
    height: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.2rem;
}


/*==============================================
    Main Header Css        
===============================================*/
.hRight {
    display: flex;
    justify-content: center;
    align-items: center;
}



.main-header {
    transition: all .5s;
    position: fixed;
    width: 100%;
    top: 0rem;
    left: 0;
    z-index: 9999;
    height: 1.14rem;
}



.main-header:hover .lan {
    color: #333;
}

.main-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 0 0.7rem;
    background: #fff;
    margin: 0;
}

.header-upper-middle {
    transition: all .2s;

}

.header-upper-middle.on {
    opacity: 0;
}

.main-menu {
    display: block;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    display: block;
    width: 100%;
}

.main-menu .navigation li {
    float: left;
    text-align: center;
    transition: all .5s;

}

.main-menu .navigation li a {

    font-size: 0.22rem;
    opacity: 1;
    display: block;
    line-height: 1.4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 0 0.25rem;
}

.main-menu .navigation li a i {
    font-weight: normal;
    font-size: 0.24rem;
}

.main-header .main-menu .navigation .current a .main-menu .navigation>li>a:hover,
.main-header.on .main-menu .navigation .current a {
    color: #024a9e;
}

.main-header:hover .main-menu .navigation .current a {
    color: #024a9e;
}

.main-header.on .main-menu .navigation>li>a {
    color: #333;
}

.main-header:hover .main-menu .navigation>li>a {
    color: #333;
}

.main-header.on .main-menu .navigation>li>a:hover {
    color: #024a9e;
}

.main-header:hover .main-menu .navigation>li>a:hover {
    color: #024a9e;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 98%;
    left: 0;
    width: 100%;
    display: none;
    visibility: hidden;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 100ms ease;
    z-index: 100;
    background: rgba(255, 255, 255, 1);
    border-top: 3px solid #024a9e;
    border-radius: 0 0 0.15rem 0.15rem;
    overflow: hidden;


}

.main-menu .navigation>li>ul dl {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0.3rem 0;
}


.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li ul li {
    position: relative;
    display: block;

    text-align: center;
    margin-right: 0.3rem;

}

.main-menu .navigation li ul li a {
    position: relative;
    display: block;
    font-size: 0.24rem;
    line-height: 2.8;
    transition: all 500ms ease;
    text-align: left;
    font-weight: bold;
    color: #333;
}



.main-menu .navigation li ul li a:hover {
    color: #024a9e;

}

.main-menu .navigation li ul li ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 100%;
    padding: 10px 0;
    display: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 15px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #242a30;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}

.sjCd a {
    font-size: 0.2rem !important;
    opacity: 0.7 !important;
    font-weight: normal !important;
    text-align: left !important;
    line-height: 1.6 !important;
    position: relative;
    padding-left: 0.15rem;
    transition-duration: .5s;
}

.sjCd a::before {
    content: '';
    width: 0.04rem;
    height: 0.04rem;
    background: #089e48;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 50%;
    margin-top: -0.02rem;
}

.sjCd a:hover {
    color: #089e48;
}

.main-menu .navigation li .proNav-list .twoNav {
    background: #024a9e;
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 0 10px 0;
    margin: 0;
}

.main-menu .navigation li .proNav-list li {
    width: 15%;
}


.main-menu .navigation li .proNav-list li .threesubNav,
.main-menu .navigation li .proNav-list li .threesubNav a {
    display: block;
    width: 100%;
    background: #F8FAFF;
    font-size: 0.2rem;
    text-align: left;
    padding-left: 0.1rem;
    cursor: pointer;
    line-height: 0.5rem;
    font-weight: bold;
    margin: 0 !important;
}

.main-menu .navigation li .proNav-list li .threesubNav.on {
    background: url(../images/open3.png) no-repeat 98% center #F8FAFF;
    background-size: 0.15rem 0.15rem;
}

.main-menu .navigation li .proNav-list li .threesubNav a {
    padding-left: 0;
}

.main-menu .navigation li .proNav-list li .threesubNav.on.currentDt {
    background: url(../images/open4.png) no-repeat 98% center #F8FAFF;
    background-size: 0.15rem 0.15rem;
}

.threenavContent {
    display: none;
    background: #F8FAFF;
}


.threenavContent a {
    display: block;
    padding-left: 0.15rem !important;
    text-align: left !important;
    font-size: 0.18rem !important;
    font-weight: normal !important;
    line-height: 2 !important;
    margin: 0 !important;
}



/*搜索框弹出*/
.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialog {
    width: 30%;
    padding: 0.4rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute
}

.dialogTop {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
}

.name {
    font-size: 18px;
    font-weight: bold;
}

.tc-ss {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.tc-ss ul .sk03 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: none;
}

.sk04 input {
    border-radius: 0;
    background: rgba(0, 0, 0, .05);
    color: #333;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 30%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
    cursor: pointer;
    padding: 5px 0 0 0;
}

.nav-outer .mobile-nav-toggler span b {
    font-weight: normal;
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #072c7f;
    display: block;
    margin-bottom: 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;

    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 0 15px;
    width: 60%;
    text-align: left;
    padding-top: 50px;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #024a9e;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 2px;
    right: 6px;
    width: 39px;
    height: 39px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: url(../images/j2.png) no-repeat;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}




@media (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width: 1600px) {}


@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 991px) {

    .menu-right-content {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 0px;
        float: none;
        text-align: left;
        border-top: none;
        z-index: 999;
    }

    .main-header .main-menu {
        position: relative;
        display: block;
        width: 100%;
        float: none;
    }

    .main-menu .navbar-header {
        position: relative;
        display: block;
        float: none;
        text-align: right;
        width: 100%;
        top: 0px;
        z-index: 12;
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        float: none;
        padding: 4px 5px;
        cursor: pointer;
        margin: 24px 0;
        border-radius: 0px;
        background: #131313;
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #ffffff;
        height: 2px;
        width: 29px;
        display: block;
        margin: 7px 5px;
    }

    .main-menu .collapse {
        max-height: 350px;
        max-width: none;
        overflow: auto;
        float: none;
        width: 100%;
        padding: 0px 0px 0px;
        border: none;
        margin: 0px;
        border-radius: 0px;
        box-shadow: none;
    }

    .main-menu .navbar-collapse {
        max-height: 350px;
    }

    .main-menu .navbar-collapse>.navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: #000000;
        border: 0px solid #ffffff;
        border-top: none;
    }

    .main-menu .navbar-collapse>.navigation>li {
        position: relative;
        display: block;
        width: 100%;
        margin: 0px !important;
        float: none !important;
    }

    .main-menu .navbar-collapse>.navigation>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
        border-top: 1px solid #242a30 !important;
        opacity: 1 !important;
        top: 0px !important;
        padding-top: 0;
        padding-bottom: 0;
        left: 0px !important;
        visibility: visible !important;
        border-bottom: none;
        padding: 0 !important;
    }

    .main-menu .navbar-collapse>.navigation>li:first-child {
        border: none;
    }

    .main-menu .navbar-collapse>.navigation>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        padding: 10px 20px 8px !important;
        line-height: 24px;
        color: #ffffff;
        text-align: left;
        min-height: 0px;
        border-bottom: 0px solid;
    }

    .main-menu .navbar-collapse>.navigation>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li.current>a,
    .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
        color: #fff !important;
    }

    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        padding: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #111111;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        box-shadow: none !important;
    }

    .main-menu .navbar-collapse>.navigation>li>ul:before,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul:before {
        display: none;
    }

    .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block;
    }

    .main-menu .navigation>li.dropdown>a:before {
        display: none;
    }

    .main-menu .navigation>li>ul>li>a:before {
        display: none;
    }

    .main-menu .navigation>li>ul>li>ul>li a:before {
        display: none;
    }
}

@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }


}

@media only screen and (max-width: 1139px) {
    .main-menu .navigation>li {
        margin-right: 30px;
    }

    .main-header .nav-outer .main-menu {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }
}

@media only screen and (max-width: 1680px) {
    .wrap {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 1900px) and (min-width: 1441px) {
    .main-menu .navigation li a {
        font-size: 20px;
    }

    .main-menu .navigation li ul li a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1540px) {}

@media only screen and (max-width: 1440px) {
    .main-menu .navigation li a {
        font-size: 0.24rem;
    }

    .main-menu .navigation>li ul li a,
    .fMenu ul li a {
        font-size: 0.22rem;
    }

    .main-menu .navigation li a .sjCd a {
        font-size: 0.2rem !important;

    }

    .fMenu ul li p {
        font-size: 0.22rem;
    }
}

@media only screen and (max-width: 1366px) {
    .main-menu .navigation>li>a {
        font-size: 0.26rem !important;
    }
}


@media only screen and (max-width: 760px) {



    .main-header {
        height: 50px;
    }




    .header-upper-middle {
        position: absolute;
        right: 10px;
    }

    .hRight {
        padding-right: 30px;

    }

    .logo {
        width: 30%;
        height: auto;
    }

    .lang {
        width: 100px;
        height: 30px;
    }

    .lang h1,
    .lang h1 i.dq,
    .lang h1 i,
    .lang ul li a,
    .lZi,
    .fRight dl dt {
        font-size: 14px;
    }

    .main-header .wrap {
        padding: 0 15px;
    }

    footer .wrap {
        display: block;
    }

    .fRight dl dd a,
    .fRight dl dd p {
        font-size: 12px;
    }

    .fRight dl {
        max-width: 40%;
    }

    .copyright {
        height: auto;
        padding: 10px 0;
        font-size: 12px;
        text-align: center;
    }

    .fRight {
        width: 100%;
        margin-top: 20px;
    }

}























@keyframes jumptoMap {
    0% {
        margin-bottom: 0;
        animation-timing-function: ease-out
    }

    50% {
        margin-bottom: 10px;
        animation-timing-function: ease-in
    }

    100% {
        margin-bottom: 0;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes jumptoMap {
    0% {
        margin-bottom: 0;
        animation-timing-function: ease-out
    }

    50% {
        margin-bottom: 10px;
        animation-timing-function: ease-in
    }

    100% {
        margin-bottom: 0;
        animation-timing-function: ease-out
    }
}

@-moz-keyframes jumptoMap {
    0% {
        margin-bottom: 0;
        animation-timing-function: ease-out
    }

    50% {
        margin-bottom: 10px;
        animation-timing-function: ease-in
    }

    100% {
        margin-bottom: 0;
        animation-timing-function: ease-out
    }
}

@-ms-keyframes jumptoMap {
    0% {
        margin-bottom: 0;
        animation-timing-function: ease-out
    }

    50% {
        margin-bottom: 10px;
        animation-timing-function: ease-in
    }

    100% {
        margin-bottom: 0;
        animation-timing-function: ease-out
    }
}









@keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    50% {
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    50% {
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    50% {
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    50% {
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .6;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}


@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .6;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}


@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .6;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}


@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .6;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}