﻿﻿@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: TTHovesPro-regular, sans-serif;
    src: url("../font/TT_Hoves_Pro_Medium.woff2") format("woff2"),
        url("../font/TT_Hoves_Pro_Regular.woff2") format("woff"),
        url("../font/TT_Hoves_Pro_Thin.woff2") format("truetype"),

} */
@font-face {
    font-family: 'syhtB';
    src: url(../font/SourceHanSansCN-Bold.ttf);
}

@font-face {
    font-family: 'syhtM';
    src: url(../font/SourceHanSansCN-Medium.ttf);
}

@font-face {
    font-family: 'syhtL';
    src: url(../font/SourceHanSansCN-Normal.ttf);
}

body {
    font: 16px/1.8 "syhtL";
    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;
}

@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: #10a047;
}

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;
}


.search1 i {
    font-size: 0.3rem;
    color: #fff;
}

.search1:hover i {

    color: #10a047;
}

.search-box input {
    border: none;
    height: 0.5rem;
    background: none;
    outline: none;
    width: 1.4rem;
    font-size: 0.18rem;

}

.search-box:hover {
    width: 2rem;
}



.logo {
    width: 1.37rem;
    height: 0.9rem;
    overflow: hidden;
    position: relative;
}

.logo img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s;
    width: 100%;
    height: 100%;
}

.logo img:nth-child(2) {
    opacity: 0;
}

.tTel {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    font-weight: bold;
}

.tTel i {
    font-size: 0.28rem;
    font-weight: normal;
    margin-left: 0.1rem;
}

.lang {
    color: #fff;
    margin-left: 0.2rem;

}

.lang i {
    font-size: 0.28rem;
}

.search1 {

    margin-left: 0.2rem;
}

.search1 i {
    color: #fff;
    font-size: 0.28rem;
}



.main-header.on .search1 i {
    color: #333;
}

.main-header.on .lang,
.main-header.on .tTel {
    color: #333;
}

.main-header:hover .lang,
.main-header:hover .tTel {
    color: #333;
}


footer {
    background: url(../images/fbg.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 0.53rem;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.copyright .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.82rem;
}

.copyright .wrap p {
    color: #fff;
    opacity: 0.34;
    font-size: 0.2rem;
}

.fMenu {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    padding-bottom: 0.5rem;
    color: #fff;
    flex-wrap: wrap;
}

.fLogo {
    width: 1.37rem;
    display: block;
}

.fLe h1 {
    font-size: 0.36rem;
}

.fLe h2 {
    font-size: 0.22rem;
    font-weight: normal;
}

.fLe ul {
    display: flex;
    margin-top: 0.2rem;

}

.fLe ul li {
    text-align: center;
    margin-right: 0.2rem;
    width: 1.31rem;
}

.fLe ul li img {
    width: 100%;
    display: block;
}

.fLe ul li p {
    font-size: 0.2rem;
    color: #fff;
    opacity: 0.7;
}

.fCd {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    padding-top: 0.9rem;
}

.fCd dl {
    margin-left: 0.88rem;
}

.fCd dt {
    color: #fff;
    font-size: 0.22rem;
}

.fCd dd a {
    color: #fff;
    opacity: 0.5;
    font-size: 0.2rem;
    display: block;
}

.fLInk {
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 0.54rem;
}

.subnav {
    position: relative;
    display: flex;
    align-items: center;
    width: 2.76rem;
    height: 0.58rem;
    background: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    padding-left: 0.1rem;
}

.subnav h2 i {
    color: #0f7756;
    font-size: 0.3rem;
}

.subnav p {
    font-size: 0.2rem;
    padding-left: 0.1rem;
}

.subnav h1 {
    width: 0.58rem;
    height: 0.58rem;
    background: #66a893;
    border-radius: 0.1rem 0 0 0.1rem;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subnav h1 i {
    color: #fff;
    font-size: 0.3rem;
    transform: rotate(90deg);
    transition-duration: .5s;
}

.subnav:hover h1 i,
.subnav.on h1 i {
    transform: rotate(-90deg);
}

.tttt {
    width: 2.76rem;
    position: absolute;
    right: 0;
    bottom: 0.58rem;
    display: none;
    background: #f9f9fa;
    text-align: left;
    transition-duration: .5s;
    z-index: 9999;
    border-radius: 0.1rem;
    overflow: hidden;

}

.tttt li {
    padding-bottom: 0;
    width: 100%;
    transition-duration: .5s;
    border-bottom: 1px solid #e5e5e5;
    line-height: 0.5rem;
    position: relative;
}



.tttt li a {
    color: #333;
    font-size: 0.18rem;
    padding: 0;
    display: block;
    padding-left: 0.1rem;
}

.tttt li a:hover {
    color: #fff;
    background: #10a047;
}





/*==============================================
    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.33rem;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.main-header.on {
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
height: 1rem;
}

.main-header:hover {
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}

.main-header.on .logo img:nth-child(1) {
    opacity: 0;
}

.main-header.on .logo img:nth-child(2) {
    opacity: 1;
}

.main-header:hover .logo img:nth-child(2) {
    opacity: 1;
}

.main-header.on .lan {
    color: #333;
}

.main-header:hover .lan {
    color: #333;
}

.main-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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;
    color: #fff;
    display: block;
    line-height: 1.33rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.1rem;
    font-weight: bold;
    margin: 0 0.3rem;
}

.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: #10a047;
}

.main-header:hover .main-menu .navigation .current a {
    color: #10a047;
}

.main-header.on .main-menu .navigation>li>a {
    color: #333;
line-height: 1rem;
}

.main-header:hover .main-menu .navigation>li>a {
    color: #333;
}

.main-header.on .main-menu .navigation>li>a:hover {
    color: #10a047;
}

.main-header:hover .main-menu .navigation>li>a:hover {
    color: #10a047;
}

.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 #10a047;
    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.2rem;
    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: #10a047;

}

.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: #10a047;
    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.17rem;
    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: #ffffff;
    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;
    z-index: 999999;
}

.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: 200px;
    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;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000000;
    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;
}


.main-header.on .main-menu .navigation>li {
    line-height: 0.6rem;
}

@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;
    }

    .tTel {
        font-size: 14px;
    }

    .tTel i,
    .lang i,
    .search1 i {
        font-size: 20px;
    }

    .header-upper-middle {
        position: absolute;
        right: 10px;
    }

    .hRight {
        padding-right: 30px;

    }

    .logo {
        width: 80px;
        height: 45px;
    }

    .main-header.on .nav-outer .mobile-nav-toggler span b {
        background: #089e48;
    }

    .china {
        width: 50px;
    }

    footer {
        padding-top: 20px;
    }

    .fEwm {
        margin-top: 20px;
    }

    .copyright {
        height: auto;
        display: block;
        text-align: center;
        padding: 20px 0;
    }

    .copyright p {
        font-size: 12px;
    }

    .fTop {
        display: block;
    }

    .fMenu ul {
        padding-right: 0;
    }

    .fMenu ul li p,
    .fLx li h1 span {
        font-size: 14px;
    }

    .fMenu ul li a,
    .fLx li h1 {
        font-size: 12px;
    }

    .fLx li p img {
        width: 100px;
    }

    .fMenu,
    .fLx {
        width: 100%;
        border: none;
        padding-left: 0;
    }

    .headder_box {
        display: none
    }

    footer {
        background: linear-gradient(to right, #142472, #10a047);
        padding: 30px 15px;
    }

    footer .fLe {
        width: 100%;
    }

    .fLe ul li {
        margin-right: 0.2rem;
        width: 30%;
    }

    .fLe h2 {
        font-size: 15px;
    }

    .fRi,
    .fCd {
        width: 100%;
    }

    .fCd dl {
        width: 33.333%;
        margin-left: 0;
        text-align: center;
        float: left;
    }

    .fCd dt {
        font-size: 16px;
        line-height: 30px;
    }

    .fCd dd a {
        font-size: 12px;
        line-height: 26px;
    }

    .fCd {
        display: block;
    }

    .fCd:after {
        content: '';
        clear: both;
        display: block;
    }

    .copyright .wrap {

        height: auto;
        flex-wrap: wrap;
    }

    .copyright .wrap p {
        font-size: 12px;
    }

    .threesubNav a,
    .subNavBox a,
    .threesubNav.on {
        color: #fff;
        padding-left: 45px;
        font-size: 15px;
    }

    .threenavContent {
        display: block !important;
        background: none;
    }

    .threenavContent a {
        font-size: 12px !important;
        padding-left: 60px !important;
    }

    .mobile-menu .navigation li>ul {
        max-height: 400px;
        overflow: auto;
    }
}























@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(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    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(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    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(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    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(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    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
    }
}