@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

html, body {
    position: relative;
    scroll-behavior: smooth
}

a {
    -webkit-tap-highlight-color: transparent
}

a:link, a:visited {
    text-decoration: none;
    outline: #000;
    color: #000
}

a:hover, a:active, a:focus {
    color: #000
}

ul, li {
    list-style: none
}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

table {
    border-collapse: collapse;
    width: 100%
}

input, button, textarea {
    border: none;
    font-size: 14px;
    outline: none;
    font-family: var(--font-family-0)
}

input[type='text'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type='radio'] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.hide {
    overflow: hidden
}

.rel {
    position: relative
}

.clearfix {
    clear: both
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    zoom: 1;
    display: block
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    text-align: center;
    margin: auto
}

.indent2 {
    text-indent: 2em
}

div, p, span, i, em, a {
    white-space: inherit !important
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.ellipsis1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity
}

@-webkit-keyframes zoomIn2 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn2 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn2 {
    -webkit-animation-name: zoomIn2;
    animation-name: zoomIn2
}

@-webkit-keyframes slideUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideUp2 {
    -webkit-animation-name: slideUp2;
    animation-name: slideUp2
}

body {
    font-family: var(--font-family-0);
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background: #fff
}

.container {
    width: 90%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 1280px) {
    .container {
        width: 96%
    }
}

:root {
    --main-color: #da0d2c;
    --font-family-0: "Arial", sans-serif
}

.common-top-1 {
    background-color: #000;
    color: #fff;
    line-height: 36px
}

.common-top-1 a {
    color: #fff
}

.common-top-1 a:hover {
    text-decoration: underline
}

.common-top-1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.common-top-1 .line {
    margin-left: 8px;
    margin-right: 8px
}

@media screen and (max-width: 1023px) {
    .common-top-1 {
        display: none
    }
}

.common-top-2 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.common-top-2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.common-top-2 .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.common-top-2 .logos .text {
    padding: 15px 0 15px 40px;
    border-left: 1px solid #e6e6e6;
    line-height: 30px
}

.common-top-2 .logos .text .txt-1 {
    font-size: 20px;
    font-weight: 700;
    display: block
}

.common-top-2 .logos .text .txt-2 {
    font-size: 18px;
    color: #444;
    display: block
}

.common-top-2 .logo {
    z-index: 1;
    height: 50px;
    margin-right: 40px
}

.common-top-2 .other {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 580px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.common-top-2 .other a:hover {
    text-decoration: underline;
    color: var(--main-color)
}

.common-top-2 .searchDiv {
    width: 100%;
    max-width: 250px;
    overflow: hidden;
    position: relative
}

.common-top-2 .searchDiv input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0 0 0 1px #9a9a9a inset;
    box-shadow: 0 0 0 1px #9a9a9a inset;
    font-size: 14px;
    padding: 0 40px 0 20px;
    background: #fff;
    border-radius: 24px;
    color: #000;
    vertical-align: top
}

.common-top-2 .searchDiv input[type="text"]::-webkit-input-placeholder {
    color: #999
}

.common-top-2 .searchDiv input[type="text"]::-moz-placeholder {
    color: #999
}

.common-top-2 .searchDiv input[type="text"]:-ms-input-placeholder {
    color: #999
}

.common-top-2 .searchDiv input[type="text"]:focus {
    color: #000;
    -webkit-box-shadow: 0 0 0 1px var(--main-color) inset;
    box-shadow: 0 0 0 1px var(--main-color) inset
}

.common-top-2 .searchDiv .submit {
    width: 40px;
    height: 100%;
    line-height: 38px;
    height: 40px;
    font-size: 16px;
    background: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0
}

.common-top-2 .searchDiv .submit svg {
    fill: #000;
    width: 20px;
    height: 20px
}

.common-top-2 .searchDiv .submit:hover {
    color: var(--main-color)
}

.common-top-2 .searchDiv .submit:hover svg {
    fill: var(--main-color)
}

.common-top-2 .telDiv {
    margin-left: 70px;
    padding-left: 45px;
    position: relative
}

.common-top-2 .telDiv::before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: -35px
}

.common-top-2 .telDiv .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    left: 0
}

.common-top-2 .telDiv .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.common-top-2 .telDiv .bt {
    font-size: 16px;
    color: #666;
    line-height: 24px
}

.common-top-2 .telDiv .tel {
    font-weight: 700;
    font-size: 30px;
    color: #333;
    line-height: 36px
}

@media screen and (max-width: 1023px) {
    .common-top-2 {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 9999
    }

    .common-top-2 .other {
        display: none
    }

    .common-top-2 .logos {
        margin: auto
    }

    .common-top-2 .logos .text {
        display: none
    }

    .common-top-2 .logo {
        height: 40px;
        margin-right: 0
    }

    .common-top-2 .other {
        display: none
    }
}

.header {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-transition: background .5s;
    transition: background .5s
}

.header .fixed {
    position: fixed;
    top: 0;
    left: 0
}

@media screen and (max-width: 1023px) {
    .header {
        display: none
    }
}

.common-nav {
    background-color: var(--main-color);
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0
}

.common-nav:after {
    content: "";
    display: block;
    clear: both
}

.common-nav .listNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

.common-nav .listNav > li {
    width: 12.5%;
    text-align: center;
    float: left;
    position: relative
}

.common-nav .listNav > li.li-static {
    position: static
}

.common-nav .listNav > li::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.common-nav .listNav > li > a {
    font-size: 16px;
    color: #fff;
    height: 64px;
    line-height: 24px;
    padding: 20px 10px;
    z-index: 1;
    display: block;
    position: relative
}

.common-nav .listNav > li > a > span {
    display: block;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    position: relative
}

.common-nav .listNav > li > a > span:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .5s;
    transition: .5s
}

.common-nav .listNav > li > a .txt-1 {
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.common-nav .listNav > li > a .txt-2 {
    display: block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    transition: .5s
}

.common-nav .listNav > li:hover > a, .common-nav .listNav > li.active > a {
    background-color: #fff;
    color: #2b0b0b
}

.common-nav .listNav > li:hover > a .txt-1, .common-nav .listNav > li.active > a .txt-1 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.common-nav .listNav > li:hover > a .txt-2, .common-nav .listNav > li.active > a .txt-2 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.common-nav .listNav > li:last-child {
    padding-right: 0
}

.common-nav .listNav > li > .child {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 64px;
    left: 50%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.common-nav .listNav > li > .child > .list {
    background: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: relative
}

.common-nav .listNav > li > .child > .list a {
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    padding: 0 15px;
    position: relative
}

.common-nav .listNav > li > .child > .list a:hover {
    background: var(--main-color-2)
}

.common-nav .listNav > li > .child > .list > li {
    position: relative
}

.common-nav .listNav > li > .child > .list > li:hover > a {
    background-color: #efefef;
    color: var(--main-color)
}

.common-nav .listNav > li > .child > .list > li:hover .child {
    display: block
}

.common-nav .listNav > li > .child > .list .child {
    padding-left: 10px;
    display: none;
    position: absolute;
    top: 0;
    left: 100%
}

.common-nav .listNav > li > .child > .list .list {
    width: 160px;
    background: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px
}

.common-nav .listNav > li > .child > .list .list a:hover {
    background-color: #efefef;
    color: var(--main-color)
}

.common-nav .listNav > li > .child.show {
    display: block;
    -webkit-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%)
}

@media screen and (max-width: 1023px) {
    .common-nav {
        padding-left: 0;
        padding-right: 0
    }

    .common-nav .listNav > li > a {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px
    }

    .common-nav .listNav > li.li-1 {
        display: none
    }
}

.returnTopBtn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    background: #fff;
    position: fixed;
    top: auto;
    right: 20px;
    bottom: 20px;
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    z-index: 100;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.returnTopBtn .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin: 12px
}

.returnTopBtn .icon svg {
    width: 100%;
    height: 100%
}

.returnTopBtn:hover {
    background: var(--main-color)
}

.returnTopBtn:hover svg {
    fill: #fff
}

.returnTopBtn.show {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 1023px) {
    .returnTopBtn {
        right: 10px;
        bottom: 70px
    }
}

.common-title {
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px
}

.common-title .title-1 {
    color: #404040;
    font-size: 36px
}

.common-title .title-2 {
    margin-top: 20px;
    color: #222;
    font-size: 16px
}

@media screen and (max-width: 1023px) {
    .common-title .title-1 {
        font-size: 22px
    }

    .common-title .title-2 {
        font-size: 14px;
        margin-top: 10px
    }
}

.moreBtn {
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 44px;
    padding: 0 10px;
    min-width: 140px;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    background: var(--main-color);
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.moreBtn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    -webkit-transition: 1s;
    transition: 1s;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 60%);
    opacity: .8
}

.moreBtn:hover::after {
    left: 100%
}

.footer {
    overflow: hidden;
    background-color: #222;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.5;
    padding: 40px 0 0 0
}

.footer a {
    color: rgba(255, 255, 255, 0.7)
}

.footer a:hover {
    color: #fff;
    text-decoration: underline
}

.footer img {
    vertical-align: top
}

.footer .hd {
    border-bottom: 1px #f7f7f7 dashed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    padding-top: 20px;
    padding-bottom: 20px
}

.footer .hd .logo {
    height: 50px
}

.footer .hd .returnTop {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .hd .returnTop .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px #fff solid;
    margin-left: 10px
}

.footer .bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px
}

.footer .left {
    width: 40%;
    padding-right: 20px
}

.footer .center {
    width: 30%;
    float: left;
    text-align: center
}

.footer .center .centerC {
    text-align: left;
    display: inline-block;
    vertical-align: top
}

.footer .right {
    width: 30%;
    text-align: right
}

.footer .right .rightC {
    display: inline-block;
    text-align: left
}

.footer .menu {
    overflow: hidden
}

.footer .menu > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px
}

.footer .menu > .list > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left;
    position: relative
}

.footer .menu > .list > li > a, .footer .menu > .list > li > span {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    position: relative
}

.footer .menu > .list > li > a:hover, .footer .menu > .list > li > span:hover {
    color: #fff;
    text-decoration: underline
}

.footer .menu .child {
    position: relative
}

.footer .menu .child .list {
    overflow: hidden
}

.footer .menu .child a {
    display: block;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.footer .menu .child a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    opacity: .7;
    border-width: 5px 0 5px 10px;
    position: absolute;
    top: 10px;
    left: 0
}

.footer .menu .child a:hover {
    color: #fff
}

.footer .menu .child a:hover::before {
    opacity: 1
}

.footer .ewms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.footer .ewms > .div-1 {
    padding-left: 20px;
    padding-right: 20px
}

.footer .ewms .bt {
    margin-top: 10px
}

.footer .title {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px
}

.footer .p-1 {
    padding-left: 30px;
    line-height: 30px;
    position: relative
}

.footer .p-1 .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0
}

@media screen and (max-width: 1023px) {
    .footer {
        font-size: 14px;
        padding: 40px 0 0 0
    }

    .footer .hd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .hd .gsmc {
        width: 100%
    }

    .footer .left {
        width: 100%;
        display: none
    }

    .footer .center {
        width: 100%;
        padding: 0
    }

    .footer .right {
        width: 100%;
        padding: 0;
        text-align: left
    }

    .footer .ewms .div-1 {
        width: 50%
    }
}

.copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

.copyright .span-1 {
    margin-right: 30px
}

.copyright a {
    color: #fff
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline
}

.copyright .a-1 {
    float: right
}

@media screen and (max-width: 1023px) {
    .copyright {
        line-height: 1.5;
        padding: 10px 0;
        font-size: 14px;
        border-top: 1px rgba(255, 255, 255, 0.1) solid
    }

    .copyright .span-1 {
        margin-right: 5px
    }

    .copyright .a-1 {
        float: none;
        margin-left: 10px
    }
}

.navPhoneBtn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 11;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    text-align: right;
    display: none
}

.navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    z-index: 1;
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
    -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.navPhoneBtn span:nth-last-child(2) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.navPhoneBtn span:last-child {
    margin-bottom: 0
}

.navPhoneBtn.close, .navPhoneBtn.closeMember {
    opacity: 1;
    z-index: 10
}

.navPhoneBtn.close span, .navPhoneBtn.closeMember span {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navPhoneBtn.close span:nth-last-child(3), .navPhoneBtn.closeMember span:nth-last-child(3) {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navPhoneBtn.close span:nth-last-child(2), .navPhoneBtn.closeMember span:nth-last-child(2) {
    width: 0;
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s;
    transition: width .5s
}

.navPhoneBtn.close span:last-child, .navPhoneBtn.closeMember span:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1023px) {
    .navPhoneBtn {
        display: block
    }
}

.common-navM .transparent {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none
}

.common-navM .navMCon {
    background-color: #f3f3f3;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    height: 100%;
    border-left: 1px rgba(0, 0, 0, 0.1) solid;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    right: auto;
    left: -100%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.common-navM .navMWrap {
    overflow-y: auto;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.common-navM.open .transparent {
    display: block
}

.common-navM.open .closeBtn {
    display: block
}

.common-navM.open .navMCon {
    left: 0
}

.common-navM .closeBtn {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: var(--main-color);
    color: #fff;
    position: absolute;
    z-index: 999;
    right: -40px;
    top: 0
}

.common-navM .closeBtn:before, .common-navM .closeBtn:after {
    content: "";
    display: block;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.common-navM .closeBtn:before {
    width: 15px;
    height: 1px
}

.common-navM .closeBtn:after {
    width: 1px;
    height: 15px
}

.common-navM .titleBig {
    text-align: center;
    padding: 10px 0;
    display: none
}

.common-navM .navMWrap > .list em {
    font-style: initial
}

.common-navM .navMWrap > .list .title {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    position: relative
}

.common-navM .navMWrap > .list .title .icon {
    width: 40px;
    height: 40px;
    margin: auto;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.common-navM .navMWrap > .list .title .icon:before, .common-navM .navMWrap > .list .title .icon:after {
    content: "";
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.common-navM .navMWrap > .list .title .icon:before {
    width: 10px;
    height: 10px;
    border-top: 1px #aaa solid;
    border-right: 1px #aaa solid
}

.common-navM .navMWrap > .list .title em {
    font-style: initial
}

.common-navM .navMWrap > .list .has .title .icon {
    display: block
}

.common-navM .navMWrap > .list .active > .title .icon:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.common-navM .navMWrap > .list > li > .title {
    font-weight: 700;
    font-size: 14px
}

.common-navM .navMWrap > .list > li > .child > .list > li {
    text-indent: 24px;
    font-size: 14px
}

.common-navM .navMWrap > .list > li > .child > .list > li > .child {
    font-size: 14px
}

.common-navM .navMWrap > .list > li > .child > .list > li > .title {
    position: relative
}

.common-navM .navMWrap > .list > li > .child > .list > li > .title:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 26px;
    left: 10px
}

.common-navM .child {
    padding: 0 0 20px 0;
    display: none;
    position: relative
}

.common-navM .child a {
    color: #666;
    display: block;
    line-height: 28px;
    padding: 5px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative
}

.common-navM .child a:hover {
    color: #000;
    margin-left: 10px
}

.common-navM .mSearch {
    padding: 10px 0;
    text-align: left;
    overflow: hidden;
    border-bottom: #f3f3f3 1px solid;
    position: relative
}

.common-navM .mSearch .btn {
    width: 26px;
    height: 26px;
    font-size: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.common-navM .mSearch .btn .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: top
}

.common-navM .mSearch input {
    height: 40px;
    line-height: 38px;
    border: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
    transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
    opacity: 1;
    width: 100%;
    padding: 5px 40px 5px 15px;
    border-radius: 2px;
    font-size: 14px;
    background-color: #fff;
    position: static;
    left: 0;
    right: 0
}

.common-navM .other {
    padding: 10px
}

.common-navM .read {
    padding-top: 10px;
    padding-bottom: 10px
}

.common-navM .read .btn-1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#bf2d32), to(#a61f24));
    background: linear-gradient(to right, #bf2d32, #a61f24);
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative
}

.common-navM .read .btn-1 .icon-1 {
    width: 30px;
    height: 30px;
    margin-left: 5px
}

.common-navM .read .btn-1 .icon-2 {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #fff url(../images/icon/arrow-right-1.png) no-repeat center center;
    background-size: 20px;
    margin-left: 20px
}

.common-navM .languageBtn {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0;
    column-gap: 0
}

.common-navM .languageBtn a {
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px #ccc solid;
    margin-right: -1px;
    background: #fff
}

.common-bread {
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: #666;
    padding-bottom: 10px
}

.common-bread .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle
}

.common-bread .icon svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    fill: var(--main-color);
    color: var(--main-color)
}

.common-bread a {
    margin: 0 5px 0 0;
    color: #666
}

.common-bread a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.common-bread b {
    margin: 0 0 0 5px;
    color: var(--main-color)
}

@media screen and (max-width: 1023px) {
    .common-bread {
        width: 100%;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        text-align: left;
        border-bottom: 1px #eee solid
    }

    .common-bread .icon {
        width: 20px;
        height: 20px;
        color: #666
    }

    .common-bread .icon div {
        color: #666
    }
}

.videoPopup {
    display: none;
    width: 100%;
    height: 100%;
    padding: 2%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0
}

.videoPopup.show {
    display: block
}

.videoPopup .transparent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: block
}

.videoPopup .videoPopupCon {
    width: 100%;
    height: 100%;
    position: relative
}

.videoPopup .videoPopupWrap {
    width: 100%;
    height: 100%;
    margin: auto
}

.videoPopup .con {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100
}

.videoPopup iframe {
    width: 100% !important;
    height: 100% !important
}

.videoPopup video {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.videoPopup .closeBtn {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    position: fixed;
    z-index: 9999;
    right: 20px;
    top: 20px
}

.videoPopup .closeBtn:before, .videoPopup .closeBtn:after {
    content: "";
    display: block;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.videoPopup .closeBtn:before {
    width: 25px;
    height: 1px
}

.videoPopup .closeBtn:after {
    width: 1px;
    height: 25px
}

.videoPopup .closeBtn:hover {
    opacity: .8
}

.listSolution {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.listSolution li {
    width: 33.33333333%;
    padding: 0 10px 20px 10px
}

.listSolution .box {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f7f7f7
}

.listSolution .pic {
    overflow: hidden;
    position: relative
}

.listSolution .pic::after {
    content: "";
    display: block;
    padding-top: 76.47058824%
}

.listSolution .pic img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .5s;
    transition: .5s
}

.listSolution .text {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px
}

.listSolution .title {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.listSolution .btnDiv {
    padding-top: 20px;
    text-align: right
}

.listSolution .btnDiv .icon {
    width: 24px;
    height: 11px;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.listSolution .btnDiv .icon::before {
    content: "";
    display: block;
    background: url(../images/icon/arrow-right.svg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.listSolution .btnDiv .icon::after {
    content: "";
    display: block;
    background: url(../images/icon/arrow-right.svg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.listSolution .box:hover {
    background-color: #4b4b4b
}

.listSolution .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.listSolution .box:hover .title {
    color: #fefefe
}

.listSolution .box:hover .btnDiv .icon::before {
    left: 30px;
    opacity: 0
}

.listSolution .box:hover .btnDiv .icon::after {
    left: 0;
    opacity: 1
}

@media screen and (max-width: 1023px) {
    .listSolution li {
        width: 100%
    }

    .listSolution .btnDiv {
        display: none
    }

    .listSolution .box {
        background: #fff
    }

    .listSolution .text {
        padding-left: 0;
        padding-right: 0
    }
}

.listVideo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.listVideo li {
    width: 33.33333333%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px
}

.listVideo .box {
    display: block;
    text-align: center;
    cursor: pointer
}

.listVideo .pic {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative
}

.listVideo .pic::after {
    content: "";
    display: block;
    padding-top: 56.25%
}

.listVideo .pic img {
    -webkit-transition: .5s;
    transition: .5s
}

.listVideo .pic .playBtn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.listVideo .pic .playBtn::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.listVideo .title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.listVideo .box:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width: 1023px) {
    .listVideo li {
        width: 100%;
        padding-bottom: 20px
    }
}

.messagePopup {
    display: none;
    width: 100%;
    height: 100%;
    padding: 2%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.messagePopup .titlePopup {
    line-height: 64px;
    font-size: 16px;
    border-bottom: 1px solid #e3e2e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 30px
}

.messagePopup.show {
    display: block
}

.messagePopup .transparent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: block
}

.messagePopup .popupCon {
    width: 100%;
    height: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.messagePopup .popupConWrap {
    width: 100%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.messagePopup .con {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    overflow: auto;
    background-color: #fff;
    position: relative;
    z-index: 100
}

.messagePopup .message {
    padding: 30px
}

.messagePopup .closeBtn {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0
}

.messagePopup .closeBtn:before, .messagePopup .closeBtn:after {
    content: "";
    display: block;
    background: #333;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.messagePopup .closeBtn:before {
    width: 25px;
    height: 1px
}

.messagePopup .closeBtn:after {
    width: 1px;
    height: 25px
}

.messagePopup .closeBtn:hover {
    opacity: .8
}

.privacyPopup {
    display: none;
    width: 100%;
    height: 100%;
    padding: 2%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999
}

.privacyPopup .titlePopup {
    font-weight: 700;
    line-height: 64px;
    font-size: 16px;
    border-bottom: 1px solid #e3e2e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.privacyPopup .titlePopup .closeBtn {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0
}

.privacyPopup .titlePopup .closeBtn:before, .privacyPopup .titlePopup .closeBtn:after {
    content: "";
    display: block;
    background: #333;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.privacyPopup .titlePopup .closeBtn:before {
    width: 25px;
    height: 1px
}

.privacyPopup .titlePopup .closeBtn:after {
    width: 1px;
    height: 25px
}

.privacyPopup .titlePopup .closeBtn:hover {
    opacity: .8
}

.privacyPopup.show {
    display: block
}

.privacyPopup .transparent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: block
}

.privacyPopup .popupCon {
    width: 100%;
    height: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.privacyPopup .popupConWrap {
    width: 100%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 65px;
    padding-bottom: 60px;
    position: relative
}

.privacyPopup .con {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    overflow: auto;
    background-color: #fff;
    position: relative;
    z-index: 100;
    font-size: 14px;
    color: #666;
    line-height: 2;
    padding: 20px 20px
}

.privacyPopup .con p {
    margin-bottom: 10px
}

.privacyPopup .font_blod {
    font-weight: 700
}

.privacyPopup .ftPopup {
    width: 100%;
    background-color: #fff;
    text-align: center;
    position: absolute;
    z-index: 9;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.privacyPopup .ftPopup a {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    background: var(--main-color);
    color: #fff
}

.privacyPopup .ftPopup a:hover {
    opacity: .8
}

.product-show video {
    width: 100%;
}

.message {
    overflow: hidden;
} 