﻿@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;
}

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: "SourceHanSansCN-Normal";
    src: url("../font/SourceHanSansCN-Normal.woff2") format("woff2"),
        url("../font/SourceHanSansCN-Normal.woff") format("woff"),
        url("../font/SourceHanSansCN-Normal.ttf") format("truetype"),
        url("../font/SourceHanSansCN-Normal.eot") format("embedded-opentype"),

}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../font/SourceHanSansCN-Bold.woff2") format("woff2"),
        url("../font/SourceHanSansCN-Bold.woff") format("woff"),
        url("../font/SourceHanSansCN-Bold.ttf") format("truetype"),
        url("../font/SourceHanSansCN-Bold.eot") format("embedded-opentype"),

}

body {
    font: 16px/1.8 "SourceHanSansCN-Normal";
    margin: 0 auto;
    color: #333;
    overflow: hidden;
    background-color: #ffffff;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

@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: #d72128;
}

img {
    border: none;
    max-width: 100%;
}

.clear {
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.rightBar{position: fixed;
    z-index: 1000;
    right: 0px;
    bottom: 20%; z-index:100}

.rightBar dl{ position:relative}
.rightBar dl dt{ width:50px; height:50px;display: flex;justify-content: center;align-items: center; background:#d0d6d9; margin-bottom:1px; cursor:pointer; transition-duration:.5s}
.rightBar dl dt img{ max-width:80%}
.rightBar dl dd{ background:#fff;    box-shadow: 0 0 10px #e1e1e1; position:absolute; right:50px;top:0; width:170px; transform:translateX(10px); transition-duration:.5s; opacity:0; padding:10px}
.rightBar dl:hover dd{ opacity:1;transform:translateX(0px);}
.rightBar dl dt:hover{ border-radius:10px;box-shadow: 0 0 10px #e1e1e1;}
.rightBar dl dd p{ text-align:center; font-size:14px; line-height:1.3; margin-bottom:0.1rem}
.rightBar dl dd span{ display:block; text-align:center}
.wrap {
    margin: 0 1.3rem;
}

.top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition-duration: .5s;
    z-index: 999;
}

.topBar {
    background: #efefef;

}

.topBar .wrap {
   display: flex;justify-content: space-between;
    align-items: center;
    height: 0.4rem;
}
.topLeft{ font-size: 0.18rem;display: flex;justify-content: center;align-items: center;}
.topLeft i{ font-size: 0.26rem;}
.topRight{display: flex;justify-content: center;align-items: center;}


.lau {
    font-size: 0.15rem;
    padding: 0 0.25rem;
    position: relative;
}

.lau::before {
    content: '';
    width: 1px;
    height: 0.2rem;
    position: absolute;
    left: 0;
    top: 0.03rem;
    background: #d3d3d3;
}


.topBar form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topBar input {
    width: 1.33rem;
    border: none;
    outline: none;
    font-size: 0.15rem;
    background: none;
    color: #a5a5a5;
    margin-left: 0.2rem;
    letter-spacing: -1px;
}

.topBar input:focus {
    border-bottom: 1px #d72128 solid;
}

.topBar button {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    color: #d72128;
    font-size: 0.2rem;
}

.logo {
    width: 283px;
    height: 48px;
    overflow: hidden;
    position: relative;
}

.logo img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s;
    width: 100%;
    height: 100%;
}



.top.on {
    top: -0.4rem
}



/*==============================================
    Main Header Css        
===============================================*/


.main-header {
    transition: all .5s;
    height: 1.06rem;
    background: #fff;
    position: relative;
}

.top.on .main-header {
    height: 0.9rem;
}

.main-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header:after {
    content: '';
    width: 0;
    height: 0.05rem;
    background: #d82128;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: width 10s forwards;
}

@keyframes width {
    0% {
        width: 0;
    }



    100% {
        width: 100%;
    }
}


.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.2rem;
    opacity: 1;
    margin-left: 1rem;
    color: #333;
    display: block;
    line-height: 1.06rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top.on .main-header .main-menu .navigation>li>a {
    line-height: 0.9rem;
}

.main-menu .navigation>li>a i {
    color: #777;
    font-size: 0.16rem;
    margin-left: 0.05rem;
    transition-duration: .5s;
}

.main-menu .navigation>li>a:hover {
    color: #d72128;
    font-weight: bold;
}

.main-menu .navigation>li>a:hover i {
    color: #d72128;
    transform: rotate(-90deg);
}



.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    display: none;
    visibility: hidden;
    -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;
    background: #fff;
    height: 2.84rem;
    border-bottom: 2px solid #d82128;
    padding: 0 3rem 0 5rem;


}

.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';

    z-index: -1;
}

.menuRight {
    position: relative;
    width: 5.09rem;
    overflow: hidden;
    margin-top: 0.41rem;
    border-radius: 15px;
}

.menuRight img {
    width: 100%;
    display: block;
}

.menuRight p {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    color: #fff;
    background: rgba(216, 33, 40, 0.78);
    font-size: 0.16rem;
    line-height: 0.45rem;
    padding: 0 0.2rem;
    border-radius: 10px 0 0 0;
}

.menuLeft {
    height: 2.84rem;
    border-right: 1px solid #ebebeb;
    width: 5rem;
}

.menuLeft h1 {
    text-align: left;
    font-size: 0.24rem;
    color: #d82128;
    padding: 0.25rem 0.35rem 0;
    margin: 0 !important;
}

.menuLeft p {
    padding-left: 0.32rem;
    transition-duration: .5s;
}

.menuLeft p a {
    display: block;
    position: relative;
    font-size: 0.16rem;
    text-align: left;
    line-height: 0.3rem;
    color: #333;
    margin-bottom: 0.05rem;
    padding-left: 0.2rem;
    background: url(../images/jia.png) no-repeat left center;
    transition-duration: .5s;
    background-size: 0.12rem 0.12rem;
}

.menuLeft p:hover {
    background: #f5f5f5;
}

.menuLeft p:hover a {
    background: url(../images/jia1.png) no-repeat left center;
}

.main-header.on .menuLeft p a {
    color: #333 !important;
}

.main-header.on .menuLeft p:hover a {
    color: #003b80 !important;
}

.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;
    padding: 0;
    width: 100%;
    text-align: center
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 0.16rem;

    line-height: 2;

    text-transform: capitalize;
    transition: all 500ms ease;
    color: #fff;
    text-align: center;
    transition-duration: .5s
}





.main-menu .navigation>li>ul>li>a:hover {
    color: #fff;
    font-weight: bold;
}

.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;
}

.cdM {
    width:5rem;
}

.cdM p {
    float: left; width:50%

}






.copyright,
footer {
    background: #ebecf0;
}

footer .fBox {
    display: flex;
    justify-content: space-between;
}

.fLogo {
    padding: 0.35rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 2.5rem;
}

.fLogo a {
    display: flex;
    justify-content: space-between;
    width: 2rem;
    height: 0.5rem;
    background: #fff;
    font-size: 0.17rem;
    border-radius: 3px;
    align-items: center;
    padding: 0 0.15rem;
    transition-duration: .5s;
}

.fLogo a i {
    font-size: 0.3rem;
}

.fLogo a:hover {
    background: #1951a3;
    color: #fff;
}

.fLe {
    width: 60%;
}

.fMenu {
    display: flex;
    justify-content: space-between;
}



.fMenu dl dt {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
}

.fMenu dl dd {
     
}

.fMenu dl dd a {
    display: block;
    font-size: 0.18rem;
    color: #555555;
    margin-bottom: 0.03rem;
   
    
    position: relative;
}

.fMenu dl dd a:after {
    content: '';
    width: 0%;
    height: 2px;
    background: #d82128;
    position: absolute;
    left: 0;
    bottom: 0.08rem;
    transition-duration: .5s;
}

.fMenu dl dd a:hover:after {
    width: 100%;
}


.fMenu dl dd a:nth-child(2n) {
    margin-right: 0;
}

.fMenu dl dd a:hover {
    color: #d82128;
    font-weight: bold;
}

.fMenu dl:nth-child(2) dd {
    width: 0.73rem;
}

.fMenu dl:nth-child(2) dd a {
    float: none;
    margin-right: 0;
}

.fRight {

    float: right;
    padding-bottom: 0.3rem;
}

.fRight h1 {
    font-size: 0.36rem;
    line-height: 1.3;
    color: #d0111b;
    padding-bottom: 0.2rem;
}

.fRight p {
    font-size: 0.22rem;
    color: #d0111b;
    line-height: 1;

}




.fRight ul li span {
    display: block;
    font-size: 0.16rem;
    text-align: center;
}

.copyright {
    border-top: 1px solid #d9dcde;
}

.copyright .wrap {
    display: flex;
    justify-content: space-between;
    height: 0.65rem;
    align-items: center;
    font-size: 0.16rem;
    color: #999;

}

.copyright p a {
    padding: 0 0.05rem;
    color: #999;
}

.copyright p a:hover {
    color: #d82128;
}

.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: 36px;
    height: 3px;
    border-radius: 10px;
    background: #d82128;
    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: 30px 15px;
    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>a i {
    font-size: 12px;
    padding-left: 4px;
}

.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;
}


.hRight {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (-webkit-device-pixel-ratio: 1.25) {

    .logo {
        width: 220px;
        height: 37px;
    }

    .fRight img {
        width: 240px;
    }
}

@media only screen and (max-width: 1600px) {
    .logo {
        width: 240px;
        height: 41px;
    }
}


@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1280px) {
    .logo {
        width: 200px;
        height: 34px;
    }

    .fRight img {
        width: 220px;
    }


}

@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: 1540px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1140px) {

    .main-header,
    .main-header .wrap {
        height: 50px;
    }

    .topBar .wrap {
        height: 30px;
    }

    .top.on .main-header {
        height: 50px;
    }

    .top.on {
        top: -30px;
    }
}

@media only screen and (max-width: 1024px) {

    .main-header,
    .main-header .wrap {
        height: 50px;
    }


    .logo {
        width: 160px;
        height: 27px;
    }

    .wrap {
        margin: 0 30px;
    }

    .topBar .wrap {
        height: 30px;
    }

    .top.on .main-header {
        height: 50px;
    }

    .top.on {
        top: -30px;
    }

    .menuLeft h1,
    .menuRight {
        display: none;
    }

    .menuLeft {
        width: 100%;
        height: auto;
        border: none;
    }

    .menuLeft p {
        padding-left: 30px;
    }

    .menuLeft p a {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
        background-size: 7px 7px;
        padding-left: 12px;
    }

    .fLogo {
        width: 220px;
    }

    .fMenu,
    footer .fBox {
        display: block;
    }

    .fMenu:after {
        content: '';
        clear: both;
        display: block;
    }

    .fLe {
        width: 100%;
    }

    .fMenu dl {
        width: 25%;
        float: left;
    }

    .fMenu dl dt,
    .fRight p {
        font-size: 18px;
    }

    .fMenu dl dd {
        width: 100% !important;
    }

    .fMenu dl dd a {
        font-size: 16px;
        display: block;
        float: none;
    }

    .fRight {

        margin-top: 15px;
    }

    .fRight h1 {
        font-size: 24px;
    }

    .copyright .wrap {
        font-size: 14px;
        display: block;
        text-align: center;
        height: auto;
        padding: 5px 0;
    }
}

@media only screen and (max-width: 680px) {

    .main-header,
    .main-header .wrap {
        height: 50px;
    }


    .logo {
        width: 160px;
        height: 27px;
    }

    .wrap {
        margin: 0 10px;
    }

    .topBar .wrap {
        height: 30px;
    }

    .lau {
        font-size: 12px;
    }

    .topBar input {
        width: 60px;
        font-size: 12px;
    }

    .topBar button {
        font-size: 18px;
    }

    .lau::before {
        top: 5px;
    }

    .menuLeft h1,
    .menuRight {
        display: none;
    }

    .menuLeft {
        width: 100%;
        height: auto;
        border: none;
    }

    .menuLeft p {
        padding-left: 30px;
    }

    .menuLeft p a {
        font-size: 14px;
        color: #fff;
        line-height: 22px;
        background-size: 7px 7px;
        padding-left: 12px;
    }

    .fLogo {
        width: 150px;
    }

    .fMenu,
    footer .fBox {
        display: block;
    }

    .fMenu:after {
        content: '';
        clear: both;
        display: block;
    }

    .fLe {
        width: 100%;
    }

    .fMenu dl {
        width: 25%;
        float: left;
    }

    .fMenu dl dt,
    .fRight p {
        font-size: 14px;
    }

    .fMenu dl dd {
        width: 100% !important;
    }

    .fMenu dl dd a {
        font-size: 12px;
        display: block;
        float: none;
        margin-right: 0;
    }

    .fRight {

        margin-top: 15px;
    }

    .fRight h1 {
        font-size: 18px;
    }

    .copyright .wrap {
        font-size: 12px;
        display: block;
        text-align: center;
        height: auto;
        padding: 5px 0;
    }
}
































@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);

    }

    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);

    }
}


@-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);

    }

    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);

    }
}


@-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);

    }

    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);

    }
}


@-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);

    }

    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);

    }
}