﻿.shy-box,
.shs-item::before,
.form-item__wrap::after,
.fi-label,
.fi-submit {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.supplier-item__txt {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@font-face {
    font-family: "GothamMedium";
    src: url('../assets/fonts/gothammedium/gothammedium.eot?1557081252');
    src: url('../assets/fonts/gothammedium/gothammedium.eot?&1557081252#iefix') format('embedded-opentype'), url('../assets/fonts/gothammedium/gothammedium.woff2?1557081252') format('woff2'), url('../assets/fonts/gothammedium/gothammedium.woff?1557081252') format('woff'), url('../assets/fonts/gothammedium/gothammedium.ttf?1557081252') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "GothamBold";
    src: url('../assets/fonts/GothamBold/GothamBold.eot?1557115952');
    src: url('../assets/fonts/GothamBold/GothamBold.eot?&1557115952#iefix') format('embedded-opentype'), url('../assets/fonts/GothamBold/GothamBold.woff2?1557115952') format('woff2'), url('../assets/fonts/GothamBold/GothamBold.woff?1557115952') format('woff'), url('../assets/fonts/GothamBold/GothamBold.ttf?1557115952') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "GothamBook";
    src: url('../assets/fonts/gothambook/gothambook.eot?1557085578');
    src: url('../assets/fonts/gothambook/gothambook.eot?&1557085578#iefix') format('embedded-opentype'), url('../assets/fonts/gothambook/gothambook.woff2?1557085578') format('woff2'), url('../assets/fonts/gothambook/gothambook.woff?1557085578') format('woff'), url('../assets/fonts/gothambook/gothambook.ttf?1557085578') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat Light';
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat Light"), local("Montserrat-Light"), url("../assets/fonts/montserrat/montserrat-v14-latin-300.woff2") format("woff2"), url("../assets/fonts/montserrat/montserrat-v14-latin-300.woff") format("woff")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../assets/fonts/montserrat/montserrat-v14-latin-regular.woff2") format("woff2"), url("../assets/fonts/montserrat/montserrat-v14-latin-regular.woff") format("woff")
}

@font-face {
    font-family: 'Montserrat Medium';
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../assets/fonts/montserrat/montserrat-v14-latin-500.woff2") format("woff2"), url("../assets/fonts/montserrat/montserrat-v14-latin-500.woff") format("woff")
}

@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../assets/fonts/montserrat/montserrat-v14-latin-700.woff2") format("woff2"), url("../assets/fonts/montserrat/montserrat-v14-latin-700.woff") format("woff")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: local("Montserrat Black"), local("Montserrat-Black"), url("../assets/fonts/montserrat/montserrat-v14-latin-900.woff2") format("woff2"), url("../assets/fonts/montserrat/montserrat-v14-latin-900.woff") format("woff")
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: "microsoft yahei", "Arial", "sans-serif", "microsoft yahei";
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    line-height: 1;
    text-size-adjust: none
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

a {
    outline: 0;
    text-decoration: none;
    color: #333
}

body,
input,
textarea {
    /* font-family: "Montserrat Medium", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif */
}

    input[type='text']:-webkit-autofill {
        box-shadow: 0 0 0 1000px #fff inset
    }

img {
    display: inline-block
}

[class*=' icon-'],
[class^=icon-] {
    font-family: "iconfont";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear {
    display: none
}

.wow {
    visibility: hidden
}

.no-cssanimations .wow {
    visibility: visible
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-140 {
    margin-top: 140px
}

.mt-160 {
    margin-top: 160px
}

.mt-180 {
    margin-top: 180px
}

.pt-60 {
    padding-top: 60px
}

.pt-80 {
    padding-top: 80px
}

.pt-100 {
    padding-top: 100px
}

.pt-140 {
    padding-top: 140px
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.d-inline-block {
    display: inline-block
}

.d-none {
    display: none
}

.d-block {
    display: block
}

.contact-map .BMapLabel {
    border: 0
}

.contact-map .anchorBL {
    display: none
}

.list {
    position: relative;
    font-size: 0;
    margin: 0 -12px;
}

    .list > li {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 80px
    }

    .list figure {
        overflow: hidden;
        position: relative
    }

    .list .article-title {
        -moz-transition: color .4s;
        -o-transition: color .4s;
        -webkit-transition: color .4s;
        transition: color .4s;
        font-size: 20px;
        color: #202020;
        line-height: 1.6;
        font-weight: 500;
    }

    .list a {
        display: block;
        margin: 0 28px
    }

    .list img {
        -moz-transition: -moz-transform 1.2s;
        -o-transition: -o-transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        width: 100%
    }

.list-1 > li {
    width: 100%
}

.list-2 > li {
    width: 50%
}

.list-3 > li {
    width: 33.3333%
}

.list-4 > li {
    width: 25%
}

.list-5 > li {
    width: 20%
}

.list-6 > li {
    width: 16.66%
}

.img-box {
    position: relative
}

    .img-box::before {
        content: "";
        display: block
    }

    .img-box img {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.wx-share {
    margin-top: -130px;
    margin-left: -120px;
    border-radius: 3px;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    padding: 20px 10px;
    width: 240px;
    height: 280px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}

    .wx-share img {
        display: block;
        width: 100%
    }

    .wx-share p {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        font-weight: 500;
        color: #000
    }

    .wx-share i {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        width: 2.5em;
        height: 2.5em;
        line-height: 2.5;
        text-align: center;
        color: #000
    }

@media (min-width: 1025px) {
    .list a:hover img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .list a:hover .article-title {
        color: #e67817
    }
}

@media (max-width: 1920px) {
    .mt-30 {
        margin-top: 1.5625vw
    }

    .mt-40 {
        margin-top: 2.08333vw
    }

    .mt-50 {
        margin-top: 2.60417vw
    }

    .mt-60 {
        margin-top: 3.125vw
    }

    .mt-70 {
        margin-top: 3.64583vw
    }

    .mt-80 {
        margin-top: 3.16667vw
    }

    .mt-90 {
        margin-top: 4.6875vw
    }

    .mt-100 {
        margin-top: 5.20833vw
    }

    .mt-110 {
        margin-top: 5.72917vw
    }

    .mt-120 {
        margin-top: 3.5vw
    }

    .mt-140 {
        margin-top: 7.29167vw
    }

    .mt-160 {
        margin-top: 5vw
    }

    .mt-180 {
        margin-top: 9.375vw
    }

    .list {
        margin: 0 -12px;
    }

        .list > li {
            margin-bottom: 2.5vw
        }

        .list a {
            margin: 0 12px;
            ;
        }
}

@media (max-width: 1024px) {
    .list {
        margin: 0 -10px
    }

        .list > li {
            margin-bottom: 40px
        }

        .list a {
            margin: 0 10px
        }

    .list-4 > li {
        width: 33.333%
    }
}

@media (max-width: 800px) {

    .list-3 > li,
    .list-4 > li {
        width: 50%
    }
}

@media (max-width: 640px) {

    .list-3 > li,
    .list-2 > li,
    .list-4 > li {
        width: 100%
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes sfadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes sfadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-3%, 0, 0);
        transform: translate3d(-3%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-3%, 0, 0);
        transform: translate3d(-3%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(3%, 0, 0);
        transform: translate3d(3%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(3%, 0, 0);
        transform: translate3d(3%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.sfadeInUp {
    -webkit-animation-name: sfadeInUp;
    animation-name: sfadeInUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s
    }

    .animated.fast {
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms
    }

    .animated.faster {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s
    }

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track::after,
    .slick-track::before {
        display: table;
        content: ""
    }

    .slick-track::after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0
}

    .slick-slide a {
        outline: 0
    }

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.banner-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    font-size: 0;
    text-align: center
}

    .banner-dots li {
        margin: 0 8px;
        display: inline-block;
        vertical-align: top
    }

        .banner-dots li button {
            position: relative;
            display: inline-block;
            padding: 0;
            border: 0;
            font-size: 0;
            background-color: transparent;
            outline: 0;
            cursor: pointer
        }

            .banner-dots li button::before {
                -moz-transition: background .3s ease-out;
                -o-transition: background .3s ease-out;
                -webkit-transition: background .3s ease-out;
                transition: background .3s ease-out;
                content: "";
                display: block;
                width: 6px;
                height: 6px;
                background-color: #e0e0e0
            }

        .banner-dots li.slick-active button::before {
            background-color: #000
        }








.header {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100px;
    background-color: #fff;
    display: none
}

    .header:after {
        -moz-transition: opacity .4s;
        -o-transition: opacity .4s;
        -webkit-transition: opacity .4s;
        transition: opacity .4s;
        position: absolute;
        z-index: 200;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        content: '';
        background-color: #ccc;
    }

.header-handle {
    position: fixed;
    z-index: 888;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100px
}

.home .header {
    background-color: rgba(255, 255, 255, 0.7)
}

    .home .header:after {
        opacity: 0
    }

    .home .header:hover {
        background-color: #fff
    }

        .home .header:hover:after {
            opacity: 1
        }

.pageScroll .header {
    /* -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%) */
}

.m-header__cont,
.sub-arrow,
.active-navItem {
    display: none
}

.logo,
.header-content,
.navigation,
.header-lang {
    display: inline-block;
    vertical-align: middle
}

.logo {
    width: auto;
    backface-visibility: hidden;
    font-size: 0;
    padding-top: 34px;
}

    .logo img {
        width: 100%
    }

.header-lang {
    margin-left: 40px
}

    .header-lang a,
    .header-lang i {
        display: inline-block;
        vertical-align: middle
    }

    .header-lang .line {
        width: 1px;
        height: 16px;
        background-color: #202020;
        margin: 0 16px
    }

    .header-lang .icon-chaxun {
        font-size: 18px
    }

    .header-lang a {
        font-size: 16px;
        color: #202020;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        -webkit-transition: color .3s;
        transition: color .3s
    }

        .header-lang a:hover {
            color: #e67817
        }

.ib-column {
    display: inline-block;
    vertical-align: top
}

.header-search__outbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: 1000;
    display: none
}

    .header-search__outbox .search-box {
        position: absolute;
        padding-right: 60px;
        width: 100%
    }

    .header-search__outbox .search-close {
        position: absolute;
        right: 0;
        font-size: 16px;
        color: #202020;
        z-index: 10
    }

    .header-search__outbox .search-close,
    .header-search__outbox .search-box,
    .header-search__outbox .search-btn {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header-search__outbox .search-btn {
        position: absolute;
        right: 60px;
        font-size: 14px;
        color: #202020;
        -webkit-transition: color .4s;
        transition: color .4s;
        border: none;
        background-color: transparent;
        outline: none;
        padding: 0;
        cursor: pointer;
        background-color: #e67817;
        color: white;
        line-height: 38px;
        /* border-radius: 50px; */
        padding: 0px 20px;
    }

    .header-search__outbox input {
        width: 100%;
        outline: none;
        height: 40px;
        /* padding: 0 45px; */
        border: 1px solid #e67817;
        /* border-radius: 50px; */
        font-size: 14px;
        color: #202020;
        padding-right: 100px;
        padding-left: 10px;
    }

        .header-search__outbox input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.3)
        }

        .header-search__outbox input:-moz-placeholder {
            color: rgba(0, 0, 0, 0.3)
        }

        .header-search__outbox input:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.3)
        }

.header-search__cont {
    position: relative;
    height: 100%;
    text-align: center;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1025px) {
    .header-search__outbox .search-close:before {
        display: block;
        -webkit-transition: transform .4s;
        transition: transform .4s
    }

    .header-search__outbox .search-close:hover:before {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .header-content {
        font-size: 0;
        width: auto;
        float: right;
        text-align: right
    }

    .header-navs li {
        -moz-transition: padding .3s;
        -o-transition: padding .3s;
        -webkit-transition: padding .3s;
        transition: padding .3s;
        position: relative;
        display: inline-block;
        padding: 41px 32px;
        text-align: center;
        vertical-align: top;
        position: relative;
    }

        .header-navs li:after {
            transition: all 0.5s;
            transform: translateX(-50%);
            content: "";
            display: block;
            background-color: #e67817;
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0%;
            height: 4px;
        }

        .header-navs li.on:after,
        .header-navs li:hover:after {
            width: 75%;
        }

        .header-navs li.on .nc,
        .header-navs li:hover .nc {
            color: #e67817;
            font-weight: bold;
        }

        .header-navs li:hover .sub-menu {
            visibility: visible;
            opacity: 1
        }

    /* .header-navs li:hover:before,
.header-navs li:hover:after {
visibility: visible;
opacity: 1
}

.header-navs li:hover .ne {
visibility: visible;
opacity: 1;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0)
}

.header-navs li:hover .nc {
visibility: hidden;
opacity: 0;
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
} */

    /* .header-navs li.on:before,
.header-navs li.on:after {
visibility: visible;
opacity: 1
}

.header-navs li.on .ne {
visibility: visible;
opacity: 1;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0)
}

.header-navs li.on .nc {
visibility: hidden;
opacity: 0;
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
} */


    .header-navs .sub-item {
        line-height: 18px;
        position: relative;
        display: block;
        height: 18px;
        font-family: auto;
    }

    .header-navs span {
        font-size: 18px;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .header-navs .nc {
        color: #333
    }

    .header-navs .ne {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        visibility: hidden;
        width: 100%;
        text-align: center;
        opacity: 0;
        color: #e67817;
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .header-navs .sub-menu {
        position: absolute;
        z-index: 200;
        top: 100px;
        left: 50%;
        visibility: hidden;
        width: 280px;
        padding: 0 20px 20px;
        text-align: center;
        opacity: 0;
        background-color: #fff;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header-navs .nav-column {
        padding-top: 20px
    }

        .header-navs .nav-column dd {
            margin-bottom: 16px
        }

        .header-navs .nav-column a {
            font-size: 15px;
            position: relative;
            display: inline-block;
            color: #202020;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            -webkit-transition: color .3s;
            transition: color .3s;
            padding-bottom: 3px
        }

            .header-navs .nav-column a:after {
                -moz-transition: width .3s;
                -o-transition: width .3s;
                -webkit-transition: width .3s;
                transition: width .3s;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                display: block;
                width: 0;
                height: 1px;
                content: '';
                background-color: #e67817
            }

            .header-navs .nav-column a:hover {
                color: #e67817
            }

                .header-navs .nav-column a:hover:after {
                    width: 100%
                }

    .header-navs .nav-product .sub-menu {
        position: fixed;
        left: 0;
        overflow: hidden;
        width: 100vw;
        padding-bottom: 0;
        padding-left: 9.375vw;
        text-align: left;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .header-navs .nav-product .nav-column {
        display: inline-block;
        width: 25%;
        padding-top: 60px;
        padding-right: 30px;
        padding-bottom: 60px;
        vertical-align: top
    }

    .header-navs .nav-product .sub-menu__left,
    .header-navs .nav-product .sub-menu__right {
        position: relative;
        z-index: 20;
        display: inline-block;
        vertical-align: top
    }

    .header-navs .nav-product .sub-menu__left {
        width: 70%;
        padding: 0 60px 32px 0;
        background-color: #fff
    }

        .header-navs .nav-product .sub-menu__left .nav-column {
            margin-bottom: 80px
        }

    .header-navs .nav-product .sub-menu__right {
        width: 30%;
        padding-top: 0
    }

    .header-navs .nav-product .sub-right__cont {
        padding-bottom: 32px;
        padding-left: 40px;
        background-color: #F7F7F7
    }

        .header-navs .nav-product .sub-right__cont .nav-column {
            width: 100%
        }

    .header-navs .nav-product dt {
        position: relative;
        display: table;
        margin-bottom: 30px
    }

        .header-navs .nav-product dt:after {
            position: absolute;
            bottom: -5px;
            left: 0;
            display: block;
            width: 100%;
            height: 1px;
            content: '';
            background-color: #e67817
        }

        .header-navs .nav-product dt a {
            font-size: 16px
        }

            .header-navs .nav-product dt a:after {
                display: none
            }

    .header-navs .nav-product dd a {
        font-size: 14px;
        color: #999
    }
}

@media (max-width: 1459px) {
    .header-navs li {
        padding: 32px 22px;
    }

    .header-navs .sub-menu {
        top: 82px;
    }

    .header-search__outbox {
        height: 82px;
    }
}


@media (max-width: 1440px) {
    .logo {
        width: 160px;
        padding-top: 30px;
    }

    .header-navs span {
        font-size: 15px
    }

    .header-navs .nav-column a {
        font-size: 14px
    }
}

@media (max-width: 1259px) {
    .logo {
        width: 140px;
        padding-top: 25px;
    }

    .header-navs li {
        padding: 26px 16px;
    }

    .wrap {
        padding-top: 70px;
    }

    .header-search__outbox {
        height: 70px;
    }

    .header-navs .sub-menu {
        top: 70px;
    }
}

@media (max-width: 1024px) {
    .header-navs li {
        padding: 0;
    }

    .header-handle {
        display: none
    }

    .active-navItem {
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: -3px;
        display: none;
        padding-left: 20px;
        cursor: pointer;
        color: #202020;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .active-navItem i {
            font-size: 18px;
            position: absolute;
            top: -4px;
            left: 0;
            color: #202020;
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .active-navItem.active {
            visibility: visible;
            opacity: 1
        }

    .m-header__cont {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .m-header__cont .js-search__btn,
        .m-header__cont .line,
        .m-header__cont .m-menu {
            display: inline-block;
            vertical-align: middle
        }

        .m-header__cont .js-search__btn {
            font-size: 22px;
            color: #202020
        }

        .m-header__cont .line {
            width: 1px;
            height: 20px;
            background-color: #202020;
            margin: 0 10px
        }

    .m-menu {
        width: 24px;
        cursor: pointer
    }

        .m-menu i {
            display: block;
            width: 100%;
            height: 2px;
            margin: 6px 0;
            background: #e67817;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s
        }

    .open .m-menu i:nth-of-type(1) {
        -moz-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg)
    }

    .open .m-menu i:nth-of-type(2) {
        visibility: hidden;
        opacity: 0
    }

    .open .m-menu i:nth-of-type(3) {
        -moz-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg)
    }

    .open .header-content {
        opacity: 1;
        visibility: visible
    }

    .header {
        height: 57px;
        padding: 16px 0
    }

    .header-main {
        height: 100%
    }

    .header-content {
        position: fixed;
        z-index: 540;
        top: 53px;
        right: 0;
        width: 100%;
        height: calc(100vh - 53px);
        padding: 30px 0;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        -moz-transition: opacity .5s;
        -o-transition: opacity .5s;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }

    .logo {
        width: 110px;
        margin-top: 3px;
        padding-top: 0;
    }

    .sub-menu {
        position: fixed;
        z-index: 999;
        top: 53px;
        right: 0;
        bottom: 0;
        left: 0;
        visibility: hidden;
        overflow-y: auto;
        width: 100%;
        padding-top: 30px;
        opacity: 0;
        background-color: #fff;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

        .sub-menu.active {
            visibility: visible;
            opacity: 1;
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        .sub-menu .nav-column {
            padding: 0 24px 38px 24px
        }

        .sub-menu dd {
            margin-bottom: 30px
        }

        .sub-menu dt {
            position: relative;
            display: table;
            margin-bottom: 25px;
            padding-bottom: 10px;
            color: #202020
        }

            .sub-menu dt:after {
                position: absolute;
                bottom: 0;
                left: 0;
                display: block;
                width: 100%;
                height: 1px;
                content: '';
                background-color: #e67817
            }

            .sub-menu dt a {
                font-size: 15px
            }

        .sub-menu a {
            color: #202020
        }

    .sub-menu__left {
        padding-bottom: 0
    }

    .sub-menu__right {
        padding-top: 30px;
        background-color: #F7F7F7
    }

    .navigation {
        display: block
    }

    .header-navs .sub-item {
        position: relative;
        display: block;
        padding: 14px 24px;
        /* border-bottom: 1px solid #eaeaea */
    }

        .header-navs .sub-item span {
            color: #202020;
            font-size: 16px
        }

    .header-navs .nav-column a {
        font-size: 15px
    }

    .header-navs .ne {
        position: absolute;
        top: 50%;
        left: 21px;
        display: none;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header-navs .nav-product dt a {
        font-size: 16px
    }

    .header-navs .nav-product dd {
        margin-bottom: 20px
    }

        .header-navs .nav-product dd a {
            font-size: 14px;
            color: #999
        }

    .header-navs .on .ne {
        display: block
    }

    .header-navs .on .nc {
    }

    .has-sub__item .sub-arrow {
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 24px;
        display: block;
        color: #202020;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header-lang {
        width: auto;
        margin-top: 40px;
        margin-left: 0;
        padding: 0 24px
    }

        .header-lang .line,
        .header-lang .js-search__btn {
            display: none
        }

        .header-lang i {
            margin: 0 10px
        }

    .header-search__outbox {
        height: 57px
    }
}

@media (max-width: 700px) {
    .header-search__outbox .search-box {
        padding-right: 38px
    }

    .header-search__outbox input {
        height: 35px
    }

    .header-search__outbox .search-btn {
        font-size: 16px;
        margin-top: 1px
    }

    .header-search__cont {
        margin-left: 20px;
        margin-right: 20px
    }
}

/*
.footer-top__content {
position: relative;
padding: 100px 0;
background-color: #e67817
}

.foot-logo {
width: 172px
}

.foot-logo img {
width: 100%
}

.foot-address {
margin-left: 70px
}

.foot-address p {
font: 14px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
line-height: 24px;
color: #fff
}

.foot-address p:first-child {
margin-bottom: 26px
}

.foot-address span {
display: inline-block;
width: 70px;
vertical-align: top
}

.foot-subscibe {
font-size: 0;
margin-left: 120px;
max-width: 535px
}

.foot-subscibe .fs-form {
margin-top: 20px
}

.foot-subscibe p {
font-size: 14px;
color: #fff
}

.foot-subscibe .fs-group,
.foot-subscibe .fs-btn {
display: inline-block;
vertical-align: top
}

.foot-subscibe .fs-group {
position: relative;
width: 160px;
margin-right: 18px;
margin-bottom: 20px
}

.foot-subscibe .fs-group.active label.hint {
font-size: 12px;
top: 0;
opacity: .5;
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}

.foot-subscibe label:not(.error) {
font-size: 14px;
position: absolute;
top: 50%;
left: 0;
pointer-events: none;
color: #fff;
-moz-transition: all .4s;
-o-transition: all .4s;
-webkit-transition: all .4s;
transition: all .4s;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}

.foot-subscibe .fs-message {
width: 340px
}

.foot-subscibe label.error {
position: absolute;
left: 0;
bottom: -20px;
display: block;
font-size: 12px;
color: #fff
}

.foot-subscibe input {
font-size: 14px;
width: 100%;
padding: 10px 0;
color: #fff;
border: none;
border-bottom: 2px solid #fff;
outline: none;
background-color: transparent
}

.foot-subscibe .fs-btn {
position: relative;
width: 156px;
height: 35px;
padding: 10px 0;
border-bottom: 2px solid #fff;
background-color: transparent;
-moz-transition: background .4s;
-o-transition: background .4s;
-webkit-transition: background .4s;
transition: background .4s
}

.foot-subscibe .fs-btn span {
font-size: 14px;
position: absolute;
top: 50%;
left: 0;
display: block;
padding-top: 4px;
color: #fff;
-moz-transition: all .4s;
-o-transition: all .4s;
-webkit-transition: all .4s;
transition: all .4s;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}

.foot-share {
font-size: 0;
position: relative;
z-index: 10;
max-width: 130px
}

.foot-share a {
font-size: 24px;
line-height: 60px;
position: relative;
display: inline-block;
width: 60px;
height: 60px;
margin-bottom: 10px;
text-align: center;
vertical-align: top;
color: #fff;
border: 2px solid #fff;
-moz-transition: all .4s;
-o-transition: all .4s;
-webkit-transition: all .4s;
transition: all .4s
}

.foot-share a:nth-child(odd) {
margin-right: 10px
}

.foot-share a:hover {
color: #e67817;
background-color: #fff
}

.foot-share .icon-wx img {
position: absolute;
z-index: 100;
top: -110px;
left: -22px;
visibility: hidden;
width: 100px;
height: 100px;
opacity: 0;
backface-visibility: hidden;
-moz-transition: all .4s;
-o-transition: all .4s;
-webkit-transition: all .4s;
transition: all .4s;
-moz-transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0)
}

.foot-share .icon-wx:hover img {
visibility: visible;
opacity: 1;
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1)
}

.foot-share .td {
font-size: 16px
}

.foot-share .td span {
position: absolute;
top: 50%;
left: 53%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}

.footer-bottom__content {
font-size: 0;
padding: 32px 0;
background-color: #182b76
}

.footer-bottom__content p,
.footer-bottom__content a {
font-size: 12px;
color: #fff
}

.fb-left__inner>div,
.fb-right__inner>div {
display: inline-block;
vertical-align: middle
}

.fb-left__inner .fb-02 {
margin-left: 64px
}

.fb-right__inner .fb-03 a {
display: inline-block;
margin-left: 26px;
vertical-align: middle
}

.fb-right__inner .fb-04 {
margin-left: 38px
}

.foot-code__help {
margin-top: 10px
}

.foot-code__help a {
display: block;
width: 100%;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 14px;
color: #fff;
letter-spacing: 1px;
position: relative;
border: 1px solid #fff;
margin-top: 15px
}

.foot-code__help a img {
-webkit-transition: all .4s;
transition: all .4s;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
visibility: hidden;
pointer-events: none;
max-width: 120px;
width: 100%;
position: absolute;
left: 25px;
top: -123px;
z-index: 100
}

.foot-code__help a:hover img {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible
}

@media (min-width: 1025px) {
.foot-address {
margin-top: -5px
}

.foot-subscibe .fs-btn:hover {
background-color: #fff
}

.foot-subscibe .fs-btn:hover span {
left: 50%;
color: #e67817;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}

.back-top__full {
position: absolute;
top: 0;
right: 4.16667vw;
cursor: pointer;
-moz-transition: -moz-transform .4s;
-o-transition: -o-transform .4s;
-webkit-transition: -webkit-transform .4s;
transition: transform .4s;
height: 150px;
width: 16px;
text-align: center;
z-index: 5
}

.back-top__full i {
display: inline-block;
width: 1px;
height: 100px;
margin: auto;
background-color: #fff
}

.back-top__full span {
font: 12px "Montserrat Light";
display: inline-block;
color: #fff;
writing-mode: vertical-lr;
-webkit-writing-mode: vertical-lr;
margin-top: 20px
}

.back-top__full:hover {
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
}

@media (max-width: 1920px) {
.footer-top__content {
padding: 5.20833vw 0
}

.foot-address {
margin-left: 3.64583vw
}

.foot-subscibe {
margin-left: 6.25vw
}

.footer-bottom__content {
padding: 1.66667vw 0
}

.fb-left__inner .fb-02 {
margin-left: 3.33333vw
}

.fb-right__inner .fb-03 a {
margin-left: 1.35417vw
}

.fb-right__inner .fb-04 {
margin-left: 1.97917vw
}
}

@media (max-width: 1800px) {
.back-top__full {
right: 2.08333vw
}
}

@media (max-width: 1500px) {
.foot-share a {
font-size: 18px;
line-height: 50px;
width: 50px;
height: 50px
}

.foot-share .icon-wx img {
left: -28px
}

.foot-share .td {
font-size: 14px
}

.foot-logo {
width: 150px
}

.foot-address {
margin-left: 2.08333vw
}

.foot-subscibe {
margin-left: 2.77778vw
}
}

@media (max-width: 1300px) {
.foot-address {
width: 270px
}
}

@media (max-width: 1200px) {
.foot-address {
width: 220px
}
}

@media (max-width: 1100px) {
.foot-logo {
width: 130px
}

.foot-subscibe {
margin-left: 0
}
}

@media (max-width: 1024px) {

.foot-logo,
.back-top__full {
display: none
}

.footer-bottom__content {
padding: 25px 0
}

.footer-top__content {
padding: 60px 0
}

.footer-top__content .foot-share {
float: none
}

.foot-subscibe,
.foot-address {
width: 100%;
margin-left: 0
}

.foot-address {
margin-bottom: 40px
}

.foot-address span {
display: block
}

.foot-address p {
margin-bottom: 12px
}

.foot-address p:first-child {
margin-bottom: 12px
}

.foot-subscibe {
margin-bottom: 50px
}

.foot-subscibe .fs-form {
margin-top: 15px
}

.foot-subscibe .fs-btn {
background-color: #fff
}

.foot-subscibe .fs-btn span {
left: 50%;
color: #e67817;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}

.foot-share {
max-width: 100%
}

.foot-share a {
margin-right: 10px;
margin-bottom: 0
}

.back-top__full {
display: none
}

.back-top {
display: none
}
}

@media (max-width: 650px) {
.footer-bottom__content {
text-align: center
}

.fb-left__inner,
.fb-right__inner {
float: none;
width: 100%
}

.fb-left__inner {
margin-bottom: 14px
}

.foot-address {
margin-bottom: 30px
}

.foot-subscibe {
margin-bottom: 45px
}
}

@media (max-width: 500px) {

.footer-bottom__content p,
.footer-bottom__content a {
font-size: 10px
}

.foot-subscibe .fs-group,
.foot-subscibe .fs-btn {
width: 100%;
margin-right: 0
}

.foot-subscibe .fs-form {
margin-top: 20px
}

.foot-subscibe .fs-group {
margin-bottom: 30px
}

.foot-subscibe .fs-group.active label.hint {
-moz-transform: translateY(-6px);
-ms-transform: translateY(-6px);
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}

.foot-subscibe .fs-btn {
margin-top: 15px
}

.foot-subscibe label.error {
font-size: 9px;
bottom: -16px
}

.foot-share a {
font-size: 16px;
line-height: 36px;
width: 40px;
height: 40px
}

.foot-share .icon-wx img {
top: -95px;
left: -25px;
width: 85px;
height: 85px
}

.foot-share .td {
font-size: 12px
}
} */

body,
html {
    font-size: 16px;
    background-color: #fff
}

body {
    overflow-x: hidden;
    min-width: 320px
}

.hide {
    display: none
}

.show {
    display: block
}

body .bdshare-button-style0-16 a,
body .bdshare-button-style0-16 .bds_more {
    float: none;
    margin: 0;
    padding-left: 0;
    background-image: inherit
}

.bd_weixin_popup {
    height: 320px !important
}

.fl {
    float: left
}

.fr {
    float: right
}

.ovh {
    overflow: hidden
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.lazy {
    /* background: url(../images/loading.gif) no-repeat center center; */
    /* background-size: 24px; */
}

    .lazy.insert {
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-left: -12px
    }

.opa {
    opacity: 0;
    visibility: hidden
}

.anchorBL {
    display: none
}

.clearfr:after {
    display: block;
    float: none;
    clear: both;
    content: ''
}

.no-pointer {
    pointer-events: none
}

.slick-dots {
    font-size: 0
}

    .slick-dots li,
    .slick-dots button {
        display: inline-block;
        vertical-align: middle
    }

    .slick-dots li {
        margin: 0 5px
    }

    .slick-dots button {
        width: 10px;
        height: 10px;
        padding: 0;
        text-indent: -9999999999999999px;
        border: none;
        border-radius: 100%;
        outline: none;
        background-color: #999;
        -moz-transition: background .3s;
        -o-transition: background .3s;
        -webkit-transition: background .3s;
        transition: background .3s
    }

    .slick-dots .slick-active button {
        background-color: #e67817
    }

.error-404 {
    margin: 200px 0;
    text-align: center
}

    .error-404 h3 {
        font-size: 32px;
        line-height: 1.8;
        color: #202020
    }

    .error-404 p {
        font-size: 18px;
        line-height: 1.6;
        color: #202020
    }

.w1600 {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto
}

.w900 {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

.wrap {
    padding-top: 100px;
    position: relative;
    z-index: 10
}

@media (max-width: 1459px) {
    .wrap {
        padding-top: 82px;
    }
}


.text-align {
    text-align: center
}

.paragraph h3 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 36px;
    color: #202020
}

.paragraph h4 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #202020
}

.paragraph p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .6px;
    color: #888
}

.paragraph h3,
.paragraph h4,
.paragraph p {
    word-break: break-all
}

.paragraph img {
    width: auto !important;
    max-width: 100%;
    height: auto !important
}

.page-intro__full {
    text-align: center;
}

    .page-intro__full h3 {
        font: 16px "Montserrat Light";
        margin-bottom: 26px;
        color: #e67817
    }

    .page-intro__full h4 {
        font-size: 40px;
        margin-bottom: 20px;
        color: #202020
    }

    .page-intro__full .inner {
        position: relative;
        max-width: 800px;
        margin: auto
    }

.paragraph-dec {
    display: inline-block;
    padding: 22px 72px 30px 72px
}

    .paragraph-dec:before,
    .paragraph-dec:after {
        font: 80px "Montserrat Bold";
        position: absolute;
        display: block;
        opacity: .1;
        color: #e67817
    }

    .paragraph-dec:before {
        line-height: 40px;
        top: 16px;
        left: 0;
        content: '“'
    }

    .paragraph-dec:after {
        line-height: 0;
        right: 0;
        bottom: 0;
        content: '”'
    }

.sec-padding__val {
    padding: 120px 0
}

.link-btn {
    font-size: 0;
    display: inline-block
}

    .link-btn span,
    .link-btn p {
        position: relative;
        display: inline-block;
        vertical-align: middle
    }

    .link-btn span {
        width: 34px;
        height: 34px;
        border-radius: 50%
    }

    .link-btn i {
        font-size: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .link-btn p {
        font: 16px "microsoft yahei";
        margin-left: 10px;
    }

.down-btn span i {
    font-size: 18px;
    font-weight: 700
}

.white-btn span {
    background-color: #fff
}

    .white-btn span i {
        color: #e67817
    }

.white-btn p {
    color: #fff
}

    .white-btn p:after {
        background-color: #fff
    }

.blue-btn span {
    background-color: #e67817
}

    .blue-btn span i {
        color: #fff
    }

.blue-btn p {
    color: #e67817
}

    .blue-btn p:after {
        background-color: #e67817
    }

.list-navigation {
    font-size: 0;
    text-align: center
}

    .list-navigation a {
        display: inline-block;
        margin: 0 6px;
        vertical-align: middle
    }

    .list-navigation .prev-page {
        margin-right: 16px
    }

    .list-navigation .next-page {
        margin-left: 16px
    }

    .list-navigation .num-page {
        font: 16px "Montserrat Light";
        position: relative;
        color: #e67817
    }

        .list-navigation .num-page:after {
            position: absolute;
            bottom: -2px;
            left: 0;
            display: block;
            width: 0;
            height: 1px;
            content: '';
            background-color: #e67817;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s
        }

        .list-navigation .num-page.on:after {
            width: 100%
        }

.crumbs {
    font-size: 0
}

    .crumbs a {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        opacity: .5;
        color: #202020;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

        .crumbs a:hover {
            opacity: 1
        }

        .crumbs a.on {
            opacity: 1
        }

        .crumbs a:last-child span {
            display: none
        }

    .crumbs span {
        display: inline-block;
        margin: 0 4px
    }

.list-dec .dec-vid,
.list-dec .dec-pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: #e67817
}

    .list-dec .dec-vid i,
    .list-dec .dec-pic i {
        font-size: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

.btn-modal {
    line-height: 54px;
    display: inline-block;
    width: 160px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    background-color: #e67817
}

    .btn-modal span {
        font-size: 16px;
        color: #fff
    }

.greybg {
    background-color: #F7F7F7
}

.page-bgPic__wrap {
    position: relative
}

    .page-bgPic__wrap .pic {
        position: relative;
        /* padding-top: 31.25%; */
        padding-top: 23.65%;
    }

        .page-bgPic__wrap .pic::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
        }


    .page-bgPic__wrap .cont {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 700px;
        padding: 0 24px;
        text-align: center;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

        .page-bgPic__wrap .cont h4 {
            font: 16px "Montserrat Light";
            line-height: 1.5;
            margin-bottom: 6px;
            color: #fff
        }

        .page-bgPic__wrap .cont h3 {
            font-size: 40px;
            line-height: 1.6;
            margin-bottom: 30px;
            color: #fff
        }

    .page-bgPic__wrap .txt {
        margin-bottom: 55px
    }

        .page-bgPic__wrap .txt p {
            font-size: 16px;
            line-height: 2;
            color: #fff;
        }

.ib-arrow {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0
}

    .ib-arrow a {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .ib-arrow i {
        font-size: 24px;
        display: block;
        width: 100%;
        height: 100%;
        color: #fff
    }

        .ib-arrow i:before {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

.ib-prev {
    background-color: #e67817
}

.ib-next {
    background-color: #6889CA
}

.opa-share {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

video::-internal-media-controls-download-button {
    display: none
}

video::-webkit-media-controls-enclosure {
    overflow: hidden
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

.download-modal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1300
}

    .download-modal .dm-content {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 60px 30px 45px 30px;
        width: 450px
    }

    .download-modal .dm-title {
        font-size: 16px;
        color: #202020;
        margin-bottom: 16px;
        line-height: 1.4
    }

    .download-modal .close-btn {
        -webkit-transition: transform .4s;
        transition: transform .4s;
        position: absolute;
        right: 16px;
        top: 16px;
        color: #202020
    }

    .download-modal .item-box {
        position: relative
    }

    .download-modal label.error {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        font-size: 12px;
        color: #e67817;
        margin-top: 5px
    }

    .download-modal input {
        width: 100%;
        outline: none;
        padding: 14px;
        border: 1px solid #202020
    }

    .download-modal .dm-btn__box {
        text-align: right;
        margin-top: 25px
    }

    .download-modal .dm-btn {
        -webkit-transition: background .4s;
        transition: background .4s;
        width: 130px;
        height: 42px;
        line-height: 42px;
        background-color: #e67817;
        font-size: 14px;
        text-align: center;
        color: #fff;
        border: none;
        outline: none;
        cursor: pointer
    }

    .download-modal .dm-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #202020;
        opacity: .6;
        cursor: pointer
    }

@media (min-width: 1025px) {
    .download-modal .close-btn:hover {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .download-modal .dm-btn:hover {
        background-color: #6889CA
    }

    .hover-btn01 span,
    .hover-btn01 p {
        -moz-transition: -moz-transform .4s;
        -o-transition: -o-transform .4s;
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
        backface-visibility: hidden
    }

    .hover-btn01 p {
        position: relative;
        padding: 3px 0
    }

        .hover-btn01 p:after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            display: block;
            width: 0;
            height: 1px;
            content: '';
            -moz-transition: width .4s;
            -o-transition: width .4s;
            -webkit-transition: width .4s;
            transition: width .4s
        }

    .hover-btn01:hover span {
        -moz-transform: translateX(95px);
        -ms-transform: translateX(95px);
        -webkit-transform: translateX(95px);
        transform: translateX(95px)
    }

    .hover-btn01:hover p {
        -moz-transform: translateX(-44px);
        -ms-transform: translateX(-44px);
        -webkit-transform: translateX(-44px);
        transform: translateX(-44px)
    }

        .hover-btn01:hover p:after {
            width: 100%
        }

    .hover-btn02.line-white p:after {
        background-color: #fff
    }

    .hover-btn02.line-blue p:after {
        background-color: #e67817
    }

    .hover-btn02 p {
        position: relative;
        padding: 3px 0
    }

        .hover-btn02 p:after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            display: block;
            width: 0;
            height: 1px;
            content: '';
            -moz-transition: width .4s;
            -o-transition: width .4s;
            -webkit-transition: width .4s;
            transition: width .4s;
            backface-visibility: hidden
        }

    .hover-btn02 span {
        -moz-transition: -moz-transform .4s;
        -o-transition: -o-transform .4s;
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
        backface-visibility: hidden
    }

    .hover-btn02:hover p:after {
        width: 100%
    }

    .partner-arrow a {
        -moz-transition: -moz-transform .4s;
        -o-transition: -o-transform .4s;
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s
    }

        .partner-arrow a:hover {
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            transform: scale(0.9)
        }

    .hover-submit {
        -moz-transition: background .4s;
        -o-transition: background .4s;
        -webkit-transition: background .4s;
        transition: background .4s
    }

        .hover-submit:hover {
            opacity: 0.8;
        }

    .news-bottom__content .link-btn span,
    .news-bottom__content .link-btn p {
        -moz-transition: -moz-transform .4s;
        -o-transition: -o-transform .4s;
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s
    }

    .news-bottom__content .link-btn p {
        position: relative;
        padding: 3px 0
    }

        .news-bottom__content .link-btn p:after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            display: block;
            width: 0;
            height: 1px;
            content: '';
            background-color: #e67817;
            -moz-transition: width .4s;
            -o-transition: width .4s;
            -webkit-transition: width .4s;
            transition: width .4s
        }

    .news-bottom__content .link-btn:hover span {
        -moz-transform: translateX(95px);
        -ms-transform: translateX(95px);
        -webkit-transform: translateX(95px);
        transform: translateX(95px)
    }

    .news-bottom__content .link-btn:hover p {
        -moz-transform: translateX(-42px);
        -ms-transform: translateX(-42px);
        -webkit-transform: translateX(-42px);
        transform: translateX(-42px)
    }

        .news-bottom__content .link-btn:hover p:after {
            width: 100%
        }

    .ib-arrow i {
        -moz-transition: -moz-transform .8s;
        -o-transition: -o-transform .8s;
        -webkit-transition: -webkit-transform .8s;
        transition: transform .8s
    }

    .ib-arrow a:hover i {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .list-navigation .num-page:hover:after {
        width: 100%
    }

    .list-navigation .link-btn {
        -moz-transition: -moz-transform .4s;
        -o-transition: -o-transform .4s;
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s
    }

        .list-navigation .link-btn:hover {
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            transform: scale(0.9)
        }
}

@media (max-width: 1920px) {
    .sec-padding__val {
        padding: 3.5vw 0;
    }

    .page-intro__full h3 {
        margin-bottom: 1.35417vw
    }

    .page-intro__full h4 {
        margin-bottom: 1.04167vw
    }

    .page-bgPic__wrap .cont h4 {
        margin-bottom: .3125vw
    }

    .page-bgPic__wrap .cont h3 {
        margin-bottom: 1.5625vw
    }

    .page-bgPic__wrap .txt {
        margin-bottom: 2.86458vw
    }
}

@media (max-width: 1740px) {
    .w1600 {
        width: 90%
    }
}

@media (max-width: 1440px) {
    .error-404 h3 {
        font-size: 30px
    }

    .error-404 p {
        font-size: 16px
    }

    .w1600 {
        width: 92%
    }

    .page-intro__full h4 {
        font-size: 32px
    }

    .page-intro__full .inner {
        max-width: 780px
    }

    .paragraph-dec:before,
    .paragraph-dec:after {
        font-size: 52px
    }

    .link-btn span {
        width: 30px;
        height: 30px
    }

    .link-btn i {
        font-size: 26px
    }

    .list .article-title {
        font-size: 20px
    }

    .ib-arrow a {
        width: 54px;
        height: 54px
    }

    .paragraph h3 {
        font-size: 20px
    }

    .page-bgPic__wrap .cont h3 {
        font-size: 36px
    }
}

@media (max-width: 1366px) {
    .error-404 h3 {
        font-size: 26px
    }

    .page-intro__full h4 {
        font-size: 30px
    }

    .paragraph-dec:before,
    .paragraph-dec:after {
        font-size: 48px
    }

    .paragraph h3 {
        font-size: 18px
    }

    .page-bgPic__wrap .cont h3 {
        font-size: 28px
    }

    .list .article-title {
        font-size: 18px
    }

    .ib-arrow a {
        width: 48px;
        height: 48px
    }
}

@media (max-width: 1300px) {

    .paragraph-dec:before,
    .paragraph-dec:after {
        font-size: 42px
    }

    .error-404 h3 {
        font-size: 24px
    }
}

@media (max-width: 1259px) {
    .wrap {
        padding-top: 70px;
    }
}

@media (max-width: 1024px) {
    .error-404 h3 {
        font-size: 22px
    }

    .page-intro__full .inner {
        max-width: 100%;
        padding: 10px;
    }

    .w1600,
    .w900 {
        width: auto;
        margin-right: 24px;
        margin-left: 24px;
        /* margin: auto; */
    }

    .w900 {
        max-width: 100%
    }

    .wrap {
        padding-top: 60px
    }

    .sec-padding__val {
        padding: 40px 0
    }

    .paragraph-dec:before,
    .paragraph-dec:after {
        font-size: 36px
    }

    .mt-30 {
        margin-top: 15px
    }

    .mt-40 {
        margin-top: 20px
    }

    .mt-50 {
        margin-top: 25px
    }

    .mt-60 {
        margin-top: 30px
    }

    .mt-70 {
        margin-top: 35px
    }

    .mt-80 {
        margin-top: 40px
    }

    .mt-90 {
        margin-top: 45px
    }

    .mt-100 {
        margin-top: 50px
    }

    .mt-110 {
        margin-top: 55px
    }

    .mt-120 {
        margin-top: 40px
    }

    .mt-140 {
        margin-top: 70px
    }

    .mt-160 {
        margin-top: 80px
    }

    .mt-180 {
        margin-top: 90px
    }

    .page-intro__full h3 {
        font-size: 14px;
        margin-bottom: 5px
    }

    .page-intro__full h4 {
        font-size: 26px;
        line-height: 1.8;
        margin-bottom: 15px
    }

    .ib-arrow a {
        width: 44px;
        height: 44px
    }

    .page-bgPic__wrap .pic {
        padding-top: 44.25%
    }

    .page-bgPic__wrap .cont h3 {
        font-size: 26px;
        margin-bottom: 15px
    }

    .page-bgPic__wrap .cont h4 {
        margin-bottom: 0
    }

    .page-bgPic__wrap .txt {
        margin-bottom: 28px
    }

    .ikon-dec__full {
        display: none
    }

    .link-btn span {
        width: 28px;
        height: 28px
    }

    .link-btn i {
        font-size: 20px
    }

    .down-btn span i {
        font-size: 16px
    }

    .crumbs a {
        line-height: 1.3
    }
}

@media (max-width: 750px) {

    .paragraph-dec:before,
    .paragraph-dec:after {
        font-size: 30px
    }

    .page-intro__full h3 {
        font-size: 12px
    }

    .page-intro__full h4 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .paragraph h3 {
        font-size: 16px
    }

    .page-bgPic__wrap .pic {
        padding-top: 55%
    }

    .page-bgPic__wrap .cont {
        width: 90%
    }

        .page-bgPic__wrap .cont h3 {
            font-size: 24px
        }

    .link-btn span {
        width: 24px;
        height: 24px
    }

    .link-btn i {
        font-size: 18px
    }

    .mt-160 {
        margin-top: 40px;
    }

    .mt-70 {
        margin-top: 20px;
    }

    .sec-padding__val {
        padding: 40px 10px;
    }
}

@media (max-width: 640px) {
    .paragraph p {
        font-size: 14px;
        line-height: 1.8
    }

    .error-404 h3 {
        font-size: 20px
    }

    .ib-arrow a {
        width: 36px;
        height: 36px
    }

        .ib-arrow a i {
            font-size: 20px
        }

    .page-bgPic__wrap .pic {
        padding-top: 100%
    }

    .page-bgPic__wrap .cont {
        width: 100%
    }

        .page-bgPic__wrap .cont h3 {
            font-size: 22px
        }

    .down-btn span i {
        font-size: 14px
    }
}

@media (max-width: 500px) {
    .crumbs a.on {
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .download-modal .dm-content {
        width: 90%;
        padding: 52px 22px 32px 22px
    }
}

@media (max-width: 330px) {
    .crumbs a.on {
        max-width: 130px
    }
}

.team-list__full {
    font-size: 0
}

    .team-list__full li {
        margin-bottom: 120px
    }

    .team-list__full a {
        cursor: default
    }

    .team-list__full figure,
    .team-list__full article {
        display: inline-block;
        vertical-align: top
    }

    .team-list__full figure {
        position: relative;
        overflow: hidden;
        width: 31%
    }

        .team-list__full figure:after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            content: '';
            opacity: .2;
            background-color: #e67817
        }

        .team-list__full figure img {
            width: 100%;
            -moz-transition: -moz-transform 1.2s ease-in-out;
            -o-transition: -o-transform 1.2s ease-in-out;
            -webkit-transition: -webkit-transform 1.2s ease-in-out;
            transition: transform 1.2s ease-in-out
        }

    .team-list__full article {
        width: 69%;
        max-width: 900px;
        padding-top: 70px;
        padding-left: 120px
    }

    .team-list__full .team-name {
        font-size: 32px;
        margin-bottom: 8px;
        color: #e67817;
        font-weight: 700
    }

    .team-list__full .team-post {
        margin-bottom: 40px
    }

        .team-list__full .team-post span,
        .team-list__full .team-post i {
            display: inline-block;
            vertical-align: middle
        }

        .team-list__full .team-post span {
            font-size: 16px;
            line-height: 1.9;
            color: #888
        }

        .team-list__full .team-post i {
            width: 2px;
            height: 18px;
            margin: 0 10px 4px 10px;
            background-color: #e67817
        }

    .team-list__full .team-txt {
        position: relative;
        margin-bottom: 40px;
        padding: 30px 40px
    }

        .team-list__full .team-txt p {
            font-size: 18px;
            line-height: 2;
            color: #333
        }

    .team-list__full .team-inner p {
        color: #999
    }

.team-bottom__content {
    position: relative;
    margin-top: 160px;
    overflow: hidden
}

    .team-bottom__content .pic {
        padding-top: 27.08%
    }

    .team-bottom__content .cont {
        position: absolute;
        top: 50%;
        left: 160px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .team-bottom__content .txt {
        margin-bottom: 30px
    }

        .team-bottom__content .txt h5 {
            font-size: 32px;
            line-height: 2;
            color: #fff
        }

        .team-bottom__content .txt p {
            font-size: 14px;
            line-height: 2;
            color: #fff
        }

.ikon-dec__full {
    position: absolute;
    top: 50%;
    right: 80px;
    opacity: .5;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 16px
}

    .ikon-dec__full span,
    .ikon-dec__full i {
        display: inline-block
    }

    .ikon-dec__full i {
        width: 2px;
        height: 264px;
        margin: auto;
        background-color: #fff;
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    .ikon-dec__full span {
        font: 16px "Montserrat Light";
        color: #fff;
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        white-space: normal
    }

@media (min-width: 1025px) {
    .team-bottom__content .link-btn p {
        position: relative;
        padding: 3px 0
    }

        .team-bottom__content .link-btn p:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            display: block;
            width: 0;
            content: '';
            background-color: #fff;
            height: 1px;
            -moz-transition: width .4s;
            -o-transition: width .4s;
            -webkit-transition: width .4s;
            transition: width .4s;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    .team-bottom__content:hover .link-btn p:after {
        width: 100%
    }
}

@media (max-width: 1920px) {
    .team-list__full li {
        margin-bottom: 6.25vw
    }

    .team-list__full article {
        padding-top: 3.64583vw;
        padding-left: 6.25vw
    }

    .team-list__full .team-name {
        margin-bottom: .41667vw
    }

    .team-list__full .team-post {
        margin-bottom: 2.08333vw
    }

    .team-list__full .team-txt {
        margin-bottom: 2.08333vw
    }

    .team-bottom__content {
        margin-top: 8.33333vw
    }

        .team-bottom__content .cont {
            left: 8.33333vw
        }

        .team-bottom__content .txt {
            margin-bottom: 1.5625vw
        }

    .ikon-dec__full {
        right: 4.16667vw
    }

        .ikon-dec__full i {
            height: 13.75vw
        }
}

@media (max-width: 1800px) {
    .ikon-dec__full {
        right: 2.08333vw
    }
}

@media (max-width: 1440px) {
    .team-list__full .team-name {
        font-size: 30px
    }

    .team-list__full .team-txt {
        padding: 22px 35px
    }

    .team-bottom__content .txt h5 {
        font-size: 30px
    }
}

@media (max-width: 1366px) {
    .team-list__full article {
        padding-top: 20px;
        padding-left: 60px
    }

    .team-list__full .team-name {
        font-size: 28px
    }

    .team-bottom__content .txt h5 {
        font-size: 28px
    }
}

@media (max-width: 1300px) {
    .team-list__full .team-name {
        font-size: 24px
    }

    .team-list__full .team-post span {
        font-size: 15px
    }

    .team-list__full .team-txt {
        padding-top: 20px;
        padding-bottom: 20px
    }

        .team-list__full .team-txt p {
            font-size: 17px
        }

    .team-bottom__content .txt h5 {
        font-size: 24px
    }
}

@media (max-width: 1200px) {
    .team-list__full article {
        padding-top: 0;
        padding-left: 40px
    }
}

@media (max-width: 1024px) {
    .ikon-dec__full i {
        height: 80px;
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    .ikon-dec__full span {
        -moz-transform: translateY(10px) rotate(270deg);
        -ms-transform: translateY(10px) rotate(270deg);
        -webkit-transform: translateY(10px) rotate(270deg);
        transform: translateY(10px) rotate(270deg)
    }

    .team-bottom__content {
        margin-top: 80px
    }

        .team-bottom__content .txt {
            margin-bottom: 15px
        }

            .team-bottom__content .txt h5 {
                font-size: 20px;
                line-height: 1.6
            }

    .team-list__full figure {
        width: 45%
    }

    .team-list__full article {
        width: 55%
    }

    .team-list__full li {
        margin-bottom: 80px
    }

    .team-list__full .team-name {
        margin-bottom: 8px
    }

    .team-list__full .team-post {
        margin-bottom: 14px
    }

    .team-list__full .team-txt {
        margin-bottom: 25px;
        padding: 18px 24px
    }

        .team-list__full .team-txt p {
            font-size: 16px
        }

    .team .paragraph-dec {
        padding-right: 32px;
        padding-left: 32px
    }

    .quality .product-feature__wrap .item {
        margin-bottom: 80px
    }
}

@media (max-width: 750px) {

    .team-list__full figure,
    .team-list__full article {
        width: 100%
    }

    .team-list__full article {
        margin-top: 20px;
        padding-left: 0
    }

    .team-bottom__content .pic {
        padding-top: 35%
    }
}

@media (max-width: 500px) {
    .team-bottom__content .pic {
        padding-top: 50%
    }

    .team-bottom__content .tb-dec {
        display: none
    }

    .team-bottom__content .txt h5 {
        font-size: 18px;
        line-height: 1.6
    }

    .team-bottom__content .txt p {
        font-size: 13px
    }

    .team-list__full .team-name {
        font-size: 22px;
        margin-bottom: 6px
    }

    .team-list__full .team-post span {
        font-size: 12px
    }

    .team-list__full .team-post i {
        height: 12px
    }

    .team-list__full .team-txt p {
        font-size: 15px;
        line-height: 1.8
    }

    .quality .product-feature__wrap .item {
        margin-bottom: 60px
    }
}

.news-category__content {
    margin-bottom: 120px
}

.news-category__list article {
    margin-top: 40px;
    padding: 0 40px
}

.news-category__list time {
    font: 16px "Montserrat Light";
    display: block;
    margin-bottom: 20px;
    color: #e67817
}

.news-category__list h1 {
    font: 30px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #202020;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.news-category__list .txt {
    margin-bottom: 30px
}

    .news-category__list .txt p {
        font-size: 14px;
        line-height: 2;
        display: inline;
        content: '...';
        color: #888
    }

.news-category__list .nc-hint > div,
.news-category__list .nc-hint i,
.news-category__list .nc-hint span {
    display: inline-block;
    vertical-align: middle
}

.news-category__list .nc-hint > div {
    margin-right: 40px
}

.news-category__list .nc-hint i {
    font-size: 28px;
    color: #202020
}

.news-category__list .nc-hint span {
    font: 16px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
    position: relative;
    margin-left: 10px;
    color: #202020
}

.news-category__list .nc-hint .icon-place {
    width: 26px;
    height: 26px;
    background: url(../images/place.svg) no-repeat center center
}

.news-category__list a:hover h1 {
    color: #e67817
}

.news-article__list article {
    padding: 30px 40px 47px 40px;
    background-color: #fff
}

.news-article__list time {
    font-size: 14px;
    display: block;
    margin-bottom: 24px;
    color: #e67817
}

.news-article__list h1 {
    margin-bottom: 10px
}

.news-article__full {
    padding-top: 120px;
    padding-bottom: 160px;
}

    .news-article__full .page-intro__full {
        padding: 3.5vw 0;
    }

    .news-article__full .news-article__list article {
        height: 210px;
    }

    .news-article__full .news-article__list h1 {
        overflow: hidden;
        max-height: 64px;
        min-height: 48px;
    }

    .news-article__full .news-article__list .txt {
        overflow: hidden;
        max-height: 60px
    }

        .news-article__full .news-article__list .txt p {
            font-size: 14px;
            line-height: 2;
            display: inline;
            content: '...';
            color: #888
        }

.news-article__content {
    background-color: #F7F7F7;
    padding: 3.5vw 0 4.25vw;
}

.news-bottom__content {
    padding: 100px 0
}

    .news-bottom__content .nt-01 {
        font-size: 32px;
        display: block;
        margin-bottom: 11px;
        color: #202020
    }

    .news-bottom__content .txt {
        margin-bottom: 31px
    }

.news-detail .news-article__full {
    padding-bottom: 40px
}

.news-detail .product-toggle__table td {
    padding: 15px;
    border: 1px solid #ccc
}

.list-title {
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #9e9e9e73;
}

    .list-title h1 {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.8;
        color: #202020
    }

    .list-title time,
    .list-title p {
        margin-top: 5px
    }

    .list-title time {
        font-size: 14px;
        color: #e67817
    }

    .list-title p {
        font: 14px "Montserrat Light";
        color: #888
    }

.nd-func__full {
    font-size: 0
}

.nd-func__btn,
.nd-share {
    display: inline-block;
    width: 50%;
    vertical-align: middle
}

.back-list {
    font-size: 0;
    display: inline-block;
    margin-right: 40px
}

    .back-list > div,
    .back-list span {
        display: inline-block;
        vertical-align: middle
    }

    .back-list > div {
        width: 24px
    }

        .back-list > div i {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 2px 0;
            vertical-align: middle;
            border-radius: 50%;
            background-color: #e67817
        }

            .back-list > div i:nth-child(odd) {
                margin-right: 4px
            }

    .back-list span {
        font: 16px "Montserrat Light";
        position: relative;
        margin-left: 10px;
        color: #e67817
    }

        .back-list span:after {
            position: absolute;
            bottom: -2px;
            left: 50%;
            display: block;
            width: 0;
            height: 1px;
            content: '';
            background-color: #e67817;
            -moz-transition: width .4s ease;
            -o-transition: width .4s ease;
            -webkit-transition: width .4s ease;
            transition: width .4s ease;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

.arrow-article p {
    position: relative;
    padding: 3px 0
}

    .arrow-article p:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 0;
        height: 1px;
        margin: auto;
        content: '';
        background-color: #e67817;
        -moz-transition: width .4s ease;
        -o-transition: width .4s ease;
        -webkit-transition: width .4s ease;
        transition: width .4s ease
    }

.arrow-article:hover p:after {
    width: 100%
}

.prev-article {
    margin-right: 40px
}

    .prev-article p {
        margin-right: 10px;
        margin-left: 0
    }

.news-detail .nd-share {
    font-size: 0;
    text-align: right
}

    .news-detail .nd-share a,
    .news-detail .nd-share span,
    .news-detail .nd-share .box {
        display: inline-block;
        vertical-align: middle
    }

    .news-detail .nd-share span {
        font: 16px "Montserrat Light";
        color: #e67817
    }

    .news-detail .nd-share a {
        font-size: 22px;
        margin-left: 18px;
        color: #e67817;
        -moz-transition: color .4s ease;
        -o-transition: color .4s ease;
        -webkit-transition: color .4s ease;
        transition: color .4s ease
    }

        .news-detail .nd-share a:hover {
            color: #202020
        }

.news-data__resume .form-item__wrap {
    margin-right: 0;
    margin-left: 0
}

.news-data__download {
    font-size: 0
}

    .news-data__download li {
        margin-bottom: 20px
    }

        .news-data__download li:last-child {
            margin-bottom: 0
        }

    .news-data__download a {
        position: relative;
        display: block;
        padding: 23px 0;
        padding-right: 48px;
        background-color: #F7F7F7;
        -moz-transition: background .4s ease;
        -o-transition: background .4s ease;
        -webkit-transition: background .4s ease;
        transition: background .4s ease
    }

        .news-data__download a > div {
            font-size: 16px;
            line-height: 1.6;
            display: inline-block;
            padding-right: 15px;
            vertical-align: middle
        }

    .news-data__download .title {
        font-weight: bold;
        width: 465px;
        padding-left: 50px;
        color: #202020;
        -moz-transition: color .4s ease;
        -o-transition: color .4s ease;
        -webkit-transition: color .4s ease;
        transition: color .4s ease
    }

    .news-data__download .type {
        width: 190px
    }

    .news-data__download .size {
        width: 150px
    }

    .news-data__download .type,
    .news-data__download .size {
        color: #666;
        -moz-transition: color .4s ease;
        -o-transition: color .4s ease;
        -webkit-transition: color .4s ease;
        transition: color .4s ease
    }

    .news-data__download .btn-download {
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .news-data__download .btn-download i {
            -moz-transition: color .4s ease;
            -o-transition: color .4s ease;
            -webkit-transition: color .4s ease;
            transition: color .4s ease
        }

.news-data__resume .fi-submit {
    margin-top: 0
}

.news-data__resume input {
    display: none
}

@media (min-width: 1025px) {
    .news-data__download a:hover {
        background-color: #e67817
    }

        .news-data__download a:hover .title,
        .news-data__download a:hover .type,
        .news-data__download a:hover .size {
            color: #fff
        }

        .news-data__download a:hover .btn-download {
            background-color: #fff;
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }

            .news-data__download a:hover .btn-download i {
                color: #e67817
            }

    .back-list:hover span:after {
        width: 100%
    }
}

@media (max-width: 1920px) {
    .news-article__list article {
        padding: 1.5625vw 2.08333vw 2.44792vw 2.08333vw
    }

    .news-article__list time {
        margin-bottom: 1.25vw
    }

    .news-article__list h1 {
        margin-bottom: .52083vw
    }

    .news-category__content {
        margin-bottom: 6.25vw
    }

    .news-category__list article {
        margin-top: 2.08333vw;
        padding: 0 2.08333vw
    }

    .news-category__list time {
        margin-bottom: 1.04167vw
    }

    .news-category__list h1 {
        font-weight: 500;
        margin-bottom: .52083vw
    }

    .news-category__list .txt {
        margin-bottom: 1.5625vw
    }

    .news-category__list .nc-hint > div {
        margin-right: 2.08333vw
    }

    .news-category__list a:hover h1 {
        color: #e67817
    }

    .news-article__full {
        padding-top: 0;
        /* padding-top: 3.5vw; */
        /* padding-bottom: 4.25vw; */
        padding-bottom: 0;
    }

    .news-bottom__content {
        padding: 3.5vw 0
    }

        .news-bottom__content .nt-01 {
            margin-bottom: .57292vw
        }

        .news-bottom__content .txt {
            margin-bottom: 1.61458vw
        }

    .news-detail .news-article__full {
        padding-bottom: 2.08333vw
    }
}

@media (max-width: 1440px) {
    .news-category__list h1 {
        font-size: 26px
    }

    .news-category__list .nc-hint i {
        font-size: 24px
    }

    .news-category__list .nc-hint .icon-place {
        width: 24px;
        height: 24px
    }

    .news-article__list h1 {
        font-size: 20px
    }

    .news-bottom__content .nt-01 {
        font-size: 30px
    }

    .list-title {
        padding-bottom: 32px
    }

        .list-title h1 {
            font-size: 30px
        }

    .news-article__full .news-article__list article {
        height: 230px
    }

    .news-article__full .news-article__list h1 {
        max-height: 58px
    }
}

@media (max-width: 1366px) {
    .news-category__list time {
        font-size: 15px
    }

    .news-category__list h1 {
        font-size: 24px
    }

    .news-category__list .nc-hint i {
        font-size: 22px
    }

    .news-category__list .nc-hint .icon-place {
        width: 22px;
        height: 22px
    }

    .news-category__list .nc-hint span {
        font-size: 14px;
        margin-left: 6px
    }

    .news-article__list h1 {
        font-size: 18px
    }

    .news-article__full .news-article__list article {
        height: 200px
    }

    .news-bottom__content .nt-01 {
        font-size: 28px
    }

    .list-title h1 {
        font-size: 28px
    }
}

@media (max-width: 1300px) {
    .news-category__list .nc-hint i {
        font-size: 20px
    }

    .news-category__list .nc-hint .icon-place {
        width: 20px;
        height: 20px
    }
}

@media (max-width: 1100px) {
    .news-category__list article {
        margin-top: 20px;
        padding: 0 20px
    }

    .news-bottom__content .nt-01 {
        font-size: 25px
    }
}

@media (max-width: 1024px) {
    .news-category__content {
        margin-bottom: 60px
    }

    .news-article__full {
        padding-top: 60px;
        padding-bottom: 80px
    }

    .news-category__list .nc-hint > div {
        display: block;
        margin-right: 0;
        margin-bottom: 10px
    }

        .news-category__list .nc-hint > div:last-child {
            margin-bottom: 0
        }

    .news-category__list time {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px
    }

    .news-category__list h1 {
        font-size: 22px;
        margin-bottom: 15px
    }

    .news-category__list .txt {
        margin-bottom: 25px
    }

    .news-article__list article {
        padding: 24px 15px
    }

    .news-article__list time {
        margin-bottom: 17px
    }

    .news-article__list h1 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px
    }

    .news-article__list .txt {
        margin-top: 4px
    }

    .news-article__full .news-article__list article {
        height: 210px
    }

    .news-article__full .news-article__list h1 {
        max-height: 54px
    }

    .news-bottom__content {
        padding: 50px 0
    }

        .news-bottom__content .txt {
            margin-bottom: 15px
        }

        .news-bottom__content .nt-01 {
            margin-bottom: 8px
        }

    .news-detail .news-article__full {
        padding-bottom: 20px
    }

    .list-title {
        margin-top: 18px
    }

        .list-title h1 {
            font-size: 24px
        }

        .list-title time,
        .list-title p {
            margin-top: 12px
        }

    .back-list {
        margin-right: 20px
    }

        .back-list > div i {
            width: 8px;
            height: 8px
        }

        .back-list span {
            font-size: 14px;
            margin-left: 6px
        }

    .link-btn p {
        font-size: 14px
    }

    .prev-article {
        margin-right: 30px
    }

    .news-data__download a {
        padding: 20px 0
    }

    .news-data__download .type,
    .news-data__download .size {
        display: none
    }

    .news-data__download .title {
        width: calc(100% - 100px);
        padding-left: 24px
    }

    .news-data__download .btn-download {
        position: absolute;
        top: 50%;
        right: 30px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width: 750px) {
    .news-category__list article {
        padding: 0 10px
    }

    .news-category__list h1 {
        font-size: 20px
    }

    .news-article__full .news-category__list article {
        height: 196px
    }

    .news-bottom__content .nt-01 {
        font-size: 22px
    }

    .list-title h1 {
        font-size: 22px;
        line-height: 1.6
    }

    .nd-inner iframe {
        height: 240px
    }

    .news-detail .containter {
        margin-top: 60px
    }

    .news-detail .product-toggle__table table {
        width: 100% !important
    }
}

@media (max-width: 640px) {

    .nd-func__btn,
    .nd-share {
        width: 100%
    }

    .nd-func__btn {
        margin-bottom: 30px
    }

    .news-detail .nd-share {
        text-align: left
    }

    .list-title h1 {
        font-size: 20px
    }

    .news-bottom__content .nt-01 {
        font-size: 20px
    }

    .news-data__download a {
        padding: 15px 0
    }

    .news-data__download .title {
        font-size: 14px
    }

    .news-article__full .news-article__list article {
        height: auto
    }

    .news-article__full .news-article__list h1 {
        max-height: 59px
    }

    .news-article__full .news-article__list .txt p {
        font-size: 12px;
        line-height: 1.8
    }
}

.knowledge .knowledge-article__wrap {
    padding-bottom: 40px
}

.knowledge-recommend__list article {
    padding: 30px 40px 60px 40px;
    background-color: #fff;
    max-height: 230px
}

.knowledge-recommend__list span {
    font-size: 14px;
    display: block;
    margin-bottom: 22px;
    color: #999
}

.knowledge-recommend__list h1 {
    margin-bottom: 8px;
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.knowledge-recommend__list .txt {
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

    .knowledge-recommend__list .txt h4 {
        font-size: 14px;
        line-height: 2;
        letter-spacing: .6px;
        color: #888;
        margin-bottom: 0
    }

.knowledge-recommend__list .recommend-label {
    position: absolute;
    z-index: 20;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #e67817
}

    .knowledge-recommend__list .recommend-label span {
        font: 16px "Montserrat Bold";
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

.knowledge-article__wrap .knowledge-article__full {
    margin-top: 0
}

.knowledge-bottom__content {
    padding-top: 120px
}

.m-filter__full {
    display: none
}

.knowledge-article__tag {
    position: relative;
    font-size: 0
}

    .knowledge-article__tag a {
        position: relative;
        display: inline-block;
        width: 25%;
        padding: 25px 0;
        text-align: center;
        vertical-align: middle;
        background-color: #fff;
        -moz-transition: background .4s;
        -o-transition: background .4s;
        -webkit-transition: background .4s;
        transition: background .4s
    }

        .knowledge-article__tag a:after {
            -moz-transition: background .4s, opacity .4s;
            -o-transition: background .4s, opacity .4s;
            -webkit-transition: background .4s, opacity .4s;
            transition: background .4s, opacity .4s;
            position: absolute;
            top: 50%;
            left: 0;
            display: block;
            width: 2px;
            height: 60px;
            content: '';
            opacity: .2;
            background-color: #e67817;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .knowledge-article__tag a:first-child:after {
            display: none
        }

        .knowledge-article__tag a:hover {
            background-color: #e67817
        }

            .knowledge-article__tag a:hover:after {
                background-color: #fff;
                opacity: .6
            }

            .knowledge-article__tag a:hover b {
                visibility: visible;
                opacity: 1
            }

            .knowledge-article__tag a:hover span,
            .knowledge-article__tag a:hover p {
                color: #fff
            }

        .knowledge-article__tag a.on {
            background-color: #e67817
        }

            .knowledge-article__tag a.on b {
                visibility: visible;
                opacity: 1
            }

            .knowledge-article__tag a.on span,
            .knowledge-article__tag a.on p {
                color: #fff
            }

    .knowledge-article__tag span,
    .knowledge-article__tag p {
        -moz-transition: color .4s;
        -o-transition: color .4s;
        -webkit-transition: color .4s;
        transition: color .4s
    }

    .knowledge-article__tag span {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.6;
        display: block;
        color: #333
    }

    .knowledge-article__tag p {
        font: 16px "Montserrat Light";
        line-height: 1.6;
        color: #e67817
    }

    .knowledge-article__tag b {
        font-size: 16px;
        position: absolute;
        bottom: -1px;
        left: 50%;
        visibility: hidden;
        opacity: 0;
        color: #fff;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

.knowledge-article__full {
    margin-top: 2.08333vw
}

.knowledge-article__list article {
    height: 230px;
    padding: 26px 55px 33px 45px;
    background-color: #fff
}

    .knowledge-article__list article label {
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-bottom: 20px;
        color: #999
    }

.knowledge-article__list h1 {
    margin-bottom: 10px;
    max-height: 69px;
    overflow: hidden
}

.knowledge-article__list .txt {
    max-height: 88px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

    .knowledge-article__list .txt h4 {
        font-size: 14px;
        line-height: 2;
        letter-spacing: .6px;
        color: #888;
        margin-bottom: 0
    }

.knowledge-article__list .info {
    position: relative;
    margin: 0 28px;
    padding: 18px 55px 44px 45px;
    background-color: #fff
}

    .knowledge-article__list .info:before {
        position: absolute;
        top: 0;
        right: 55px;
        left: 45px;
        display: block;
        height: 2px;
        content: '';
        opacity: .2;
        background-color: #e67817
    }

    .knowledge-article__list .info:after {
        display: block;
        clear: both;
        content: ''
    }

.knowledge-article__list .row-01 {
    float: left
}

    .knowledge-article__list .row-01 span,
    .knowledge-article__list .row-01 img,
    .knowledge-article__list .row-01 p {
        display: inline-block;
        vertical-align: middle
    }

    .knowledge-article__list .row-01 span {
        font: 16px "Montserrat Light";
        margin-right: 10px;
        color: #999
    }

    .knowledge-article__list .row-01 img {
        width: 34px;
        height: 34px;
        margin-right: 15px;
        border-radius: 100%
    }

    .knowledge-article__list .row-01 p {
        font-size: 14px;
        color: #999
    }

.knowledge-article__list .row-02 {
    float: right;
    margin-top: 9px
}

    .knowledge-article__list .row-02 a {
        font-size: 20px;
        display: inline-block;
        margin-right: 0;
        margin-left: 20px;
        vertical-align: middle;
        color: #999;
        -moz-transition: color .4s;
        -o-transition: color .4s;
        -webkit-transition: color .4s;
        transition: color .4s
    }

        .knowledge-article__list .row-02 a:hover {
            color: #e67817
        }

.kb-slick__wrap {
    position: relative
}

    .kb-slick__wrap img {
        width: 100%
    }

    .kb-slick__wrap .pic {
        padding-top: 31.25%
    }

    .kb-slick__wrap .m-pic {
        display: none
    }

.knowledge-data .list-title h1 {
    margin-bottom: -15px
}

.knowledge-idea__btn > div {
    margin-bottom: 20px
}

    .knowledge-idea__btn > div:last-child {
        margin-bottom: 0
    }

.knowledge-idea__btn .kd-tl,
.knowledge-idea__btn a {
    display: inline-block;
    vertical-align: middle
}

.knowledge-idea__btn .kd-tl {
    font-size: 16px;
    line-height: 2.2;
    color: #999
}

.knowledge-idea__btn a p {
    line-height: 2.2;
    margin-right: 22px;
    margin-left: 0;
    text-decoration: underline
}

@media (min-width: 1025px) {
    .knowledge-idea__btn .link-btn span {
        -moz-transition: -moz-transform .4s;
        -o-transition: -o-transform .4s;
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s
    }

    .knowledge-idea__btn .link-btn:hover span {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    .knowledge-tag__box {
        display: flex;
        flex-flow: row nowrap;
        align-items: center
    }

        .knowledge-tag__box a {
            flex: 1
        }
}

@media (max-width: 1920px) {
    .knowledge .knowledge-article__wrap {
        padding-bottom: 2.08333vw
    }

    .knowledge-article__list article {
        padding: 1.35417vw 2.86458vw 1.71875vw 2.34375vw
    }

        .knowledge-article__list article label {
            margin-bottom: 1.04167vw
        }

    .knowledge-article__list h1 {
        margin-bottom: .52083vw
    }

    .knowledge-article__list .info {
        margin: 0 1.45833vw;
        padding: .9375vw 2.86458vw 2.08333vw 2.34375vw
    }

        .knowledge-article__list .info:before {
            right: 2.86458vw;
            left: 2.34375vw
        }

    .knowledge-article__list .row-02 a {
        margin-left: 1.04167vw
    }

    .knowledge-recommend__list article {
        padding: 1.5625vw 2.08333vw 3.125vw 2.08333vw
    }

    .knowledge-recommend__list span {
        margin-bottom: 1.14583vw
    }

    .knowledge-idea__btn > div {
        margin-bottom: 1.04167vw
    }

    .knowledge-bottom__content {
        padding-top: 6.25vw
    }
}

@media (max-width: 1440px) {
    .knowledge-article__tag span {
        font-size: 20px
    }

    .knowledge-article__tag p {
        font-size: 15px
    }

    .knowledge-article__tag b {
        font-size: 14px;
        bottom: -1px
    }

    .list-dec .dec-vid,
    .list-dec .dec-pic {
        width: 64px;
        height: 64px
    }

        .list-dec .dec-vid i,
        .list-dec .dec-pic i {
            font-size: 22px
        }

    .knowledge-recommend__list .recommend-label {
        width: 54px;
        height: 54px
    }

        .knowledge-recommend__list .recommend-label span {
            font-size: 15px
        }
}

@media (max-width: 1366px) {
    .knowledge-article__tag a {
        padding: 20px 0
    }

    .knowledge-article__list article {
        height: 200px
    }

        .knowledge-article__list article h1 {
            max-height: 59px
        }
}

@media (max-width: 1024px) {
    .knowledge .knowledge-article__wrap {
        padding-bottom: 20px
    }

    .knowledge-top__content,
    .knowledge-article__wrap {
        padding: 60px 0
    }

    .knowledge-bottom__content {
        padding-top: 60px
    }

    .m-filter__full {
        cursor: pointer;
        display: block;
        height: 47px;
        padding-top: 12px;
        text-align: center;
        background-color: #e67817
    }

        .m-filter__full strong {
            font: 16px "Montserrat Light";
            position: relative;
            display: inline-block;
            padding-right: 20px;
            color: #fff
        }

        .m-filter__full i {
            font-size: 13px;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -7px;
            color: #fff;
            -moz-transition: -moz-transform .4s;
            -o-transition: -o-transform .4s;
            -webkit-transition: -webkit-transform .4s;
            transition: transform .4s
        }

        .m-filter__full.active i {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

    .knowledge-article__tag a {
        padding: 9px 0
    }

    .knowledge-article__tag span {
        font-size: 16px
    }

    .knowledge-tag__box {
        position: absolute;
        z-index: 50;
        top: 48px;
        left: 0;
        display: none;
        width: 100%
    }

        .knowledge-tag__box a {
            width: 100%;
            border-bottom: 1px solid #eaeaea
        }

            .knowledge-tag__box a:last-child {
                border-bottom: none
            }

            .knowledge-tag__box a:after {
                display: none
            }

        .knowledge-tag__box p,
        .knowledge-tag__box b {
            display: none
        }

    .knowledge-recommend__list .recommend-label {
        width: 46px;
        height: 46px
    }

        .knowledge-recommend__list .recommend-label span {
            font-size: 13px
        }

    .knowledge-recommend__list article {
        padding: 18px 20px 30px 20px
    }

    .knowledge-recommend__list span {
        margin-bottom: 14px
    }

    .knowledge-recommend__list h1 {
        margin-bottom: 10px
    }

    .list-dec .dec-vid,
    .list-dec .dec-pic {
        width: 56px;
        height: 56px
    }

        .list-dec .dec-vid i,
        .list-dec .dec-pic i {
            font-size: 20px
        }

    .knowledge-article__list article {
        padding: 24px 24px 28px 24px
    }

        .knowledge-article__list article label {
            margin-bottom: 18px
        }

        .knowledge-article__list article h1 {
            margin-bottom: 10px;
            max-height: 56px
        }

    .knowledge-article__list .info {
        margin: 0 10px;
        padding: 18px 24px 20px 24px
    }

        .knowledge-article__list .info:before {
            left: 24px;
            right: 24px
        }

    .knowledge-article__list .row-02 a {
        margin-left: 10px
    }
}

@media (max-width: 750px) {
    .knowledge-recommend__list span {
        font-size: 12px
    }

    .knowledge-recommend__list .recommend-label {
        left: 14px;
        top: 14px;
        width: 42px;
        height: 42px
    }

        .knowledge-recommend__list .recommend-label span {
            font-size: 12px
        }

    .list-dec .dec-vid,
    .list-dec .dec-pic {
        width: 48px;
        height: 48px
    }

        .list-dec .dec-vid i,
        .list-dec .dec-pic i {
            font-size: 18px
        }

    .kb-slick__wrap .m-pic {
        display: block
    }

    .kb-slick__wrap .p-pic {
        display: none
    }
}

@media (max-width: 640px) {
    .knowledge-article__full {
        position: relative
    }

    .knowledge-recommend__list article,
    .knowledge-article__list article {
        height: auto
    }

    .knowledge-recommend__list h1,
    .knowledge-article__list h1 {
        max-height: 60px
    }

    .knowledge-recommend__list .txt,
    .knowledge-article__list .txt {
        max-height: 64px
    }

        .knowledge-recommend__list .txt h4,
        .knowledge-article__list .txt h4 {
            font-size: 12px;
            line-height: 1.8
        }

        .knowledge-recommend__list .txt h4 {
            font-size: 12px;
            line-height: 1.8
        }

    .knowledge-article__list .row-01 span {
        font-size: 14px
    }

    .knowledge-article__list .row-01 img {
        width: 30px;
        height: 30px;
        margin-right: 10px
    }

    .knowledge-article__list .row-01 p {
        font-size: 12px
    }
}

.play .knowledge-article__wrap {
    padding-bottom: 40px
}

.science-article__wrap article,
.science-article__wrap .info {
    background-color: #F7F7F7
}

.partner-slick {
    margin-right: -28px;
    margin-bottom: 80px;
    margin-left: -28px
}

    .partner-slick .item {
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .partner-slick .item-box {
        height: 260px;
        margin: 0 28px;
        padding: 40px 10px 0 10px;
        text-align: center;
        background-color: #fff
    }

    .partner-slick img {
        max-width: 70px;
        margin: 0 auto 36px auto
    }

    .partner-slick h5 {
        font-size: 16px;
        margin-bottom: 13px;
        color: #333
    }

    .partner-slick .txt p {
        font-size: 14px;
        line-height: 2;
        color: #999
    }

.partner-arrow {
    font-size: 0
}

    .partner-arrow a {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin: 0 20px;
        vertical-align: middle
    }

.cooperation-wrap {
    padding-top: 120px;
    padding-bottom: 40px
}

.cooperation-list ul {
    margin: 0 -28px
}

.cooperation-list .box {
    margin: 0 28px
}

.cooperation-list article {
    margin-top: 36px;
    text-align: center
}

.cooperation-list h1 {
    font-weight: 700;
    margin-bottom: 5px
}

.cooperation-list .txt p {
    font-size: 14px;
    line-height: 2;
    color: #999
}

.ikon-dec__down {
    position: absolute;
    top: 50%;
    left: 20px;
    opacity: .5;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .ikon-dec__down span {
        font: 16px "Montserrat Light";
        display: block;
        color: #fff;
        -moz-transform: translateY(-5px) rotate(90deg);
        -ms-transform: translateY(-5px) rotate(90deg);
        -webkit-transform: translateY(-5px) rotate(90deg);
        transform: translateY(-5px) rotate(90deg)
    }

    .ikon-dec__down i {
        display: block;
        width: 2px;
        height: 350px;
        margin: auto;
        background-color: #fff;
        -moz-transform: translateY(65px);
        -ms-transform: translateY(65px);
        -webkit-transform: translateY(65px);
        transform: translateY(65px)
    }

@media (max-width: 1920px) {
    .play .knowledge-article__wrap {
        padding-bottom: 2.08333vw
    }

    .partner-slick {
        margin-right: -1.45833vw;
        margin-bottom: 4.16667vw;
        margin-left: -1.45833vw
    }

        .partner-slick .item-box {
            margin: 0 1.45833vw
        }

    .cooperation-wrap {
        padding-top: 6.25vw;
        padding-bottom: 2.08333vw
    }

    .cooperation-list ul {
        margin: 0 -1.45833vw
    }

    .cooperation-list .box {
        margin: 0 1.45833vw
    }

    .cooperation-list article {
        margin-top: 1.875vw
    }

    .cooperation-list h1 {
        margin-bottom: .26042vw
    }
}

@media (max-width: 1440px) {
    .plan-between__wrap .inner-01 h3 {
        font-size: 28px
    }

    .plan-between__wrap .inner-02 h3 {
        font-size: 20px
    }

    .plan-between__wrap .infor p {
        font-size: 20px
    }

    .plan-between__wrap .infor i {
        font-size: 16px
    }

    .plan-between__wrap .rows {
        height: 680px
    }

    .partner-arrow a {
        margin: 0 16px
    }
}

@media (max-width: 1024px) {
    .partner-arrow a {
        margin: 0 10px
    }

    .play .knowledge-article__wrap {
        padding-bottom: 20px
    }

    .cooperation-wrap {
        padding-top: 60px;
        padding-bottom: 20px
    }

    .partner-slick {
        margin-right: -10px;
        margin-bottom: 40px;
        margin-left: -10px
    }

        .partner-slick .item-box {
            margin: 0 10px
        }

    .cooperation-list .box {
        margin: 0 10px
    }

    .cooperation-list article {
        margin-top: 20px
    }

    .cooperation-list li {
        margin-bottom: 60px
    }
}

.list-download span {
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 40px;
    color: #333
}

.item-download {
    font-size: 0;
    margin-bottom: 80px
}

    .item-download:last-child {
        margin-bottom: 0
    }

    .item-download li:not(.item-search__inner) {
        margin-bottom: 20px;
        background-color: #fff;
        -moz-transition: background .4s ease;
        -o-transition: background .4s ease;
        -webkit-transition: background .4s ease;
        transition: background .4s ease
    }

        .item-download li:not(.item-search__inner):last-child {
            margin-bottom: 0
        }

        .item-download li:not(.item-search__inner):hover {
            background-color: #e67817
        }

            .item-download li:not(.item-search__inner):hover a .btn-download {
                background-color: #fff;
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
            }

                .item-download li:not(.item-search__inner):hover a .btn-download i {
                    color: #e67817
                }

            .item-download li:not(.item-search__inner):hover a > div {
                color: #fff
            }

    .item-download a {
        position: relative;
        display: block;
        padding: 32px 0
    }

        .item-download a > div {
            font-size: 16px;
            line-height: 1.6;
            display: inline-block;
            vertical-align: middle
        }

.title-download {
    font-weight: 700;
    width: 580px;
    padding-right: 15px;
    padding-left: 50px;
    color: #202020;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.version-download,
.type-download,
.size-download {
    padding-right: 15px;
    color: #666;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.version-download {
    width: 360px
}

.type-download {
    width: 255px
}

.size-download {
    width: 320px
}

.btn-download {
    position: absolute;
    top: 50%;
    right: 60px;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    border-radius: 50%;
    background-color: #e67817;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .btn-download i {
        font-size: 18px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        -moz-transition: color .4s ease;
        -o-transition: color .4s ease;
        -webkit-transition: color .4s ease;
        transition: color .4s ease;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

.list-faq {
    font-size: 0
}

    .list-faq li {
        margin-bottom: 20px;
        background-color: #fff
    }

        .list-faq li:last-child {
            margin-bottom: 0
        }

        .list-faq li:after {
            display: block;
            clear: both;
            content: ''
        }

        .list-faq li.on span {
            opacity: 1
        }

        .list-faq li.on .item-faq__title .dec .icon-plus {
            visibility: hidden;
            opacity: 0
        }

        .list-faq li.on .item-faq__title .dec .icon-minus {
            visibility: visible;
            opacity: 1
        }

        .list-faq li:first-child .item-faq__inner {
            display: block
        }

    .list-faq span {
        font-size: 22px;
        margin-right: 40px;
        opacity: .5;
        color: #e67817;
        -moz-transition: opacity .4s;
        -o-transition: opacity .4s;
        -webkit-transition: opacity .4s;
        transition: opacity .4s
    }

.list-more__icon {
    position: absolute;
    top: 50%;
    right: 60px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #e67817;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .list-more__icon i {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff
    }

        .list-more__icon i:before {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

    .list-more__icon .icon-plus {
        font-size: 24px
    }

    .list-more__icon .icon-minus {
        font-size: 18px;
        visibility: hidden;
        opacity: 0
    }

.item-faq__title {
    position: relative;
    display: block;
    padding: 28px 60px
}

    .item-faq__title span,
    .item-faq__title h3 {
        display: inline-block;
        vertical-align: top
    }

    .item-faq__title h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        padding-right: 45px;
        color: #202020
    }

    .item-faq__title:hover span {
        opacity: 1
    }

.item-faq__inner {
    display: none;
    padding: 0 60px 50px 60px
}

    .item-faq__inner span,
    .item-faq__inner .txt {
        display: inline-block;
        vertical-align: top
    }

    .item-faq__inner span {
        margin-top: 4px
    }

    .item-faq__inner .txt {
        max-width: 900px
    }

@media (min-width: 1025px) {
    .list-faq a .list-more__icon i {
        -moz-transition: -moz-transform .6s;
        -o-transition: -o-transform .6s;
        -webkit-transition: -webkit-transform .6s;
        transition: transform .6s
    }

    .list-faq a:hover .list-more__icon .icon-plus {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (max-width: 1920px) {
    .list-download span {
        margin-bottom: 2.08333vw
    }

    .item-download {
        margin-bottom: 4.16667vw
    }

    .title-download {
        width: 30.20833vw;
        padding-left: 2.60417vw
    }

    .version-download {
        width: 18.75vw
    }

    .type-download {
        width: 13.28125vw
    }

    .size-download {
        width: 16.66667vw
    }

    .btn-download {
        right: 3.125vw
    }

    .list-faq span {
        margin-right: 2.08333vw
    }

    .list-more__icon {
        right: 3.125vw
    }

    .item-faq__title {
        padding: 1.45833vw 3.125vw
    }

    .item-faq__inner {
        padding: 0 3.125vw 2.60417vw 3.125vw
    }
}

@media (max-width: 1440px) {
    .list-download span {
        font-size: 20px
    }

    .btn-download {
        width: 30px;
        height: 30px;
        margin-top: -15px
    }

        .btn-download i {
            font-size: 16px
        }

    .item-download a {
        padding: 26px 0
    }

    .list-more__icon {
        width: 30px;
        height: 30px
    }

        .list-more__icon .icon-plus {
            font-size: 22px
        }

        .list-more__icon .icon-minus {
            font-size: 16px
        }
}

@media (max-width: 1366px) {
    .item-faq__inner .txt {
        max-width: 740px
    }
}

@media (max-width: 1024px) {
    .item-download {
        margin-bottom: 40px
    }

        .item-download a > div {
            font-size: 14px;
            line-height: 1.6
        }

    .list-download span {
        font-size: 18px;
        margin-bottom: 20px
    }

    .btn-download {
        right: 24px
    }

    .item-faq__inner {
        padding: 0 30px 25px 30px
    }

        .item-faq__inner .txt {
            max-width: 90%
        }

    .list-faq span {
        font-size: 20px
    }

    .item-faq__title {
        padding: 20px 30px
    }

    .list-more__icon {
        right: 20px
    }
}

@media (max-width: 900px) {

    .item-download a .version-download,
    .item-download a .type-download,
    .item-download a .size-download {
        display: none
    }

    .item-download a .title-download {
        width: calc(100% - 40px);
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width: 768px) {
    .btn-download {
        width: 26px;
        height: 26px;
        margin-top: -13px
    }

        .btn-download i {
            font-size: 14px
        }

    .list-more__icon {
        width: 26px;
        height: 26px
    }

        .list-more__icon .icon-plus {
            font-size: 20px
        }

        .list-more__icon .icon-minus {
            font-size: 14px
        }

    .list-faq span {
        font-size: 18px
    }

    .item-faq__title h3 {
        font-size: 15px
    }
}

@media (max-width: 640px) {
    .list-faq span {
        margin-top: 2px
    }

    .item-faq__inner span {
        margin-top: 6px
    }

    .item-faq__title h3 {
        font-size: 14px;
        width: calc(100% - 30px);
        padding-right: 20px
    }
}

.contact-top__content:after {
    display: block;
    clear: both;
    content: ''
}

.contact-top__content .rows {
    position: relative;
    width: 50%;
    height: 600px;
}

    .contact-top__content .rows img {
        width: 100%;
        height: 100%;
    }

.contact-top__content .row-right {
    float: right
}

.contact-top__content .row-left {
    float: left
}

.contact-top__content .row-left__cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

    .contact-top__content .row-left__cont .intro {
        font: 16px "Montserrat Light";
        display: block;
        margin-bottom: 70px;
        color: #fff
    }

    .contact-top__content .row-left__cont h3 {
        font-size: 32px;
        line-height: 1.8;
        margin-bottom: 22px;
        color: #fff
    }

    .contact-top__content .row-left__cont h4 {
        font-size: 22px;
        line-height: 1.3;
        color: #fff
    }

.contact-top__content .txt {
    margin-top: 10px
}

    .contact-top__content .txt p {
        font: 22px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
        line-height: 1.6;
        color: #fff
    }

    .contact-top__content .txt i {
        font-size: 18px;
        display: inline-block;
        margin-right: 10px
    }

.contact-middle__content ul {
    margin: 0 -28px
}

.contact-middle__content li {
    margin-bottom: 110px
}

.contact-middle__content article {
    margin-top: 40px
}

.contact-middle__content .box {
    margin: 0 28px
}

.contact-middle__content span {
    font-size: 14px;
    display: block;
    margin-bottom: 22px;
    color: #e67817
}

.contact-middle__content h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 26px
}

.contact-middle__content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
    color: #888
}

.contact-middle__content .tel {
    font: 18px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
    color: #888
}

    .contact-middle__content .tel i {
        font-size: 18px;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 2px
    }

.contact-bottom__content {
    font-size: 0
}

    .contact-bottom__content:after {
        display: block;
        clear: both;
        content: ''
    }

    .contact-bottom__content .rows {
        position: relative;
        width: 50%;
        height: 520px;
        overflow: hidden
    }

    .contact-bottom__content .row-right__cont,
    .contact-bottom__content .row-left__cont {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .contact-bottom__content .row-right__cont h3,
        .contact-bottom__content .row-left__cont h3 {
            font-size: 32px;
            font-weight: bold;
            line-height: 2
        }

        .contact-bottom__content .row-right__cont .txt {
            margin-bottom: 34px
        }

    .contact-bottom__content .row-right {
        float: right
    }

    .contact-bottom__content .row-left {
        float: left;
        background-color: #F7F7F7
    }

    .contact-bottom__content .row-left__cont {
        left: 270px
    }

    .contact-bottom__content .row-right__cont {
        left: 120px
    }

        .contact-bottom__content .row-right__cont h3 {
            color: #fff
        }

        .contact-bottom__content .row-right__cont .txt {
            max-width: 470px
        }

            .contact-bottom__content .row-right__cont .txt p {
                color: #fff
            }

    .contact-bottom__content .row-left__cont h3 {
        color: #202020
    }

    .contact-bottom__content .row-left__dec,
    .contact-bottom__content .row-right__dec {
        max-height: 370px;
        width: 16px;
        text-align: center
    }

        .contact-bottom__content .row-left__dec span,
        .contact-bottom__content .row-left__dec i,
        .contact-bottom__content .row-right__dec span,
        .contact-bottom__content .row-right__dec i {
            display: inline-block
        }

    .contact-bottom__content .row-left__dec {
        position: absolute;
        top: 50%;
        left: 56px;
        opacity: .5;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .contact-bottom__content .row-left__dec span {
            font: 16px "Montserrat Light";
            display: inline-block;
            color: #e67817;
            writing-mode: vertical-lr;
            -webkit-writing-mode: vertical-lr;
            margin-bottom: 20px
        }

        .contact-bottom__content .row-left__dec i {
            display: inline-block;
            width: 2px;
            height: 200px;
            margin: auto;
            background-color: #e67817
        }

    .contact-bottom__content .row-right__dec {
        right: 80px
    }

        .contact-bottom__content .row-right__dec i {
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .contact-bottom__content .row-right__dec span {
            margin-top: 20px
        }

.scan-code {
    margin-bottom: 34px
}

    .scan-code p {
        font-size: 14px;
        color: #888;
        line-height: 2
    }

    .scan-code p,
    .scan-code a {
        display: inline-block;
        vertical-align: middle
    }

    .scan-code a {
        -moz-transition: color .4s;
        -o-transition: color .4s;
        -webkit-transition: color .4s;
        transition: color .4s;
        font-size: 22px;
        color: #888;
        position: relative
    }

        .scan-code a:hover {
            color: #e67817
        }

            .scan-code a:hover img {
                opacity: 1;
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1)
            }

    .scan-code img {
        -moz-transition: opacity .4s, -moz-transform .4s;
        -o-transition: opacity .4s, -o-transform .4s;
        -webkit-transition: opacity .4s, -webkit-transform .4s;
        transition: opacity .4s, transform .4s;
        width: 110px;
        position: absolute;
        left: -43px;
        top: -115px;
        padding-bottom: 8px;
        opacity: 0;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

@media (max-width: 1920px) {
    .contact-middle__content ul {
        margin: 0 -1.45833vw
    }

    .contact-middle__content li {
        margin-bottom: 5.72917vw
    }

    .contact-middle__content article {
        margin-top: 2.08333vw
    }

    .contact-middle__content .box {
        margin: 0 1.45833vw
    }

    .contact-middle__content span {
        margin-bottom: 1.14583vw
    }

    .contact-middle__content h1 {
        margin-bottom: 1.35417vw
    }

    .contact-middle__content p {
        margin-bottom: .3125vw
    }

    .contact-bottom__content .row-left__cont {
        left: 14.0625vw
    }

    .contact-bottom__content .row-right__cont {
        left: 6.25vw
    }

    .contact-bottom__content .row-left__dec {
        left: 2.91667vw
    }

        .contact-bottom__content .row-left__dec i {
            height: 10.41667vw;
            max-height: 200px
        }

    .contact-bottom__content .row-right__dec {
        right: 4.16667vw
    }
}

@media (max-width: 1800px) {
    .contact-bottom__content .row-right__dec {
        right: 2.08333vw
    }
}

@media (max-width: 1440px) {
    .contact-top__content .row-left__cont h3 {
        font-size: 30px
    }

    .contact-top__content .row-left__cont h4 {
        font-size: 20px;
        line-height: 1.5
    }

    .contact-top__content .row-left__cont .intro {
        margin-bottom: 56px
    }

    .contact-top__content .rows {
        height: 550px
    }

    .contact-top__content .txt p {
        font-size: 20px
    }

    .contact-bottom__content .rows {
        height: 450px
    }

    .contact-bottom__content .row-right__cont h3,
    .contact-bottom__content .row-left__cont h3 {
        font-size: 30px
    }

    .contact-bottom__content .row-right {
        float: right
    }
}

@media (max-width: 1366px) {
    .contact-top__content .rows {
        height: 490px
    }

    .contact-top__content .row-left__cont .intro {
        margin-bottom: 44px
    }

    .contact-top__content .row-left__cont h3 {
        font-size: 26px;
        margin-bottom: 14px
    }

    .contact-top__content .row-left__cont h4 {
        font-size: 18px
    }

    .contact-top__content .row-left__cont .txt p {
        font-size: 18px
    }

    .contact-bottom__content .rows {
        height: 420px
    }

    .contact-bottom__content .row-right__cont h3,
    .contact-bottom__content .row-left__cont h3 {
        font-size: 26px
    }
}

@media (max-width: 1300px) {
    .contact-top__content .rows {
        height: 420px
    }

    .contact-top__content .row-left__cont h3 {
        font-size: 24px;
        margin-bottom: 8px
    }

    .contact-top__content .row-left__cont h4 {
        font-size: 16px
    }

    .contact-top__content .row-left__cont .txt p {
        font-size: 16px
    }

    .contact-top__content .row-left__cont .txt i {
        font-size: 16px
    }

    .contact-bottom__content .rows {
        height: 380px
    }

    .contact-bottom__content .row-right__cont h3,
    .contact-bottom__content .row-left__cont h3 {
        font-size: 22px
    }

    .contact-bottom__content .row-right__cont {
        max-width: 400px
    }
}

@media (max-width: 1024px) {
    .contact-bottom__content .rows {
        height: 330px
    }

    .contact-bottom__content .row-left__dec {
        display: none
    }

    .contact-bottom__content .row-right__cont,
    .contact-bottom__content .row-left__cont {
        width: 100%;
        padding: 0 30px;
        left: 0
    }

    .contact-bottom__content .row-right__cont {
        max-width: 100%
    }

    .contact-top__content .rows {
        height: 380px
    }

    .contact-top__content .row-left__cont {
        width: 100%;
        padding: 0 30px
    }

        .contact-top__content .row-left__cont .intro {
            font-size: 14px;
            margin-bottom: 30px
        }

        .contact-top__content .row-left__cont h3 {
            font-size: 22px
        }

    .contact-middle__content ul {
        margin: 0 -10px
    }

    .contact-middle__content li {
        margin-bottom: 55px
    }

    .contact-middle__content .box {
        margin: 0 10px
    }

    .contact-middle__content p {
        margin-bottom: 10px
    }

    .contact-middle__content h1 {
        margin-bottom: 10px
    }

    .contact-middle__content span {
        margin-bottom: 6px
    }

    .contact-middle__content article {
        margin-top: 20px
    }
}

@media (max-width: 900px) {
    .contact-top__content .rows {
        height: 330px
    }
}

@media (max-width: 800px) {
    .contact-top__content .rows {
        width: 100%;
        height: 300px
    }

    .contact-top__content .row-left,
    .contact-top__content .row-right {
        float: none
    }

    .contact-top__content .row-left__cont .intro {
        margin-bottom: 20px
    }

    .contact-top__content .row-left__cont h3 {
        margin-bottom: 2px
    }

    .contact-top__content .txt p {
        font-size: 14px;
        margin-bottom: 4px
    }

    .contact-middle__content h1 {
        font-size: 22px
    }

    .contact-bottom__content .rows {
        width: 100%;
        height: 280px
    }

    .contact-bottom__content .row-left,
    .contact-bottom__content .row-right {
        float: none
    }

    .contact-bottom__content .row-right__cont h3,
    .contact-bottom__content .row-left__cont h3 {
        font-size: 20px
    }
}

@media (max-width: 640px) {
    .contact-top__content .row-left__cont h3 {
        font-size: 20px
    }

    .contact-middle__content h1 {
        font-size: 20px
    }

    .scan-code p {
        font-size: 12px
    }

    .scan-code a {
        font-size: 20px
    }
}

.job-data__form {
    font-size: 0
}

    .job-data__form .form-item__wrap {
        margin-left: 0
    }

.job-page__bgPic {
    overflow: hidden
}

    .job-page__bgPic .icon-vid {
        font-size: 14px;
        color: #e67817
    }

.job .knowledge-article__wrap {
    padding-top: 120px;
    padding-bottom: 40px
}

.job-filtrate__attr {
    margin-bottom: 20px;
    padding: 80px;
    background-color: #fff
}

    .job-filtrate__attr .sum-total {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 52px;
        color: #202020
    }

        .job-filtrate__attr .sum-total span {
            display: inline-block;
            margin-left: 55px;
            color: #e67817
        }

    .job-filtrate__attr .item-filtrate {
        font-size: 0;
        margin-bottom: 15px
    }

        .job-filtrate__attr .item-filtrate:last-child {
            margin-bottom: 0
        }

        .job-filtrate__attr .item-filtrate span,
        .job-filtrate__attr .item-filtrate .slide-filtrate,
        .job-filtrate__attr .item-filtrate .item-box {
            display: inline-block;
            vertical-align: middle
        }

        .job-filtrate__attr .item-filtrate span {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
            margin-right: 60px;
            color: #202020
        }

            .job-filtrate__attr .item-filtrate span i {
                display: none
            }

        .job-filtrate__attr .item-filtrate input {
            display: none
        }

            .job-filtrate__attr .item-filtrate input:checked + label {
                color: #e67817
            }

                .job-filtrate__attr .item-filtrate input:checked + label:after {
                    width: 100%
                }

        .job-filtrate__attr .item-filtrate label {
            font-size: 16px;
            line-height: 1.6;
            position: relative;
            display: inline-block;
            margin-right: 30px;
            cursor: pointer;
            color: #888;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            -webkit-transition: color .3s;
            transition: color .3s
        }

            .job-filtrate__attr .item-filtrate label:after {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                display: block;
                width: 0;
                height: 1px;
                content: '';
                background-color: #e67817;
                -moz-transition: width .3s;
                -o-transition: width .3s;
                -webkit-transition: width .3s;
                transition: width .3s
            }

.job-filtrate__list {
    font-size: 0
}

    .job-filtrate__list li {
        margin-bottom: 20px
    }

        .job-filtrate__list li:last-child {
            margin-bottom: 0
        }

    .job-filtrate__list a {
        position: relative;
        display: block;
        padding: 32px 0;
        background-color: #fff;
        -moz-transition: background .4s ease;
        -o-transition: background .4s ease;
        -webkit-transition: background .4s ease;
        transition: background .4s ease
    }

        .job-filtrate__list a:hover {
            background-color: #e67817
        }

            .job-filtrate__list a:hover .rows {
                color: #fff
            }

            .job-filtrate__list a:hover .more-round {
                background-color: #fff;
                -moz-transform: translateY(-50%) rotate(360deg);
                -ms-transform: translateY(-50%) rotate(360deg);
                -webkit-transform: translateY(-50%) rotate(360deg);
                transform: translateY(-50%) rotate(360deg)
            }

                .job-filtrate__list a:hover .more-round i {
                    color: #e67817
                }

    .job-filtrate__list .rows {
        font-size: 16px;
        display: inline-block;
        padding-right: 15px;
        vertical-align: middle;
        -moz-transition: color .4s ease;
        -o-transition: color .4s ease;
        -webkit-transition: color .4s ease;
        transition: color .4s ease
    }

    .job-filtrate__list .job-title {
        font-weight: bold;
        width: 615px;
        padding-left: 80px;
        color: #202020
    }

    .job-filtrate__list .job-type {
        width: 305px;
        color: #333
    }

    .job-filtrate__list .job-site,
    .job-filtrate__list .job-num {
        color: #888
    }

    .job-filtrate__list .job-site {
        width: 375px
    }

    .job-filtrate__list .job-num {
        width: 210px
    }

    .job-filtrate__list .more-round {
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .job-filtrate__list .more-round i {
            -moz-transition: color .4s ease;
            -o-transition: color .4s ease;
            -webkit-transition: color .4s ease;
            transition: color .4s ease
        }

        .job-filtrate__list .more-round .icon-minus {
            visibility: hidden;
            opacity: 0
        }

.job-school__wrap {
    padding-top: 120px;
    padding-bottom: 40px
}

    .job-school__wrap .intro {
        font: 16px "Montserrat Light";
        color: #888
    }

    .job-school__wrap .school-time {
        margin-top: 40px
    }

        .job-school__wrap .school-time span,
        .job-school__wrap .school-time div,
        .job-school__wrap .school-time i {
            display: inline-block;
            vertical-align: middle
        }

        .job-school__wrap .school-time span {
            font-size: 22px;
            margin-top: -50px;
            color: #202020
        }

        .job-school__wrap .school-time div,
        .job-school__wrap .school-time i {
            font-size: 60px;
            color: #202020
        }

        .job-school__wrap .school-time i {
            margin-right: 8px;
            margin-left: 16px
        }

    .job-school__wrap .bg-pic img {
        width: 100%
    }

.list-school ul {
    font-size: 0;
    margin: 0 -28px
}

.list-school li {
    display: inline-block;
    width: 33.333%;
    margin-bottom: 80px;
    vertical-align: top
}

.list-school .item-box {
    position: relative;
    height: 240px;
    margin: 0 28px;
    background-color: #fff
}

.list-school i {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #F7F7F7
}

.list-school .ctl {
    top: -28px;
    left: -28px
}

.list-school .ctr {
    top: -28px;
    right: -28px
}

.list-school .cbl {
    bottom: -28px;
    left: -28px
}

.list-school .cbr {
    right: -28px;
    bottom: -28px
}

.list-school .item-left,
.list-school .item-right {
    display: inline-block;
    vertical-align: middle
}

.list-school .item-left {
    width: 32%;
    padding-left: 40px;
    backface-visibility: hidden
}

    .list-school .item-left img {
        -moz-transition: -moz-transform .8s;
        -o-transition: -o-transform .8s;
        -webkit-transition: -webkit-transform .8s;
        transition: transform .8s;
        max-width: 90px
    }

.list-school .item-right {
    position: relative;
    width: 68%;
    height: 100%;
    padding: 40px 0 40px 60px
}

    .list-school .item-right:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 100%;
        content: '';
        border-left: 1px dashed #999
    }

    .list-school .item-right h3 {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.3;
        max-width: 172px;
        margin-bottom: 10px;
        color: #202020;
        -moz-transition: color .4s;
        -o-transition: color .4s;
        -webkit-transition: color .4s;
        transition: color .4s
    }

    .list-school .item-right p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 73px;
        color: #888
    }

    .list-school .item-right .time {
        font-size: 22px;
        position: absolute;
        bottom: 40px;
        width: 100%;
        color: #202020
    }

.job-process__wrap .supplier-item {
    background-color: #F7F7F7
}

.job-process__wrap .list-supplier > li:nth-child(1) i,
.job-process__wrap .list-supplier > div:nth-child(1) i,
.job-process__wrap .list-supplier .slick-slide:nth-child(1) i {
    background: url(../images/jl-01.svg) no-repeat center center
}

.job-process__wrap .list-supplier > li:nth-child(2) i,
.job-process__wrap .list-supplier > div:nth-child(2) i,
.job-process__wrap .list-supplier .slick-slide:nth-child(2) i {
    background: url(../images/jl-02.svg) no-repeat center center
}

.job-process__wrap .list-supplier > li:nth-child(3) i,
.job-process__wrap .list-supplier > div:nth-child(3) i,
.job-process__wrap .list-supplier .slick-slide:nth-child(3) i {
    background: url(../images/jl-03.svg) no-repeat center center
}

.job-process__wrap .list-supplier > li:nth-child(4) i,
.job-process__wrap .list-supplier > div:nth-child(4) i,
.job-process__wrap .list-supplier .slick-slide:nth-child(4) i {
    background: url(../images/jl-04.svg) no-repeat center center
}

.job-process__wrap .list-supplier > li:nth-child(5) i,
.job-process__wrap .list-supplier > div:nth-child(5) i,
.job-process__wrap .list-supplier .slick-slide:nth-child(5) i {
    background: url(../images/jl-05.svg) no-repeat center center
}

@media (min-width: 1025px) {
    .list-school a:hover .item-right h3 {
        color: #e67817
    }

    .list-school a:hover .item-left img {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .job-filtrate__attr .item-box:hover label {
        color: #e67817
    }

        .job-filtrate__attr .item-box:hover label:after {
            width: 100%
        }
}

@media (max-width: 1920px) {
    .job-filtrate__attr {
        padding: 4.16667vw
    }

        .job-filtrate__attr .sum-total {
            margin-bottom: 2.70833vw
        }

            .job-filtrate__attr .sum-total span {
                margin-left: 2.86458vw
            }

        .job-filtrate__attr .item-filtrate {
            margin-bottom: .78125vw
        }

            .job-filtrate__attr .item-filtrate span {
                margin-right: 3.125vw
            }

            .job-filtrate__attr .item-filtrate label {
                margin-right: 1.5625vw
            }

    .job-filtrate__list .job-title {
        width: 32.03125vw;
        padding-left: 4.16667vw
    }

    .job-filtrate__list .job-type {
        width: 15.88542vw
    }

    .job-filtrate__list .job-site {
        width: 19.53125vw
    }

    .job-filtrate__list .job-num {
        width: 10.9375vw
    }

    .job .knowledge-article__wrap {
        padding-bottom: 2.08333vw;
        padding-top: 6.25vw
    }

    .job-school__wrap {
        padding-top: 6.25vw;
        padding-bottom: 2.08333vw
    }

        .job-school__wrap .school-time {
            margin-top: 2.08333vw
        }

            .job-school__wrap .school-time i {
                margin-right: .41667vw;
                margin-left: .83333vw
            }

    .list-school ul {
        margin: 0 -1.45833vw
    }

    .list-school li {
        margin-bottom: 4.16667vw
    }

    .list-school .item-box {
        margin: 0 1.45833vw
    }

    .list-school .item-left {
        padding-left: 2.08333vw
    }

    .list-school .item-right {
        padding: 2.08333vw 0 2.08333vw 3.125vw
    }

        .list-school .item-right h3 {
            margin-bottom: .52083vw
        }

        .list-school .item-right p {
            margin-bottom: 3.80208vw
        }

        .list-school .item-right .time {
            bottom: 2.08333vw
        }
}

@media (max-width: 1440px) {
    .job-school__wrap .school-time span {
        font-size: 20px
    }

    .job-school__wrap .school-time div,
    .job-school__wrap .school-time i {
        font-size: 54px
    }

    .list-school .item-box {
        height: 220px
    }

    .list-school .item-left img {
        width: 60px
    }

    .list-school .item-right h3 {
        font-size: 26px
    }

    .list-school .item-right .time {
        font-size: 20px
    }

    .job-filtrate__attr .sum-total {
        font-size: 26px
    }

    .job-filtrate__list .rows {
        font-size: 15px
    }
}

@media (max-width: 1366px) {
    .job-school__wrap .item-box {
        height: 220px
    }

    .job-school__wrap .school-time span {
        font-size: 18px
    }

    .job-school__wrap .school-time div,
    .job-school__wrap .school-time i {
        font-size: 48px
    }

    .list-school .item-box {
        height: 200px
    }

    .list-school .item-left img {
        width: 54px
    }

    .list-school .item-right h3 {
        font-size: 24px
    }

    .list-school .item-right .time {
        font-size: 18px
    }

    .job-filtrate__list .rows {
        font-size: 14px
    }

    .job-filtrate__attr .sum-total {
        font-size: 24px
    }

    .job-filtrate__attr .item-filtrate a,
    .job-filtrate__attr .item-filtrate label {
        font-size: 14px
    }
}

@media (max-width: 1300px) {
    .list-school .item-left img {
        width: 48px
    }

    .list-school .item-right h3 {
        font-size: 22px
    }

    .list-school .item-right .time {
        font-size: 16px
    }

    .job-filtrate__attr .sum-total {
        font-size: 22px
    }

    .job-school__wrap .school-time span {
        font-size: 18px
    }

    .job-school__wrap .school-time div,
    .job-school__wrap .school-time i {
        font-size: 42px
    }
}

@media (max-width: 1024px) {
    .job-school__wrap {
        padding-top: 60px;
        padding-bottom: 20px
    }

        .job-school__wrap .school-time {
            margin-top: 40px
        }

    .job .knowledge-article__wrap {
        padding-top: 60px;
        padding-bottom: 20px
    }

    .list-school {
        overflow: hidden
    }

        .list-school ul {
            margin: 0 -10px
        }

        .list-school .item-left {
            padding: 0 24px;
            margin-top: 14px
        }

            .list-school .item-left img {
                width: 32px
            }

        .list-school .item-right {
            width: 100%;
            padding: 20px 24px;
            height: calc(100% - 46px)
        }

            .list-school .item-right h3 {
                font-size: 20px;
                margin-bottom: 8px
            }

            .list-school .item-right .time {
                font-size: 14px;
                bottom: 20px
            }

            .list-school .item-right:before {
                display: none
            }

        .list-school .item-box {
            margin: 0 10px
        }

        .list-school i {
            width: 48px;
            height: 48px
        }

    .job-filtrate__attr {
        padding: 30px
    }

        .job-filtrate__attr .sum-total {
            font-size: 20px;
            margin-bottom: 25px
        }

            .job-filtrate__attr .sum-total span {
                margin-left: 20px
            }

        .job-filtrate__attr .item-filtrate {
            margin-bottom: 18px
        }

            .job-filtrate__attr .item-filtrate .item-box,
            .job-filtrate__attr .item-filtrate a {
                margin-right: 24px
            }

    .job-filtrate__list a {
        padding: 20px 50px 20px 0
    }

    .job-filtrate__list .job-title {
        line-height: 1.6;
        padding-left: 28px
    }

    .job-page__bgPic .link-btn {
        margin-top: 30px
    }

    .job-page__bgPic .txt {
        margin-bottom: 0
    }
}

@media (max-width: 900px) {
    .list-school li {
        width: 50%
    }
}

@media (max-width: 800px) {
    .job-school__wrap .school-time span {
        font-size: 16px
    }

    .job-school__wrap .school-time div,
    .job-school__wrap .school-time i {
        font-size: 34px
    }

    .job-filtrate__attr .sum-total {
        font-size: 18px
    }

    .job-filtrate__attr .item-filtrate span {
        position: relative;
        display: inline-block;
        margin-bottom: 15px;
        padding-right: 20px
    }

        .job-filtrate__attr .item-filtrate span i {
            font-size: 14px;
            position: absolute;
            top: 50%;
            right: 0;
            display: block;
            margin-top: -8px;
            color: #202020;
            -moz-transition: -moz-transform .6s;
            -o-transition: -o-transform .6s;
            -webkit-transition: -webkit-transform .6s;
            transition: transform .6s
        }

    .job-filtrate__attr .item-filtrate .slide-filtrate {
        display: none
    }

    .job-filtrate__attr .item-filtrate .item-box {
        margin-bottom: 12px
    }

    .job-filtrate__attr .item-filtrate.active span i {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .job-filtrate__list a {
        padding-bottom: 5px
    }

    .job-filtrate__list .job-title {
        width: calc(100% - 50px);
        margin-bottom: 15px
    }

    .job-filtrate__list .job-type,
    .job-filtrate__list .job-site,
    .job-filtrate__list .job-num {
        width: auto;
        margin-bottom: 15px;
        padding-left: 28px
    }

    .list-school .item-right h3 {
        font-size: 18px
    }

    .list-school .item-right p {
        font-size: 14px
    }
}

@media (max-width: 750px) {
    .job-data__form .form-item__wrap {
        margin-right: 0
    }
}

@media (max-width: 640px) {
    .list-school .item-box {
        height: 180px
    }

    .list-school .item-right h3 {
        font-size: 16px
    }

    .list-school .item-right p {
        font-size: 13px
    }

    .list-school .item-right .time {
        font-size: 13px
    }

    .job-school__wrap .school-time span {
        font-size: 16px;
        margin-top: -30px
    }

    .job-school__wrap .school-time div,
    .job-school__wrap .school-time i {
        font-size: 34px
    }
}

.product-list__wrap {
    padding-top: 120px;
    padding-bottom: 160px
}

    .product-list__wrap .slick-track {
        margin-right: 0;
        margin-left: 0
    }

.pro-dec {
    position: absolute;
    top: 30px;
    left: 40px;
    height: 100%;
    opacity: .5
}

    .pro-dec span {
        font: 16px "Montserrat Light";
        display: block;
        color: #e67817;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .pro-dec i {
        position: absolute;
        z-index: 60;
        top: 78px;
        left: 50%;
        display: block;
        width: 2px;
        height: 100%;
        margin-left: -1px;
        opacity: .5;
        background-color: #e67817
    }

.item-product {
    font-size: 0;
    padding-bottom: 120px
}

    .item-product:last-child {
        padding-bottom: 0
    }

    .item-product .partner-arrow {
        position: absolute;
        bottom: 0;
        left: 0
    }

        .item-product .partner-arrow a {
            margin-right: 20px;
            margin-left: 0
        }

.item-pro__left,
.item-pro__right {
    display: inline-block;
    vertical-align: top
}

.item-pro__left {
    width: 26%;
    padding-right: 90px
}

    .item-pro__left .title {
        margin-bottom: 25px
    }

        .item-pro__left .title span {
            font: 14px "Montserrat Light";
            display: block;
            margin-bottom: 18px;
            color: #e67817
        }

        .item-pro__left .title h5 {
            font-size: 32px;
            line-height: 1.4;
            color: #202020
        }

.item-pro__right {
    width: 74%
}

    .item-pro__right .item {
        position: relative;
        display: inline-block;
        margin-right: 28px;
        margin-left: 28px;
        padding-top: 30px;
        vertical-align: top;
        background-color: #fff
    }

        .item-pro__right .item:after {
            display: block;
            clear: both;
            content: ''
        }

    .item-pro__right .item-pro__slick {
        margin-right: -28px;
        margin-left: -28px
    }

    .item-pro__right a:hover .more-icon i {
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }

    .item-pro__right .cont {
        width: 100%;
        margin-top: 25px;
    }

    .item-pro__right p,
    .item-pro__right h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .item-pro__right p {
        font-size: 22px;
        margin-bottom: 4px;
        color: #202020
    }

    .item-pro__right h3 {
        font-size: 16px;
        line-height: 2;
        text-align: center;
        color: #202020;
    }

    .item-pro__right img {
        width: 100%;
    }

    .item-pro__right .more-icon {
        position: relative;
        float: right;
        width: 60px;
        height: 60px;
        background-color: #ffffff;
    }

        .item-pro__right .more-icon i {
            font-size: 34px;
            position: absolute;
            top: 50%;
            left: 50%;
            color: #fff;
            -moz-transition: -moz-transform .6s;
            -o-transition: -o-transform .6s;
            -webkit-transition: -webkit-transform .6s;
            transition: transform .6s;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

    .item-pro__right .dec {
        position: relative;
        margin: 0 40px;
        text-align: right;
        opacity: .5
    }

        .item-pro__right .dec i,
        .item-pro__right .dec span {
            display: inline-block;
            vertical-align: middle
        }

        .item-pro__right .dec i {
            position: absolute;
            top: 50%;
            right: 0;
            width: 100%;
            height: 2px;
            margin-top: -1px;
            background-color: #e67817
        }

        .item-pro__right .dec span {
            font: 12px "Montserrat Light";
            position: relative;
            z-index: 30;
            padding-left: 20px;
            color: #e67817;
            background-color: #fff
        }

.product-detail .news-article__full {
    padding-bottom: 40px
}

.product-data__banner {
    position: relative
}

    .product-data__banner .pic {
        padding-top: calc(100vh - 100px)
    }

    .product-data__banner .small-pic {
        display: none;
        width: 100%
    }

    .product-data__banner .cont {
        max-width: 600px
    }

        .product-data__banner .cont label {
            font-size: 16px;
            display: block;
            margin-bottom: 50px;
            color: #e67817
        }

        .product-data__banner .cont h2 {
            font-size: 48px;
            font-weight: bold;
            line-height: 1.4;
            color: #202020
        }

            .product-data__banner .cont h2 span {
                color: #e67817
            }

    .product-data__banner .txt {
        margin-top: 30px
    }

    .product-data__banner .link-btn {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        padding: 0 24px;
        text-align: center
    }

    .product-data__banner .link-round {
        -moz-transition: -moz-transform .4s;
        -o-transition: -o-transform .4s;
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s
    }

        .product-data__banner .link-round:hover {
            -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
            -webkit-transform: translateY(10px);
            transform: translateY(10px)
        }

.product-exhibition__wrap {
    font-size: 0;
    padding-top: 120px;
    padding-bottom: 80px
}

    .product-exhibition__wrap .rows {
        position: relative;
        display: inline-block;
        width: 50%;
        vertical-align: top
    }

    .product-exhibition__wrap .row-right {
        padding-top: 60px;
        padding-left: 160px
    }

        .product-exhibition__wrap .row-right .title label {
            font-size: 48px;
            font-weight: bold;
            line-height: 1.2;
            color: #202020
        }

        .product-exhibition__wrap .row-right .title p {
            font-size: 32px;
            font-weight: bold;
            line-height: 1.2;
            color: #202020
        }

        .product-exhibition__wrap .row-right .txt {
            margin-top: 45px
        }

    .product-exhibition__wrap .btn-func {
        position: relative;
        margin-top: 60px
    }

        .product-exhibition__wrap .btn-func > a {
            margin-right: 40px
        }

    .product-exhibition__wrap .proe-chat__box {
        position: absolute;
        right: 0;
        top: 0
    }

        .product-exhibition__wrap .proe-chat__box span,
        .product-exhibition__wrap .proe-chat__box a {
            display: inline-block;
            vertical-align: middle
        }

        .product-exhibition__wrap .proe-chat__box span {
            font-size: 14px;
            color: #e67817
        }

        .product-exhibition__wrap .proe-chat__box a {
            position: relative;
            margin-right: 12px
        }

            .product-exhibition__wrap .proe-chat__box a .proe-code {
                -webkit-transition: all .4s;
                transition: all .4s;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                left: -50px;
                top: -145px;
                max-width: 140px
            }

        .product-exhibition__wrap .proe-chat__box .proe-01 .proe-iq {
            width: 32px
        }

        .product-exhibition__wrap .proe-chat__box .proe-02 img {
            width: 58px
        }

.proe-chat__box a:hover .proe-code {
    opacity: 1;
    visibility: visible
}

.pro-exhibition__slick img {
    width: 100%
}

.exhibition-bottom__cont p {
    display: inline-block;
    width: 25%;
    margin-bottom: 40px;
    text-align: center;
    vertical-align: top
}

    .exhibition-bottom__cont p img {
        max-width: 100%
    }

.prodect-data__video {
    position: relative;
    padding-top: 520px;
    overflow: hidden
}

    .prodect-data__video .cont {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        padding: 0 24px;
        text-align: center;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .prodect-data__video .cont h3 {
            font-size: 32px;
            font-weight: bold;
            line-height: 1.2;
            color: #fff
        }

        .prodect-data__video .cont p {
            color: #fff
        }

    .prodect-data__video .txt {
        margin-top: 20px
    }

    .prodect-data__video .vid-btn {
        display: inline-block;
        margin-top: 40px
    }

        .prodect-data__video .vid-btn i {
            font-size: 60px;
            display: block;
            color: #fff;
            -moz-transition: -moz-transform 1s;
            -o-transition: -o-transform 1s;
            -webkit-transition: -webkit-transform 1s;
            transition: transform 1s;
            backface-visibility: hidden
        }

        .prodect-data__video .vid-btn span {
            font: 16px "Montserrat Light";
            position: relative;
            display: block;
            margin-top: 20px;
            padding-bottom: 3px;
            color: #fff
        }

            .prodect-data__video .vid-btn span:after {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                display: block;
                width: 0;
                height: 1px;
                content: '';
                background-color: #fff;
                -moz-transition: width .4s;
                -o-transition: width .4s;
                -webkit-transition: width .4s;
                transition: width .4s;
                backface-visibility: hidden
            }

.video-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

    .video-link iframe {
        width: 100%;
        height: 100%
    }

.product-feature__wrap:after {
    display: block;
    clear: both;
    content: ''
}

.product-feature__wrap figure img {
    width: 100%
}

.product-feature__wrap figure,
.product-feature__wrap article {
    width: 50%
}

.product-feature__wrap article {
    /* padding-top: 70px */
}

.product-feature__wrap .txt {
    max-width: 90%
}

.product-feature__wrap .item {
    font-size: 0;
    margin-bottom: 80px
}

    .product-feature__wrap .item:last-child {
        margin-bottom: 0
    }

    .product-feature__wrap .item:after {
        display: block;
        clear: both;
        content: ''
    }

    .product-feature__wrap .item:nth-child(odd) figure {
        float: right
    }

    .product-feature__wrap .item:nth-child(odd) article {
        float: left;
        padding-left: 80px
    }

    .product-feature__wrap .item:nth-child(even) figure {
        float: left
    }

    .product-feature__wrap .item:nth-child(even) article {
        float: right;
        padding-left: 120px
    }

.product-feature__wrap .title {
    margin-bottom: 22px
}

    .product-feature__wrap .title label {
        font: 16px "Montserrat Light";
        display: block;
        margin-bottom: 20px;
        color: #e67817
    }

    .product-feature__wrap .title h1 {
        font-size: 48px;
        font-weight: bold;
        line-height: 1.2;
        color: #202020
    }

.product-feature__wrap .item-attr {
    font-size: 0;
    margin-top: 80px
}

    .product-feature__wrap .item-attr p {
        display: inline-block;
        width: 30%;
        padding-right: 20px;
        vertical-align: top
    }

    .product-feature__wrap .item-attr strong {
        font-size: 32px;
        line-height: 1.8;
        color: #e67817
    }

    .product-feature__wrap .item-attr span {
        font-size: 14px;
        line-height: 2;
        display: block;
        color: #888
    }

.quality .product-feature__wrap .item {
    overflow: hidden;
    background-color: #F7F7F7
}

.product-quality__main {
    font-size: 0;
    position: relative
}

    .product-quality__main .rows {
        display: inline-block;
        width: 50%;
        vertical-align: top
    }

    .product-quality__main .row-left img {
        width: 100%
    }

    .product-quality__main .txt {
        padding-left: 130px
    }

        .product-quality__main .txt h3 {
            font-size: 18px;
            line-height: 2;
            color: #202020
        }

        .product-quality__main .txt p {
            font-size: 14px;
            line-height: 2;
            color: #999
        }

.product-application__list ul {
    font-size: 0
}

    .product-application__list ul:after {
        display: block;
        clear: both;
        content: ''
    }

.product-application__list li {
    position: relative;
    float: left;
    width: 25%;
    overflow: hidden
}

    .product-application__list li.w50 {
        width: 50%
    }

        .product-application__list li.w50 .txt {
            padding-right: 140px;
            height: 50px;
            overflow: hidden
        }

.product-application__list img {
    -moz-transition: -moz-transform .8s;
    -o-transition: -o-transform .8s;
    -webkit-transition: -webkit-transform .8s;
    transition: transform .8s;
    width: 100%
}

.product-application__list .inner {
    -moz-transition: height .3s;
    -o-transition: height .3s;
    -webkit-transition: height .3s;
    transition: height .3s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    height: 140px;
    overflow: hidden;
    background-color: rgba(31, 54, 143, 0.5)
}

.product-application__list .title {
    font-size: 22px;
    color: #fff;
    line-height: 1.6
}

.product-application__list .txt {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    margin-top: 6px
}

.product-application__list .link-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10
}

.product-application__list .s-title {
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 20px
}

.product-application__list .h-inner {
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    padding: 30px 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 54, 143, 0.5);
    opacity: 0
}

.product-toggle__tab {
    font-size: 0;
    position: relative
}

    .product-toggle__tab:after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        content: '';
        opacity: .1;
        background-color: #e67817
    }

    .product-toggle__tab a {
        font-size: 22px;
        position: relative;
        display: inline-block;
        width: 20%;
        padding: 30px 10px;
        text-align: center;
        vertical-align: middle;
        opacity: .5;
        color: #202020;
        -moz-transition: color .4s, opacity .4s;
        -o-transition: color .4s, opacity .4s;
        -webkit-transition: color .4s, opacity .4s;
        transition: color .4s, opacity .4s
    }

        .product-toggle__tab a:after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            display: block;
            width: 0;
            height: 4px;
            content: '';
            background-color: #e67817;
            -moz-transition: width .4s;
            -o-transition: width .4s;
            -webkit-transition: width .4s;
            transition: width .4s
        }

        .product-toggle__tab a:hover {
            opacity: 1;
            color: #e67817
        }

            .product-toggle__tab a:hover:after {
                width: 100%
            }

        .product-toggle__tab a.on {
            opacity: 1;
            color: #e67817
        }

            .product-toggle__tab a.on:after {
                width: 100%
            }

.product-toggle__title {
    font-size: 20px;
    line-height: 1.4;
    display: none;
    margin-bottom: 30px;
    text-align: center;
    color: #202020;
    font-weight: bold
}

.product-toggle__table table {
    width: 100% !important;
    display: table;
    text-align: left
}

.product-toggle__table th {
    vertical-align: baseline;
    padding: 30px;
    background-color: #e67817;
    color: #fff;
    font-size: 16px
}

    .product-toggle__table th p,
    .product-toggle__table th strong,
    .product-toggle__table th span {
        color: #fff;
        font-size: 16px
    }

.product-toggle__table tr {
    display: table-row;
    width: 100%
}

    .product-toggle__table tr:nth-child(odd) {
        background-color: #F7F7F7
    }

.product-toggle__table td {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    font: 16px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
    line-height: 2;
    color: #202020
}

    .product-toggle__table td span,
    .product-toggle__table td p,
    .product-toggle__table td strong {
        font: 16px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
        line-height: 2;
        color: #202020
    }

.product-toggle__table .slide-dec {
    display: none
}

.product-toggle__item {
    display: none
}

    .product-toggle__item:first-child {
        display: block
    }

.product-toggle__download li {
    background-color: #F7F7F7
}

.vid-bg {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9)
}

.vid-content {
    display: none
}

    .vid-content .vid-full {
        position: absolute;
        z-index: 120;
        top: 50%;
        left: 50%;
        max-width: 100%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .vid-content video {
        outline: none;
        width: 100%;
        height: 100%
    }

.vid-close {
    font-size: 20px;
    position: absolute;
    z-index: 9999;
    top: 20px;
    right: 20px;
    color: #fff;
    -moz-transition: -moz-transform .4s;
    -o-transition: -o-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

    .vid-close:hover {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

.product-hybr__list {
    padding-bottom: 60px
}

    .product-hybr__list ul {
        margin: 0 -15px
    }

    .product-hybr__list li > a {
        margin: 0 15px
    }

    .product-hybr__list .pic {
        overflow: hidden;
        position: relative
    }

        .product-hybr__list .pic::before {
            content: "";
            display: block;
            padding-top: 100%
        }

        .product-hybr__list .pic img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%
        }

    .product-hybr__list .title,
    .product-hybr__list .txt,
    .product-hybr__list .price {
        color: #202020
    }

    .product-hybr__list .title {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 10px
    }

    .product-hybr__list .txt {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 8px
    }

    .product-hybr__list .price {
        font-size: 20px;
        margin-top: 30px
    }

@media (min-width: 1025px) {
    .product-data__banner .cont {
        position: absolute;
        top: 50%;
        left: 9.63542vw;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .item-pro__right img {
        -moz-transition: -moz-transform .8s;
        -o-transition: -o-transform .8s;
        -webkit-transition: -webkit-transform .8s;
        transition: transform .8s
    }

    .item-pro__right a:hover img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .prodect-data__video:hover .vid-btn i {
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }

    .prodect-data__video:hover .vid-btn span:after {
        width: 100%
    }

    .product-application__list .link-btn span,
    .product-application__list .link-btn p {
        -moz-transition: -moz-transform .4s;
        -o-transition: -o-transform .4s;
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s
    }

    .product-application__list .link-btn p {
        position: relative;
        padding: 3px 0
    }

        .product-application__list .link-btn p::after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            display: block;
            width: 0;
            height: 1px;
            content: '';
            -moz-transition: -moz-transform .4s;
            -o-transition: -o-transform .4s;
            -webkit-transition: -webkit-transform .4s;
            transition: transform .4s
        }

    .product-application__list .link-btn:hover span {
        -webkit-transform: translateX(75px);
        transform: translateX(75px)
    }

    .product-application__list .link-btn:hover p {
        -webkit-transform: translateX(-42px);
        transform: translateX(-42px)
    }

        .product-application__list .link-btn:hover p::after {
            width: 100%
        }

    .product-application__list li:hover img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .product-application__list li:hover .inner {
        height: 100%
    }

    .product-application__list .w50:hover .txt {
        height: auto
    }

    .product-application__list .item-box2:hover .s-title {
        opacity: 0
    }

    .product-application__list .item-box2:hover .h-inner {
        opacity: 1
    }
}

@media (max-width: 1920px) {
    .product-list__wrap {
        padding: 4.25vw 0;
    }

    .item-product {
        padding-bottom: 3.5vw;
    }

        .item-product .partner-arrow a {
            margin-right: 1.04167vw
        }

    .item-pro__left {
        padding-right: 4.6875vw
    }

        .item-pro__left p {
            line-height: 1.5;
        }

        .item-pro__left .title {
            margin-bottom: 1.30208vw
        }

            .item-pro__left .title span {
                margin-bottom: .9375vw
            }

    .item-pro__right .item {
        margin-right: 1.45833vw;
        margin-left: 1.45833vw
    }

    .item-pro__right .item-pro__slick {
        margin-right: -1.45833vw;
        margin-left: -1.45833vw
    }

    .item-pro__right p,
    .item-pro__right h3 {
        padding: 0 2.08333vw
    }

    .item-pro__right img {
    }

    .item-pro__right .dec {
        margin: 0 2.08333vw;
        display: none;
    }

    .product-detail .news-article__full {
        padding-bottom: 2.08333vw
    }

    .product-data__banner .cont label {
        margin-bottom: 2.60417vw
    }

    .product-data__banner .txt {
        margin-top: 1.5625vw
    }

    .product-exhibition__wrap {
        padding-top: 6.25vw;
        padding-bottom: 4.16667vw
    }

        .product-exhibition__wrap .row-right {
            padding-top: 3.125vw;
            padding-left: 8.33333vw
        }

            .product-exhibition__wrap .row-right .txt {
                margin-top: 2.34375vw
            }

        .product-exhibition__wrap .btn-func {
            margin-top: 3.125vw
        }

            .product-exhibition__wrap .btn-func > a {
                margin-right: 2.08333vw
            }

    .exhibition-bottom__cont p {
        margin-bottom: 2.08333vw
    }

    .prodect-data__video .txt {
        margin-top: 1.04167vw
    }

    .prodect-data__video .vid-btn {
        margin-top: 2.08333vw
    }

        .prodect-data__video .vid-btn span {
            margin-top: 1.04167vw
        }

    .product-feature__wrap article {
        /* padding-top: 3.64583vw */
    }

    .product-feature__wrap .item {
        margin-bottom: 4.16667vw
    }

        .product-feature__wrap .item:nth-child(odd) article {
            padding-left: 4.16667vw
        }

        .product-feature__wrap .item:nth-child(even) article {
            padding-left: 6.25vw
        }

    .product-feature__wrap .title {
        margin-bottom: 1.14583vw
    }

        .product-feature__wrap .title label {
            margin-bottom: 1.04167vw
        }

    .product-feature__wrap .item-attr {
        margin-top: 4.16667vw
    }

    .product-quality__main .txt {
        padding-left: 6.77083vw
    }

    .product-application__list .inner {
        padding: 1.5625vw
    }
}

@media (max-width: 1800px) {
    .pro-dec {
        left: 20px
    }
}

@media (max-width: 1680px) {
    .pro-dec {
        left: 0
    }
}


@media (max-width: 1459px) {
    .item-pro__right .item {
        margin-right: 1vw;
        margin-left: 1vw
    }

    .item-pro__left {
        padding-right: 1.6875vw
    }
}

@media (max-width: 1440px) {
    .item-pro__left .title h5 {
        font-size: 30px
    }

    .item-pro__right p {
        font-size: 20px
    }

    .item-pro__right h3 {
        font-size: 15px;
        line-height: 1.6
    }

    .item-pro__right .more-icon {
        width: 52px;
        height: 52px
    }

        .item-pro__right .more-icon i {
            font-size: 30px
        }

    .pro-dec {
        left: 1%
    }

    .product-data__banner .cont h2 {
        font-size: 42px
    }

    .product-exhibition__wrap .row-right {
        padding-top: 0
    }

        .product-exhibition__wrap .row-right .title label {
            font-size: 42px
        }

        .product-exhibition__wrap .row-right .title p {
            font-size: 30px
        }

    .prodect-data__video .cont h3 {
        font-size: 30px
    }

    .prodect-data__video .vid-btn i {
        font-size: 48px
    }

    .product-feature__wrap .title h1 {
        font-size: 38px
    }

    .product-feature__wrap .item-attr strong {
        font-size: 30px
    }

    .product-toggle__tab a {
        font-size: 20px
    }

    .product-application__list .title {
        font-size: 20px
    }

    .product-list__content {
        width: 88%
    }

    .product-data__banner .cont {
        max-width: 420px
    }
}

@media (max-width: 1366px) {
    .item-pro__left .title h5 {
        font-size: 26px
    }

    .item-pro__right p {
        font-size: 18px
    }

    .item-pro__right h3 {
        font-size: 14px
    }

    .item-pro__right .more-icon {
        width: 48px;
        height: 48px
    }

        .item-pro__right .more-icon i {
            font-size: 26px
        }

    .product-data__banner .cont h2 {
        font-size: 38px
    }

    .product-exhibition__wrap .row-right {
        padding-top: 0
    }

        .product-exhibition__wrap .row-right .title label {
            font-size: 38px
        }

        .product-exhibition__wrap .row-right .title p {
            font-size: 28px
        }

    .prodect-data__video .txt h3 {
        font-size: 28px
    }

    .prodect-data__video .vid-btn i {
        font-size: 44px
    }

    .product-feature__wrap .title h1 {
        font-size: 34px
    }

    .product-feature__wrap .item-attr strong {
        font-size: 28px
    }

    .product-toggle__tab a {
        font-size: 18px
    }

    .product-application__list .title {
        font-size: 18px
    }
}

@media (max-width: 1024px) {
    .product-list__wrap {
        padding-top: 60px;
        padding-bottom: 80px
    }

    .pro-dec {
        display: none
    }

    .item-pro__left .title {
        margin-bottom: 15px
    }

        .item-pro__left .title h5 {
            font-size: 24px
        }

        .item-pro__left .title span {
            margin-bottom: 10px
        }

    .item-product {
        padding-bottom: 60px
    }

        .item-product .partner-arrow {
            display: none;
        }

    .item-pro__right {
        width: 100%
    }

        .item-pro__right img {
        }

        .item-pro__right .item-pro__slick {
            margin-right: -10px;
            margin-left: -10px
        }

        .item-pro__right .item {
            margin-right: 10px;
            margin-left: 10px;
            padding-top: 15px;
            display: block
        }

        .item-pro__right .more-icon {
            width: 44px;
            height: 44px
        }

        .item-pro__right .dec {
            margin: 0 20px
        }

        .item-pro__right p {
            padding-bottom: 5px
        }

        .item-pro__right p,
        .item-pro__right h3 {
            margin: 0 20px
        }

    .item-pro__left {
        width: 100%;
        margin-bottom: 30px
    }

        .item-pro__left .title h5 {
            font-size: 22px
        }

    .item-pro__slick > div {
        display: inline-block;
        width: 50%;
        margin-bottom: 40px;
        vertical-align: top
    }

    .product-data__banner .link-btn {
        display: none
    }

    .product-data__banner .pic {
        padding-top: 46.88%;
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%)
    }

        .product-data__banner .pic .lazy {
            display: none
        }

    .product-data__banner .cont {
        left: 40px;
        max-width: 100%;
        padding: 30px 24px
    }

        .product-data__banner .cont label {
            margin-bottom: 30px
        }

        .product-data__banner .cont h2 {
            font-size: 32px
        }

    .product-data__banner .txt {
        margin-top: 15px
    }

    .product-exhibition__wrap {
        padding-top: 60px;
        padding-bottom: 40px
    }

        .product-exhibition__wrap .row-right {
            padding-left: 30px
        }

            .product-exhibition__wrap .row-right .title label {
                font-size: 32px;
                display: block;
                margin-bottom: 4px
            }

            .product-exhibition__wrap .row-right .title p {
                font-size: 24px
            }

            .product-exhibition__wrap .row-right .txt {
                margin-top: 24px
            }

        .product-exhibition__wrap .btn-func {
            margin-top: 30px
        }

            .product-exhibition__wrap .btn-func > a {
                margin-right: 20px
            }

        .product-exhibition__wrap .proe-chat__box {
            position: relative;
            top: auto;
            right: auto;
            margin-top: 30px
        }

    .prodect-data__video .txt h3 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .prodect-data__video .vid-btn {
        margin-top: 15px
    }

        .prodect-data__video .vid-btn i {
            font-size: 34px
        }

        .prodect-data__video .vid-btn span {
            font-size: 14px;
            margin-top: 8px
        }

    .vid-close {
        font-size: 18px
    }

    .product-feature__wrap .item {
        margin-bottom: 40px
    }

    .product-feature__wrap .title {
        margin-bottom: 15px
    }

        .product-feature__wrap .title label {
            font-size: 14px;
            margin-bottom: 15px
        }

        .product-feature__wrap .title h1 {
            font-size: 26px
        }

    .product-feature__wrap .item-attr {
        margin-top: 30px
    }

        .product-feature__wrap .item-attr p {
            width: 33.333%
        }

        .product-feature__wrap .item-attr strong {
            font-size: 24px
        }

    .product-toggle__tab {
        display: none
    }

    .product-toggle__table {
        font-size: 0;
        margin-bottom: 60px
    }

    .product-toggle__title {
        display: block
    }

    .product-toggle__download {
        display: block
    }

    .product-application__list li {
        width: 50%
    }

        .product-application__list li.w50 {
            width: 100%
        }

    .product-application__list .inner {
        padding: 20px
    }

    .product-application__list .title,
    .product-application__list .s-title {
        font-size: 16px
    }

    .product-application__list .txt {
        display: none
    }

    .product-application__list .inner {
        height: 100%
    }

    .product-application__list .s-title {
        opacity: 0
    }

    .product-application__list .h-inner {
        opacity: 1
    }

    .product-application__list .title {
        position: absolute;
        bottom: 20px
    }

    .product-application__list .item-box2 .link-btn {
        display: none
    }

    .product-quality__main .rows {
        width: 100%
    }

    .product-quality__main .row-left {
        margin-bottom: 30px
    }

    .product-quality__main .txt {
        padding-left: 0
    }

    .exhibition-bottom__cont p {
        margin-bottom: 20px
    }

        .exhibition-bottom__cont p img {
            width: 50%
        }

    .product-data__banner .link-btn {
        bottom: 20px
    }

    .product-list__content {
        width: auto
    }
}

@media (max-width: 800px) {
    .product-data__banner .cont h2 {
        font-size: 25px;
        margin-bottom: 12px
    }

    .product-exhibition__wrap .row-right {
        padding-left: 0
    }

        .product-exhibition__wrap .row-right .title label {
            font-size: 26px
        }

        .product-exhibition__wrap .row-right .title p {
            font-size: 20px
        }

    .product-exhibition__wrap .rows {
        width: 100%
    }

    .product-exhibition__wrap .row-left {
        margin-bottom: 25px
    }

    .product-exhibition__wrap .proe-chat__box span {
        font-size: 12px
    }

    .product-exhibition__wrap .proe-chat__box .proe-01 .proe-iq {
        width: 26px
    }

    .product-exhibition__wrap .proe-chat__box .proe-02 img {
        width: 46px
    }

    .product-exhibition__wrap .proe-chat__box a .proe-code {
        left: -38px;
        top: -120px;
        max-width: 115px
    }

    a .proe-code .prodect-data__video {
        padding-top: 60%
    }

        a .proe-code .prodect-data__video .txt h3 {
            font-size: 22px
        }

        a .proe-code .prodect-data__video .vid-btn i {
            font-size: 30px
        }

    .product-feature__wrap .item:nth-child(odd) figure,
    .product-feature__wrap .item:nth-child(odd) article,
    .product-feature__wrap .item:nth-child(even) figure,
    .product-feature__wrap .item:nth-child(even) article {
        float: none;
        width: 100%;
        padding-top: 0;
        padding-left: 0
    }

    .product-feature__wrap .item figure {
        margin-bottom: 25px
    }

    .product-feature__wrap .item-attr strong {
        font-size: 22px;
        line-height: 1.6
    }

    .product-feature__wrap .item-attr span {
        font-size: 12px;
        line-height: 1.6
    }

    .product-feature__wrap .title h1 {
        font-size: 24px
    }

    .product-feature__wrap .txt {
        max-width: 100%;
        padding: 10px;
    }

    .product-list__wrap {
        padding-bottom: 60px
    }

        .product-list__wrap .partner-arrow {
            display: none
        }

    .product-toggle__table table {
        width: 900px !important
    }

    .product-toggle__table .product-table__main {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

    .product-toggle__table .slide-dec {
        display: block;
        text-align: center;
        margin-top: 15px
    }

        .product-toggle__table .slide-dec i {
            font-size: 32px;
            color: #999
        }

        .product-toggle__table .slide-dec span {
            font-size: 16px;
            color: #999;
            display: block;
            margin-top: 8px
        }
}

@media (max-width: 750px) {
    .product-data__banner .larze-pic {
        display: none
    }

    .product-data__banner .small-pic {
        display: block
    }

    .product-toggle__table table {
        width: 800px !important
    }
}

@media (max-width: 640px) {
    .item-pro__left .title h5 {
        font-size: 20px
    }

    .product-feature__wrap .title h1 {
        font-size: 22px
    }

    .product-feature__wrap .item-attr strong {
        font-size: 20px
    }

    .product-application__list .title {
        font-size: 14px
    }

    .exhibition-bottom__cont p {
        width: 50%;
        padding-right: 20px
    }

        .exhibition-bottom__cont p img {
            width: 65%
        }

    .prodect-data__video {
        padding-top: 80%
    }

        .prodect-data__video .txt h3 {
            margin-bottom: 10px
        }

        .prodect-data__video .vid-btn {
            margin-top: 25px
        }

    .item-pro__right .item-pro__slick {
        margin-right: -5px;
        margin-left: -5px
    }

    .item-pro__right .item {
        margin-right: 5px;
        margin-left: 5px
    }

    .item-pro__right .dec {
        display: none
    }

    .item-pro__right p {
        font-size: 16px
    }

    .item-pro__right h3 {
        font-size: 14px
    }

    .item-pro__right .more-icon {
        width: 36px;
        height: 36px
    }

        .item-pro__right .more-icon i {
            font-size: 22px
        }

    .item-pro__right img {
    }

    .item-pro__slick > div {
        display: block;
        width: 100%;
        margin-bottom: 40px
    }

        .item-pro__slick > div:last-child {
            margin-bottom: 0
        }

    .item-pro__right .cont {
    }

    .vid-close {
        font-size: 16px;
        right: auto;
        left: 20px
    }
}

@media (max-width: 500px) {
    .vid-content .vid-full {
        width: 100%
    }
}

.company-culture__wrap .list-culture a {
    position: relative;
    overflow: hidden
}

.company-page__bgPic .link-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 24px;
    text-align: center
}

.company-page__bgPic .link-round {
    -moz-transition: -moz-transform .4s;
    -o-transition: -o-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

    .company-page__bgPic .link-round:hover {
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

.company-intro h4 {
    margin-bottom: 0
}

.company-intro .inner {
    max-width: 900px;
    margin-top: 30px;
    text-align: left
}

.company-intro .link-btn i {
    font-size: 22px
}

.company-intro .bg-pic {
    padding-top: 32.5%
}

.list-culture ul {
    margin: 0 -28px
}

.list-culture .box {
    position: relative;
    overflow: hidden;
    margin: 0 28px;
    cursor: pointer
}

.list-culture article {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 24px;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .list-culture article h1 {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.6;
        color: #fff
    }

    .list-culture article .txt {
        margin-top: 8px
    }

    .list-culture article p {
        color: #fff
    }

.list-culture .item-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #e67817;
    backface-visibility: hidden;
    -moz-transition: -moz-transform .6s;
    -o-transition: -o-transform .6s;
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

    .list-culture .item-right .il-title {
        display: none
    }

    .list-culture .item-right .cont {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: 400px;
        padding: 0 24px;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .list-culture .item-right p {
        color: #fff
    }

.company-culture__wrap {
    padding-bottom: 40px
}

    .company-culture__wrap .item-right .txt {
        max-width: 280px;
        margin-right: auto;
        margin-left: auto
    }

.company-philosophy__wrap {
    padding-top: 120px;
    padding-bottom: 40px
}

    .company-philosophy__wrap .list-philosophy {
        margin-top: 2vw;
    }

.list-philosophy ul {
    font-size: 0;
    margin: 0 -28px
}

.list-philosophy li {
    display: inline-block;
    width: 33.33%;
    margin-bottom: 80px;
    vertical-align: top
}

.list-philosophy .box {
    height: 350px;
    margin: 0 28px;
    padding-top: 50px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
    background-color: #F7F7F7;
}

.list-philosophy span {
    font-size: 22px;
    line-height: 1.6;
    display: block;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #202020
}

.company-strategy__wrap {
    padding-bottom: 40px
}

.list-strategy article {
    margin-top: 34px;
    text-align: center
}

    .list-strategy article h1 {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.6;
        color: #202020
    }

.list-strategy .txt {
    margin-top: 20px
}

    .list-strategy .txt p {
        font-size: 22px;
        line-height: 1.6;
        color: #888
    }

.company-hybr__wrap {
    position: relative;
    padding-top: 33.333%
}

    .company-hybr__wrap .ikon-dec__full {
        right: 80px
    }

        .company-hybr__wrap .ikon-dec__full i {
            -moz-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px)
        }

        .company-hybr__wrap .ikon-dec__full span {
            -moz-transform: translateY(15px) rotate(180deg);
            -ms-transform: translateY(15px) rotate(180deg);
            -webkit-transform: translateY(15px) rotate(180deg);
            transform: translateY(15px) rotate(180deg)
        }

    .company-hybr__wrap .cont {
        position: absolute;
        top: 50%;
        left: 160px;
        max-width: 554px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .company-hybr__wrap .title h4 {
        font-size: 48px;
        line-height: 1.4;
        color: #fff
    }

    .company-hybr__wrap .title p {
        font: 16px "Montserrat Light";
        line-height: 1.6;
        color: #fff
    }

    .company-hybr__wrap .txt {
        margin-top: 30px
    }

        .company-hybr__wrap .txt p {
            font-size: 16px;
            line-height: 2;
            color: #fff
        }

.company-honor__wrap .partner-arrow a {
    margin-right: 0;
    margin-left: 20px
}

.company-honor__wrap .slick-track {
    margin-right: 0;
    margin-left: 0
}

.horor-toggle {
    position: relative;
    margin-bottom: 40px
}

    .horor-toggle .title {
        position: relative;
        max-width: 720px;
        padding-right: 60px;
        padding-bottom: 15px;
        padding-left: 60px
    }

        .horor-toggle .title p {
            font-size: 32px;
            line-height: 1.8;
            color: #202020
        }

        .horor-toggle .title span {
            color: #e67817
        }

    .horor-toggle .partner-arrow {
        position: absolute;
        right: 0;
        bottom: 0
    }

.hornor-slick {
    margin: 0 -28px;
    padding-top: 60px;
    border-top: 2px solid #e67817
}

    .hornor-slick .item {
        margin: 0 28px
    }

    .hornor-slick img {
        width: 100%
    }

.sh-year {
    position: relative;
    z-index: 1
}

    .sh-year::before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        height: 1px;
        content: '';
        opacity: .1;
        background-color: #e67817
    }

.shy-box {
    position: relative
}

.slick-hyear {
    margin-right: 240px;
    margin-left: 240px
}

    .slick-hyear .slick-current span {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.shyear-item {
    text-align: center
}

    .shyear-item span {
        font-family: "Montserrat Bold";
        font-size: 120px;
        line-height: 1;
        position: relative;
        display: inline-block;
        vertical-align: top;
        color: #e67817;
        -moz-transition: -moz-transform 2s;
        -o-transition: -o-transform 2s;
        -webkit-transition: -webkit-transform 2s;
        transition: transform 2s;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

        .shyear-item span::before {
            position: absolute;
            top: 50%;
            left: -50px;
            width: 10px;
            height: 10px;
            margin-top: -5px;
            content: '';
            border-radius: 50%;
            background-color: #e67817
        }

.shy-arrow {
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #e67817;
    -moz-transition: -moz-transform .4s;
    -o-transition: -o-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.shy-prev {
    left: 0
}

.shy-next {
    right: 0
}

.shy-left,
.shy-right {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 150px;
    height: 90px;
    margin-top: -45px;
    padding: 20px 0
}

.shy-left {
    left: 70px
}

.shy-right {
    right: 70px
}

.shs-item {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    vertical-align: top
}

    .shs-item::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        margin-left: -5px;
        content: '';
        opacity: .4;
        border-radius: 50%;
        background-color: #e67817
    }

    .shs-item span {
        font-family: "Montserrat Light";
        font-size: 14px;
        line-height: 20px;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        text-align: center;
        opacity: .5;
        color: #999
    }

    .shs-item:hover::before {
        opacity: 1
    }

.shy-sbox {
    font-size: 0;
    position: relative;
    width: 1000px;
    text-align-last: auto
}

.history-full__slick {
    font-size: 0
}

    .history-full__slick .pic,
    .history-full__slick .inner {
        display: inline-block;
        vertical-align: middle
    }

    .history-full__slick .pic {
        width: 48%
    }

        .history-full__slick .pic img {
            width: 100%
        }

    .history-full__slick .inner {
        width: 52%;
        padding: 0 140px
    }

    .history-full__slick .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.8;
        color: #202020
    }

    .history-full__slick .txt {
        margin-top: 10px
    }

@media (min-width: 1025px) {
    .shy-arrow:hover {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    .list-culture .box:hover .item-right {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width: 1920px) {
    .company-strategy__wrap {
        padding-bottom: 40px
    }

    .company-page__bgPic .link-btn {
        bottom: 2.08333vw
    }

    .company-intro .inner {
        margin-top: 1.5625vw
    }

    .company-culture__wrap {
        padding-bottom: 2.08333vw
    }

    .list-culture ul {
        margin: 0 -1.45833vw
    }

    .list-culture .box {
        margin: 0 1.45833vw
    }

    .list-culture article .txt {
        margin-top: .41667vw
    }

    .company-philosophy__wrap {
        padding-top: 3.5vw;
        padding-bottom: 0.08333vw;
    }

    .list-philosophy ul {
        margin: 0 -1.45833vw
    }

    .list-philosophy li {
        margin-bottom: 4.16667vw
    }

    .list-philosophy .box {
        margin: 0 1.45833vw;
        padding-top: 2.00417vw;
        padding-bottom: 2vw;
    }

    .list-philosophy span {
        margin-bottom: 0.78125vw;
        margin-bottom: 0.78125vw;
        margin-bottom: .78125vw;
    }

    .list-strategy article {
        margin-top: 1.77083vw
    }

    .list-strategy .txt {
        margin-top: 1.04167vw
    }

    .history-full__slick .inner {
        padding: 0 7.29167vw
    }

    .history-full__slick .txt {
        margin-top: .52083vw
    }

    .hornor-slick {
        margin: 0 -1.45833vw;
        padding-top: 3.125vw
    }

        .hornor-slick .item {
            margin: 0 1.45833vw
        }

    .company-hybr__wrap .ikon-dec__full {
        right: 4.16667vw
    }

    .company-hybr__wrap .cont {
        left: 8.33333vw
    }

    .company-hybr__wrap .txt {
        margin-top: 1.5625vw
    }

    .company-honor__wrap .partner-arrow a {
        margin-left: 1.04167vw
    }

    .horor-toggle {
        margin-bottom: 2.08333vw
    }

    .shyear-item {
        text-align: center
    }

        .shyear-item span {
            font-size: 6.25vw
        }
}

@media (max-width: 1440px) {
    .list-culture article h1 {
        font-size: 20px
    }

    .list-philosophy span {
        font-size: 20px
    }

    .list-strategy article h1 {
        font-size: 30px
    }

    .list-strategy .txt p {
        font-size: 20px
    }

    .company-hybr__wrap .title h4 {
        font-size: 40px
    }

    .horor-toggle .title p {
        font-size: 30px
    }

    .history-full__slick .title {
        font-size: 30px
    }

    .shy-arrow {
        font-size: 26px;
        line-height: 44px;
        width: 44px;
        height: 44px;
        margin-top: -22px
    }
}

@media (max-width: 1366px) {
    .list-culture article h1 {
        font-size: 18px
    }

    .list-philosophy span {
        font-size: 18px
    }

    .list-strategy article h1 {
        font-size: 26px
    }

    .list-strategy .txt p {
        font-size: 18px
    }

    .company-hybr__wrap .title h4 {
        font-size: 34px
    }

    .horor-toggle .title p {
        font-size: 26px
    }

    .company-intro .link-btn i {
        font-size: 20px
    }

    .history-full__slick .title {
        font-size: 26px
    }

    .shy-arrow {
        font-size: 22px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        margin-top: -20px
    }
}

@media (max-width: 1024px) {
    .company-culture__wrap {
        padding-bottom: 20px
    }

    .company-intro .inner {
        margin-top: 15px
    }

    .list-strategy article {
        margin-top: 17px
    }

        .list-strategy article h1 {
            font-size: 22px
        }

    .list-strategy .txt p {
        font-size: 16px
    }

    .company-hybr__wrap .title h4 {
        font-size: 28px
    }

    .company-hybr__wrap .cont {
        left: 0;
        width: 100%;
        padding: 0 24px
    }

        .company-hybr__wrap .cont p {
            font-size: 14px
        }

    .company-hybr__wrap .txt {
        margin-top: 15px
    }

    .list-culture article {
        display: none
    }

        .list-culture article .txt {
            margin-top: 0
        }

    .list-culture .item-right {
        background-color: transparent;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

        .list-culture .item-right .il-title {
            font-size: 18px;
            display: block;
            margin-bottom: 15px;
            color: #fff
        }

    .horor-toggle {
        margin-bottom: 20px
    }

        .horor-toggle .title {
            max-width: 580px;
            padding-right: 48px;
            padding-left: 48px
        }

            .horor-toggle .title p {
                font-size: 22px
            }

    .list-philosophy img {
        width: 65px
    }

    .list-philosophy .box {
        height: 260px;
        padding-top: 30px
    }

    .shyear-item span {
        font-size: 60px
    }

        .shyear-item span::before {
            left: -20px
        }

    .history-full__slick .title {
        font-size: 22px;
        line-height: 1.6
    }

    .history-full__slick .txt {
        margin-top: 15px
    }

    .history-full__slick .inner {
        padding: 0 30px
    }

    .shy-arrow {
        line-height: 40px;
        width: 40px;
        height: 40px;
        margin-top: -20px
    }

    .company-page__bgPic .link-btn {
        bottom: 20px
    }

    .company-intro .link-btn i {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .company-hybr__wrap .title h4 {
        font-size: 22px
    }

    .list-philosophy li {
        width: 50%
    }

    .list-philosophy span {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .list-strategy article h1 {
        font-size: 20px
    }

    .list-strategy .txt {
        margin-top: 4px
    }

        .list-strategy .txt p {
            font-size: 14px
        }

    .shyear-item span {
        font-size: 40px
    }

        .shyear-item span::before {
            left: -10px;
            display: none
        }

    .slick-hyear {
        margin-right: 90px;
        margin-left: 90px
    }

    .shy-left,
    .shy-right {
        width: 50px
    }

    .shy-left {
        left: 40px
    }

        .shy-left .shy-sbox {
            -webkit-transform: translateX(-100px);
            transform: translateX(-100px)
        }

    .shy-right {
        right: 40px
    }

    .history-full__slick .pic {
        width: 100%
    }

    .history-full__slick .inner {
        width: 100%;
        margin-top: 30px;
        padding: 0
    }

    .company-intro .link-btn i {
        font-size: 16px
    }
}

@media (max-width: 640px) {
    .company-hybr__wrap {
        padding-top: 64%
    }

        .company-hybr__wrap .title h4 {
            font-size: 20px
        }

        .company-hybr__wrap .cont p {
            font-size: 12px
        }

    .company-honor__wrap .partner-arrow {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 30px
    }

    .horor-toggle .title {
        padding-right: 30px;
        padding-left: 30px
    }

        .horor-toggle .title p {
            font-size: 18px
        }

    .list-philosophy img {
        width: 50px
    }

    .history-full__slick .title {
        font-size: 18px
    }

    .shy-arrow {
        font-size: 20px;
        line-height: 34px;
        width: 34px;
        height: 34px;
        margin-top: -17px
    }

    .company-intro .bg-pic {
        padding-top: 50%
    }
}

@media (max-width: 500px) {
    .list-philosophy li {
        width: 100%
    }

    .list-philosophy .box {
        height: auto;
        padding-bottom: 30px
    }
}

.home .wrap {
    padding-top: 0
}

.banner-full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.cray1440 {
    display: none
}

.index-banner__slick .item {
    position: relative;
    height: 100%
}

.index-banner__slick .pic img {
    width: 100%
}

.index-banner__slick .m-pic {
    display: none
}

    .index-banner__slick .m-pic img {
        width: 100%
    }

.index-banner__slick .item-cont {
    position: absolute;
    z-index: 80;
    top: 50%;
    left: 160px;
    max-width: 1200px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .index-banner__slick .item-cont h4 {
        font: 18px "Montserrat Light";
        margin-bottom: 10px;
        letter-spacing: 1px;
        color: #fff
    }

    .index-banner__slick .item-cont h3 {
        font-size: 80px;
        font-weight: bold;
        line-height: 1.4;
        color: #fff
    }

    .index-banner__slick .item-cont p {
        font-size: 20px;
        line-height: 1.6;
        margin-top: 50px;
        letter-spacing: 10px;
        color: #fff
    }

.index-banner__slick .ani-icon {
    position: absolute;
    top: 520px;
    right: 230px;
    -moz-transition: -moz-transform .6s;
    -o-transition: -o-transform .6s;
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s
}

    .index-banner__slick .ani-icon.active {
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

.index-banner__btn {
    position: absolute;
    right: 90px;
    bottom: 80px
}

    .index-banner__btn .ib-page,
    .index-banner__btn a {
        display: inline-block;
        vertical-align: middle
    }

    .index-banner__btn .ib-page {
        font-size: 0
    }

        .index-banner__btn .ib-page span {
            width: 25px
        }

        .index-banner__btn .ib-page span,
        .index-banner__btn .ib-page b {
            display: inline-block;
            vertical-align: middle
        }

        .index-banner__btn .ib-page span,
        .index-banner__btn .ib-page b {
            font-size: 16px;
            color: #fff
        }

    .index-banner__btn .current-page {
        text-align: right
    }

    .index-banner__btn .slick-arrow {
        -moz-transition: -moz-transform .4s;
        -o-transition: -o-transform .4s;
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s
    }

        .index-banner__btn .slick-arrow:hover {
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            transform: scale(0.9)
        }

.index-cooperation__wrap {
    padding-top: 140px;
    padding-bottom: 80px
}

    .index-cooperation__wrap .title {
        max-width: 750px;
        padding-right: 100px
    }

    .index-cooperation__wrap .horor-toggle .partner-arrow {
        bottom: 30px
    }

        .index-cooperation__wrap .horor-toggle .partner-arrow a {
            margin-right: 0;
            margin-left: 20px
        }

.index-cooperation__slick {
    border-top: 2px solid #e67817
}

    .index-cooperation__slick .pic {
        position: relative
    }

        .index-cooperation__slick .pic img {
            max-width: 100%;
            margin: auto;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s
        }

        .index-cooperation__slick .pic .hl {
            position: absolute;
            top: 0;
            left: 50%;
            visibility: hidden;
            opacity: 0;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    .index-cooperation__slick .item {
        text-align: center
    }

    .index-cooperation__slick a {
        position: relative;
        display: block;
        height: 350px;
        padding-top: 40px
    }

        .index-cooperation__slick a:before {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            content: '';
            background-color: #e67817;
            -moz-transition: -moz-transform .6s;
            -o-transition: -o-transform .6s;
            -webkit-transition: -webkit-transform .6s;
            transition: transform .6s;
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%)
        }

    .index-cooperation__slick .cont {
        position: relative;
        padding: 0 24px
    }

    .index-cooperation__slick .inner {
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .index-cooperation__slick .inner h4 {
            font-size: 22px;
            line-height: 1.8;
            margin-bottom: 10px;
            color: #202020
        }

        .index-cooperation__slick .inner p {
            font-size: 14px;
            line-height: 1.6;
            color: #888
        }

    .index-cooperation__slick .txt {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        padding: 0 24px;
        opacity: 0;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .index-cooperation__slick .txt p {
            color: #fff
        }

    .index-cooperation__slick .slick-track {
        margin-right: 0;
        margin-left: 0
    }

.news-classify__slick {
    font-size: 0;
    position: relative
}

    .news-classify__slick .item {
        position: relative;
        overflow: hidden;
        margin-bottom: -1px
    }

    .news-classify__slick figure {
        position: relative;
        overflow: hidden;
        width: 50%
    }

    .news-classify__slick img {
        width: 100%;
        -moz-transition: -moz-transform 2s;
        -o-transition: -o-transform 2s;
        -webkit-transition: -webkit-transform 2s;
        transition: transform 2s
    }

    .news-classify__slick .icon-aw {
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: -24px;
        color: #fff;
        -moz-transform: translateY(-50%) rotate(270deg);
        -ms-transform: translateY(-50%) rotate(270deg);
        -webkit-transform: translateY(-50%) rotate(270deg);
        transform: translateY(-50%) rotate(270deg)
    }

.index-news__classify {
    position: relative
}

    .index-news__classify .ib-arrow {
        width: 100%;
        text-align: center
    }

.index-news__wrap {
    padding-top: 140px;
    padding-bottom: 120px
}

    .index-news__wrap .horor-toggle .title {
        padding-right: 100px;
        padding-left: 100px
    }

.index-hybr__wrap .cont {
    max-width: 750px
}

.index-hybr__wrap .box-btn {
    margin-top: 60px
}

    .index-hybr__wrap .box-btn a {
        margin-right: 40px
    }

.index-hybr__wrap .btn-02 i {
    font-size: 18px;
    font-weight: 700
}

.index-hybr__wrap .btn-02 p:after {
    background-color: #fff
}

.index-product__feature {
    padding-top: 140px;
    padding-bottom: 120px
}

    .index-product__feature .horor-toggle {
        margin-bottom: 60px
    }

        .index-product__feature .horor-toggle .title {
            max-width: 100%
        }

    .index-product__feature ul {
        font-size: 0;
        margin: 0 -28px
    }

    .index-product__feature li {
        display: inline-block;
        width: 33.33%;
        margin-bottom: 80px;
        vertical-align: top
    }

        .index-product__feature li a {
            position: relative;
            overflow: hidden;
            height: 370px;
            margin: 0 28px;
            text-align: center;
            background-color: #fff;
            display: flex;
            align-items: center
        }

            .index-product__feature li a:before {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 100%;
                height: 100%;
                content: '';
                background-color: #e67817;
                -moz-transition: -moz-transform .6s;
                -o-transition: -o-transform .6s;
                -webkit-transition: -webkit-transform .6s;
                transition: transform .6s;
                -moz-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                -webkit-transform: translateY(-100%);
                transform: translateY(-100%)
            }

    .index-product__feature .item-box {
        width: 100%;
        padding: 0 24px
    }

    .index-product__feature .item-box__pic img {
        max-width: 100%;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .index-product__feature .item-box__pic .hl {
        position: absolute;
        top: 0;
        left: 50%;
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .index-product__feature .item-box__cont {
        margin-top: 25px
    }

    .index-product__feature .inner {
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
        backface-visibility: hidden
    }

        .index-product__feature .inner p {
            font-size: 22px;
            line-height: 1.6;
            color: #202020
        }

    .index-product__feature .txt {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        opacity: 0;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
        backface-visibility: hidden
    }

        .index-product__feature .txt p {
            color: #fff;
            max-width: 310px;
            margin: auto
        }

.index-product__wrap .ikon-dec__down i {
    background-color: #e67817
}

.index-product__wrap .ikon-dec__down span {
    color: #e67817;
    writing-mode: vertical-lr
}

.index-product__wrap .row-left__dec {
    top: 0;
    left: 80px;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

    .index-product__wrap .row-left__dec i {
        height: 480px;
        -moz-transform: translateY(55px);
        -ms-transform: translateY(55px);
        -webkit-transform: translateY(55px);
        transform: translateY(55px)
    }

    .index-product__wrap .row-left__dec span {
        -moz-transform: translateY(25px) rotate(0);
        -ms-transform: translateY(25px) rotate(0);
        -webkit-transform: translateY(25px) rotate(0);
        transform: translateY(25px) rotate(0)
    }

.index-product__wrap .row-right__dec {
    top: 0;
    right: 65px;
    left: auto;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

    .index-product__wrap .row-right__dec i {
        height: 450px;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .index-product__wrap .row-right__dec span {
        -moz-transform: translateY(30px) rotate(180deg);
        -ms-transform: translateY(30px) rotate(180deg);
        -webkit-transform: translateY(30px) rotate(180deg);
        transform: translateY(30px) rotate(180deg)
    }

.index-pro__caption {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

    .index-pro__caption span {
        font-size: 48px;
        line-height: 1.4;
        display: block;
        color: #202020;
        font-weight: 500
    }

    .index-pro__caption p {
        font-size: 14px;
        line-height: 2;
        color: #888
    }

.small-product__main {
    display: none
}

.index-product__main {
    position: relative
}

    .index-product__main .ib-arrow {
        z-index: 30;
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

.index-product__item {
    position: relative;
    display: none
}

    .index-product__item:nth-child(2) {
        display: block
    }

.index-product__slick {
    font-size: 0;
    background-color: #F7F7F7
}

    .index-product__slick .item:after {
        display: block;
        clear: both;
        content: ''
    }

    .index-product__slick .rows {
        width: 50%
    }

    .index-product__slick .rows-left {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%
    }

    .index-product__slick .row-right {
        position: relative;
        float: right
    }

        .index-product__slick .row-right:after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            content: '';
            opacity: .4;
            background-color: #e67817
        }

        .index-product__slick .row-right a {
            position: relative;
            display: block;
            z-index: 10
        }

        .index-product__slick .row-right img {
            width: 100%
        }

        .index-product__slick .row-right .link-btn,
        .index-product__slick .row-right .cont {
            position: absolute;
            bottom: 40px;
            z-index: 40
        }

        .index-product__slick .row-right .cont {
            left: 0;
            width: 100%;
            padding-right: 190px;
            padding-left: 40px
        }

            .index-product__slick .row-right .cont time {
                font-size: 14px;
                color: #fff
            }

            .index-product__slick .row-right .cont .txt {
                margin-top: 25px
            }

            .index-product__slick .row-right .cont p {
                font-size: 22px;
                line-height: 1.6;
                color: #fff
            }

        .index-product__slick .row-right .link-btn {
            right: 40px
        }

    .index-product__slick .rows-left .sub {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .index-product__slick .rows-left .sub {
        z-index: 100;
        width: 100%
    }

    .index-product__slick .rows-left img {
        z-index: 20;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        display: block
    }

    .index-product__slick .rows-left p {
        font-size: 160px;
        opacity: .1;
        color: #e67817;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        padding: 0 24px;
        text-align: center;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.index-product__tab .link-round {
    visibility: hidden;
    opacity: 0;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.index-product__tab p {
    color: #888;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s
}

.index-product__tab .on .link-round {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.index-product__tab .on p {
    color: #e67817
}

.index-product__tab a {
    margin-right: 25px;
    margin-left: 25px
}

    .index-product__tab a:hover .link-round {
        visibility: visible;
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .index-product__tab a:hover p {
        color: #e67817
    }

@media (min-width: 1025px) {
    .news-classify__slick article {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        margin-top: 0;
        padding-left: 6.25vw;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .news-classify__slick a:hover img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .index-product__feature li a:hover:before {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .index-product__feature li a:hover .txt {
        visibility: visible;
        opacity: 1
    }

    .index-product__feature li a:hover .inner {
        visibility: hidden;
        opacity: 0
    }

    .index-product__feature li a:hover .item-box__pic .hl {
        visibility: visible;
        opacity: 1
    }

    .index-product__feature li a:hover .item-box__pic .dl {
        visibility: hidden;
        opacity: 0
    }

    .index-product__slick .row-right .link-btn span,
    .index-product__slick .row-right .link-btn p {
        -moz-transition: -moz-transform .4s;
        -o-transition: -o-transform .4s;
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s
    }

    .index-product__slick .row-right .link-btn p {
        position: relative;
        padding: 3px 0
    }

        .index-product__slick .row-right .link-btn p:after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            display: block;
            width: 0;
            height: 1px;
            content: '';
            background-color: #fff;
            -moz-transition: width .4s;
            -o-transition: width .4s;
            -webkit-transition: width .4s;
            transition: width .4s
        }

    .index-product__slick .row-right:hover .link-btn span {
        -moz-transform: translateX(95px);
        -ms-transform: translateX(95px);
        -webkit-transform: translateX(95px);
        transform: translateX(95px)
    }

    .index-product__slick .row-right:hover .link-btn p {
        -moz-transform: translateX(-44px);
        -ms-transform: translateX(-44px);
        -webkit-transform: translateX(-44px);
        transform: translateX(-44px)
    }

        .index-product__slick .row-right:hover .link-btn p:after {
            width: 100%
        }

    .index-product__slick .rows-left img {
        -moz-transition: -moz-transform .6s;
        -o-transition: -o-transform .6s;
        -webkit-transition: -webkit-transform .6s;
        transition: transform .6s
    }

    .index-product__slick .rows-left:hover img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .index-cooperation__slick a:hover:before {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .index-cooperation__slick a:hover .pic .dl {
        visibility: hidden;
        opacity: 0
    }

    .index-cooperation__slick a:hover .pic .hl {
        visibility: visible;
        opacity: 1
    }

    .index-cooperation__slick a:hover .inner {
        visibility: hidden;
        opacity: 0
    }

    .index-cooperation__slick a:hover .txt {
        visibility: visible;
        opacity: 1
    }
}

@media (max-width: 1920px) {
    .index-banner__slick .m-pic {
        display: none;
        padding-top: 100vh
    }

        .index-banner__slick .m-pic img {
            width: 100%
        }

    .index-banner__slick .item-cont {
        position: absolute;
        z-index: 80;
        top: 50%;
        left: 8.33333vw;
        max-width: 62.5vw;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .index-banner__slick .item-cont h4 {
            font: 18px "Montserrat Light";
            margin-bottom: .52083vw;
            letter-spacing: 1px;
            color: #fff
        }

        .index-banner__slick .item-cont h3 {
            font-size: 4.16667vw;
            font-weight: bold;
            line-height: 1.4;
            color: #fff
        }

        .index-banner__slick .item-cont p {
            font-size: 20px;
            line-height: 1.6;
            margin-top: 2.60417vw;
            letter-spacing: .52083vw;
            color: #fff
        }

    .index-banner__slick .ani-icon {
        position: absolute;
        top: 43%;
        right: 166px;
        -moz-transition: -moz-transform .6s;
        -o-transition: -o-transform .6s;
        -webkit-transition: -webkit-transform .6s;
        transition: transform .6s
    }

        .index-banner__slick .ani-icon.active {
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -webkit-transform: translateY(20px);
            transform: translateY(20px)
        }

    .index-banner__btn {
        right: 4.6875vw;
        bottom: 4.16667vw
    }

    .index-cooperation__wrap {
        padding-top: 7.29167vw;
        padding-bottom: 4.16667vw
    }

        .index-cooperation__wrap .horor-toggle .partner-arrow a {
            margin-left: 1.04167vw
        }

    .index-cooperation__slick a {
        padding-top: 2.08333vw
    }

    .index-cooperation__slick .inner h4 {
        margin-bottom: .52083vw
    }

    .index-news__wrap {
        padding-top: 7.29167vw;
        padding-bottom: 6.25vw
    }

    .index-hybr__wrap .box-btn {
        margin-top: 3.125vw
    }

        .index-hybr__wrap .box-btn a {
            margin-right: 2.08333vw
        }

    .index-product__feature {
        padding-top: 7.29167vw;
        padding-bottom: 6.25vw
    }

        .index-product__feature .horor-toggle {
            margin-bottom: 3.125vw
        }

        .index-product__feature ul {
            margin: 0 -1.45833vw
        }

        .index-product__feature li {
            margin-bottom: 4.16667vw
        }

            .index-product__feature li a {
                margin: 0 1.45833vw
            }

        .index-product__feature .item-box__cont {
            margin-top: 1.30208vw
        }

    .index-product__wrap .row-left__dec {
        left: 4.16667vw
    }

        .index-product__wrap .row-left__dec i {
            height: 25vw
        }

    .index-product__wrap .row-right__dec {
        right: 3.38542vw
    }

        .index-product__wrap .row-right__dec i {
            height: 23.4375vw
        }

    .index-product__slick .row-right .link-btn,
    .index-product__slick .row-right .cont {
        bottom: 2.08333vw
    }

    .index-product__slick .row-right .cont {
        padding-right: 9.89583vw;
        padding-left: 2.08333vw
    }

        .index-product__slick .row-right .cont .txt {
            margin-top: 1.30208vw
        }

    .index-product__slick .row-right .link-btn {
        right: 2.08333vw
    }

    .index-product__slick .rows-left p {
        font-size: 8.33333vw
    }

    .index-product__tab a {
        margin-right: 1.30208vw;
        margin-left: 1.30208vw
    }
}

@media (max-width: 1800px) {
    .index-product__wrap .row-left__dec {
        left: 30px
    }

    .index-product__wrap .row-right__dec {
        right: 30px
    }
}

@media (max-width: 1600px) {
    .index-pro__caption span {
        font-size: 44px
    }
}

@media (max-width: 1440px) {
    .cray1920 {
        display: none
    }

    .cray1440 {
        display: block
    }

    .index-product__feature .inner p {
        font-size: 20px
    }

    .index-product__feature .dl,
    .index-product__feature .hl {
        width: 80px
    }

    .index-product__feature li a {
        height: 340px
    }

    .index-cooperation__slick .inner h4 {
        font-size: 20px
    }

    .index-pro__caption span {
        font-size: 42px
    }

    .index-product__slick .row-right .cont p {
        font-size: 20px
    }

    .index-product__wrap .row-left__dec {
        left: 3%
    }

    .index-product__wrap .row-right__dec {
        right: 3%
    }

    .index-product__wrap .ikon-dec__down span {
        font-size: 14px
    }

    .index-product__main {
        width: 92%;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 1366px) {
    .index-product__feature .inner p {
        font-size: 18px
    }

    .index-product__feature li a {
        height: 300px
    }

    .index-product__feature .dl,
    .index-product__feature .hl {
        width: 65px
    }

    .index-cooperation__slick .inner h4 {
        font-size: 18px
    }

    .index-pro__caption span {
        font-size: 34px
    }

    .index-product__slick .row-right .cont p {
        font-size: 18px
    }
}

@media (max-width: 1200px) {
    .news-classify__slick article {
        padding-left: 45px
    }

    .index-pro__caption span {
        font-size: 32px
    }
}

@media (max-width: 1024px) {
    .index-product__feature {
        padding-top: 70px;
        padding-bottom: 60px
    }

        .index-product__feature ul {
            margin: 0 -10px
        }

        .index-product__feature li {
            margin-bottom: 30px
        }

            .index-product__feature li a {
                height: 280px;
                margin: 0 10px
            }

        .index-product__feature .inner p {
            font-size: 16px
        }

        .index-product__feature .item-box__cont {
            margin-top: 15px
        }

        .index-product__feature .horor-toggle {
            margin-bottom: 30px
        }

    .news-classify__slick figure {
        width: 100%
    }

    .news-classify__slick article {
        margin-top: 25px;
        padding: 0 24px 30px 24px
    }

    .news-classify__slick .icon-aw {
        display: none
    }

    .index-news__classify {
        margin-bottom: 20px
    }

        .index-news__classify .ib-arrow {
            top: 54.17%;
            bottom: auto;
            text-align: right
        }

    .index-hybr__wrap .box-btn {
        margin-top: 20px
    }

        .index-hybr__wrap .box-btn a {
            margin-right: 20px
        }

    .index-hybr__wrap .btn-02 i {
        font-size: 16px
    }

    .index-cooperation__slick a {
        height: 260px
    }

    .index-cooperation__slick .txt {
        bottom: 40px
    }

    .index-cooperation__slick .pic img {
        width: 120px
    }

    .index-banner__slick .pic {
        display: none
    }

    .index-banner__slick .m-pic {
        display: block
    }

    .index-cooperation__wrap {
        padding-top: 70px;
        padding-bottom: 40px
    }

        .index-cooperation__wrap .title {
            padding-right: 60px
        }

    .index-news__wrap {
        padding-top: 70px;
        padding-bottom: 60px
    }

    .index-pro__caption span {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px
    }

    .ikon-dec__down {
        display: none
    }

    .index-product__slick .rows-left {
        padding-bottom: 44px;
        background-color: #F7F7F7
    }

        .index-product__slick .rows-left p {
            font-size: 70px
        }

        .index-product__slick .rows-left img {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

    .index-product__slick .row-right a {
        z-index: 10
    }

    .index-product__slick .row-right .link-btn {
        display: none
    }

    .index-product__slick .row-right .cont {
        bottom: 20px;
        padding-right: 20px;
        padding-left: 20px;
        pointer-events: none
    }

        .index-product__slick .row-right .cont p {
            font-size: 16px
        }

    .index-product__tab {
        display: none
    }

        .index-product__tab a {
            margin-right: 14px;
            margin-left: 14px
        }

    .small-product__main {
        margin-top: 0;
        display: block
    }

        .small-product__main .index-product__slick .index-pro__caption {
            display: none
        }

        .small-product__main .index-caption__full {
            margin-bottom: 30px
        }

    .larze-product__main {
        display: none
    }

    .index-product__main {
        width: 100%
    }

    .index-banner__slick .svg-box,
    .index-banner__slick .ani-icon {
        display: none
    }

    .index-banner__slick .item-cont {
        left: 0;
        max-width: 84%;
        padding: 0 24px
    }

        .index-banner__slick .item-cont h4 {
            font-size: 16px;
            margin-bottom: 8px
        }

        .index-banner__slick .item-cont h3 {
            font-size: 50px
        }

        .index-banner__slick .item-cont p {
            font-size: 18px;
            margin-top: 15px
        }

    .index-product__item {
        display: block
    }
}

@media (max-width: 800px) {
    .index-banner__slic .pic {
        display: none
    }

    .index-banner__slic .m-pic {
        display: block
    }

    .index-product__feature ul {
        margin: 0 -5px
    }

    .index-product__feature li {
        width: 50%
    }

        .index-product__feature li a {
            height: 200px;
            margin: 0 5px
        }

    .index-product__feature .item-box {
        padding: 0 12px
    }

    .index-product__feature .dl,
    .index-product__feature .hl {
        width: 65px
    }

    .index-product__feature .inner p {
        font-size: 15px
    }

    .index-pro__caption span {
        font-size: 24px
    }

    .index-news__wrap .horor-toggle .title {
        padding-right: 60px;
        padding-left: 60px
    }

    .index-product__main .ib-arrow {
        top: calc(50% - 44px);
        right: 0;
        left: auto;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .index-product__slick .rows {
        width: 100%
    }

    .index-product__slick .rows-left {
        position: relative;
        top: auto;
        left: auto;
        padding-bottom: 0
    }

        .index-product__slick .rows-left:after {
            display: block;
            padding-top: 50%;
            content: ''
        }

    .index-product__slick .row-right {
        float: none
    }

        .index-product__slick .row-right a:after {
            position: relative;
            display: block;
            padding-top: 50%;
            content: ''
        }

        .index-product__slick .row-right a img {
            position: absolute;
            top: 0;
            left: 0
        }
}

@media (max-width: 750px) {
    .index-news__classify article {
        height: auto
    }

    .index-banner__slick .item-cont {
        max-width: 100%
    }

        .index-banner__slick .item-cont h3 {
            font-size: 40px
        }
}

@media (max-width: 640px) {
    .index-banner__slick .item-cont {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: auto;
        bottom: 30%
    }

        .index-banner__slick .item-cont h3 {
            font-size: 22px
        }

    .index-cooperation__wrap .horor-toggle .partner-arrow {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 30px
    }

    .index-cooperation__wrap .title {
        padding-right: 30px
    }

    .index-pro__caption span {
        font-size: 22px
    }

    .index-product__tab a {
        width: 42%;
        margin-bottom: 20px
    }

    .index-product__slick .row-right .cont time {
        font-size: 12px
    }

    .index-product__slick .row-right .cont p {
        font-size: 14px
    }

    .index-hybr__wrap {
        padding-top: 80%
    }

    .index-news__wrap .horor-toggle .title {
        padding-right: 24px;
        padding-left: 24px
    }

    .index-product__main .ib-arrow {
        top: calc(50% - 36px)
    }

    .index-cooperation__slick .inner h4 {
        font-size: 16px
    }

    .index-cooperation__slick .title {
        padding-right: 30px
    }
}

@media (max-width: 500px) {
    .index-pro__caption span {
        font-size: 20px
    }

    .index-product__feature ul {
        margin: 0 -10px
    }

    .index-product__feature li {
        width: 100%
    }

        .index-product__feature li a {
            margin: 0 10px
        }
}

.form-name {
    font-family: "Montserrat Light";
    font-size: 16px;
    position: relative;
    padding-left: 120px;
    color: #e67817
}

    .form-name::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100px;
        height: 2px;
        margin-top: -1px;
        content: '';
        background-color: #e67817
    }

.form-intro h2 {
    font-size: 32px;
    line-height: 1.8;
    margin-bottom: .4em;
    letter-spacing: .025em;
    color: #202020
}

.form-intro p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .05em;
    color: #999
}

.form-box {
    font-size: 0;
    margin-right: -28px;
    margin-left: -28px
}

.fw-500 {
    font-weight: 500
}

.ml-40 {
    margin-left: 40px
}

.col-1 {
    width: 100%
}

.col-2 {
    width: 50%
}

.col-3 {
    width: 33.3333%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 75%
}

@media (max-width: 768px) {

    .col-4,
    .col-2,
    .col-3 {
        width: 100%
    }
}

.form-item {
    display: inline-block;
    margin-top: 40px;
    vertical-align: top
}

    .form-item.auto-width {
        width: auto
    }

        .form-item.auto-width .form-item__wrap {
            margin-right: 0
        }

    .form-item.focus .fi-label {
        font-size: 12px;
        line-height: 20px;
        margin-top: -15px
    }

    .form-item.focus .fi-label-num {
        display: none
    }

    .form-item.focus .form-item__wrap::after {
        width: 100%
    }

    .form-item.no-border .form-item__wrap::before,
    .form-item.no-border .form-item__wrap::after {
        display: none
    }

    .form-item label.error {
        font-size: 12px;
        line-height: 20px;
        position: absolute;
        top: 100%;
        padding-top: 5px;
        color: #e67817
    }

.form-item__wrap {
    position: relative;
    margin-right: 28px;
    margin-left: 28px;
    padding-bottom: 2px
}

    .form-item__wrap::before,
    .form-item__wrap::after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        content: ''
    }

    .form-item__wrap::before {
        right: 0;
        background-color: #999
    }

    .form-item__wrap::after {
        width: 0;
        background-color: #e67817
    }

.fi-input {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    display: block;
    width: 100%;
    padding: 0;
    color: #202020;
    border: 0;
    outline: 0;
    background-color: transparent
}

.fi-file {
    display: none
}

.fi-textarea {
    font-size: 16px;
    line-height: 2;
    display: block;
    width: 100%;
    height: 9.5em;
    padding: 12px 0;
    resize: none;
    color: #202020;
    border: 0;
    outline: 0;
    background-color: transparent
}

.fi-textarea-lfb {
    height: 5.5em
}

.fi-label {
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    color: #999;
    z-index: 100
}

.fi-label-add {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    color: #999
}

.fi-add-asyc {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-left: 1em;
    cursor: pointer;
    vertical-align: top;
    color: #999
}

    .fi-add-asyc::before {
        margin-right: .25em
    }

    .fi-add-asyc.active {
        color: #e67817
    }

.fi-label-file {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: block;
    padding-right: 40px;
    color: #999
}

.btn-upfile {
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #e67817
}

.fi-select-c {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #333;
    border: 0;
    outline: 0;
    background-color: transparent
}

.fi-select-ca {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: transparent
}

    .fi-select-ca.show {
        color: #333
    }

.fi-gtitle {
    font-size: 16px;
    line-height: 20px;
    margin-left: 28px;
    color: #999
}

.fi-group .form-item {
    margin-top: 0
}

.fi-label-country {
    right: auto
}

.fi-profit {
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    color: #999
}

.form-handle {
    margin-top: 40px
}

.form-item__tips .form-item__wrap {
    padding-bottom: 0
}

    .form-item__tips .form-item__wrap::before {
        display: none
    }

.fi-tips {
    font-size: 12px;
    line-height: 28px;
    color: #999
}

.fi-submit {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    min-width: 160px;
    height: 50px;
    margin-top: 20px;
    padding: 0 35px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    letter-spacing: .1em;
    color: #fff;
    border: 0;
    border-radius: 50px;
    outline: 0;
    background-color: #e67817
}

@media (max-width: 750px) {
    .form-handle {
        margin-top: 40px
    }

    .fi-submit {
        line-height: 40px;
        min-width: 120px;
        height: 40px
    }

    .fi-group-step3 .form-item {
        margin-top: 20px
    }

    .form-handle .fi-submit {
        margin-right: 10px;
        margin-left: 10px
    }

    .form-item.focus .fi-label {
        margin-top: -10px
    }

    .fi-label {
        font-size: 14px
    }
}

.fi-btn-prev {
    color: #e67817;
    background-color: #F7F7F7
}

@media (min-width: 1025px) {
    .fi-btn-prev:hover {
        color: #fff;
        background-color: #e67817
    }
}

.fi-country {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.fi-country-left {
    text-align: center
}

.fi-country-right {
    position: relative;
    z-index: 1;
    display: block
}

    .fi-country-right::after {
        font-family: 'iconfont';
        font-size: 16px;
        line-height: 40px;
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        content: '\e60a';
        color: #999
    }

.fic-label {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
    vertical-align: top;
    color: #999
}

    .fic-label::before {
        position: absolute;
        top: 11px;
        left: 0;
        box-sizing: border-box;
        width: 15px;
        height: 15px;
        content: '';
        border: 2px solid #e67817;
        border-radius: 50%
    }

    .fic-label::after {
        position: absolute;
        top: 15px;
        left: 4px;
        box-sizing: border-box;
        width: 7px;
        height: 7px;
        content: '';
        border-radius: 50%
    }

    .fic-label.active {
        color: #333
    }

.fic-label-lfb {
    padding-left: 0
}

    .fic-label-lfb::before,
    .fic-label-lfb::after {
        display: none
    }

.fi-radio {
    display: none
}

    .fi-radio:checked + label {
        color: #333
    }

        .fi-radio:checked + label::after {
            background-color: #e67817
        }

.form-upfile {
    margin-top: 30px
}

.form-zipfile {
    margin-top: 60px
}

.fi-zip {
    display: none
}

.fi-zip-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 1em;
    color: #999
}

.fi-zip-label {
    font-size: 14px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    padding-left: 40px;
    vertical-align: top;
    color: #999
}

    .fi-zip-label::before {
        font-family: 'iconfont';
        font-size: 20px;
        line-height: 1.5;
        position: absolute;
        top: 5px;
        left: 0;
        width: 1.5em;
        height: 1.5em;
        content: '\e65e';
        text-align: center;
        color: #fff;
        border-radius: 50%;
        background-color: #e67817
    }

.fi-currency {
    position: absolute;
    top: 0;
    right: 0
}

    .fi-currency::before {
        font-family: 'iconfont';
        font-size: 16px;
        line-height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        color: #999;
        background: url(../images/list2.png)no-repeat center;
        width: 20px;
        height: 100%;
    }

    .fi-currency select {
        font-family: "Montserrat Medium";
        font-size: 14px;
        line-height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 24px;
        color: #999;
        border: 0;
        outline: 0;
        background-color: transparent
    }

.fi-select {
    position: relative
}

    .fi-select select::-ms-expand {
        display: none;
    }

    .fi-select select {
        font-size: 16px;
        position: relative;
        display: block;
        width: 100%;
        height: 40px;
    }

@media (max-width: 1024px) {
    .form-box {
        margin-right: -20px;
        margin-left: -20px;
        margin-top: 20px
    }

    .form-item__wrap {
        margin-right: 20px;
        margin-left: 20px
    }

    .form-intro h2 {
        font-size: 24px;
        line-height: 1.6
    }

    .fi-gtitle {
        margin-left: 20px
    }
}

@media (max-width: 750px) {
    .form-intro h2 {
        font-size: 22px
    }

    .form-box {
        margin-top: -10px;
    }

    .form-item {
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .form-intro h2 {
        font-size: 20px
    }
}

.supplier-top .list-supplier > li,
.supplier-top .list-supplier > div,
.supplier-top .list-supplier .slick-slide {
    outline: none
}

    .supplier-top .list-supplier > li:nth-child(1) i,
    .supplier-top .list-supplier > div:nth-child(1) i,
    .supplier-top .list-supplier .slick-slide:nth-child(1) i {
        background: url(../images/sl-01.svg) no-repeat center center
    }

    .supplier-top .list-supplier > li:nth-child(2) i,
    .supplier-top .list-supplier > div:nth-child(2) i,
    .supplier-top .list-supplier .slick-slide:nth-child(2) i {
        background: url(../images/sl-02.svg) no-repeat center center
    }

    .supplier-top .list-supplier > li:nth-child(3) i,
    .supplier-top .list-supplier > div:nth-child(3) i,
    .supplier-top .list-supplier .slick-slide:nth-child(3) i {
        background: url(../images/sl-03.svg) no-repeat center center
    }

    .supplier-top .list-supplier > li:nth-child(4) i,
    .supplier-top .list-supplier > div:nth-child(4) i,
    .supplier-top .list-supplier .slick-slide:nth-child(4) i {
        background: url(../images/sl-04.svg) no-repeat center center
    }

    .supplier-top .list-supplier > li:nth-child(5) i,
    .supplier-top .list-supplier > div:nth-child(5) i,
    .supplier-top .list-supplier .slick-slide:nth-child(5) i {
        background: url(../images/sl-05.svg) no-repeat center center
    }

.supplier-top .list-supplier .current:nth-child(1) i {
    background-image: url(../images/sh-01.svg)
}

.supplier-top .list-supplier .current:nth-child(2) i {
    background-image: url(../images/sh-02.svg)
}

.supplier-top .list-supplier .current:nth-child(3) i {
    background-image: url(../images/sh-03.svg)
}

.supplier-top .list-supplier .current:nth-child(4) i {
    background-image: url(../images/sh-04.svg)
}

.supplier-top .list-supplier .current:nth-child(5) i {
    background-image: url(../images/sh-05.svg)
}

.list-supplier {
    font-size: 0;
    margin-right: -28px;
    margin-left: -28px
}

    .list-supplier > li,
    .list-supplier > div {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: top
    }

        .list-supplier > li:last-of-type .supplier-item::after,
        .list-supplier > div:last-of-type .supplier-item::after {
            display: none
        }

        .list-supplier > div i {
            display: block;
            width: 3.75vw;
            height: 3.75vw;
            margin-right: auto;
            margin-left: auto
        }

.job-process__wrap .list-supplier > div,
.supplier-top .list-supplier > div {
    width: 20%
}

.dealer-middle__content .list-supplier > div {
    width: 25%
}

.supplier-item {
    position: relative;
    margin: 0 28px;
    padding-top: 38px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #fff
}

    .supplier-item > i {
        font-size: 72px;
        display: inline-block;
        margin-bottom: .2em;
        vertical-align: top;
        color: #ccc
    }

    .supplier-item::after {
        font-family: 'iconfont';
        font-size: 30px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -.5em;
        margin-right: -1.43333em;
        content: '\e601';
        color: #999
    }

    .supplier-item.current {
        background-color: #e67817
    }

        .supplier-item.current > i {
            color: #fff
        }

        .supplier-item.current::after {
            color: #e67817
        }

        .supplier-item.current .supplier-item__num > span {
            color: #fff
        }

        .supplier-item.current .supplier-item__txt {
            color: #fff
        }

.supplier-item__num {
    position: relative
}

    .supplier-item__num > span {
        font-family: "Montserrat Bold";
        font-size: 120px;
        opacity: .05;
        color: #e67817
    }

.supplier-item__txt {
    font-size: 22px;
    line-height: 1.65;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0
}

.supplier04 .fi-label {
    pointer-events: none
}

@media (max-width: 1920px) {
    .list-supplier {
        margin-right: -1.45833vw;
        margin-left: -1.45833vw
    }

        .list-supplier > li i,
        .list-supplier > div i {
            display: block;
            width: 3.75vw;
            height: 3.75vw;
            margin-right: auto;
            margin-left: auto
        }

    .supplier-item {
        margin-right: 1.45833vw;
        margin-left: 1.45833vw
    }

        .supplier-item > i {
            font-size: 3.75vw
        }

        .supplier-item::after {
            font-size: 1.5625vw
        }

    .supplier-item__num > span {
        font-size: 6.25vw
    }

    .supplier-item__txt {
        font-size: 1.14583vw
    }
}

@media (max-width: 1024px) {
    .supplier-top {
        padding: 60px 0
    }
}

@media (max-width: 750px) {

    .list-supplier > li i,
    .list-supplier > div i {
        width: 4.8vw;
        height: 4.8vw
    }
}

@media (max-width: 600px) {
    .supplier-item::after {
        display: none
    }

    .list-supplier {
        margin-right: -10px;
        margin-left: -10px;
        text-align: center
    }

        .list-supplier > li,
        .list-supplier > div {
            width: 100%;
            margin-bottom: 40px
        }

            .list-supplier > li:last-child,
            .list-supplier > div:last-child {
                margin-bottom: 0
            }

            .list-supplier > li i,
            .list-supplier > div i {
                width: 52px;
                height: 52px
            }

    .supplier-item {
        margin: 0 10px
    }

        .supplier-item > i {
            font-size: 36px
        }

        .supplier-item::after {
            font-size: 15px
        }

    .supplier-item__num > span {
        font-size: 88px
    }

    .supplier-item__txt {
        font-size: 18px
    }

    .supplier-top .list-supplier > div,
    .job-process__wrap .list-supplier > div,
    .dealer-middle__content .list-supplier > div {
        width: 100%
    }

    .supplier-top .list-supplier > div {
        display: none;
        margin-bottom: 0
    }

    .supplier-top .list-supplier .slick-dots {
        margin-top: 40px
    }

    .supplier .list-supplier > div {
        display: block
    }

    .supplier01 .list-supplier > div:nth-child(1) {
        display: block
    }

    .supplier02 .list-supplier > div:nth-child(2) {
        display: block
    }

    .supplier03 .list-supplier > div:nth-child(3) {
        display: block
    }

    .supplier04 .list-supplier > div:nth-child(4) {
        display: block
    }

    .supplier05 .list-supplier > div:nth-child(5) {
        display: block
    }
}

.supplier-intro,
.supplier-form {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

.sec-title__en {
    font-family: "Montserrat Light";
    font-size: 16px;
    text-align: center;
    color: #e67817
}

.sec-title__cn {
    font-size: 40px;
    font-weight: 700;
    margin-top: .75em;
    text-align: center;
    letter-spacing: .025em;
    color: #202020
}

.sec-body {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .05em;
    color: #666
}

.form-item-cate {
    position: relative;
    z-index: 2
}

.fi-category {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff
}

.fi-category-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #333
}

.list-ficate {
    margin-right: 0;
    margin-left: 0
}

    .list-ficate > li {
        margin-bottom: 0
    }

.ficate-label {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
    vertical-align: top;
    color: #666
}

    .ficate-label::before {
        font-family: 'iconfont';
        font-size: 14px;
        line-height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        content: '\e61f';
        color: #666
    }

.ficate-checkbox {
    display: none
}

    .ficate-checkbox:checked + label {
        color: #599bff
    }

        .ficate-checkbox:checked + label::before {
            content: '\e617';
            color: #599bff
        }

.supplier-success {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    padding: 120px 0 0;
    text-align: center;
    letter-spacing: .025em;
    color: #333
}

@media (max-width: 1024px) {
    .sec-title__cn {
        font-size: 24px;
        margin-bottom: 1em
    }
}

.form-feedback {
    padding: 120px 0;
    background-color: #F7F7F7
}

@media (max-width: 750px) {
    .supplier-success {
        font-size: 16px;
        line-height: 2;
        padding-top: 60px
    }

    .form-feedback {
        padding: 60px 0
    }

    .list-ficate > li {
        width: auto;
        margin-right: 10px
    }
}

.form-university {
    font-size: 0
}

.fu-left,
.fu-right {
    display: inline-block;
    width: 50%;
    height: 720px;
    vertical-align: top
}

.fu-left {
    background: url(../images/bg_university.jpg) no-repeat center center;
    background-size: cover
}

.fu-right {
    background-color: #F7F7F7
}

.fu-form {
    width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px
}

    .fu-form .form-item__wrap {
        margin-right: 20px;
        margin-left: 20px
    }

.fu-contact {
    position: relative;
    margin-top: 120px;
    margin-left: 80px;
    padding-left: 190px
}

.fu-contact-txt {
    color: #fff
}

    .fu-contact-txt h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 2;
        letter-spacing: .05em
    }

    .fu-contact-txt p {
        font-size: 14px;
        line-height: 2;
        letter-spacing: .05em
    }

.fu-contact-name {
    font-size: 22px;
    line-height: 2;
    margin-bottom: .5em;
    letter-spacing: .05em;
    color: #fff
}

.fu-contact-info {
    font-family: 'Source Han Sans CN';
    font-size: 22px;
    line-height: 40px;
    letter-spacing: .025em;
    color: #fff
}

    .fu-contact-info i {
        font-size: 16px;
        line-height: 40px;
        display: inline-block;
        margin-right: .5em;
        vertical-align: top
    }

.fu-contact-avatar {
    display: block;
    margin-bottom: 10px
}

.fu-cleft {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

    .fu-cleft::before {
        position: absolute;
        top: 130px;
        bottom: 0;
        left: 8px;
        width: 1px;
        content: '';
        background-color: #fff
    }

    .fu-cleft p {
        font-family: "Montserrat Light";
        font-size: 16px;
        -ms-writing-mode: tb-rl;
        opacity: .5;
        color: #fff;
        writing-mode: vertical-rl
    }

@media (max-width: 1480px) {

    .fu-left,
    .fu-right {
        height: 680px
    }

    .fu-form {
        width: auto;
        margin-right: 40px;
        margin-left: 40px
    }

    .fu-contact {
        padding-left: 90px;
        margin-left: 40px
    }
}

@media (max-width: 1200px) {
    .fu-contact {
        padding-left: 60px
    }
}

@media (max-width: 1024px) {

    .fu-left,
    .fu-right {
        width: 100%;
        height: auto;
        padding: 60px 0
    }

    .fu-right {
        padding-top: 10px
    }

    .fu-cleft {
        display: none
    }

    .fu-contact {
        margin-left: 0;
        margin-top: 0;
        padding: 0 24px
    }

    .fu-form {
        padding-top: 0
    }

    .fu-contact-txt h2 {
        font-size: 24px
    }

    .fu-contact-info {
        font-size: 16px
    }
}

@media (max-width: 750px) {
    .fu-contact {
        margin-top: 0
    }

    .fu-form {
        margin-right: 20px;
        margin-left: 20px;
        padding-top: 0
    }

    .fu-contact-name {
        font-size: 16px
    }

    .fu-contact-info {
        font-size: 14px
    }

    .fu-contact-txt h2 {
        font-size: 22px
    }
}

.dealer .fi-country-select {
    padding-left: 20px
}

.dealer-top__content {
    padding-top: 120px
}

    .dealer-top__content .inner {
        text-align: left
    }

.dealer-middle__content .list-supplier > li:nth-child(1) i,
.dealer-middle__content .list-supplier > div:nth-child(1) i,
.dealer-middle__content .list-supplier .slick-slide:nth-child(1) i {
    background: url(../images/cl-01.svg) no-repeat center center
}

.dealer-middle__content .list-supplier > li:nth-child(2) i,
.dealer-middle__content .list-supplier > div:nth-child(2) i,
.dealer-middle__content .list-supplier .slick-slide:nth-child(2) i {
    background: url(../images/cl-02.svg) no-repeat center center
}

.dealer-middle__content .list-supplier > li:nth-child(3) i,
.dealer-middle__content .list-supplier > div:nth-child(3) i,
.dealer-middle__content .list-supplier .slick-slide:nth-child(3) i {
    background: url(../images/cl-03.svg) no-repeat center center
}

.dealer-middle__content .list-supplier > li:nth-child(4) i,
.dealer-middle__content .list-supplier > div:nth-child(4) i,
.dealer-middle__content .list-supplier .slick-slide:nth-child(4) i {
    background: url(../images/cl-04.svg) no-repeat center center
}

.dealer-middle__content .inner {
    max-width: 700px
}

.fd-main {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 120px 0
}

.fd-title {
    font-size: 22px;
    font-weight: 500;
    margin-left: 28px;
    color: #333
}

.filter-selector {
    position: relative;
    z-index: 10
}

.filter-selector__header {
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    letter-spacing: .05em;
    color: #999
}

    .filter-selector__header::after {
        font-family: 'iconfont';
        font-size: 16px;
        line-height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        content: '\e60a';
        -webkit-transition: transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .filter-selector__header.active {
        color: #333
    }

        .filter-selector__header.active::after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

.filter-selector__option {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 10px 0;
    border: 1px solid #999;
    border-top-width: 2px;
    background-color: #fff
}

    .filter-selector__option a {
        font-size: 16px;
        line-height: 30px;
        display: block;
        text-align: center;
        letter-spacing: .05em;
        color: #999
    }

        .filter-selector__option a.current {
            color: #333
        }

.fi-verify {
    position: absolute;
    top: -5px;
    right: 0;
    width: 120px;
    height: 40px;
    background-color: #ccc
}

@media (max-width: 1920px) {
    .dealer-top__content {
        padding-top: 6.25vw
    }
}

@media (max-width: 1024px) {
    .dealer-top__content {
        padding-top: 60px
    }

    .fd-main {
        margin-right: 20px;
        margin-left: 20px
    }

    .fd-title {
        margin-left: 20px
    }

    .dealer-middle__content .list-supplier > li {
        width: 25%
    }
}

@media (max-width: 750px) {
    .fd-main {
        padding: 60px 0
    }

    .form-dealer .col-2 {
        width: 100%
    }

    .form-dealer .form-item-country-c {
        width: 30%
    }

    .form-dealer .form-item-country {
        width: 70%
    }

    .fd-title {
        font-size: 18px
    }
}

@media (max-width: 600px) {
    .dealer-middle__content .list-supplier > li {
        width: 100%;
        margin-bottom: 40px
    }

        .dealer-middle__content .list-supplier > li:last-child {
            margin-bottom: 0
        }
}

.layer-fb {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}

.lfb-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8)
}

.lfb-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 680px;
    margin-top: -340px;
    margin-left: -450px;
    background-color: #fff
}

.lfb-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #202020;
    font-size: 20px
}

.lfb-main {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto
}

.lfb-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #202020
}

    .lfb-title span {
        position: relative;
        display: inline-block;
        vertical-align: top
    }

        .lfb-title span::before,
        .lfb-title span::after {
            font-family: "Montserrat Bold";
            font-size: 80px;
            line-height: 1;
            position: absolute;
            opacity: .1;
            color: #e67817
        }

        .lfb-title span::before {
            top: 0;
            top: -.5em;
            left: -1em;
            content: '“'
        }

        .lfb-title span::after {
            top: 100%;
            right: -1em;
            margin-top: -.5em;
            content: '”'
        }

@media (min-width: 1025px) {
    .lfb-close {
        -moz-transition: -moz-transform .6s;
        -o-transition: -o-transform .6s;
        -webkit-transition: -webkit-transform .6s;
        transition: transform .6s
    }

        .lfb-close:hover {
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
}

@media (max-width: 1440px) {
    .lfb-wrap {
        width: 840px;
        height: 660px;
        margin-left: -420px;
        margin-top: -330px
    }
}

@media (max-width: 1024px) {
    .lfb-close {
        font-size: 16px
    }

    .layer-box .fi-textarea-lfb {
        height: 3.5em
    }

    .layer-box .form-item {
        margin-top: 30px
    }

    .layer-box .fi-submit {
        margin-top: 0
    }

    .lfb-wrap {
        right: 20px;
        left: 20px;
        width: auto;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        padding-bottom: 20px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .lfb-title {
        font-size: 24px
    }

        .lfb-title span::before,
        .lfb-title span::after {
            font-size: 40px
        }

    .lfb-wrap {
        right: 10px;
        left: 10px
    }

    .lfb-main {
        margin-right: 20px;
        margin-left: 20px
    }
}

@media (max-width: 750px) {
    .lfb-title {
        font-size: 18px
    }

        .lfb-title span {
            line-height: 1.5;
            max-width: 70%
        }

    .lfb-group .form-item {
        margin-top: 0
    }

    .lfb-close {
        top: 14px;
        right: 14px;
        font-size: 14px
    }

    .layer-box .lfb-title {
        margin-top: 30px
    }

    .layer-box .fic-label {
        font-size: 14px
    }

    .layer-box .fi-label {
        line-height: 35px
    }

    .layer-box .fi-input {
        height: 35px;
        line-height: 35px
    }

    .layer-box .form-textarea {
        margin-top: 10px
    }

    .layer-box .fic-label {
        line-height: 30px
    }

        .layer-box .fic-label:before {
            top: 7px
        }

        .layer-box .fic-label:after {
            top: 11px
        }

    .fi-input {
        font-size: 14px
    }

    .form-item label.error {
        font-size: 10px;
        padding-top: 3px
    }
}

.layer-cbox {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.layer-cbg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8)
}

.layer-cwrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 600px;
    margin-top: -300px;
    margin-left: -450px;
    background-color: #fff
}

.layer-ctitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    padding-left: 20px;
    color: #000;
    background-color: #f2f2f2
}

.layer-cwords {
    font-size: 0;
    position: relative;
    padding: 15px 50px
}

    .layer-cwords::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        content: '';
        background-color: #ddd
    }

    .layer-cwords span {
        font-size: 20px;
        line-height: 40px;
        display: inline-block;
        margin-right: .5em;
        cursor: pointer;
        vertical-align: top;
        text-transform: uppercase;
        color: #599bff
    }

.layer-chandle {
    font-size: 0;
    padding: 25px 0
}

.btn-chandle {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    width: 120px;
    height: 40px;
    margin: 0 .5em;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    color: #599bff;
    border: 1px solid #599bff;
    border-radius: 3px
}

    .btn-chandle.confirm {
        color: #fff;
        background-color: #599bff
    }

.layer-cmain {
    overflow-y: auto;
    height: 390px
}

.layer-clist > li {
    border-bottom: 1px solid #ddd
}

    .layer-clist > li:last-of-type {
        border-bottom-width: 0
    }

.clist-item {
    font-size: 0;
    position: relative;
    padding: 20px 40px 0 120px
}

    .clist-item > span {
        font-size: 16px;
        line-height: 40px;
        display: inline-block;
        width: 25%;
        padding-right: 1em;
        vertical-align: top
    }

.clist-item__w {
    font-size: 24px;
    line-height: 2;
    position: absolute;
    top: 20px;
    left: 50px;
    width: 2em;
    height: 2em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #c00
}

.search-header h3 {
    color: #202020;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px
}

.search-header p {
    color: #202020;
    font-size: 18px;
    line-height: 1.5
}

    .search-header p span {
        color: #e67817
    }

.search-page .list-download li {
    margin-bottom: 0
}

.search-item {
    -webkit-transition: all .4s;
    transition: all .4s;
    display: block;
    padding: 35px 30px
}

    .search-item h4 {
        -webkit-transition: color .4s;
        transition: color .4s;
        color: #202020;
        margin-bottom: .25em;
        font-size: 18px;
        line-height: 1.5
    }

    .search-item p {
        color: #999;
        font-size: 14px;
        line-height: 1.5
    }

.list-search {
    margin-top: 30px
}

    .list-search > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2)
    }

        .list-search > li:first-child {
            border-top: 1px solid rgba(0, 0, 0, 0.2)
        }

    .list-search .search-item {
        position: relative;
        padding: 20px 120px 20px 0
    }

    .list-search .item-search__inner {
        padding-right: 15px;
        padding-left: 50px
    }

    .list-search .pic {
        position: absolute;
        right: 0;
        top: 50%;
        max-width: 100px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        overflow: hidden
    }

        .list-search .pic img {
            width: 100%
        }

.search-filtrate {
    margin-top: 15px
}

    .search-filtrate .item-box {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        margin-bottom: 15px
    }

    .search-filtrate input {
        position: absolute;
        opacity: 0
    }

    .search-filtrate label {
        font-size: 14px;
        color: #202020;
        display: inline-block;
        position: relative;
        padding-left: 22px;
        cursor: pointer
    }

        .search-filtrate label:before {
            content: "";
            display: block;
            -webkit-transition: background .4s;
            transition: background .4s;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -7px;
            width: 10px;
            height: 10px;
            border: 2px solid #e67817
        }

    .search-filtrate input:checked + label:before {
        background-color: #e67817
    }

.search-input__box input {
    border: none;
    border-bottom: 1px solid #e67817;
    font-size: 14px;
    color: #202020;
    outline: none;
    width: 360px;
    padding: 6px 20px 6px 0
}

    .search-input__box input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3)
    }

    .search-input__box input:-moz-placeholder {
        color: rgba(0, 0, 0, 0.3)
    }

    .search-input__box input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3)
    }

.search-input__box .item-box {
    position: relative;
    display: inline-block
}

.search-input__box .search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 18px;
    color: #202020;
    -webkit-transition: color .4s;
    transition: color .4s;
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0;
    cursor: pointer
}

@media (min-width: 1025px) {
    .search-item:hover h4 {
        color: #e67817
    }

    .search-filtrate label:hover:before {
        background-color: #e67817
    }
}

@media (max-width: 1920px) {
    .list-search .item-search__inner {
        padding-right: 15px;
        padding-left: 2.60417vw
    }
}

@media (max-width: 1024px) {
    .search-header h3 {
        font-size: 22px;
        margin-bottom: 5px
    }

    .search-header p {
        font-size: 16px
    }

    .list-search .search-item {
        padding: 16px 110px 16px 0
    }

        .list-search .search-item .pic {
            max-width: 90px
        }

        .list-search .search-item h4 {
            font-size: 16px
        }

        .list-search .search-item p {
            font-size: 12px
        }
}

@media (max-width: 900px) {
    .list-search .item-search__inner {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width: 500px) {
    .search-header h3 {
        font-size: 18px
    }

    .search-header p {
        font-size: 14px
    }

    .search-item h4 {
        font-size: 14px
    }

    .search-filtrate label {
        font-size: 12px;
        padding-left: 18px
    }

        .search-filtrate label:before {
            width: 8px;
            height: 8px;
            margin-top: -6px
        }

    .list-search {
        margin-top: 25px
    }

    .search-input__box .search-btn {
        width: 100%
    }
}

/*# sourceMappingURL=main.css.map */



/* 以下是新增 */
.header-container,
.index-container,
.mini-container,
.ny-container {
    margin: 0 auto;
    padding: 0 15px;
}

/* ???????????????????????? */
@media (min-width: 768px) {
    .header-container,
    .index-container,
    .ny-container {
        width: 750px;
    }

    .mini-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .header-container,
    .index-container,
    .ny-container {
        width: 970px;
    }

    .mini-container {
        width: 970px;
    }
}

@media (min-width: 1260px) {
    .header-container,
    .index-container,
    .ny-container {
        width: 1230px;
    }

    .mini-container {
        width: 1230px;
    }
}

@media (min-width: 1460px) {
    .header-container,
    .index-container,
    .ny-container {
        width: 1430px;
    }
}

@media (min-width: 1660px) {
}

@media(min-width:1920px) {
}

/* 公用 */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.right {
    float: right;
}


/*pc端底部*/
.footer {
    background: #1b1b1b;
    font-family: auto;
}

.foot-main {
    padding-top: 60px;
}

.foot_nav {
    height: 201px;
}

.foot_lf {
    float: left;
    width: 58%;
}

.foot_nav dl {
    float: left;
    padding: 0 33px;
}

.foot_lf_dl {
    margin: 0 -33px;
}

.foot_nav dt a {
    font-size: 18px;
    color: #ccc;
}

    .foot_nav dt a:hover {
        color: #fff;
    }
/* .foot_nav dd a {
font-size: 14px;
color: rgba(255, 255, 255, 0.5);
line-height: 28px;
}

.foot_nav dd a:hover {
color: #2a6bb1;
} */

.foot_rt {
    float: right;
    width: 35.7%;
}

    .foot_rt .foot-rtl {
        /* width: 60.56%; */
        /* float: left; */
    }

    .foot_rt .foot-rtr {
        width: 32%;
        float: left;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

.foot_txt {
    float: right;
    padding-left: 43px;
    width: 66%;
    color: rgba(255, 255, 255, 0.6);
    font-family: auto;
    /* font-size: 16px; */
}

.foot-rtl .foot_logo {
    margin-bottom: 26px;
}

.foot_txt p {
    line-height: 26px;
    font-size: 14px;
    color: #ccc;
}

    .foot_txt p a {
        color: rgba(255, 255, 255, 0.6);
        word-break: break-word;
        font-size: 14px;
        color: #ccc;
    }

    .foot_txt p:hover {
        color: #dedddd;
    }

        .foot_txt p:hover a {
            color: #dedddd;
        }
/* .foot_txt p:first-child{margin-bottom: 15px;} */
/* .foot_txt select{appearance:none;-moz-appearance:none;-webkit-appearance:none;
width: 210px;height: 40px;background: url(../images/down.png) no-repeat right 12px center;
border: solid 1px rgba(255, 255, 255, 0.3);font-size: 14px;color: #a9a9a9;padding:0 12px;} */
.foot_logo h1 img {
    margin-right: 10px;
    margin-top: -8px;
}

.foot_logo h1 {
    color: #fff;
    font-size: 24px;
    font-family: 'din';
}

.foot_logo p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 32px;
}

.foot-rtr .code-box {
    margin-right: 49px;
    text-align: center;
}

.code-box-img {
    padding: 4px;
    background-color: #fff;
}

.code-box img {
    /* width: 100px; */
    width: auto;
}

.code-box p {
    padding: 10px 10px 6px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

.foot-rtr .code-box:hover {
    color: #dedddd;
}

.footb-bot {
    padding: 26px 0;
    overflow: hidden;
    border-top: solid 1px rgba(255, 255, 255, 0.08);
}

    .footb-bot p {
        float: left;
        line-height: 24px;
        font-size: 14px;
        color: #808080;
        float: left;
    }

        .footb-bot p a {
            color: #808080;
            display: inline-block;
            padding: 0 15px;
        }

            .footb-bot p a:last-child {
                padding-left: 14px;
                padding-right: 0;
            }

        .footb-bot p:last-child {
            float: right;
        }

        .footb-bot p a:hover {
            color: #dedddd;
        }

.bshare {
    float: left;
}

    .bshare .bot-share {
        margin-top: 26px;
    }

.bot-share a {
    display: inline-block !important;
    font-size: 20px !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    text-align: center;
    color: #949494 !important;
    transition: ease .5s !important;
    padding-left: 0 !important;
    text-decoration: none !important;
    margin-right: 20px !important;
    background: #1b1b1b !important;
    border-radius: 50%;
    border: 1px solid #666 !important;
}

    .bot-share a:last-child {
        margin-right: 0 !important;
    }

.footb-bot .foot-btit {
    display: block;
    float: right;
    margin-top: 5px;
}

.foot-btit p,
.foot-btit p a {
    color: #8d8d8d;
}

.bot-share a:hover {
    opacity: 1 !important;
    border: 1px solid #666666 !important;
}



/*app-底部*/
.foot-app {
    width: 100%;
    background: #292929;
    padding: 0 15px;
    display: none;
}

.footer-tit {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.open .footer-tit a {
    color: #fff;
}

.footer-tit a {
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    margin-right: 48px;
    display: block;
}

.footer-tig {
    font-size: 14px;
    text-align: right;
    line-height: 48px;
    width: 20px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
}

    .footer-tig::before,
    .footer-tig::after {
        content: '';
        background: rgba(255, 255, 255, 1);
        position: absolute;
        top: 50%;
        transition: all .3s;
        left: 50%;
    }

    .footer-tig::before {
        width: 18px;
        height: 2px;
        margin-left: -8px;
    }

    .footer-tig::after {
        width: 2px;
        height: 18px;
        margin-top: -8px;
    }

.footer-item.open .footer-tig::after {
    opacity: 0;
}

.footer-item.open .footer-tig::before {
    background: #2a6bb1;
}

.footer-cont {
    display: none;
    border: solid 1px rgba(255, 255, 255, 0.6);
    border-top: 0;
    padding: 0 15px;
}

    .footer-cont a {
        line-height: 40px;
        color: rgba(255, 255, 255, 0.6);
        display: block;
        font-size: 14px;
        border-bottom: dashed 1px rgba(255, 255, 255, 0.8);
    }

        .footer-cont a:last-child {
            border: none;
        }

.footer-item.open .footer-cont a.active {
    color: #2a6bb1;
}

.footer-top {
    padding: 25px 0 12px;
}

    .footer-top .foot-app-l {
        float: right;
        width: 78%;
    }

    .footer-top .foot-app-r {
        /* width: 18%; */
        float: left;
    }

.code-box {
    text-align: center;
}

.foot-app-r .code-box img {
    width: auto;
}

.foot-app-r .bshare-custom {
    margin-top: 10px;
}

.foot-app-r p {
    color: rgba(255, 255, 255, 0.6);
}

.footer-left {
    float: left;
    margin-bottom: 10px;
}

    .footer-left h1 {
        font-size: 20px;
        color: #fff;
    }

        .footer-left h1 img {
            display: inline-block;
            width: 24px;
            height: 20px;
            margin-top: -2px;
        }

.footer-right {
    width: 100%;
    float: left;
}

    .footer-right .select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        width: 200px;
        height: 36px;
        margin: 10px 0;
        /* background: url(../images/down.png) no-repeat right 10px center; */
        border: solid 1px rgba(255, 255, 255, 0.2);
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        padding: 0 15px;
    }

    .footer-right p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 22px;
    }

.foot-app .footer-bot {
    padding: 20px 0;
    border-top: solid 1px #3a3a3a;
}

    .foot-app .footer-bot p,
    .foot-app .footer-bot p a,
    .footer-right p a {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 22px;
    }

.foot-app .bshare {
    float: none;
    text-align: center;
    margin-top: 15px;
}

    .foot-app .bshare a {
        margin-left: 15px;
    }

/* 改动 */
.foot-link {
    border: solid 1px rgba(255, 255, 255, 0.2);
    position: relative;
    padding: 0 20px;
    width: 200px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 15px;
}

    .foot-link p {
        font-size: 14px;
        font-family: arial;
        line-height: 34px !important;
    }

        .foot-link p i {
            position: absolute;
            right: 5%;
            top: 5%;
            transition: all .5s;
            ;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.6);
            transform: rotate(90deg);
        }

.foot-hide {
    transition: all .5s;
    overflow: hidden;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.2);
    left: 0;
    top: 35px;
}

    .foot-hide a {
        display: block;
        line-height: 32px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
        background: #fff;
        font-size: 14px;
        color: #666;
        font-family: arial;
        padding: 0 20px;
    }

        .foot-hide a:last-child {
            border-bottom: none;
        }

        .foot-hide a:hover,
        .foot-p a:hover {
            color: #2a6bb1;
        }

.foot-link:hover .foot-hide {
    height: auto;
    opacity: 1;
    top: 100%;
}

.foot-link:hover:before {
    transform: rotate(180deg);
}



@media (max-width: 1800px) {
}

@media (max-width: 1659px) {
}

@media (max-width: 1480px) {
    .foot-rtr .code-box {
        margin-right: 40px;
    }

    .code-box img {
        width: 85px;
    }

    .foot_txt {
        margin-bottom: 0;
    }

    .foot_lf {
        width: 60%;
    }

    .foot_txt {
        padding-left: 32px;
    }

    .foot_nav dl {
        padding: 0 28px;
    }

    .foot_lf_dl {
        margin: 0 -28px;
    }

    .footb-bot {
        padding: 18px 0;
    }
}

@media (max-width: 1359px) {
}

@media (max-width: 1259px) {

    .code-box p {
        font-size: 12px;
        padding-bottom: 0;
    }

    .footb-bot p a {
        padding-right: 8px;
    }

        .footb-bot p a:last-child {
            padding-left: 8px;
            padding-right: 0;
        }

    .bot-share a {
        font-size: 20px !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        margin: 0 8px !important;
    }

    .foot_lf {
        width: 60%;
    }

    .foot_lf_dl {
        margin: 0 -12px;
    }

    .foot_nav dl {
        padding: 0 12px;
    }

    .foot_rt {
        width: 40%;
    }

    .foot_txt {
        padding-left: 16px;
    }

    .foot-rtr .code-box {
        margin-right: 24px;
    }
}


@media (max-width: 1169px) {
}

@media(max-width: 991px) {
    .footer {
        display: none !important;
    }

    .foot-app {
        display: block !important;
        font-family: auto;
        padding-bottom: 45px;
    }

    .foot-btop li {
        width: 100%;
    }

    .foot-app .footer-bot {
        padding: 12px 0;
    }
}

@media (max-width: 767px) {
    .footer-tit a {
        font-size: 14px;
    }

    .footer-top .foot-app-l {
        width: 100%;
    }

    .footer-top .foot-app-r {
        width: 100%;
    }

    .foot-app-r .code-box {
        width: 100px;
        display: none;
    }

    .footer-bot .copy-app {
        display: block;
    }

    .foot-app .footer-bot p {
        margin-bottom: 10px;
    }

    .bot-share a:first-child {
        margin-left: 0 !important;
    }

    .foot-app-r .bshare-custom {
        margin: 12px 0;
    }
}

@media (max-width: 370px) {
    .bot-share {
        float: unset;
    }

        .bot-share a {
            float: unset;
        }

    .foot-app .footer-bot p {
        font-size: 13px;
    }
}

/*===================app-头部start===================*/
.header-app input,
.header-app button {
    border: none;
}



.header-app {
    font-family: auto;
    background: #e67817;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

    .header-app.open-menu {
        height: 100%;
        background: #fff;
        -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    }

    .header-app .logo {
        float: left;
        vertical-align: middle;
        padding: 20px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .header-app .logo img {
            margin-right: 10px;
        }

    .header-app .right-box {
        padding-left: 10px;
    }

    .header-app .red-txt {
        font-size: 14px;
    }

    .header-app .black-txt {
        font-size: 12px;
    }

.navbar-app {
    position: relative;
    -webkit-box-shadow: 3px 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    height: 60px;
    text-align: center;
    background: #fff;
}

.navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

    .navbar-togger .icon_bar {
        width: 24px;
        height: 2px;
        background-color: #e67817;
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .navbar-togger .icon_bar:nth-of-type(2) {
            margin: 5px 0;
        }

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-list li {
    border-bottom: 1px solid #cfcfcf;
    opacity: 0;
    pointer-events: none;
}

    .nav-list li.open {
        border-bottom: none;
    }

.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
    position: relative;
}

    .cate-item a {
        font-size: 16px;
        line-height: 48px;
        margin-right: 60px;
        display: block;
        color: #444;
    }

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
    color: #e67817;
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #e67817;
}

.category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .category-tig::before,
    .category-tig::after {
        content: '';
        background: #888;
        position: absolute;
        top: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .category-tig::before {
        width: 16px;
        height: 2px;
        right: 0;
        margin-top: -1px;
    }

    .category-tig::after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        right: 7px;
    }

.nav-list li.open .category-tig::after {
    opacity: 0;
}

.nav-list li.open .category-tig::before {
    background: #e67817;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
}

.category-pad {
    padding: 0 15px;
}

.category-cont a {
    line-height: 40px;
    border-bottom: 1px solid #cfcfcf;
    display: block;
    color: #666;
    padding: 0 10px;
}

.category-pad a.active {
    color: #e67817;
}

.app-sousuo {
    line-height: 22px;
    border-right: solid 1px #e67817;
    padding-right: 15px;
    color: #e67817;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}

.alert-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    z-index: 9999;
}

.alert-top {
    height: 60px;
    background: #fff;
    padding: 10px 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

    .alert-top .text {
        border-radius: 0px;
        height: 40px;
        background: none;
        border: solid 1px rgba(0, 0, 0, 0.1);
        width: 80%;
        float: left;
        color: #666;
        padding: 0 10px;
    }

    .alert-top .search {
        background: url(../images/icon-search.png) no-repeat center;
        width: 10%;
        height: 26px;
        float: left;
        margin-top: 7px;
    }

    .alert-top span {
        color: #666;
        float: right;
        font-size: 20px !important;
        margin-top: 8px;
        width: 10%;
        text-align: center;
    }

.app-lanu {
    text-align: center;
    margin-top: 20px;
}

    .app-lanu a {
        display: inline-block;
        line-height: 30px;
        padding: 0 14px;
        font-size: 14px;
        color: #333;
    }

        .app-lanu a.on {
            background: #e67817;
            color: white;
            border-radius: 30px;
        }

.app-search {
    margin-bottom: 15px;
    border: 1px solid #e67817;
}

    .app-search input {
        width: 86%;
        line-height: 38px;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        color: #afafaf;
        padding: 0 12px;
        outline: 0;
    }

    .app-search button {
        width: 38px;
        float: right;
        height: 38px;
        text-align: center;
        line-height: 38px;
        outline: 0;
    }

    .app-search i {
        font-size: 20px !important;
        color: #888;
        cursor: pointer;
    }

.app-sousuo {
    line-height: 22px;
    color: #e67817;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}

@media(max-width: 1259px) {
    /* app */
    .header-app .logo img {
        width: 100px;
    }
}

@media(max-width: 991px) {
    .header {
        display: none !important;
    }

    .header-app {
        display: block !important;
    }
}

@media (max-width: 767px) {
    /* app */
    .app-sousuo {
        padding-right: 10px;
    }
}

@media (max-width: 639px) {
}

@media (max-width: 370px) {
}

/*===================app-头部end===================*/


.bshare {
    float: left;
}

.bot-share a {
    display: inline-block !important;
    font-size: 20px !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    text-align: center;
    color: #b2b2b2 !important;
    transition: ease .5s !important;
    padding-left: 0 !important;
    text-decoration: none !important;
    margin-right: 20px !important;
    background: none !important;
    border-radius: 50%;
    border: 1px solid #666 !important;
}

    .bot-share a:last-child {
        margin-right: 0 !important;
    }

.footb-bot .foot-btit {
    display: block;
    float: right;
    margin-top: 5px;
}

.foot-btit p,
.foot-btit p a {
    color: #8d8d8d;
}

.bot-share a:hover {
    opacity: 1 !important;
    color: #e67817 !important;
    border: 1px solid #e67817 !important;
}



@media (max-width:1259px) {
    .bot-share a {
        margin-right: 5px !important;
    }
}

@media (max-width:767px) {
    .bshare {
        display: block;
        width: 100%;
        margin: 10px 0 15px;
        float: none;
    }

    .bot-share a {
        width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
        margin-right: 0px !important;
    }
}



/* offers */
.offers {
    padding: 77px 0 60px;
}

.ofon-header {
    text-align: center;
}

    .ofon-header .ny-tit {
        font-size: 30px;
        color: #444;
    }

    .ofon-header p {
        font-size: 16px;
        color: #666;
        margin-top: 11px;
    }

.offe-one {
    padding: 120px 0 100px;
}

.ofon-wrap {
}

.ofon-ul {
    margin-bottom: 40px;
}

    .ofon-ul li {
        margin-bottom: 20px;
    }

.ofon-item {
    background-color: #fff;
}

    .ofon-item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    }

.ofon-ul li.active .ofon-font { /* background-color: #dcdcdc; */
    border-bottom: 1px solid #e1e1e1;
}

.ofon-ul li.active .ofon-left h4 {
    color: #ff5c13;
}

.ofon-font {
    padding: 32px 58px 24px 33px; /* transition: all 2s; */ /* letter-spacing: 1px; */
}

.ofon-left {
    float: left;
}

    .ofon-left h4 {
        color: #333;
        margin-bottom: 12px;
        font-size: 22px;
        letter-spacing: 1px;
    }

    .ofon-left .row {
        margin: 0 -15px;
    }

        .ofon-left .row span {
            padding: 0 14px;
            color: #666;
            border-right: 1px solid #dcdcdc;
            font-size: 16px;
        }

            .ofon-left .row span:last-child {
                border-right: none;
            }

.ofon-right {
    float: right;
    margin-top: 0px
}

.off-btn {
    width: 34px;
    height: 34px; /* border: 2px solid #ff7d42; */
    background-color: #e67817;
    border-radius: 50%;
    position: relative;
    transition: all 1s;
}

    .off-btn::before,
    .off-btn::after {
        transition: all 0.5s;
        content: "";
        display: block;
        width: 12px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.ofon-btn {
    padding: 10px 0;
}

.off-btn::before {
    transform: translate(-50%,-50%) rotateZ(90deg);
}

.ofon-ul li.active .off-btn::after {
    transform: translate(-50%,-50%) rotateZ(-90deg);
    opacity: 0;
}

.ofon-ul li.active .off-btn::before {
    transform: translate(-50%,-50%) rotateZ(0deg); /* background-color: #124a96; */
}

.ofon-ul li.active .off-btn { /* border: 1px solid #124a96; */
}


.ofon-drop {
    transition: all 0.5s;
    max-height: 0;
    opacity: 0;
    padding: 0 30px;
    overflow: hidden;
}
    /* max-height: 0px;overflow: hidden;transition: all 0.5s;opacity: 0;height: auto; */
    .ofon-drop .row p {
        color: #666;
        line-height: 28px;
    }

    .ofon-drop .row h4 {
        color: #444;
        margin-bottom: 11px;
        font-size: 16px;
    }

    .ofon-drop .row {
        margin-bottom: 28px;
    }

    .ofon-drop .ofon-one li {
        float: left;
        margin-right: 250px;
    }

        .ofon-drop .ofon-one li p {
            font-size: 14px;
            color: #666;
            line-height: 28px;
            letter-spacing: 1px;
        }

.ofon-ul li.active .ofon-drop {
    max-height: 1500px;
    opacity: 1;
    padding: 33px 30px 48px;
}

.colorO {
    color: #ff5c13 !important;
}

.ofon-one {
    margin-bottom: 11px;
}

.ofon-btn .btn {
    padding: 0 40px;
    height: 45px;
    line-height: 42px;
}

.ofon-btn span {
    font-size: 16px;
}

.ofon-btn.fi-submit {
    line-height: 26px;
    min-width: 140px;
    height: 45px;
}

@media(max-width: 1459px) {
    .offers {
        padding: 60px 0;
    }

    .ofon-header .ny-tit {
        font-size: 26px;
    }

    .ofon-header p {
        margin-top: 6px;
    }

    .ofon-wrap {
        padding-top: 30px;
    }

    .ofon-left h4 {
        margin-bottom: 8px;
        font-size: 20px;
    }
    /* .off-btn{width: 40px;height: 40px;} */
    .ofon-right {
        margin-top: 6px;
    }

    .ofon-font {
        padding: 22px 48px 22px 32px;
    }

    .ofon-one {
        margin-bottom: 0;
    }

    .ofon-drop .row {
        margin-bottom: 10px;
    }

    .ofon-ul li.active .ofon-drop {
        padding: 33px 30px;
    }
}

@media(max-width: 1259px) {
    .ofon-left .row span {
        padding: 0 12px;
        font-size: 14px;
    }

    .ofon-left h4 {
        margin-bottom: 4px;
        font-size: 18px;
    }

    .ofon-font {
        padding: 20px 32px 16px;
    }

    .ofon-right {
        margin-top: 0;
    }

    .ofon-drop .ofon-one li p,
    .ofon-drop .row p {
        line-height: 26px;
    }

    .offers {
        padding: 45px 0 25px;
    }

    .ofon-header .ny-tit {
        font-size: 22px;
    }

    .ofon-header p {
        margin-top: 6px;
    }

    .ofon-wrap {
        padding-top: 20px;
    }

    .off-btn::before, .off-btn::after {
        width: 15px;
    }
}

@media(max-width: 991px) {
    .ofon-drop .ofon-one li {
        margin-right: 150px;
    }

    .off-btn {
        width: 30px;
        height: 30px;
    }
}

@media(max-width: 767px) {
    .ofon-header p {
        font-size: 14px;
    }

    .ofon-header .ny-tit {
        font-size: 18px;
    }

    .ofon-left h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .off-btn {
        width: 26px;
        height: 26px;
    }

        .off-btn::before, .off-btn::after {
            width: 12px;
        }

    .ofon-font {
        padding: 16px 20px 14px;
    }

    .ofon-right {
        margin-top: 8px;
    }

    .ofon-drop {
        padding: 0 20px;
    }

    .ofon-ul li.active .ofon-drop {
        padding: 20px;
    }

    .ofon-drop .ofon-one li {
        margin: 0;
    }

        .ofon-drop .ofon-one li p,
        .ofon-drop .row p {
            line-height: 24px;
        }

    .ofon-one {
        margin-bottom: 12px;
    }

    .ofon-btn img {
        width: 14px;
        margin-top: -8px;
    }

    .ofon-btn span {
        margin-left: 6px
    }

    .ofon-ul {
        margin-bottom: 25px;
    }

    .ofon-drop .row p {
        font-size: 14px;
    }
}

/* 首页按自已的写法写的 */

@font-face {
    font-family: "DIN-std";
    src: url("../fonts/DINMITTELSCHRIFTSTD.eot");
    src: url("../fonts/DINMITTELSCHRIFTSTD.eot?#iefix") format("embedded-opentype"), url("../fonts/DINMITTELSCHRIFTSTD.woff") format("woff"), url("../fonts/DINMITTELSCHRIFTSTD.ttf") format("truetype"), url("../fonts/DINMITTELSCHRIFTSTD.svg") format("svg")
}

.pro-btn {
    margin-top: 25px;
}

    .pro-btn .btn {
        font-size: 16px;
        /* font-family: "microsoft yahei", "Arial", "sans-serif", "microsoft yahei"; */
        line-height: 47px;
    }

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 54px;
    text-decoration: none;
    position: relative;
    color: #333;
    height: 50px;
    line-height: 47px;
    letter-spacing: .1em;
    border-radius: 50px;
}

.btn7 {
    position: relative;
    color: #fff;
    background: #e67817;
    border: 1px solid #e67817;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

    .btn7:before {
        content: '';
        position: absolute;
        top: -15px;
        left: -15px;
        bottom: -15px;
        right: -15px;
        background: inherit;
        z-index: -1;
        opacity: 0.5;
        -webkit-transform: scale3d(.6, .4, 1);
        transform: scale3d(.6, .4, 1);
        display: none\9;
        border-radius: 50px;
    }

    .btn7:hover {
        background: #e67817;
        border-color: #e67817;
        -webkit-transition: background-color .1s .3s, color .1s .3s;
        transition: background-color .1s .3s, color .1s .3s;
        -webkit-animation: anim-moema-1 .3s forwards;
        animation: anim-moema-1 .3s forwards
    }

        .btn7:hover:before {
            -webkit-animation: anim-moema-2 .3s .3s forwards;
            animation: anim-moema-2 .3s .3s forwards;
        }

@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.95, .95, 1);
        transform: scale3d(.95, .95, 1);
    }

    85% {
        -webkit-transform: scale3d(1.05, 1.05, 1);
        transform: scale3d(1.05, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.95, .95, 1);
        transform: scale3d(.95, .95, 1);
    }

    85% {
        -webkit-transform: scale3d(1.05, 1.05, 1);
        transform: scale3d(1.05, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}



/* @keyframes fangda {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
} */


/* 首页 */
/* banner */
.index.banner {
    margin-top: 100px;
}

.banner-wrap {
    position: absolute;
    top: 45.4%;
    width: 100%;
    transform: translateY(-50%);
}

.index.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.index.banner .pc-banner {
    width: 100%;
    animation: fangda 8s ease-in-out infinite alternate;
}

.index.banner .app-banner {
    display: none;
    width: 100%;
}

.index.banner .banner-font {
    color: #fff;
    text-align: center;
}

.ban-tit {
    font-size: 60px;
    font-weight: 700;
}

    .ban-tit .colorO2 {
        font-family: 'DIN-std';
    }

    .ban-tit .ti {
        font-size: 100px;
        font-weight: 400;
    }

.ban-dec {
    font-size: 48px;
    font-weight: lighter;
    margin: 18px 0 26px;
}

.colorO2 {
    color: #e67817;
}

.ban-dec2 {
    font-size: 30px;
    font-weight: 200;
}

    .ban-dec2 .colorO2 {
        font-weight: 700;
    }

.banner-btn {
    text-align: center;
    font-family: auto;
    margin-top: 50px;
}



/* 左图右文 */
.com-ztyw {
    display: block;
}

.ztyw-img {
    float: left;
    overflow: hidden;
}

    .ztyw-img img {
        width: 100%;
        transition: all 1s
    }

.ztyw-font {
    float: left;
}

/* 通用ul */
.com-ul {
    margin: 0 -12px;
}

    .com-ul li {
        float: left;
        width: 33.33%;
        padding: 0 12px;
    }
/* .com-ul-item{box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, .04);} */
.com-ul-img {
    overflow: hidden;
}

    .com-ul-img img {
        width: 100%;
        transition: all 1s;
    }

.com-ul-font {
    text-align: center;
    background-color: #fff;
}

    .com-ul-font h4 {
        color: #333;
    }

    .com-ul-font p {
        color: #666;
    }

.com-ul-item:hover img {
    transform: scale(1.05);
}

.com-ul-item:hover p {
    color: var(--theme-color);
}

/* 省略 */
.intw-wrap .com-ul-font p,
.insi-wrap .com-ul-font h4,
.insi-wrap .com-ul-font p,
.intw-wrap .com-ul-font p,
.inth-left p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.insi-wrap .com-ul-font p {
    -webkit-line-clamp: 2;
}

.p-style {
    display: block;
}

.pro-img {
    padding: 0 60px;
}

.colorO3 {
    color: #e67817;
}

.inon-tit {
    font-size: 52px;
    color: #333;
    margin-bottom: 15px;
}

.inon-dec {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    font-weight: 400;
}
/* section */
.index-one {
    padding: 80px 0 78px;
}

.inon-wrap .ztyw-font {
    width: 45%;
    font-family: auto;
}

.inon-wrap .ztyw-img {
    float: right;
    width: 40.1%;
}

.inon-wrap .com-ztyw {
    background-color: #f5f5f5;
    padding: 44px 90px 20px 100px;
}

.inon-wrap p {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    font-weight: 200;
}

.inon-wrap .inon-tit {
    margin: 34px 0 15px;
}

.inon-wrap .inon-dec {
    width: 90%;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    font-weight: 400;
}

.inon-wrap .ztyw-font .colorO3 span:first-child {
    font-size: 44px;
    font-family: 'DIN';
}

.inon-wrap .ztyw-font .colorO3 span:last-child {
    font-size: 36px;
}

.inon-wrap .ztyw-font .colorO3 {
    margin: 50px 0 16px;
}

.inon-wrap .ztyw-img:hover img {
    transform: scale(1.05);
}

.inon-btn {
    margin-top: 43px;
}

.index-two {
    font-family: auto;
}

.intw-hader {
    text-align: center;
}

.intw-wrap {
    margin-bottom: 170px;
    margin-top: 35px;
}

    .intw-wrap .com-ul-img {
        padding: 40px 66px;
        border: 1px solid #eeeeee;
    }

    .intw-wrap .com-ul-item {
        position: relative;
    }

    .intw-wrap .com-ul-font {
        width: 89%;
        height: 120px;
        position: absolute;
        bottom: -120px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.5s;
        padding: 35px 20px 0;
    }

        .intw-wrap .com-ul-font h4 {
            font-size: 20px;
            color: #333;
            margin-bottom: 14px;
        }

        .intw-wrap .com-ul-font p {
            font-size: 16px;
            color: #666;
        }

    .intw-wrap .com-ul-item:hover .com-ul-img {
        border: 1px solid #e67817;
    }

    .intw-wrap .com-ul-item:hover .com-ul-font {
        background-color: #e67817;
        bottom: -90px;
    }

    .intw-wrap .com-ul-item:hover h4,
    .intw-wrap .com-ul-item:hover p {
        color: #fff;
    }

.index-three {
    font-family: auto;
}

.inth-left .ztyw-font {
    width: 71%;
}

.inth-left {
    background-color: rgba(0, 0, 0, 0.4);
    float: left;
    padding: 102px 0;
    color: #fff;
    width: 28.6%;
}

    .inth-left h4 {
        font-size: 24px;
        margin: 10px 0 17px;
    }

    .inth-left p {
        font-size: 16px;
        color: #bbb;
    }

    .inth-left .com-ztyw {
        padding: 30px 25px 35px;
    }

    .inth-left .ztyw-img {
        margin-right: 15px;
    }

        .inth-left .ztyw-img img {
            transition: all 0.5s;
        }

    .inth-left li:first-child {
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .inth-left li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

        .inth-left li.on .com-ztyw,
        .inth-left li:hover .com-ztyw {
            background-color: #e67817;
        }

            .inth-left li.on .com-ztyw p,
            .inth-left li:hover .com-ztyw p {
                color: #fff;
            }

        .inth-left li.on img,
        .inth-left li:hover img {
            transform: rotateY(360deg);
        }

.inth-right {
    float: left;
    color: #fff;
    padding: 112px 0 0 90px;
    width: 70%;
}

    .inth-right .inon-tit,
    .inth-right .inon-dec {
        color: #fff;
    }

    .inth-right .intw-hader {
        text-align: left;
    }

    .inth-right .inth-box h4 {
        font-size: 36px;
        color: #e67817;
        margin: 82px 0 33px;
    }

    .inth-right .inth-box p {
        font-size: 20px;
        font-weight: 200;
        line-height: 28px;
    }

    .inth-right .inth-btn {
        margin: 50px 0 18px;
    }

    .inth-right .swiper-tool {
        position: relative;
        height: auto;
        width: 100%;
        padding: 0 10px;
    }

    .inth-right .swiper-slide {
        padding: 10px;
    }

    .inth-right .swiper-button-next,
    .inth-right .swiper-button-prev,
    .inth-right .swiper-container-rtl .swiper-button-next {
        position: inherit !important;
        display: inline-block !important;
        margin-top: 0 !important;
        background: url(../images/arraw.png)no-repeat !important;
        vertical-align: middle;
        *display: inline !important;
        *zoom: 1 !important;
    }

    .inth-right .swiper-container-horizontal > .swiper-pagination-bullets, .inth-right .swiper-pagination-custom, .swiper-pagination-fraction {
        position: inherit !important;
        display: inline-block !important;
        width: auto !important;
        bottom: 0 !important;
    }

    .inth-right .swiper-button-next {
        transform: rotateY(180deg);
    }

    .inth-right .swiper-paly {
        display: inline-block;
        margin: 0 10px;
        cursor: pointer;
    }

    .inth-right .num {
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align: middle;
        display: inline-block;
        margin-top: -24px;
        margin-left: 12px;
    }

        .inth-right .num span:last-child {
            opacity: 0.6;
        }

    .inth-right .swiper-button-next:focus {
        outline: none;
    }

    .inth-right .swiper-button-prev:focus {
        outline: none;
    }


.company .index-four {
    padding: 80px 0 0;
}

.index-four {
    padding: 80px 0;
    font-family: auto;
}

.info-wrap {
    text-align: center;
    margin-top: 32px;
}

    .info-wrap .com-ul {
        display: inline-block;
    }

        .info-wrap .com-ul li {
            width: auto;
            padding: 0 4px;
        }

    .info-wrap .com-ul-img {
        background: url(../images/info-bj.png);
        width: 227px;
    }

    .info-wrap .com-ul2 {
        margin-top: -114px;
    }

    .info-wrap .com-ul1 li:last-child {
        display: none;
    }

.index-five {
    padding: 77px 0;
    font-family: auto;
    background-color: #f6f6f6;
}

.infi-hader {
    text-align: center;
}
/* .infi-right{position: relative;}
.infi-font{position: absolute;top: 0;right: 0;} */
.infi-font {
    background-color: rgba(230, 120, 23, 0.85);
    float: right;
}

.infi-wrap {
    margin-top: 35px;
    position: relative;
}

.infi-img {
    width: 52%;
    position: absolute;
    top: 0;
    left: 0;
}

    .infi-img img {
        width: 100%;
    }

.infi-font {
    color: #fff;
    padding: 104px 73px 118px 80px;
    width: 57%;
    margin: 81px 0 0 0;
    float: right;
    position: relative;
}

    .infi-font h4 {
        font-size: 30px;
        font-weight: 200;
    }

    .infi-font p {
        font-size: 16px;
        line-height: 28px;
        margin: 24px 0 60px;
    }

    .infi-font li {
        width: 25%;
        text-align: center;
    }

        .infi-font li h4 {
            font-size: 24px;
            font-family: 'DIN-Std';
        }

        .infi-font li .timer {
            font-size: 44px;
        }

        .infi-font li p {
            margin: 0;
            margin-top: 8px;
        }


.index-six {
    padding: 80px 0;
    font-family: auto;
}

.insi-hader {
    text-align: center;
}

.insi-wrap .com-ul-font {
    text-align: left;
    margin: -40px 13px 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 29px 30px;
}

    .insi-wrap .com-ul-font::before,
    .insi-wrap .com-ul-font::after {
        content: "";
        width: 0%;
        height: 2px;
        background-color: #e67817;
        transition: all 0.5s;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .insi-wrap .com-ul-font::before {
        width: 100%;
        background-color: #acacac;
    }

    .insi-wrap .com-ul-font h4 {
        font-size: 18px;
        color: #444;
        line-height: 24px;
        overflow: hidden;
        height: 48px;
    }

    .insi-wrap .com-ul-font .news-time {
        font-size: 16px;
        color: #999;
        margin: 18px 0 10px;
        display: block;
    }

    .insi-wrap .com-ul-font p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
    }

.insi-btn {
    margin-top: 24px;
}

    .insi-btn span {
        font-size: 14px;
        color: #acacac;
        vertical-align: middle;
    }

.jiantou {
    background: url(../images/jiantou.png)no-repeat center #acacac;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 3px;
}

.insi-wrap li:hover .com-ul-font::after {
    width: 100%;
}

.insi-wrap li:hover .insi-btn span {
    color: #e67817;
}

.insi-wrap li:hover .jiantou {
    background-color: #e67817;
}






@media (max-width: 1679px) {
    .ban-tit {
        font-size: 48px;
    }

        .ban-tit .ti {
            font-size: 80px;
        }

    .ban-dec {
        font-size: 34px;
        margin: 12px 0 20px;
    }

    .ban-dec2 {
        font-size: 26px;
    }

    .pro-btn .btn {
        line-height: 41px;
    }

    .btn {
        padding: 0 40px;
        height: 45px;
        line-height: 41px;
    }

    .banner-btn {
        margin-top: 40px;
    }
}

@media (max-width: 1459px) {
    .index.banner {
        margin-top: 82px;
    }

    .ban-tit {
        font-size: 42px;
    }

        .ban-tit .ti {
            font-size: 65px;
        }

    .ban-dec {
        font-size: 28px;
        margin: 10px 0 18px;
    }

    .ban-dec2 {
        font-size: 22px;
    }
}

@media (max-width: 1259px) {
    .index.banner {
        margin-top: 70px;
    }
}

@media (max-width: 1024px) {
    .index.banner {
        margin-top: 57px;
    }

    .ban-tit {
        font-size: 36px;
    }

        .ban-tit .ti {
            font-size: 50px;
        }

    .ban-dec {
        font-size: 24px;
        margin: 6px 0 16px;
    }

    .ban-dec2 {
        font-size: 20px;
    }

    .pro-btn .btn {
        line-height: 37px;
    }

    .ofon-btn .btn,
    .btn {
        padding: 0 30px;
        height: 40px;
        line-height: 37px;
        font-size: 14px;
    }

    .banner-btn {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .ban-tit {
        font-size: 28px;
    }

        .ban-tit .ti {
            font-size: 42px;
        }

    .ban-dec {
        font-size: 21px;
        margin: 6px 0 14px;
    }

    .ban-dec2 {
        font-size: 16px;
    }

    .pro-btn .btn {
        line-height: 33px;
    }

    .ofon-btn .btn,
    .btn {
        padding: 0 28px;
        height: 36px;
        line-height: 33px;
        font-size: 14px;
    }

    .banner-btn {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .index.banner .pc-banner {
        display: none;
    }

    .banner-wrap {
        display: none;
    }

    .index.banner .app-banner {
        display: block;
    }
}

@media (max-width: 1679px) {
    .inon-tit {
        font-size: 42px;
    }

    .inon-wrap .ztyw-font .colorO3 span:first-child {
        font-size: 36px;
        vertical-align: middle;
    }

    .inon-wrap .ztyw-font .colorO3 span:last-child {
        font-size: 30px;
        vertical-align: middle;
    }

    .infi-font {
        padding: 86px 76px;
    }
}

@media (max-width: 1459px) {
    .inon-tit {
        font-size: 36px;
    }

    .inon-wrap .ztyw-font .colorO3 span:first-child {
        font-size: 32px;
    }

    .inon-wrap .ztyw-font .colorO3 span:last-child {
        font-size: 28px;
    }

    .inon-wrap .ztyw-font .colorO3 {
        margin: 40px 0 12px;
    }

    .inon-wrap p {
        font-size: 18px;
        line-height: 30px;
    }

    .inon-btn {
        margin-top: 30px;
    }

    .intw-wrap .com-ul-font {
        height: 90px;
        bottom: -90px;
        padding: 20px 20px 0;
    }

    .intw-wrap .com-ul-item:hover .com-ul-font {
        bottom: -60px;
    }

    .index-one {
        padding: 60px 0;
    }

    .intw-wrap {
        margin-top: 24px;
    }

    .intw-wrap {
        margin-bottom: 130px;
    }

    .info-wrap .com-ul-img {
        width: 190px;
        background-size: 100%;
    }

    .info-wrap .com-ul2 {
        margin-top: -95px;
    }

    .insi-wrap .com-ul-font .news-time {
        margin: 10px 0 5px;
    }

    .insi-btn {
        margin-top: 14px;
    }

    .infi-font h4 {
        font-size: 28px;
    }

    .infi-font p {
        font-size: 16px;
        line-height: 26px;
        margin: 18px 0 40px;
    }

    .infi-font li .timer {
        font-size: 36px;
    }

    .infi-font {
        padding: 65px 48px;
    }

    .inth-left .com-ztyw {
        padding: 30px 36px 38px;
    }

    .inth-left .ztyw-img {
        margin-right: 10px;
        width: 24%;
    }

    .inth-left h4 {
        font-size: 22px;
        margin: 10px 0 10px;
    }

    .inth-right .inth-box h4 {
        font-size: 30px;
    }

    .inth-left {
        padding: 88px 0;
    }
}

@media (max-width: 1259px) {
    .inon-wrap .inon-tit {
        margin: 0 0 10px;
    }

    .inon-tit {
        font-size: 32px;
    }

    .inon-wrap .ztyw-font .colorO3 span:first-child {
        font-size: 26px;
    }

    .inon-wrap .ztyw-font .colorO3 span:last-child {
        font-size: 24px;
    }

    .inon-wrap .ztyw-font .colorO3 {
        margin: 20px 0 10px;
    }

    .inon-wrap .ztyw-font {
        width: 52%;
    }

    .inon-btn {
        margin-top: 15px;
    }

    .inon-wrap .com-ztyw {
        padding: 44px 80px 30px 90px;
    }

    .inon-tit {
        margin-bottom: 10px;
    }

    .intw-wrap .com-ul-img {
        padding: 30px 40px;
    }

    .info-wrap .com-ul-img {
        width: 145px;
    }

    .info-wrap .com-ul2 {
        margin-top: -73px;
    }

    .com-ul li {
        padding: 0 8px;
    }

    .com-ul {
        margin: 0 8px;
    }

    .insi-wrap .com-ul-font {
        margin: -20px 10px 0;
        padding: 18px;
    }

    .infi-font {
        padding: 38px 42px 32px;
        margin: 49px 0 0 0;
    }

        .infi-font h4 {
            font-size: 24px;
        }

        .infi-font p {
            margin: 16px 0 18px;
        }

    .inth-right .inth-box h4 {
        font-size: 26px;
        margin: 55px 0 18px;
    }

    .inth-left h4 {
        font-size: 20px;
        margin: 3px 0 10px;
    }

    .inth-left .com-ztyw {
        padding: 37px 25px;
    }

    .inth-right {
        padding: 90px 0 0 66px;
    }
}

@media (max-width: 991px) {
    .inon-wrap .com-ztyw {
        padding: 30px 30px 30px 40px;
    }

    .inon-tit {
        font-size: 26px;
    }

    .inon-wrap .ztyw-font .colorO3 span:first-child {
        font-size: 20px;
    }

    .inon-wrap .ztyw-font .colorO3 span:last-child {
        font-size: 20px;
    }

    .inon-wrap .inon-dec {
        font-size: 14px;
        line-height: 24px;
    }

    .inon-wrap p {
        font-size: 16px;
        line-height: 24px;
    }

    .intw-wrap .com-ul-img {
        padding: 15px 30px;
    }

    .intw-wrap .com-ul-font h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .intw-wrap .com-ul-font {
        height: 72px;
        padding: 14px 30px 0;
        bottom: -73px;
    }

    .info-wrap .com-ul-img {
        width: 116px;
    }

    .info-wrap .com-ul2 {
        margin-top: -62px;
    }

    .info-wrap .com-ul-img {
        width: 100px;
    }

    .info-wrap .com-ul2 {
        margin-top: -52px;
    }

    .insi-wrap .com-ul-font {
        margin: 0;
        padding: 14px;
    }

        .insi-wrap .com-ul-font h4 {
            font-size: 18px;
        }

        .insi-wrap .com-ul-font .news-time {
            font-size: 14px;
        }

    .inth-left {
        padding: 50px 0;
    }

        .inth-left .com-ztyw {
            padding: 17px 22px;
        }

        .inth-left .ztyw-img {
            margin-right: 0;
            width: 100%;
            text-align: center;
        }

        .inth-left .ztyw-font {
            width: 100%;
            text-align: center;
        }

        .inth-left .ztyw-img img {
            width: 50px;
        }

    .inth-right {
        padding: 55px 0 0 42px;
    }

        .inth-right .inth-box p {
            font-size: 16px;
        }

        .inth-right .inth-btn {
            margin: 40px 0 18px;
        }

        .inth-right .inth-box h4 {
            font-size: 22px;
            margin: 48px 0 18px;
        }
}

@media (max-width: 767px) {
    .inon-wrap .ztyw-img {
        float: left;
        width: 100%;
        padding: 0 38px;
    }

    .inon-wrap .ztyw-font {
        width: 100%;
        margin-top: 14px;
    }

    .inon-tit {
        font-size: 22px;
    }

    .inon-wrap .com-ztyw {
        padding: 20px;
    }

    .inon-btn {
        text-align: center;
    }

    .pro-btn .btn {
        line-height: 30px;
    }

    .ofon-btn .btn,
    .btn {
        padding: 0 20px;
        height: 32px;
        line-height: 30px;
    }

    .intw-wrap .com-ul li {
        width: 100%;
    }

    .intw-wrap .com-ul-font {
        position: unset;
        transform: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .intw-wrap {
        margin-bottom: 15px;
    }

    .info-wrap .com-ul2 {
        margin-top: 0;
    }

    .info-wrap .com-ul1 li:last-child {
        display: block;
    }

    .info-wrap .com-ul2 li:first-child {
        display: none;
    }

    .info-wrap .com-ul li {
        width: 33.33%;
    }

    .info-wrap .com-ul-img {
        width: 100%;
    }

    .info-wrap-li {
        display: none;
    }

    .info-wrap-li {
        width: 50% !important;
    }

        .info-wrap-li .com-ul-img {
            width: 65%;
            margin: auto !important;
        }

    .infi-img {
        position: unset;
        width: 100%;
        padding: 0 15px;
    }

    .infi-font {
        width: 100%;
        margin-top: 0;
        padding: 24px 20px;
    }

    .index-five .inon-dec {
        padding: 0 15px;
    }

    .infi-font h4 {
        font-size: 20px;
    }

    .infi-font li {
        width: 50%;
    }

    .insi-wrap li {
        width: 100%;
        margin-bottom: 25px;
    }

    .com-ul li {
        padding: 0;
    }

    .com-ul {
        margin: 0;
    }

    .inth-left p {
        display: none;
    }

    .inth-left {
        padding: 0px 0;
        width: 100%;
    }

        .inth-left li {
            width: 33.33%;
            float: left;
            border-bottom: none;
        }

            .inth-left li:nth-child(2) {
                border-left: 1px solid rgba(255,255,255,0.1);
                border-right: 1px solid rgba(255,255,255,0.1);
            }

    .inth-wrap {
        margin: 0 -15px;
    }

    .inth-right {
        padding: 25px 15px 10px;
        width: 100%;
    }

    .inon-wrap .inon-tit,
    .inon-wrap .ztyw-font .colorO3 {
        text-align: center;
    }

    .inth-left h4 {
        font-size: 16px;
    }

    .inth-right .inth-box h4 {
        font-size: 20px;
        margin: 30px 0 12px;
    }

    .inth-right .inth-btn {
        margin: 28px 0 12px;
    }

    .index-six {
        padding: 40px 0 15px;
    }

    .company .index-four {
        padding: 60px 0 0;
    }

    .index-five,
    .index-four {
        padding: 60px 0;
    }

    .info-wrap {
        margin-top: 15px;
    }

    .insi-wrap,
    .infi-wrap {
        margin-top: 10px;
    }

    .index-five, .index-four,
    .index-one {
        padding: 40px 0;
    }
}

@media (max-width: 321px) {
    .inth-left .com-ztyw {
        padding: 13px 10px 6px;
    }
}










/* 内页修改 */
.contact-from__wrap.w1600.mt-160 {
    margin-bottom: 4.5vw;
}

.offe-one {
    padding: 3.5vw 0;
}

.item-product .partner-arrow {
    position: absolute;
    left: auto;
    right: -78px;
    top: 50%;
}

.item-product .partner-prev {
    display: none !important;
}

.product .intw-wrap {
    margin: 0;
    margin-bottom: 3.5vw;
}

    .product .intw-wrap li {
        margin-bottom: 140px;
    }

@media (max-width: 1459px) {
    .product .intw-wrap li {
        margin-bottom: 120px;
    }
}

@media (max-width: 1259px) {
    .product .intw-wrap li {
        margin-bottom: 110px;
    }
}


@media (max-width: 1024px) {
    .contact-from__wrap.w1600.mt-160 {
        margin-bottom: 80px;
    }

    .offe-one {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .contact-from__wrap.w1600.mt-160 {
        margin-bottom: 40px;
    }

    .product .intw-wrap li {
        margin-bottom: 0px;
    }

    .product .intw-wrap {
        margin-bottom: 15px;
    }
}







/* ===kf==== */
.kf {
    transition: .8s;
    z-index: 999999;
    background-color: transparent;
    position: fixed;
    top: 50%;
    right: 10px;
    width: 45px;
    border-radius: 5px;
}

    .kf span {
        z-index: 1000001;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 45px;
        height: 45px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

        .kf span:hover {
            background-color: #e67817;
        }

    .kf .zx {
        background-position: 0 0;
        background: #a7afb9 url(../images/kefu-zx.png)no-repeat center top 12px;
    }

    .kf .back_top {
        border: none;
        background: #a7afb9 url(../images/kf-top.png)no-repeat center top 10px;
    }

    .kf span a {
        transition: .5s;
        display: block;
        color: #fff;
        line-height: 24px;
        font-size: 14px;
        text-align: center;
        padding-top: 18px;
    }

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .freetel {
    background: #a7afb9 url(../images/kefu-qq.png)no-repeat center;
}

.kf .zxlya {
    background: #a7afb9 url(../images/kf-service_03.png)no-repeat center;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a {
    display: block;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.kf .zxlya .erweima {
    display: none;
    right: 62px;
    position: absolute;
    top: -72px;
    background: #fff;
    padding: 5px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.kf .zxzx {
    display: none;
    right: 86px;
    position: absolute;
    top: 6px;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 110px;
    font-size: 14px;
    color: #333;
}

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf-ly {
    background: #a7afb9 url(../images/kf-twit_03.png)no-repeat center;
}
/* .shou{ z-index: 1000000;cursor: pointer; width: 70px; height: 70px; top: 104%; margin-top: -15px; border-radius: 5px 0 0 5px; right: -9px; background:#b5b5b5; border-radius: 5px;cursor: pointer; position: absolute;font-size: 14px;line-height: 24px;color: #fff;transition: ease .5s;text-align: center;padding: 22px 0;} */
.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 47%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: transparent url(../images/zk1.png)no-repeat center left;
    position: absolute;
    box-shadow: none;
}

    .shou:hover {
        background: transparent url(../images/zk.png)no-repeat center left;
    }

.kf-phone {
    background: #a7afb9 url(../images/kf-phone1_03.png)no-repeat center;
}

.kf-phone1, .zxwb {
    display: none;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    position: absolute;
    right: 60px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 10px 12px;
    background: #fff;
    border-radius: 5px;
    white-space: nowrap;
    line-height: 40px;
}

    .kf-phone1 .kfimgr, .zxwb .kfimgr {
        bottom: 10px;
    }

.kf-shqi {
    width: 100%;
    height: 40px;
}

    .kf-shqi .m-icon {
        display: block;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #a7afb9 url(../images/kf-close.png) no-repeat center;
        background-size: 15px;
        cursor: pointer;
        transform: rotate(45deg);
        transition: all 0.3s;
    }

        .kf-shqi .m-icon:hover {
            background-color: var(--theme-color);
        }

.kf.show .m-icon {
    transform: rotate(0);
}

.kffixed {
    display: none;
}

.kffixed {
    position: fixed;
    bottom: 0;
    /* left: 16%; */
    z-index: 2000;
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: none;
    /* background-color: #fff; */
}

.kufuul {
    text-align: center;
    padding: 2px 0;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0;
    /* background-color: #fff; */
}

    .kefu li {
        float: left;
        height: 45px;
        text-align: center;
        color: #fff;
        line-height: 45px;
        color: #fff;
        transition: all .4s;
    }

.kfzx-tigg {
    width: 49.5%;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    opacity: 1;
    transition: 1s opacity;
}

.kfzx-enter {
    opacity: 0
}

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: #FF9800;
}

    .kf-zx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    width: 49.5%;
    background: #333;
    /*background: url(/mobile/mobilectm/images/teldb.png) no-repeat center rgba(0,0,0,0.6);*/
    background-size: contain;
    margin: 0 1px;
    position: relative;
    /*background-size: 28px;*/
}

    .teldb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .teldb a {
        color: white;
    }

@media (max-width:991px) {
    .kf {
        display: none !important;
    }

    .kffixed {
        display: block;
    }
}



.product-img {
    position: absolute;
    top: 50%;
    right: 18%;
    width: 27%;
    transform: translateY(-50%);
}

    .product-img img {
        width: 100%;
    }

@media (max-width:1024px) {
    .product-img {
        position: absolute;
        top: 33%;
        right: 38%;
        width: 27%;
        transform: translateY(-50%);
    }
}

@media (max-width:767px) {
    .product-img {
        position: absolute;
        top: 50px;
        right: 50%;
        width: 44%;
        transform: translateX(50%);
    }
}

.lpage {
    margin: 39px 0 80px;
}

@media(max-width: 1259px) {

    .lpage {
        padding: 0;
    }
}

@media(max-width: 767px) {
    .lpage {
        margin: 25px 0 40px;
        padding: 0;
    }
}

.lpage a.zz {
    display: inline-block;
}

.lpage a {
    width: 43px;
    height: 43px;
    line-height: 43px;
    transition: all .5s;
    display: inline-block;
    border-radius: 50%;
    color: #777;
    border: 1px solid #e3e2e3;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 2px;
    font-size: 14px;
}

    .lpage a.on, .lpage a:hover {
        background-color: #e67817;
        color: #fff;
    }

/*20200924*/
.new-nav {
    padding: 0px 0 3.5vw !important;
}

.new-nav-btn {
    text-align: center;
    height: 32px;
}

    .new-nav-btn a {
    }

    .new-nav-btn input {
        background-color: #f7f7f7;
        border: 1px solid #f7f7f7;
        font-size: 18px;
        padding: 5px 15px;
        margin: 0px 5px;
        box-shadow: 0px 8px 12px -4px #9e9e9e59;
    }

        .new-nav-btn-on, .new-nav-btn input:hover {
            background-color: #e67817 !important;
            color: #fff !important;
            border: 1px solid #e67817 !important;
        }

.new-navindex {
    text-align: right;
    padding: 0.8vw 0 !important;
    /* height: 60px; */
}

    .new-navindex .new-nav-btn input {
        background-color: #fff;
        border: none;
        font-size: 16px;
        padding: 2px 10px;
        margin: 0px;
        box-shadow: none;
        border-left: none;
    }

    .new-navindex .new-nav-btn a:last-child {
        border: none;
        margin-right: 2px;
    }

    .new-navindex .new-nav-btn a {
        border-right: 2px solid #e67817;
        margin-right: 2px;
    }

    .new-navindex .new-nav-btn input:hover {
        background-color: #fff !important;
        color: #e67817 !important;
        border: none !important;
    }

@media (max-width: 1024px) {
    .new-nav-btn input {
        background-color: #f7f7f7;
        border: 1px solid #f7f7f7;
        font-size: 16px;
        padding: 4px 5px;
        margin: 0px 5px;
        box-shadow: 0px 8px 12px -4px #9e9e9e59;
        /* height: 49px; */
    }

    .new-nav {
        padding: 3.5vw 0 !important;
    }
}

.blue-btn span em {
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.white-btn span em {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #e67817;
}

.link-round:hover {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.link-round {
    -moz-transition: -moz-transform .4s;
    -o-transition: -o-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}
/*20201012下载中心*/
.download {
    /* margin: 70px -12px 0; */
    /* padding-bottom: 40px; */
    overflow: hidden;
    margin-top: 3.16667vw;
}

    .download li {
        width: 50%;
        padding: 0 12px;
        float: left;
    }

.down-list {
    margin-bottom: 24px;
    overflow: hidden;
    display: block;
    width: 100%;
    background: #9e9e9e36;
    padding: 16px 30px;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

    .down-list h3 {
        float: left;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        width: 80%;
        padding-left: 35px;
        background: url(../images/xzwj.png) no-repeat left top;
    }

    .down-list span {
        text-align: right;
        float: right;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        width: 20%;
    }


.banner.index .swiper-button-next,
.banner.index .swiper-button-prev {
    background-image: none !important;
    font-size: 75px;
    color: #e67817;
    width: 80px;
    height: 80px;
    text-align: center;
}


.inth-left p {
    padding: 2px 0;
    -webkit-line-clamp: 4;
}

@media (max-width: 1420px) {

    .inth-left p {
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 767px) {
    .download li {
        width: 100%;
        padding: 0;
    }

    .down-list {
        margin-bottom: 24px;
        overflow: hidden;
        display: block;
        width: 100%;
        background: #9e9e9e36;
        padding: 12px 30px;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    .new-nav-btn {
        text-align: center;
        height: 36px;
    }

    .banner.index .swiper-button-next,
    .banner.index .swiper-button-prev {
        display: none;
    }
}

.icon-weixin:before,
.icon-weibo:before,
.icon-qq:before {
    display: none;
}

.bshare-weixin.iconfont2.icon-weixin {
    background: url(../images/share3.png)no-repeat center !important;
}

.bshare-qqim.iconfont2.icon-qq {
    background: url(../images/share2.png)no-repeat center !important;
}

.bshare-sinaminiblog.iconfont2.icon-weibo {
    background: url(../images/share1.png)no-repeat center !important;
}

.bshare-weixin.iconfont2.icon-weixin:hover {
    background: url(../images/share33.png)no-repeat center !important;
}

.bshare-qqim.iconfont2.icon-qq:hover {
    background: url(../images/share22.png)no-repeat center !important;
}

.bshare-sinaminiblog.iconfont2.icon-weibo:hover {
    background: url(../images/share11.png)no-repeat center !important;
}

.fi-currency select {
    font-family: "microsoft yahei";
}

.banner .swiper-pagination-bullet-active {
    background: #e67817 !important;
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    border-radius: 2px;
    background-color: white;
    opacity: 1;
}
