﻿﻿@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: '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 " ";

    margin: 0 auto;

    color: #333;

    overflow: hidden;

    background-color: #ffffff;

}




html::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f5f5f5
}

html::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #e2e2e2
}

html::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #333
}



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: #c368c7;

}



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.4rem;

}





.logo {

    width: 3.5rem;
    overflow: hidden;

    position: relative;


}



.logo img {

    display: block;

    width: 100%;

    height: 100%;

}



.rightTop {

    display: flex;

    justify-content: right;

    align-items: center;

}



.hRight {

    display: flex;

    justify-content: right;

    align-items: center;

    width: calc(96% - 3.5rem);

    width: -webkit-calc(96% - 3.5rem);




}

.rightTmenu {
    display: flex;

    justify-content: right;

    align-items: center;

}

.rightTmenu a {
    color: #fff;
    font-size: 0.2rem;
    display: block;
    margin-left: 0.2rem;
}

.search1,

.tWx h1 {

    margin-left: 0.1rem;

    width: 0.3rem;

    height: 0.3rem;

    background: url(../images/ss.png) no-repeat center #fff;

    border-radius: 50%;

    background-size: 0.26rem 0.26rem;

    transition-duration: .5s;

}



.search1:hover {

    background: url(../images/ss1.png) no-repeat center #c368c7;

    background-size: 0.36rem 0.36rem;

}



.tWx {

    position: relative;



}







.tWx h1 {

    background: url(../images/wx.png) no-repeat center #fff;

    background-size: 0.36rem 0.36rem;

}



.tWx:hover h1 {

    background: url(../images/wx1.png) no-repeat center #c368c7;

    background-size: 0.36rem 0.36rem;

}



.tWx p {

    position: absolute;

    top: 100%;

    left: -0.4rem;

    width: 1.5rem;

    z-index: 10;

    transition-duration: .5s;

    display: none;

    background: #fff;

    padding: 0.1rem;

    text-align: center;

    border-radius: 0.1rem;

}



.tWx p img {

    display: block;

    width: 100%;

}



.tWx p span {

    display: block;

    font-size: 0.18rem;

    line-height: 1.2;

}



.tWx:hover p {

    display: block;

}



footer {

    position: relative;

    width: 100%;

}

.tcLog {
    display: block;
    margin: 0 auto;
    width: 40%;
}

.dl {

    position: absolute;

    width: 2.34rem;

    height: 1.47rem;

    top: -1.45rem;

    left: 50%;

    margin-left: -1.185rem;

}



.dl img {

    width: 100%;

    display: block;

}



.fLx {

    background: url(../images/fBg.png) no-repeat center;

    background-size: 100% 100%;

    padding: 0.8rem 0 1rem 0;

    position: relative;

}



.fLx::before {

    content: '';

    width: 100%;

    height: 1px;

    background: #fff;

    position: absolute;

    top: 0;

    left: 0;

}



.fLx .w90 {

    width: 90%;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

    align-items: self-start;

    position: relative;

}



.copyright {

    font-size: 0.2rem;

    color: #fff;

    opacity: 0.7;

}



.fewm {

    margin-right: 0.2rem;

}



.fewm img {

    width: 1.2rem;

    display: block;

}



.fewm p {

    opacity: 0.7;

    font-size: 0.18rem;

    color: #fff;

    line-height: 1.3;

    text-align: center;

}



.fLeft {

    display: flex;

    justify-content: center;

    align-items: self-start;

}



.fLogo {

    width: 3.5rem;

    display: block;

    position: absolute;

    top: 0;

    left: 50%;

    margin-left: -1.75rem;

}



/*==============================================

    Main Header Css        

===============================================*/





.main-header {

    transition: all .5s;

    position: fixed;

    width: 100%;

    top: 0rem;

    left: 0;

    z-index: 9999;

    height: 1.38rem;

    background: url(../images/topBg.jpg) no-repeat center;

    background-size: 100% 100%;



}





.main-header .wrap {

    display: flex;

    align-items: center;

    justify-content: space-between;

    height: 100%;
    padding: 0 2%;
    margin: 0 !important;
    width: 100%;

}



.header-upper-middle {

    transition: all .2s;

    width: 100%;
    display: flex;

    align-items: center;

    justify-content: space-between;


}

.nav-outer {
    width: 100%;
}



.header-upper-middle.on {

    opacity: 0;

}



.main-menu {

    display: block;

}



.main-menu .navbar-collapse {

    padding: 0px;

    display: block !important;

}



.main-menu .navigation {

    display: flex;

    justify-content: space-between;

    align-items: center;

    width: 100%;

}



.main-menu .navigation li {

    text-align: center;

    transition: all .5s;

    position: relative;



}



.main-menu .navigation li a {



    font-size: 0.22rem;

    opacity: 1;

    color: #fff;

    display: block;

    font-weight: bold;

    display: flex;

    justify-content: center;

    align-items: center;

    font-weight: bold;

    position: relative;

}



.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 {

    color: #0276c4;

}













.main-menu .navigation>li>ul {

    position: absolute;

    top: 130%;

    left: -0.6rem;

    width: 2.2rem;

    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 #f5b14b;

    border-radius: 0 0 0.15rem 0.15rem;

    overflow: hidden;





}



.main-menu .navigation li:nth-child(7) ul {

    width: 300%;
    left: -100%;
}












.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;



}



.main-menu .navigation li ul li a {

    position: relative;

    display: block;

    font-size: 0.18rem;

    line-height: 2;

    transition: all 500ms ease;

    text-align: center;

    font-weight: normal;

    color: #333;

}







.main-menu .navigation li ul li a:hover {

    color: #c368c7;



}



.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: #0276c4;

    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: 50%;

    padding: 0.4rem;

    left: 25%;

    top: 50%;

    -webkit-transform: translate(0%, -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 {

    display: flex;

    justify-content: center;

    align-items: center;

}





.tc-ss ul input {

    width: 80%;

    background: #fff;

    border-radius: 0.3rem 0 0 0.3rem;

    height: 50px;

    line-height: 50px;

    font-size: 16px;

    border: none;

    padding: 0 0 0 0.2rem !important;

}



.tc-ss ul button {

    width: 20%;

    background: #c368c7;

    border-radius: 0 0.3rem 0.3rem 0;

    height: 50px;

    line-height: 50px;

    font-size: 16px;

    border: none;

    color: #fff;

    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;

    background: rgba(0, 0, 0, 0.8);

}



.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;

    right: 0px;

    top: 0px;

    width: 70%;

    height: 100%;

    max-height: 100%;

    overflow-y: auto;

    background: rgb(140, 47, 130);

    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: 1020px) {

    .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;

    }

}


.copyright span {
    display: block;
}

@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: 16px;

    }

}



@media only screen and (max-width: 1540px) {}



@media only screen and (max-width: 1440px) {

    .main-menu .navigation li a {

        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: 1020px) {

    .main-header {

        height: 80px;

    }



    .logo {

        width: 260px;

        height: auto;

    }



    .header-upper-middle {

        position: absolute;

        right: 10px;

        top: 26px;

    }



    .hRight {

        padding-right: 20px;

        padding-top: 0;

        width: auto;

    }



    .search1,

    .tWx h1 {

        width: 0.3rem;

        height: 0.3rem;

        background-size: 0.3rem 0.3rem;

    }



    .fLogo {

        display: none;

    }



    .copyright,

    .fewm p {

        font-size: 14px;

    }



    .fLx .w90 {

        width: 100%;

    }



    .fewm img {

        width: 100px;

    }



    .dl {

        width: 200px;

        margin-left: -100px;

        top: -120px;

    }



}



@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;

        top: 12px;

        width: auto;

    }



    #dialog {

        width: 90%;

        left: 5%;

    }



    .hRight {

        padding-right: 40px;

        width: auto;

    }

    .rightTmenu {
        display: none;
    }

    .search1,

    .tWx h1 {

        width: 25px;

        height: 25px;

        background-size: 18px 18px;

    }



    .logo {

        width: 139px;

        height: auto;

    }



    .main-header.on .nav-outer .mobile-nav-toggler span b {

        background: #089e48;

    }







    .fCd {

        padding-bottom: 30px;

        display: block;

    }



    .fCd:after {

        content: '';

        clear: both;

        display: block;

    }



    .fCd dl {

        width: 33.33%;

        float: left;

        margin-right: 0;

    }



    .fCd dd {

        height: 119px;

    }



    .fCd dt {

        font-size: 16px;

    }



    .fCd dd a {

        font-size: 14px;

    }



    .fLX {

        width: 100%;

        clear: both;

        margin-top: 20px;

    }



    .copyright .wrap {

        display: block;

        padding: 10px 0;

        height: auto;

    }



    .copyright .wrap p {

        font-size: 12px;

        text-align: center;

    }



    .dl {

        top: -83px;

    }



    .fLogo {

        display: none;

    }



    .fLx .w90 {

        display: block;

        width: 100%;

    }



    .copyright {

        text-align: center;

        font-size: 12px;

        line-height: 1.4;

    }

    .copyright span {
        display: inline;
    }

    .copyright:nth-child(2) {
        text-align: left;
    }


    .fLx {

        padding: 20px 0;

    }

}









@media only screen and (max-width: 400px) {

    .dl {

        top: -71px;

        width: 120px;

        margin-left: -60px;

    }



    .fewm img {

        width: 90px;

    }



    .copyright,

    .fewm p {

        font-size: 12px;

    }

}







































@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
    }

}