﻿@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"),
        url("../font/SourceHanSansCN-Normal.svg") format("svg");
}



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: #4872a2;
}

img {
    border: none;
    max-width: 100%;
}

.clear {
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}



.wrap {
    margin: 0 1.6rem;
}

.logo {
    width: 1.64rem;
    margin-right: 0.4rem;
}

.logo img {
    display: block;
}

.tZi {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 0.41rem;
}

.tZi li {
    padding: 0 0.2rem;
    position: relative;
}

.tZi li a {

    font-size: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition-duration: .5s;
}

.fly_item {
    border: 1px solid #000;
    width: 38px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    opacity: .5;
    filter: alpha(opacity=50);
}

.shop_cart {
    width: 106px;
    height: 25px;
    line-height: 25px;
    padding-top: 8px;
    font-size: 12px;
    text-indent: 34px;
    color: #000;
    position: absolute;
    right: 50px;
    top: 240px;
}

.cart_num {
    position: absolute;
    top: 10px;
    left: 17px;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    color: #fff;
    background-color: #ff0101;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.12rem;
}

.tZi li:nth-child(1):after,
.tZi li:nth-child(2):after {
    content: '';
    width: 1px;
    height: 0.21rem;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.105rem;
}

.tZi li a i {
    font-size: 0.32rem;
    margin-right: 0.1rem;
    color: #333;
}

.tZi li:nth-child(1) a i {
    font-size: 0.4rem;
    margin-right: 0rem;
}


.tZi li a:hover i {
    color: #4872a2;
}

.hTop {
    display: flex;
    justify-content: space-between;
}


/*==============================================
    Main Header Css        
===============================================*/
.hRight,
.tLeft {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header {
    transition: all .5s;
    position: fixed;
    width: 100%;
    top: 0rem;
    left: 0;
    z-index: 101;
    background: #fff;
}

.main-header.on {
    border-bottom: 1px solid #eee;
}



.main-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0.44rem;
}

.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;
    line-height: 0.9rem;
    transition: all .5s;
    position: relative;
}

.main-menu .navigation>li>a {
    position: relative;
    font-size: 0.2rem;
    opacity: 1;
    margin: 0 0.2rem;
    color: #333;
    display: block;
}

.main-menu .navigation>li>a:hover {
    font-weight: bold;
}

/* .main-menu .navigation>li .color1:hover {
    color: red;
}

.main-menu .navigation>li .color2:hover {
    color: blue;
}

.main-menu .navigation>li .color3:hover {
    color: green;
} */


.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 2rem;
    /*opacity: 0;
    visibility: hidden;*/
    display: none;
    border-radius: 0;
    /*-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;
    padding-bottom: 0.2rem;
}

.main-menu .navigation>li:hover>ul {
    display: block;
    animation: subnavmove 0.35s;
}

.main-menu .navigation>li>ul div {
    display: flex;
    justify-content: space-between;

    padding: 0.4rem 1.6rem;
}

.main-menu .navigation>li>ul div h1 {
    overflow: hidden;
    font-size: 0.18rem;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0.2rem;
}



.main-menu .navigation>li>ul div li:hover h1 img {
    transform: scale(1.1);
}

.main-menu .navigation>li>ul div p {
    font-size: 0.14rem !important;
    text-align: left;
    margin-bottom: 0.1rem;
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #f3f5f7;
    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);
    z-index: -1;
}

.main-menu .navigation>li>ul li {
    line-height: 1 !important;
    padding-top: 0.15rem;

}

.main-menu .navigation>li>ul li p {
    line-height: 1.5;
    font-size: 0.18rem;
}

/*.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%;
    padding-left: 0.18rem;

}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 0.18rem;
    height: 0.5rem;
    display: flex;

    align-items: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    text-align: left;
    color: #333;
    font-weight: bold
}



.main-menu .navigation>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #0072ef;
}

.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;
}


.copyRight {
    height: 0.6rem;
    color: #fff;
    font-size: 0.16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #343c4e;
    margin-top: 0.5rem;
}

.copyRight p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyRight p a {
    color: #fff;
    font-size: 0.3rem;
    margin-left: 0.05rem;
    transition-duration: .5s;
}

.copyRight p a:hover {
    font-size: 0.33rem;
}




.tttt22 {
    width: 1.5rem;
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    background: #f9f9fa;
    text-align: left;
    transition-duration: .5s;
    z-index: 9999;
    -moz-box-shadow: 1px 1px 5px #696969;
    -webkit-box-shadow: 1px 1px 5px #696969;
    box-shadow: 1px 1px 5px #696969;
}

.tttt22 dd {
    padding-bottom: 0;
    transition-duration: .5s;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.tttt22 dd a {
    color: #333;
    font-size: 0.18rem;
    padding: 0;
    display: block;
    text-align: center;
    height: 0.4rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    padding-left: 0.15rem;
    text-align: left;
}

.tttt22 dd a:hover {
    color: #0072ef
}


.subnav.ts22 {
    background: #0072ef;
    color: #fff;
}

/*下拉菜单*/
.dropdown-menuBox {
    width: 19.216rem;
    position: absolute;
    top: 100%;
    left: -3.64rem;
    padding: 0.2rem 0.3rem;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 10;
    display: none;
}

.drjs-dropdown {
    left: -6.2rem;
}

.main-menu .navigation>li:hover .dropdown-menuBox {
    display: block;
    animation: subnavmove 0.35s;
}

@keyframes subnavmove {
    0% {
        transform: scale(1);
        opacity: 0
    }

    60% {
        transform: scale(1.01);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.lb-subnav {
    display: flex;
    flex-wrap: wrap;
}

.lb-subnav__item {
    width: 25%;
    box-sizing: border-box;
    height: calc(190* 100vw / 1920);
    min-height: 1.25rem;
    padding: 0.1rem 0.1rem;
}

.lb-subnav__inner {
    position: relative;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 0 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    transition: 0.25s ease-out all;
}

.lb-subnav__inner:hover {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3)
}

.lb-subnav__innerImg {
    width: 1.87rem;
}

.lb-subnav__innerImg img {
    display: block;
    width: 100%;
}

.lb-subnav__innerName {
    width: calc(100% - 1.87rem);
}

.lb-subnav__innerName p {
    font-size: 0.14rem;
    color: #333;
    text-align: left;
    line-height: 1.4;
}

/*搜索框弹出*/
.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: 600px;
    padding: 75px 100px;
    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: 10px 0;
}

.nav-outer .mobile-nav-toggler span b {
    font-weight: normal;
    width: 36px;
    height: 3px;
    border-radius: 10px;
    background: #4872a2;
    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;
    width: 240px
}

.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: #e9e9e9;
    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 rgb(125 120 120 / 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;

    font-size: 16px;
    line-height: 36px;
    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;
}

footer {
    background: url(../images/fbg.png) no-repeat bottom left #010b22;
    padding: 0.5rem 0 0.2rem;
    background-size: 100% auto;
}

footer ul.wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
}

footer .wrap li {
    width: 4rem;
}

footer h1 {
    font-family: "SourceHanSansCN-BOLD";
    font-size: 0.18rem;
    text-transform: uppercase;
    margin-bottom: 0.15rem;
    color: #fff;
}

footer p {
    font-size: 0.18rem;
    color: #ffffff !important;
}

footer p a {
    color: #ffffff !important;
    display: block;
    margin-bottom: 0.05rem;
}

footer p a:hover {
    color: #0072ef !important;
}

footer li:last-child p {
    line-height: 1.3;
    margin-bottom: 0.1rem;
}

footer li form {
    display: flex;
    justify-content: space-between;
}

footer li form input {
    width: 2.25rem;
    height: 0.41rem;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    outline: none;
    font-size: 0.14rem;
    padding-left: 0.1rem;
}

footer li form a {
    display: block;
    width: 1.57rem;
    line-height: 0.41rem;
    text-align: center;
    background: #0072ef;
    color: #fff !important;
    font-size: 0.18rem;
    border-radius: 5px;
    text-transform: uppercase;
    transition-duration: .5s;
}

footer li form a:hover {
    color: #fff;
    box-shadow: 3px 3px 10px #666;
}

footer li form a.color1 {
    background: #009614;
}

footer li form a.color2 {
    background: #00a0d2;
}

footer li form a.color3 {
    background: #c83296;
}

footer li form a.color4 {
    background: #005ab4;
}

footer li form a.color5 {
    background: #e65a0a;
}

footer li form a.color6 {
    background: #c83296;
}

.main-menu .navigation>li>a:hover {
    color: #005ab4;
}

footer p a.color1:hover,
.main-menu .navigation>li>a.color1:hover {
    color: #009614 !important;
}

footer p a.color1:hover,
.main-menu .navigation>li>a.color2:hover {
    color: #00a0d2 !important;
}

footer p a.color3:hover,
.main-menu .navigation>li>a.color3:hover {
    color: #c83296 !important;
}

footer p a.color4:hover,
.main-menu .navigation>li>a.color4:hover {
    color: #005ab4 !important;
}

footer p a.color5:hover,
.main-menu .navigation>li>a.color5:hover {
    color: #e65a0a !important;
}

footer p a.color6:hover,
.main-menu .navigation>li>a.color6:hover {
    color: #c83296 !important;
}

.main-header.on .main-menu .navigation>li {
    line-height: 0.6rem;
}

/*搜索框弹出*/
.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: 600px;
    padding: 75px 100px;
    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;
}*/

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialogBg1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialog {
    width: 7rem;
    padding: 0.7rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}

#dialog1 {
    width: 65%;
    padding: 0.55rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 6px;
}

.dialogTop {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
}

.claseDialogBtn {
    font-size: 16px;
    color: #111;
}

.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;
    outline: none;
}

.sk04 {
    height: 45px;
}

.sk04 input {
    border-radius: 0;
    background: #4872a2;
    color: #fff;
    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;
}


.search1,
.lauge {
    width: 0.4rem;
    height: 0.4rem;
    color: #333;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
    font-size: 0.16rem;
    margin-left: 0.1rem;
}

.search1 i {
    font-size: 0.16rem;
    transition-duration: .5s;
}

.search1:hover,
.lauge:hover {
    background: #4872a2;
    color: #fff;
}

.search1:hover i {
    color: #fff;
}

.hRight {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lb-sub_dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.6rem;
}

.lb-sub_dl dl {
    width: 22%;
    text-align: left;
    margin-top: 0.4rem;
    margin-right: 4%;
}

.lb-sub_dl dl:nth-child(-n+4) {
    margin-top: 0;
}

.lb-sub_dl dl:nth-child(4n) {
    margin-right: 0;
}

.lb-sub_dl dl dt {
    border-radius: 0.04rem;
    font-size: 0.18rem;
    font-weight: bold;
    padding: 0.05rem 0.15rem;
    line-height: 1.6;
}

.lb-sub_dl dl dt:hover {
    background: #e9e9e9;
}

.lb-sub_dl dl dt a {
    color: #333 !important;
}

.lb-sub_dl dl dd {
    border-radius: 0.04rem;
    font-size: 0.16rem;
    padding: 0.05rem 0.15rem;
    line-height: 1.6;
}

.lb-sub_dl dl dd:hover {
    background: #e9e9e9;
}

.lb-sub_dl dl dd a {
    color: #555 !important;
}


@media only screen and (max-width: 1600px) {}


@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1366px) {}

@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: 1620px) {}

@media only screen and (max-width: 1540px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1280px) {

    .wrap {
        margin: 0 60px;
    }

    .main-menu .navigation>li>a,
    footer h1 {
        font-size: 0.22rem;
    }

    .tZi li a,
    .search1 i,
    .search1,
    .lauge,
    footer p a,
    footer li:last-child p {
        font-size: 0.2rem;
    }
}


@media only screen and (max-width: 760px) {
    .tZi li a p {
        display: none;
    }

    footer ul.wrap {
        display: block;
    }

    .wrap {
        margin: 0 15px;
    }

    .search1,
    .lauge {
        display: none;
    }

    .tZi li a,
    .copyRight .wrap {
        font-size: 12px;
    }

    .logo {
        width: 100px;
    }

    .copyRight {
        height: auto;
    }

    footer .wrap {
        display: block;
    }

    footer .wrap:after {
        content: '';
        clear: both;
        display: block;
    }

    footer .wrap li {
        width: 100%;
        float: none;
    }

    footer .wrap li:last-child {
        width: 100%;
    }

    footer h1 {
        font-size: 16px;
    }

    footer p a,
    footer p,
    footer li:last-child p {
        font-size: 14px;
    }

    footer li form input {
        width: 70%;
        height: 35px;
        font-size: 12px;
    }

    footer li form a {
        width: 27%;
        line-height: 35px;
        font-size: 12px;
    }
}
































@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: .2;
    }

    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: .2;
    }

    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: .2;
    }

    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: .2;
    }

    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
    }
}