:root {
    --pad: -webkit-calc(50vw - 830px);
    --pad: calc(50vw - 830px);
}
@media (max-width: 1720px) {
    :root {
        --pad: -webkit-calc(50vw - 705px);
        --pad: calc(50vw - 705px);
    }
}
@media (max-width: 1470px) {
    :root {
        --pad: -webkit-calc(50vw - 660px);
        --pad: calc(50vw - 660px);
    }
}
@media (max-width: 1400px) {
    :root {
        --pad: -webkit-calc(50vw - 570px);
        --pad: calc(50vw - 570px);
    }
}
@media (max-width: 1199px) {
    :root {
        --pad: 6vw;
    }
}
@media (max-width: 991px) {
    :root {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px) {
    :root {
        --pad: 15px;
    }
}
@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);

        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}
@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);

        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);

        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}
@keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);

        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}
.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
.iconfont {
    font-size: inherit;
}
@font-face {
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;

    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Anton';
    font-weight: normal;
    font-style: normal;

    src: local('Anton Regular'), local('Anton-Regular'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 800;
    font-style: normal;

    src: local('DM Sans ExtraBold'), local('DMSans-ExtraBold'), url('../fonts/DMSans-ExtraBold.woff2') format('woff2'), url('../fonts/DMSans-ExtraBold.woff') format('woff'), url('../fonts/DMSans-ExtraBold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    font-weight: normal;
    font-style: normal;

    src: local('DM Sans Regular'), local('DMSans-Regular'), url('../fonts/DMSans-Regular.woff2') format('woff2'), url('../fonts/DMSans-Regular.woff') format('woff'), url('../fonts/DMSans-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 500;
    font-style: normal;

    src: local('DM Sans Medium'), local('DMSans-Medium'), url('../fonts/DMSans-Medium.woff2') format('woff2'), url('../fonts/DMSans-Medium.woff') format('woff'), url('../fonts/DMSans-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 600;
    font-style: normal;

    src: local('DM Sans SemiBold'), local('DMSans-SemiBold'), url('../fonts/DMSans-SemiBold.woff2') format('woff2'), url('../fonts/DMSans-SemiBold.woff') format('woff'), url('../fonts/DMSans-SemiBold.ttf') format('truetype');
    font-display: swap;
}
body {
    font-family: 'Montserrat', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: normal;

    overflow-x: hidden;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}
.row {
    --bs-gutter-x: 1.875rem;
}
:root {
    scroll-behavior: unset;
}
.img-box {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img,
.img-box iframe {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.fszero {
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1 {
    margin: 0;
}
.wrap-map .map-content {
    display: none;
}
[lang=zh-CN] .share-cn {
    display: block;
}
[lang=zh-CN] .share-other {
    display: none;
}
[lang=zh-CN] .wrap-map .map-content {
    display: block;
}
[lang=zh-CN] .wrap-map .map {
    display: none;
}
[lang=zh-CN] .box-follow {
    display: none;
}
.a2a_kit {
    display: inline-block;

    vertical-align: middle;
}
@-ms-viewport {
    width: auto !important;
}
li,
ol,
ul {
    margin: 0;
    padding: 0;

    list-style: none;
}
a,
a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
button,
input,
textarea {
    border: none;
    outline: none;
}
a[data-fancybox] {
    outline: none;
}
a[data-fancybox] img {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}
img[data-lazy] {
    background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
    min-width: 1px;
    min-height: 1px;

    background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.loaded {
    background-size: cover;
}
figure {
    margin: 0;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}
.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.slick-disabled {
    cursor: no-drop;

    opacity: .5;
}
body.fixed {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1560px) {
    .container {
        max-width: 1470px;
    }
}
@media (min-width: 1720px) {
    .container {
        max-width: 1690px;
    }
    .con1410 {
        max-width: 1440px;
    }
}
@media (max-width: 767px) {
    .col-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}
.fancybox-slide--video video {
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px) {
    .fancybox-slide--video video {
        max-width: 95%;
    }
}
.fancybox-slide>video {
    padding: 0;
}
.swiper-lazy {
    background: url(../images/ajax-loader.gif) no-repeat center;
}
.scrollbar::-webkit-scrollbar {
    position: absolute;
    z-index: 2;
    left: 0;

    width: 6px;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: #eee;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #dcdcdc;
}
.slick-arrow {
    font-size: 0;
    line-height: 86px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -100px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 86px;
    height: 86px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #e60012;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#ddd), to(rgba(242, 242, 242, 0)));
    background-image: -webkit-linear-gradient(left, #ddd 0%, rgba(242, 242, 242, 0) 100%);
    background-image: linear-gradient(90deg, #ddd 0%, rgba(242, 242, 242, 0) 100%);

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1720px) {
    .slick-arrow {
        line-height: 66px;

        left: -80px;

        width: 66px;
        height: 66px;
    }
}
@media (max-width: 991px) {
    .slick-arrow {
        line-height: 40px;

        left: -30px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .slick-arrow {
        top: auto;
        bottom: -40px;
        left: 50%;

        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: relative;
    z-index: 3;

    display: block;

    content: '\e600';
}
.slick-arrow:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, right top, from(#e60012), to(rgba(230, 0, 18, 0)));
    background-image: -webkit-linear-gradient(left, #e60012 0%, rgba(230, 0, 18, 0) 100%);
    background-image: linear-gradient(90deg, #e60012 0%, rgba(230, 0, 18, 0) 100%);
}
.slick-arrow.slick-next {
    right: -100px;
    left: auto;

    background-image: -webkit-gradient(linear, right top, left top, from(#ddd), to(rgba(242, 242, 242, 0)));
    background-image: -webkit-linear-gradient(right, #ddd 0%, rgba(242, 242, 242, 0) 100%);
    background-image: linear-gradient(270deg, #ddd 0%, rgba(242, 242, 242, 0) 100%);
}
@media (max-width: 1720px) {
    .slick-arrow.slick-next {
        right: -80px;
    }
}
@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: -30px;
    }
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: 50%;

        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.slick-arrow.slick-next:before {
    content: '\ee4b';
}
.slick-arrow.slick-next:after {
    background-image: -webkit-gradient(linear, right top, left top, from(#e60012), to(rgba(230, 0, 18, 0)));
    background-image: -webkit-linear-gradient(right, #e60012 0%, rgba(230, 0, 18, 0) 100%);
    background-image: linear-gradient(270deg, #e60012 0%, rgba(230, 0, 18, 0) 100%);
}
.slick-arrow:hover {
    color: #fff;
}
.slick-arrow:hover:after {
    opacity: 1;
}
.arrow-bottom {
    padding-bottom: 100px;
}
@media (max-width: 1199px) {
    .arrow-bottom {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .arrow-bottom {
        padding-bottom: 60px;
    }
}
.arrow-bottom .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;

    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
}
.arrow-bottom .slick-arrow.slick-next {
    right: 50%;
    left: auto;

    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
}
@media (max-width: 767px) {
    .arrow-top-right {
        padding-bottom: 50px;
    }
}
.arrow-top-right .slick-arrow {
    position: absolute;
    top: -84px;
    right: 54px;
    left: auto;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1199px) {
    .arrow-top-right .slick-arrow {
        top: -80px;
    }
}
@media (max-width: 991px) {
    .arrow-top-right .slick-arrow {
        right: 44px;
    }
}
@media (max-width: 767px) {
    .arrow-top-right .slick-arrow {
        top: auto;
        bottom: 0;
        left: 50%;

        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
    }
}
.arrow-top-right .slick-arrow.slick-next {
    right: 0;
}
@media (max-width: 767px) {
    .arrow-top-right .slick-arrow.slick-next {
        right: 50%;
        left: auto;

        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%);
    }
}
.prev-next {
    font-size: 0;
}
.prev-next .slick-arrow {
    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

    margin: 0 20px;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .prev-next .slick-arrow {
        margin: 0;
    }
}
.prev-next .slick-arrow.slick-next {
    right: 0;
}
.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-top: 40px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .slick-dots {
        margin-top: 30px;
    }
}
.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;

    -webkit-transition: all .4s;
    transition: all .4s;

    border-radius: 50%;
    background-color: #d9d9d9;
}
@media (max-width: 767px) {
    .slick-dots li {
        margin: 0 5px;
    }
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #e60012;
}
.center {
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.slick-list {
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .slick-list {
        margin: 0 -10px;
    }
}
@media (max-width: 767px) {
    .slick-list {
        margin: 0 -5px;
    }
}
.slick-list .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .slick-list .slick-slide {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .slick-list .slick-slide {
        padding: 0 5px;
    }
}
.share-cn {
    display: none;
}
.addcart {
    cursor: pointer;
}
.addcart.active .icon:before {
    content: '\e69a';
}
.translate {
    min-width: 158px;
}
@media (max-width: 767px) {
    .translate {
        min-width: 145px;
    }
}
@media (max-width: 767px) {
    .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        font-size: 12px;
    }
}
.translate .goog-te-gadget-simple {
    border-color: #fff;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.map-content label {
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.mt-30 {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .mt-30 {
        margin-top: 20px;
    }
}
.mt-40 {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .mt-40 {
        margin-top: 20px;
    }
}
.mt-50 {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .mt-50 {
        margin-top: 30px;
    }
}
.mt-60 {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .mt-60 {
        margin-top: 30px;
    }
}
.mt-80 {
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .mt-80 {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .mt-80 {
        margin-top: 30px;
    }
}
.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-share ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-share ul li a {
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border: 1px solid rgba(84, 49, 93, .18);
    border-radius: 8px;
}
@media (max-width: 1400px) {
    .common-share ul li a {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.common-share ul li a:hover {
    color: #fff;
    border-color: #fff;
}
.common-share ul li .iconfont {
    font-size: 20px;
}
@media (max-width: 1400px) {
    .common-share ul li .iconfont {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .common-share ul li .iconfont {
        font-size: 16px;
    }
}
.formbox {
    margin-top: 20px;
}
.formbox form {
    /* label */
    /* input & textarea */
    /* 初始状态（有 placeholder） */
    /* 聚焦 或 有内容 */
    /* group-read 状态 */
}
.formbox form ul {
    margin: 0 -10px;
}
.formbox form ul li {
    padding: 0 10px;
}
.formbox form .group {
    position: relative;

    margin-top: 20px;
}
.formbox form .group label {
    font-family: 'DM Sans', Arial;
    font-size: 16px;
    line-height: 50px;

    position: absolute;
    z-index: 3;
    top: 0;
    left: 30px;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .32px;
    pointer-events: none;

    color: #e60012;
}
@media (max-width: 1400px) {
    .formbox form .group label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group label {
        font-size: 14px;
        line-height: 40px;

        left: 10px;
    }
}
.formbox form .group input,
.formbox form .group textarea {
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    padding: 10px 20px;

    resize: vertical;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    background: #eee;
}
@media (max-width: 1400px) {
    .formbox form .group input,
    .formbox form .group textarea {
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input,
    .formbox form .group textarea {
        font-size: 14px;
        line-height: 20px;

        padding: 10px;
    }
}
.formbox form .group input:placeholder-shown+label,
.formbox form .group textarea:placeholder-shown+label {
    top: 0;
}
.formbox form .group input:focus+label,
.formbox form .group textarea:focus+label,
.formbox form .group input:not(:placeholder-shown)+label,
.formbox form .group textarea:not(:placeholder-shown)+label {
    top: -32px;
    left: 20px;

    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);

    opacity: .8;
}
@media (max-width: 1400px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:not(:placeholder-shown)+label,
    .formbox form .group textarea:not(:placeholder-shown)+label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:not(:placeholder-shown)+label,
    .formbox form .group textarea:not(:placeholder-shown)+label {
        top: -25px;
        left: 10px;
    }
}
.formbox form .group-read input {
    color: #000 !important;
    border-color: #e60012 !important;
    background: #e60012 !important;
}
.formbox form .group-code input::-webkit-input-placeholder,
.formbox form .group-code textarea::-webkit-input-placeholder {
    color: #e60012;
}
.formbox form .group-code input:-o-placeholder,
.formbox form .group-code textarea:-o-placeholder {
    color: #e60012;
}
.formbox form .group-code input::-moz-placeholder,
.formbox form .group-code textarea::-moz-placeholder {
    color: #e60012;
}
.formbox form .group-code input:-ms-input-placeholder,
.formbox form .group-code textarea:-ms-input-placeholder {
    color: #e60012;
}
.formbox form .group-code input:focus::-webkit-input-placeholder,
.formbox form .group-code textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.formbox form .group-code input:focus::-o-placeholder,
.formbox form .group-code textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.formbox form .group-code input:focus::-moz-placeholder,
.formbox form .group-code textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.formbox form .group-code input:focus::-ms-input-placeholder,
.formbox form .group-code textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.submit-group .common-button button {
    height: 50px;
    padding: 0 60px;

    color: #fff;
    border-radius: 10px;
    background-color: #e60012;
}
.submit-group .common-button button:hover {
    color: #fff;
}
.wrap-reviews .title-product-show .write-review {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-reviews .title-product-show .write-review a {
    font-size: 18px;
    line-height: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .wrap-reviews .title-product-show .write-review a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-reviews .title-product-show .write-review a {
        font-size: 14px;
    }
}
.wrap-reviews .title-product-show .write-review a:hover {
    text-decoration: underline;

    color: #e60012;
}
.wrap-reviews .feedback {
    display: none;

    padding-top: 10px;
}
.wrap-reviews .feedback .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;
    padding: 0 20px;

    border: 1px solid #d9d9d9;
    border-radius: 6px;
}
.wrap-reviews .feedback .item span {
    line-height: 50px;

    display: block;

    white-space: nowrap;

    color: #666;
}
.wrap-reviews .feedback .item input,
.wrap-reviews .feedback .item textarea {
    line-height: 30px;

    width: 100%;
    padding: 10px;

    resize: vertical;

    background: none;
}
.wrap-reviews .feedback .rating {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;

    width: auto;
    height: 40px;
    padding: 0 10px;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-reviews .feedback .rating-0 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.wrap-reviews .feedback .rating>input {
    display: none;
}
.wrap-reviews .feedback .rating>label {
    font-size: 20px;

    margin-top: auto;
    margin-right: 8px;

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;

    color: #e60012;
}
.wrap-reviews .feedback .rating>label:before {
    font-family: 'iconfont' !important;

    content: '\e63c';
}
.wrap-reviews .feedback .rating>input:checked~label,
.wrap-reviews .feedback .rating>input:checked~label~label {
    color: #e60012;
}
.wrap-reviews .feedback .rating>input:checked~label:before,
.wrap-reviews .feedback .rating>input:checked~label~label:before {
    font-family: 'iconfont' !important;

    content: '\e76b';
}
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover,
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover~label {
    color: #e60012;
}
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover:before,
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover~label:before {
    font-family: 'iconfont' !important;

    content: '\e76b';
}
.wrap-reviews .feedback .submit-group button {
    border: 1px solid #240d2a;
    border-radius: 6px;
    background: none;
}
.wrap-reviews .feedback .submit-group button .iconfont {
    font-size: 24px;
}
.wrap-reviews .feedback .submit-group button:hover {
    background: #e60012;
}
.wrap-reviews .review-list {
    overflow: hidden;

    margin-top: 20px;
}
.wrap-reviews .review-list .item {
    padding: 20px 0;
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item {
        padding: 10px 0;
    }
}
.wrap-reviews .review-list .item h3 {
    font-size: 26px;
    line-height: 1.15384615;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-reviews .review-list .item h3 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-reviews .review-list .item h3 {
        font-size: 18px;
    }
}
.wrap-reviews .review-list .item h3 span {
    font-size: 16px;
    font-weight: normal;

    margin-left: 10px;

    color: #666;
}
.wrap-reviews .review-list .item .title-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 8px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-reviews .review-list .item p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-reviews .review-list .item p {
        font-size: 14px;
    }
}
.wrap-reviews .review-list .item .starbox {
    color: #e60012;
}
.wrap-reviews .review-list .item .starbox span {
    font-size: 14px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-reviews .review-list .item .starbox .icon {
    font-size: 14px;
    line-height: 26px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-reviews .review-list .item .editor-content {
    margin-top: 20px;
}
.wrap-reviews .review-list .item .editor-content p {
    line-height: 1.875;
}
.header {
    font-family: 'DM Sans', Arial;

    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;

    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: #fff;
}
@media (max-width: 767px) {
    .header {
        position: -webkit-sticky;
        position: sticky;
    }
}
.header .logo {
    width: 400px;
    margin-top: -47px;
    padding: 30px 0 15px 0;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1720px) {
    .header .logo {
        width: 300px;
    }
}
@media (max-width: 1560px) {
    .header .logo {
        width: 260px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        position: absolute;
        top: 0;
        left: var(--pad);

        width: auto;
        height: 60px;
        margin: 0;
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .header .logo {
        padding: 15px 0;
    }
}
.header .logo img {
    display: block;

    height: 80px;
    margin: 0 auto;
}
@media (max-width: 1720px) {
    .header .logo img {
        height: 60px;
    }
}
@media (max-width: 1400px) {
    .header .logo img {
        height: 56px;
    }
}
@media (max-width: 1199px) {
    .header .logo img {
        height: 100%;
    }
}
.header .header-nav-content {
    padding-left: 400px;

    -webkit-transition: all .4s;
    transition: all .4s;

    background: url(../images/header_bg.jpg) no-repeat left center #e60012;
    background-size: auto 100%;
}
@media (max-width: 1720px) {
    .header .header-nav-content {
        padding-left: 300px;
    }
}
@media (max-width: 1400px) {
    .header .header-nav-content {
        padding-left: 200px;
    }
}
@media (max-width: 1199px) {
    .header .header-nav-content {
        position: relative;

        background: #fff;
    }
}
@media (max-width: 1400px) {
    .header .header-nav-content {
        background-size: 100% 100%;
    }
}
.header .header-nav {
    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 3px;
    background-color: #e60012;
}
@media (max-width: 1199px) {
    .header .header-nav {
        color: #000;
        background-color: #fff;
    }
}
.header .language {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header .language span {
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 20px;

    white-space: nowrap;
    letter-spacing: -1px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .header .language span {
        font-size: 18px;

        padding: 0 10px;
    }
}
@media (max-width: 1199px) {
    .header .language span {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .header .language span {
        font-size: 0;
    }
}
.header .language span .iconfont {
    font-size: 24px;
    font-weight: normal;

    margin-right: 8px;
}
@media (max-width: 767px) {
    .header .language span .iconfont {
        margin-right: 0;
    }
}
.header .language span .icon-arrow-down {
    font-size: 16px;

    margin-left: 6px;
}
@media (max-width: 767px) {
    .header .language span .icon-arrow-down {
        font-size: 0;
    }
}
@media (max-width: 767px) {
    .header .language span .icon-language-2 {
        font-size: 24px;
    }
}
.header .language span:after {
    position: absolute;
    z-index: 6;
    z-index: 7;
    bottom: -1px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    opacity: 0;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;

    -webkit-filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, .1));
    filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, .1));
}
.header .language:hover span:after {
    opacity: 1;
}
.header .language ul {
    font-size: 0;

    position: absolute;
    z-index: 6;
    top: 100%;
    right: -30px;

    display: none;

    width: 500px;
    padding: 20px;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .header .language ul {
        right: -100px;

        width: 300px;
    }
}
.header .language ul li {
    font-size: 16px;

    display: inline-block;

    width: 33.333%;

    vertical-align: top;
}
@media (max-width: 767px) {
    .header .language ul li {
        font-size: 14px;

        width: 50%;
    }
}
.header .language ul li a {
    line-height: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .header .language ul li a {
        line-height: 24px;
    }
}
.header .language ul li a img {
    display: block;

    width: 30px;
    margin-right: 10px;
}
.header .language ul li:hover a {
    background-color: #eee;
}
.header .quote {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header .quote a {
    font-weight: 800;
    line-height: 20px;

    display: block;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 14px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #000;
    border-radius: 999px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}
@media (max-width: 1560px) {
    .header .quote a {
        font-size: 18px;

        padding: 8px 10px;
    }
}
@media (max-width: 1400px) {
    .header .quote a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .header .quote a {
        padding: 10px;

        background: none;
    }
}
.header .quote a .button-now,
.header .quote a .button-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .quote a .button-now span,
.header .quote a .button-hover span,
.header .quote a .button-now .iconfont,
.header .quote a .button-hover .iconfont {
    display: block;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.header .quote a .button-now .iconfont,
.header .quote a .button-hover .iconfont {
    font-size: 24px;

    display: none;
}
@media (max-width: 767px) {
    .header .quote a .button-now .iconfont,
    .header .quote a .button-hover .iconfont {
        display: block;
    }
}
@media (max-width: 767px) {
    .header .quote a .button-now span,
    .header .quote a .button-hover span {
        display: none;
    }
}
.header .quote a .now-hover-group {
    position: relative;

    overflow: hidden;
}
.header .quote a .button-hover {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}
.header .quote a .button-hover span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.header .quote a .button-hover .iconfont {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
}
.header .quote a:hover {
    color: #fff;
    background-color: #e60012;
}
.header .quote a:hover .button-now span {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header .quote a:hover .button-now .iconfont {
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
}
.header .quote a:hover .button-hover span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.header .quote a:hover .button-hover .iconfont {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}
.header .serach-part {
    cursor: pointer;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header .cart {
    line-height: 36px;

    position: relative;

    width: 36px;
    height: 36px;
    margin: 0 16px;

    text-align: center;

    border: 1px solid #fff;
    border-radius: 50px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1560px) {
    .header .cart {
        margin: 0 10px;
    }
}
@media (max-width: 767px) {
    .header .cart {
        margin: 0;
    }
}
.header .cart .iconfont {
    font-size: 20px;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.header .cart span {
    font-size: 12px;
    line-height: 14px;

    position: absolute;
    top: 4px;
    right: -6px;

    width: 14px;
    height: 14px;

    text-align: center;

    color: #000;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .header .cart span {
        color: #fff;
        background-color: #e60012;
    }
}
.header .cart:hover .iconfont {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.header .find {
    line-height: 60px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .find .iconfont {
    font-size: 24px;

    display: block;

    padding: 0 16px;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 1560px) {
    .header .find .iconfont {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .header .find .iconfont {
        padding: 0;
    }
}
.header .find:hover .iconfont {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.header .search-wrap {
    font-size: 14px;

    position: fixed;
    z-index: 9;
    top: -15px;
    left: 50%;

    display: none;

    width: 100vw;
    height: 100vh;
    padding: 10px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .search-wrap .search-close {
    position: absolute;
    top: 5%;
    right: 10%;

    cursor: pointer;

    color: #fff;
}
@media (max-width: 1199px) {
    .header .search-wrap .search-close {
        right: 5%;
    }
}
.header .search-wrap .search-close .icon {
    font-size: 30px;
}
.header .search-wrap .search-box {
    position: absolute;
    top: 50%;
    left: 10%;

    overflow: hidden;

    width: 80%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-radius: 6px;
}
@media (max-width: 1199px) {
    .header .search-wrap .search-box {
        left: 5%;

        width: 90%;
    }
}
.header .search-wrap input {
    line-height: 30px;

    width: 100%;
    padding: 15px;

    color: #666;
}
.header .search-wrap .submit {
    font-size: 20px;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 0;

    width: 46px;
    height: 60px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 0;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .search-wrap .submit:hover {
    color: #fff;
    background-color: #e60012;
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
.header .pc-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .pc-nav>ul>li {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1720px) {
    .header .pc-nav>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 1560px) {
    .header .pc-nav>ul>li {
        padding: 0 15px;
    }
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li {
        padding: 0 10px;
    }
}
.header .pc-nav>ul>li>a {
    font-size: 20px;
    font-weight: 600;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 76px;

    -webkit-transition: all .4s;
    transition: all .4s;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1720px) {
    .header .pc-nav>ul>li>a {
        font-size: 18px;

        height: 60px;
    }
}
@media (max-width: 1470px) {
    .header .pc-nav>ul>li>a {
        font-size: 16px;
    }
}
.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    opacity: .8;
}
.header .pc-nav .nav-list2 {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

    min-width: 100%;
    padding: 10px;

    text-align: left;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list2>li {
    position: relative;
}
.header .pc-nav .nav-list2>li>a {
    font-size: 15px;
    line-height: 24px;

    display: block;

    padding: 10px 24px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    text-transform: capitalize;
}
@media (max-width: 1560px) {
    .header .pc-nav .nav-list2>li>a {
        padding: 5px 20px;
    }
}
.header .pc-nav .nav-list2>li:hover>a {
    color: #fff;
    background-color: #e60012;
}
.header .pc-nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list3>li>a {
    line-height: 24px;

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
}
.header .pc-nav .nav-list3>li:hover>a {
    color: #fff;
    background-color: #e60012;
}
@media (max-width: 1199px) {
    .header .product-nav {
        display: none;
    }
}
.header .product-nav .pronav-list1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -25px;
}
@media (max-width: 1720px) {
    .header .product-nav .pronav-list1 {
        margin: 0 -15px;
    }
}
@media (max-width: 1400px) {
    .header .product-nav .pronav-list1 {
        margin: 0 -10px;
    }
}
.header .product-nav .pronav-list1>li>a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 78px;
    padding: 0 25px;

    -webkit-transition: all .4s;
    transition: all .4s;
    letter-spacing: -.6px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1720px) {
    .header .product-nav .pronav-list1>li>a {
        font-size: 18px;

        padding: 0 15px;
    }
}
@media (max-width: 1400px) {
    .header .product-nav .pronav-list1>li>a {
        font-size: 16px;

        padding: 0 10px;
    }
}
.header .product-nav .pronav-list1>li.active>a,
.header .product-nav .pronav-list1>li:hover>a {
    color: #e60012;
}
.header .btn-menu {
    position: relative;

    display: none;

    width: 30px;
    height: 40px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .header .btn-menu {
        display: inline-block;

        margin-left: 10px;

        vertical-align: middle;
    }
}
.header .btn-menu div {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .btn-menu div:before,
.header .btn-menu div:after {
    display: block;

    height: 2px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background: #000;
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

    -webkit-transition: all .4s;
    transition: all .4s;

    background: #000;
}
.header.stuck {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.stuck .pc-nav>ul>li>a {
    height: 60px;
}
.header.stuck .logo {
    width: 310px;
}
@media (max-width: 1400px) {
    .header.stuck .logo {
        width: 260px;
    }
}
@media (max-width: 1199px) {
    .header.stuck .logo {
        width: auto;
    }
}
.header.stuck .logo img {
    height: 60px;
}
@media (max-width: 1400px) {
    .header.stuck .logo img {
        height: 56px;
    }
}
@media (max-width: 1199px) {
    .header.stuck .logo img {
        height: 100%;
    }
}
.header.stuck .product-nav .pronav-list1>li>a {
    height: 60px;
}
.hc-mobile-nav {
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone {
    display: none;
}
.hc-mobile-nav p {
    margin: 0;
}
.hc-mobile-nav li.nav-close {
    padding-top: 40px;
}
.hc-mobile-nav li.d-none {
    display: block !important;
}
.hc-mobile-nav .nav-list2 li.nav-parent>a {
    padding-right: 44px;
    padding-left: 30px;
}
.hc-mobile-nav .nav-list3 li a {
    padding-left: 40px;
}
.hc-mobile-nav ul {
    text-indent: 0 !important;
}
.hc-mobile-nav .nav-wrapper {
    color: #333;
    background-color: #fff;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #222;
}
.hc-mobile-nav:not(.touch-device) a:hover {
    background-color: #eee;
}
.online-wrap {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 5px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .online-wrap {
        top: auto;
        bottom: 100px;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.online-wrap .btn {
    line-height: 44px;

    width: 44px;
    height: 44px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #e60012;
    border-radius: 0;
    border-radius: 8px;
    outline: none;
    background-color: #e60012;
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

    content: '\eab3';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: relative;

    padding: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;

    border-radius: 25px;
    background: rgba(230, 0, 18, .26);

    -webkit-backdrop-filter: blur(2.4000001px);
    backdrop-filter: blur(2.4000001px);
}
@media (max-width: 991px) {
    .online-wrap .online {
        position: absolute;
        top: auto;
        right: -60px;
        bottom: 70px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 40px;

    position: relative;

    display: block;

    width: 40px;
    height: 40px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
}
.online-wrap .online a .iconfont {
    font-size: 24px;
}
.online-wrap .online a:hover {
    background-color: #e60012;
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
.online-wrap .online .codenum {
    position: relative;
}
.online-wrap .online .codenum .open-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .codenum .open-num p {
    line-height: 40px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    background: #e60012;
}
@media (min-width: 1200px) {
    .online-wrap .online .codenum:hover .open-num {
        right: 100%;
    }
}
.online-wrap .online .code {
    position: relative;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .online-cart span {
    font-size: 12px;
    line-height: 18px;

    position: absolute;
    top: 0;
    right: 0;

    width: 18px;
    height: 18px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #e60012;
}
.xs-online {
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(env(safe-area-inset-bottom) - 15px);

    color: #fff;
    background-color: #e60012;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online .open-top {
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;

    background-color: #e60012;
}
.xs-online .open-top a {
    line-height: 24px;

    display: inline-block;

    padding: 5px 10px;

    text-align: center;
    vertical-align: middle;

    border-right: 1px solid rgba(255, 255, 255, .3);
}
.xs-online .open-top a .iconfont {
    font-size: 20px;

    display: block;
}
.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;
}
.xs-online ul li {
    position: relative;

    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li:hover .open-top {
    display: block;
}
.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
.xs-online ul li>a .iconfont {
    font-size: 20px;

    display: block;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.xs-online-wechat>a {
    position: relative;
}
.xs-online ul li.xs-online-wechat>a:hover img {
    display: block;
}
.xs-online ul li.xs-online-wechat>a img {
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.banner {
    font-size: 0;

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;
    padding-top: 154px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    border-radius: 0 0 50px 50px;
}
@media (max-width: 1720px) {
    .banner {
        padding-top: 138px;
    }
}
@media (max-width: 1199px) {
    .banner {
        padding-top: 60px;

        border-radius: 0 0 30px 30px;
    }
}
@media (max-width: 767px) {
    .banner {
        padding-top: 0;

        border-radius: 0 0 20px 20px;
    }
}
.banner img {
    display: block;

    width: 100%;
}
.banner .img-box {
    padding-bottom: 43.22916667%;
}
.banner .swiper-slide-active .title .subtitle,
.banner .swiper-slide-active .title h2 {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.banner .swiper-slide-active .link,
.banner .swiper-slide-active .editor-content {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 767px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}
.banner.hide-video video {
    display: none !important;
}
.banner-video-box {
    position: relative;

    display: block;

    padding-bottom: 43.22916667%;

    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play {
    background-color: #e60012 !important;
}
.banner .mobile-video {
    position: relative;

    display: block;
}
.banner .mobile-video:after {
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before {
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner .swiper-pagination {
    position: relative;
    bottom: auto;

    width: auto;
    margin: 0 20px;
}
.banner .swiper-pagination-bullet {
    position: relative;

    width: 24px;
    height: 24px;

    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 24px;
    background: none;
}
.banner .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .69);
}
.banner .swiper-pagination-bullet-active {
    border: 1px solid rgba(255, 255, 255, .43);
}
.banner .swiper-pagination-bullet-active:before {
    background-color: #e60012;
}
.banner .banner-button {
    position: absolute;
    z-index: 8;
    bottom: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .banner .banner-button {
        bottom: 10px;
    }
}
@media (max-width: 767px) {
    .banner .banner-button {
        bottom: 0;
    }
}
.banner .swiper-slide-active .banner-text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 1;
}
.banner .banner-button-prev,
.banner .banner-button-next {
    font-size: 20px;
    font-weight: bold;

    color: #fff;
}
.banner .banner-button-prev:hover,
.banner .banner-button-next:hover {
    color: #e60012;
}
.banner .banner-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner-in {
    position: relative;

    overflow: hidden;

    padding-top: 154px;

    border-radius: 0 0 50px 50px;
}
@media (max-width: 1720px) {
    .banner-in {
        padding-top: 138px;
    }
}
@media (max-width: 1199px) {
    .banner-in {
        padding-top: 60px;

        border-radius: 0 0 30px 30px;
    }
}
@media (max-width: 767px) {
    .banner-in {
        padding-top: 0;

        border-radius: 0 0 20px 20px;
    }
}
.banner-in img {
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 1920px) {
    .banner-in img {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .banner-in img {
        width: 140%;
        margin-left: -20%;
    }
}
.banner-in .banner-in-text {
    position: absolute;
    z-index: 6;
    top: -webkit-calc(50% + 70px);
    top: calc(50% + 70px);
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-in .banner-in-text {
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px);
    }
}
@media (max-width: 767px) {
    .banner-in .banner-in-text {
        top: 50%;
    }
}
.banner-in .banner-in-text h2 {
    font-family: 'DM Sans', Arial;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.10344828;

    max-width: 1350px;
    margin: 0 auto;

    letter-spacing: -1.28px;
}
@media (max-width: 1720px) {
    .banner-in .banner-in-text h2 {
        font-size: 56px;
    }
}
@media (max-width: 1560px) {
    .banner-in .banner-in-text h2 {
        font-size: 52px;
    }
}
@media (max-width: 1470px) {
    .banner-in .banner-in-text h2 {
        font-size: 48px;
    }
}
@media (max-width: 1400px) {
    .banner-in .banner-in-text h2 {
        font-size: 44px;

        letter-spacing: -1.9px;
    }
}
@media (max-width: 1199px) {
    .banner-in .banner-in-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner-in .banner-in-text h2 {
        font-size: 34px;

        letter-spacing: -.9px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-in-text h2 {
        font-size: 20px;

        letter-spacing: 0;
    }
}
.banner-in .banner-in-text .editor-content {
    font-family: 'DM Sans', Arial;

    max-width: 666px;
    margin: 0 auto;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .banner-in .banner-in-text .editor-content {
        display: none;
    }
}
.banner-in .banner-in-text .editor-content p {
    font-weight: 800;

    color: #fff;
}
.banner-in .banner-in-text .common-more {
    margin-top: 10px;
}
@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
.box {
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1560px) {
    .box {
        padding: 100px 0;
    }
}
@media (max-width: 1400px) {
    .box {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
@-webkit-keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.common-button a,
.common-button button {
    font-family: 'DM Sans', Arial;
    font-size: 18px;
    line-height: 30px;

    display: block;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.common-button a .button-now,
.common-button button .button-now,
.common-button a .button-hover,
.common-button button .button-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-button a .button-now span,
.common-button button .button-now span,
.common-button a .button-hover span,
.common-button button .button-hover span,
.common-button a .button-now .iconfont,
.common-button button .button-now .iconfont,
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont {
    display: block;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.common-button a .button-now .iconfont,
.common-button button .button-now .iconfont,
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont {
    margin-left: 10px;
}
.common-button a .now-hover-group,
.common-button button .now-hover-group {
    position: relative;

    overflow: hidden;
}
.common-button a .button-hover,
.common-button button .button-hover {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}
.common-button a .button-hover span,
.common-button button .button-hover span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
}
.common-button a:hover,
.common-button button:hover {
    color: #e60012;
}
.common-button a:hover .button-now span,
.common-button button:hover .button-now span {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.common-button a:hover .button-now .iconfont,
.common-button button:hover .button-now .iconfont {
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
}
.common-button a:hover .button-hover span,
.common-button button:hover .button-hover span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.common-button a:hover .button-hover .iconfont,
.common-button button:hover .button-hover .iconfont {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}
.common-button.text-center a,
.common-button.text-center button {
    margin: 0 auto;
}
.title .subtitle {
    font-size: 20px;
    line-height: 1.2;

    margin-bottom: 16px;
}
@media (max-width: 1199px) {
    .title .subtitle {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .title .subtitle {
        font-size: 16px;
    }
}
.title h2 {
    font-family: 'DM Sans', Arial;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.10344828;

    margin: 0;

    letter-spacing: -2.9px;
}
@media (max-width: 1560px) {
    .title h2 {
        font-size: 52px;
    }
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 48px;
    }
}
@media (max-width: 1400px) {
    .title h2 {
        font-size: 44px;

        letter-spacing: -1.9px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 34px;

        letter-spacing: -.9px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 28px;
    }
}
.title h2 span {
    color: #e60012;
}
.title .editor-content {
    max-width: 1460px;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .title .editor-content {
        margin-top: 10px;
    }
}
.title .editor-content p {
    line-height: 20px;
}
.title.text-center {
    max-width: 750px;
    margin: 0 auto;
}
@media (max-width: 1470px) {
    .title.text-center {
        max-width: 650px;
    }
}
.title.text-center .subtitle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.common-more a,
.common-more button {
    font-family: 'DM Sans', Arial;
    font-size: 18px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-more a:after,
.common-more button:after {
    display: block;

    width: 86px;
    height: 86px;
    margin-left: -30px;

    content: '';
    -webkit-transition: all 1s;
    transition: all 1s;

    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(230, 0, 18, 0)), to(#e60012));
    background-image: -webkit-linear-gradient(left, rgba(230, 0, 18, 0) 0%, #e60012 100%);
    background-image: linear-gradient(90deg, rgba(230, 0, 18, 0) 0%, #e60012 100%);
}
@media (max-width: 1400px) {
    .common-more a:after,
    .common-more button:after {
        width: 66px;
        height: 66px;
    }
}
@media (max-width: 767px) {
    .common-more a:after,
    .common-more button:after {
        width: 46px;
        height: 46px;
        margin-left: -20px;
    }
}
.common-more a .now-hover-group,
.common-more button .now-hover-group {
    overflow: hidden;
}
.common-more a .button-now,
.common-more button .button-now,
.common-more a .button-hover,
.common-more button .button-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-more a .button-now span,
.common-more button .button-now span,
.common-more a .button-hover span,
.common-more button .button-hover span,
.common-more a .button-now .iconfont,
.common-more button .button-now .iconfont,
.common-more a .button-hover .iconfont,
.common-more button .button-hover .iconfont {
    display: block;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.common-more a .button-now .iconfont,
.common-more button .button-now .iconfont,
.common-more a .button-hover .iconfont,
.common-more button .button-hover .iconfont {
    margin-left: 10px;
}
.common-more a .now-hover-group,
.common-more button .now-hover-group {
    position: relative;

    overflow: hidden;
}
.common-more a .button-hover,
.common-more button .button-hover {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}
.common-more a .button-hover span,
.common-more button .button-hover span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.common-more a .button-hover .iconfont,
.common-more button .button-hover .iconfont {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
}
.common-more a:hover:after,
.common-more button:hover:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.common-more a:hover .button-now span,
.common-more button:hover .button-now span {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.common-more a:hover .button-now .iconfont,
.common-more button:hover .button-now .iconfont {
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
}
.common-more a:hover .button-hover span,
.common-more button:hover .button-hover span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.common-more a:hover .button-hover .iconfont,
.common-more button:hover .button-hover .iconfont {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}
.common-more.text-center a,
.common-more.text-center button {
    margin: 0 auto;
}
.common-project-item .pic-box {
    position: relative;

    overflow: hidden;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 10px;
}
.common-project-item .pic-box .addcart {
    font-size: 12px;
    line-height: 30px;

    position: absolute;
    z-index: 6;
    top: 25px;
    left: 25px;

    display: block;
    overflow: hidden;

    width: 30px;
    height: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px) {
    .common-project-item .pic-box .addcart {
        top: 15px;
        left: 15px;
    }
}
.common-project-item .pic-box .addcart:hover,
.common-project-item .pic-box .addcart.active {
    color: #fff;
    background-color: #e60012;
}
.common-project-item .img-box {
    padding-bottom: 68%;
}
.common-project-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-project-item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 1199px) {
    .common-project-item .text {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .common-project-item .text {
        margin-top: 10px;
    }
}
.common-project-item .text .note {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}
@media (max-width: 767px) {
    .common-project-item .text .note {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}
.common-project-item .text .title-project {
    font-family: 'DM Sans', Arial;
    font-size: 26px;
    font-weight: 800;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 64px;

    letter-spacing: -.78px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .common-project-item .text .title-project {
        font-size: 22px;
        line-height: 30px;

        max-height: 60px;
    }
}
@media (max-width: 991px) {
    .common-project-item .text .title-project {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .common-project-item .text .title-project {
        font-size: 18px;
        line-height: 24px;

        max-height: 48px;
    }
}
.common-project-item .text .editor-content {
    display: -webkit-box;
    overflow: hidden;

    max-height: 44px;
    margin-top: 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.common-project-item .text .editor-content p {
    color: #000;
}
.common-project-item .text .more {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.common-project-item .text .more a {
    line-height: 46px;

    display: block;

    width: 58px;
    height: 58px;
    padding: 6px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #e60012;
    border-radius: 50%;
    background-color: rgba(211, 211, 211, .46);
}
@media (max-width: 767px) {
    .common-project-item .text .more a {
        line-height: 40px;

        width: 50px;
        height: 50px;
        padding: 5px;
    }
}
.common-project-item .text .more a .iconfont {
    display: block;

    width: 100%;
    height: 100%;

    border-radius: 50%;
    background: #d8d8d8;
}
@media (min-width: 1200px) {
    .common-project-item:hover .pic-box {
        box-shadow: 0 7px 7px 0 rgba(0, 0, 0, .25);
    }
    .common-project-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-project-item:hover .more a {
        color: #fff;
        background-color: rgba(230, 0, 18, .46);
    }
    .common-project-item:hover .more a .iconfont {
        background-color: #e60012;
    }
}
.box-top .title {
    width: 100%;
    max-width: 70%;
    margin-right: 20px;
}
@media (max-width: 991px) {
    .box-top .title {
        max-width: 100%;
    }
}
.box-top .title h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-top .title h2 .line {
    width: 30%;
    height: 1px;
    margin-left: 20px;

    background-color: #000;
}
@media (max-width: 1199px) {
    .box-top .title h2 .line {
        width: 20%;
    }
}
.box-top .title h2 .iconfont {
    font-size: 16px;

    margin-left: -10px;
}
.box-top .common-button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.box-project .project .swiper-slide {
    margin-top: 160px;

    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
}
@media (max-width: 1199px) {
    .box-project .project .swiper-slide {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    .box-project .project .swiper-slide {
        margin-top: 0;
    }
}
.box-project .project .swiper-slide-active {
    margin-top: 0;
}
.box-project .project .swiper-slide-next {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .box-project .project .swiper-slide-next {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .box-project .project .swiper-slide-next {
        margin-top: 0;
    }
}
.box-project .project .swiper-slide-visible {
    opacity: 1;
}
.box-project .project .common-project-item {
    position: relative;

    overflow: hidden;

    border-radius: 10px;
}
.box-project .project .common-project-item .img-box {
    padding-bottom: 112%;
}
.box-project .project .common-project-item .img-box img {
    object-fit: cover;
}
@media (min-width: 1200px) {
    .box-project .project .common-project-item .text {
        position: absolute;
        z-index: 5;
        bottom: 0;
        left: 0;

        width: 100%;
        padding: 30px 20px 30px 20px;

        -webkit-transition: all .6s;
        transition: all .6s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        /* 关键：把渐变区域拉长 */

        color: #fff;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), color-stop(50%, rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, 0) 100%);

        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(85%, #000), to(transparent));
        mask-image: linear-gradient(to top, #000 85%, transparent 100%);
        -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(85%, #000), to(transparent));
        -webkit-mask-image: -webkit-linear-gradient(bottom, #000 85%, transparent 100%);
    }
    .box-project .project .common-project-item .text .editor-content p {
        color: #fff;
    }
}
@media (min-width: 1200px) {
    .box-project .project .common-project-item:hover .text {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.box-project .project-more {
    padding: 40px 0 70px;

    border-bottom: 1px solid #000;
}
@media (max-width: 1199px) {
    .box-project .project-more {
        padding: 30px 0;
    }
}
.box-project .project-more h3 {
    font-family: 'DM Sans', Arial;
    font-size: 36px;
    line-height: 1.2;

    text-align: center;
    letter-spacing: -1.08px;
}
@media (max-width: 1199px) {
    .box-project .project-more h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .box-project .project-more h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .box-project .project-more h3 {
        font-size: 20px;
    }
}
.common-product-item .pic-box {
    overflow: hidden;

    border-radius: 10px;
}
.common-product-item .pic-box .img-box {
    padding-bottom: 123.52941176%;
}
.common-product-item .pic-box .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .pic-box .mask {
    font-family: 'DM Sans', Arial;
    font-weight: 800;
    line-height: 30px;

    position: absolute;
    z-index: 6;
    top: 25px;
    right: 25px;

    min-width: 80px;
    padding: 10px;

    text-align: center;

    border-radius: 6px;
    background: rgba(255, 255, 255, .7);

    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.common-product-item .text {
    padding: 20px;
}
.common-product-item .title-product {
    font-family: 'DM Sans', Arial;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .common-product-item .title-product {
        font-size: 20px;
    }
}
.common-product-item .editor-content {
    display: -webkit-box;
    overflow: hidden;

    height: 26px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.common-product-item .editor-content p {
    color: #000;
}
.common-product-item .more a {
    font-family: 'DM Sans', Arial;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 15px 26px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #000;
    border-radius: 50px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .common-product-item .more a {
        padding: 10px 20px;
    }
}
@media (min-width: 1200px) {
    .common-product-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-product-item:hover .more a {
        color: #fff;
        border-color: #e60012;
        background-color: #e60012;
    }
}
.box-category .category-top .category-top-text {
    width: 35%;
    padding-top: 10px;
    padding-right: 10%;
}
@media (max-width: 767px) {
    .box-category .category-top .category-top-text {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
    }
}
.box-category .category-top .category-top-text p {
    color: #000;
}
.box-category .category-top .title {
    width: 65%;
}
@media (max-width: 767px) {
    .box-category .category-top .title {
        width: 100%;
        margin-top: 10px;
    }
}
.box-category .category-top .title .editor-content {
    max-width: 710px;
}
.box-category .category {
    padding: 0 2%;
}
.box-category .category .slick-arrow {
    left: 0;
}
.box-category .category .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.box-about .about-left {
    width: 60%;
}
@media (max-width: 767px) {
    .box-about .about-left {
        width: 100%;
    }
}
.box-about .about-left-top {
    position: relative;

    padding-left: 18%;
}
@media (max-width: 767px) {
    .box-about .about-left-top {
        width: 100%;
    }
}
.box-about .about-left-top:before {
    position: absolute;
    top: 90%;

    display: block;

    width: 290px;
    height: 290px;

    content: '';

    border-radius: 50%;
    background: -webkit-gradient(linear, right top, left top, color-stop(-50.58%, rgba(230, 0, 18, .45)), to(rgba(230, 0, 18, .45)));
    background: -webkit-linear-gradient(right, rgba(230, 0, 18, .45) -50.58%, rgba(230, 0, 18, .45) 100%);
    background: linear-gradient(270deg, rgba(230, 0, 18, .45) -50.58%, rgba(230, 0, 18, .45) 100%);

    -webkit-filter: blur(154.3999939px);
    filter: blur(154.3999939px);
}
@media (max-width: 1199px) {
    .box-about .about-left-top:before {
        width: 180px;
        height: 180px;
    }
}
.box-about .about-left-top .text {
    max-width: 490px;
}
.box-about .title-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.box-about .title-about h2,
.box-about .title-about h3 {
    font-family: 'Anton';
    font-size: 8vw;
    line-height: 1;

    position: relative;
    z-index: 6;
}
@media (max-width: 767px) {
    .box-about .title-about h2,
    .box-about .title-about h3 {
        font-size: 50px;
    }
}
.box-about .title-about h2 {
    position: relative;
    z-index: 2;

    color: #e60012;
}
.box-about .pic {
    position: relative;
    z-index: 4;

    margin-top: -150px;
}
@media (max-width: 1720px) {
    .box-about .pic {
        margin-top: -100px;
    }
}
@media (max-width: 1400px) {
    .box-about .pic {
        margin-top: -80px;
    }
}
@media (max-width: 991px) {
    .box-about .pic {
        margin-top: -40px;
    }
}
.box-about .pic img {
    width: 100%;
}
.box-about .about-right {
    width: 40%;
    padding-right: var(--pad);
}
@media (max-width: 767px) {
    .box-about .about-right {
        width: 100%;
        margin-top: 30px;
        padding: 0 var(--pad);
    }
}
.box-about .about-right .title-about-right h3 {
    font-family: 'Anton';
    font-size: 44px;
    line-height: 1.2;
}
@media (max-width: 1560px) {
    .box-about .about-right .title-about-right h3 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .box-about .about-right .title-about-right h3 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .box-about .about-right .title-about-right h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .box-about .about-right .title-about-right h3 {
        font-size: 24px;
    }
}
.box-about .about-right .text {
    display: -webkit-box;
    overflow: hidden;

    max-height: 312px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
}
@media (max-width: 1560px) {
    .box-about .about-right .text {
        display: -webkit-box;
        overflow: hidden;

        max-height: 234px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
    }
}
@media (max-width: 1400px) {
    .box-about .about-right .text {
        display: -webkit-box;
        overflow: hidden;

        max-height: 182px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }
}
@media (max-width: 767px) {
    .box-about .about-right .text {
        max-height: 168px;
    }
}
.box-about .number-video {
    position: relative;
    z-index: 6;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 60%;
    margin-left: 40%;
    padding: 10px var(--pad) 10px 10px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-radius: 999px 0 0 999px;
    background: -webkit-linear-gradient(359deg, #610008 -37.15%, #e60012 98.14%);
    background: linear-gradient(91deg, #610008 -37.15%, #e60012 98.14%);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .box-about .number-video {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.box-about .number-video .video {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.box-about .number-video .play {
    font-size: 40px;
    line-height: 150px;

    position: relative;

    width: 150px;
    height: 150px;

    cursor: pointer;
    text-align: center;

    color: #e60012;
}
@media (max-width: 1400px) {
    .box-about .number-video .play {
        font-size: 34px;
        line-height: 120px;

        width: 120px;
        height: 120px;
    }
}
@media (max-width: 1199px) {
    .box-about .number-video .play {
        font-size: 30px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.box-about .number-video .play:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: zhuan 10s linear infinite;
    animation: zhuan 10s linear infinite;

    background: url(../images/play.svg) no-repeat center;
    background-size: cover;
}
.box-about .number-video .play .iconfont {
    position: relative;
    z-index: 6;
}
.box-about .number-video .number {
    width: 100%;
    padding-left: 15%;

    color: #fff;
}
@media (max-width: 1400px) {
    .box-about .number-video .number {
        padding-left: 10%;
    }
}
@media (max-width: 1199px) {
    .box-about .number-video .number {
        padding-left: 5%;
    }
}
.box-about .number-video .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .box-about .number-video .number ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.box-about .number-video .number ul li {
    padding: 0 15px;
}
@media (max-width: 480px) {
    .box-about .number-video .number ul li {
        width: 100%;
        margin: 5px 0;
    }
}
.box-about .number-video .number .item {
    text-align: center;
}
.box-about .number-video .number .item .stats-num {
    font-family: 'DM Sans', Arial;
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
}
@media (max-width: 1400px) {
    .box-about .number-video .number .item .stats-num {
        font-size: 54px;
    }
}
@media (max-width: 1199px) {
    .box-about .number-video .number .item .stats-num {
        font-size: 44px;
    }
}
@media (max-width: 991px) {
    .box-about .number-video .number .item .stats-num {
        font-size: 38px;
    }
}
.box-about .number-video .number .item .stats-num sub {
    font-size: 24px;
}
@media (max-width: 1199px) {
    .box-about .number-video .number .item .stats-num sub {
        font-size: 20px;
    }
}
.box-about .number-video .number .item .stats-text {
    margin-top: 10px;
}
.box-about .number-video .number .item .stats-text p {
    line-height: 24px;

    margin: 0;
}
.box-choose .choose .pic {
    overflow: hidden;

    width: 390px;

    border-radius: 10px;
}
@media (max-width: 1400px) {
    .box-choose .choose .pic {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .box-choose .choose .pic {
        width: 100%;
    }
}
.box-choose .choose .pic img {
    width: 100%;
}
.box-choose .choose .choose-list {
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
    padding-left: 15%;
}
@media (max-width: 1400px) {
    .box-choose .choose .choose-list {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding-left: 10%;
    }
}
@media (max-width: 991px) {
    .box-choose .choose .choose-list {
        width: 100%;
        padding-left: 0;
    }
}
.box-choose .choose .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 0;

    cursor: pointer;

    border-bottom: 1px solid rgba(0, 0, 0, .35);
}
@media (max-width: 991px) {
    .box-choose .choose .item {
        padding: 20px 0;
    }
}
.box-choose .choose .item .icon {
    font-size: 24px;
    line-height: 60px;

    overflow: hidden;

    width: 60px;
    height: 60px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #000;
}
@media (max-width: 1199px) {
    .box-choose .choose .item .icon {
        font-size: 20px;
        line-height: 50px;

        overflow: hidden;

        width: 50px;
        height: 50px;

        text-align: center;

        border-radius: 50%;
    }
}
.box-choose .choose .item .text {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-left: 30px;
}
@media (max-width: 1199px) {
    .box-choose .choose .item .text {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        padding-left: 20px;
    }
}
.box-choose .choose .item .title-choose {
    font-family: 'DM Sans', Arial;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1400px) {
    .box-choose .choose .item .title-choose {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .box-choose .choose .item .title-choose {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item .title-choose {
        font-size: 18px;
    }
}
.box-choose .choose .item .title-choose span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#e60012), to(#e60012));
    background-image: -webkit-linear-gradient(left, #e60012 0%, #e60012 100%);
    background-image: linear-gradient(to right, #e60012 0%, #e60012 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.box-choose .choose .item .editor-content {
    margin-top: 20px;
}
@media (max-width: 1400px) {
    .box-choose .choose .item .editor-content {
        margin-top: 10px;
    }
}
@media (min-width: 1200px) {
    .box-choose .choose .item:hover .icon {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;

        background-color: #e60012;
    }
    .box-choose .choose .item:hover .title-choose {
        color: #e60012;
    }
    .box-choose .choose .item:hover .title-choose span {
        background-size: 100% 1px;
    }
}
.common-news-item .pic-box {
    position: relative;

    overflow: hidden;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 10px;
}
.common-news-item .img-box {
    padding-bottom: 74.07407407%;
}
.common-news-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-news-item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 1400px) {
    .common-news-item .text .mask {
        font-size: 14px;
    }
}
.common-news-item .text .note {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}
@media (max-width: 1199px) {
    .common-news-item .text .note {
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
    }
}
@media (max-width: 767px) {
    .common-news-item .text .note {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}
.common-news-item .text .title-news {
    font-family: 'DM Sans', Arial;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 84px;
    margin-top: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1400px) {
    .common-news-item .text .title-news {
        font-size: 22px;

        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .common-news-item .text .title-news {
        font-size: 20px;
        line-height: 24px;

        max-height: 48px;
    }
}
.common-news-item .text .editor-content {
    display: -webkit-box;
    overflow: hidden;

    max-height: 78px;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
    .common-news-item .text .editor-content {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .common-news-item .text .editor-content {
        max-height: 72px;
        margin-top: 10px;
    }
}
.common-news-item .text .editor-content p {
    color: #000;
}
.common-news-item .text .more {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.common-news-item .text .more a {
    line-height: 46px;

    display: block;

    width: 58px;
    height: 58px;
    padding: 6px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #e60012;
    border-radius: 50%;
    background-color: rgba(211, 211, 211, .46);
}
@media (max-width: 767px) {
    .common-news-item .text .more a {
        line-height: 40px;

        width: 50px;
        height: 50px;
        padding: 5px;
    }
}
.common-news-item .text .more a .iconfont {
    display: block;

    width: 100%;
    height: 100%;

    border-radius: 50%;
    background: #d8d8d8;
}
@media (min-width: 1200px) {
    .common-news-item:hover .pic-box {
        box-shadow: 0 7px 7px 0 rgba(0, 0, 0, .25);
    }
    .common-news-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-news-item:hover .title-news {
        color: #e60012;
    }
    .common-news-item:hover .more a {
        color: #fff;
        background-color: rgba(230, 0, 18, .46);
    }
    .common-news-item:hover .more a .iconfont {
        background-color: #e60012;
    }
}
.box-news .news-left {
    position: relative;
    z-index: 6;

    width: 390px;
}
@media (max-width: 1400px) {
    .box-news .news-left {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .box-news .news-left {
        width: 100%;
    }
}
.box-news .news-right {
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
    padding-left: 15%;
}
@media (max-width: 1400px) {
    .box-news .news-right {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding-left: 10%;
    }
}
@media (max-width: 991px) {
    .box-news .news-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.box-news .news-right .swiper-news {
    position: relative;
    z-index: 1;

    overflow: visible;
}
.box-news .news-list {
    position: relative;
    z-index: 2;
}
.box-news .news-list:before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 100%;

    display: block;

    width: 100vw;
    height: 100%;

    content: '';

    background-color: #fff;
}
.box-news .slick-arrow {
    top: 35%;
    left: 0;
}
.box-news .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.box-news .news-scrollbar {
    position: relative;

    width: -webkit-calc(100% + var(--pad));
    width: calc(100% + var(--pad));
    height: 7px;

    cursor: pointer;

    background-color: #c5c5c5;
}
.box-news .news-scrollbar:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    border: 3px solid #fff;
}
.box-news .news-scrollbar .swiper-scrollbar-drag {
    border-radius: 10px;
    background-color: #e60012;
}
.box-message {
    margin-bottom: -60px;
    padding-bottom: 140px;

    background: #f6f6f6;
}
.box-message .box-top {
    width: 60%;
    padding-right: 5%;
}
@media (max-width: 1720px) {
    .box-message .box-top {
        padding-right: 3%;
    }
}
@media (max-width: 991px) {
    .box-message .box-top {
        width: 100%;
        padding-right: 0;
    }
}
.box-message .box-top .title {
    max-width: 100%;
}
.box-message .message {
    font-family: 'DM Sans', Arial;

    width: 40%;
}
@media (max-width: 991px) {
    .box-message .message {
        width: 100%;
    }
}
.box-message .message form ul li {
    margin-top: 10px;
}
.box-message .message form input {
    line-height: 30px;

    width: 100%;
    padding: 10px 0;

    border-bottom: 1px solid rgba(0, 0, 0, .6);
    background: none;
}
.box-message .message form input::-webkit-input-placeholder,
.box-message .message form textarea::-webkit-input-placeholder {
    color: #b6b6b6;
}
.box-message .message form input:-o-placeholder,
.box-message .message form textarea:-o-placeholder {
    color: #b6b6b6;
}
.box-message .message form input::-moz-placeholder,
.box-message .message form textarea::-moz-placeholder {
    color: #b6b6b6;
}
.box-message .message form input:-ms-input-placeholder,
.box-message .message form textarea:-ms-input-placeholder {
    color: #b6b6b6;
}
.box-message .message form input:focus::-webkit-input-placeholder,
.box-message .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-message .message form input:focus::-o-placeholder,
.box-message .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-message .message form input:focus::-moz-placeholder,
.box-message .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-message .message form input:focus::-ms-input-placeholder,
.box-message .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-message .message form .submit-group {
    margin-top: 40px;
}
.box-message .message form .submit-group .common-button button {
    font-size: 20px;
    font-weight: 800;

    padding: 10px;

    color: #fff;
    border-radius: 8px;
    background: #000;
}
@media (max-width: 1199px) {
    .box-message .message form .submit-group .common-button button {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-message .message form .submit-group .common-button button {
        font-size: 16px;
    }
}
.box-message .message form .submit-group .common-button button:hover {
    background-color: #e60012;
}
.footer {
    font-family: 'DM Sans', Arial;

    position: relative;

    overflow: hidden;

    padding-top: 100px;

    color: #fff;
    border-radius: 50px 50px 0 0;
}
@media (max-width: 991px) {
    .footer {
        padding-top: 80px;
        padding-bottom: 80px;

        border-radius: 30px 30px 0 0;
    }
}
@media (max-width: 767px) {
    .footer {
        padding-top: 30px;

        border-radius: 20px 20px 0 0;
    }
}
.footer:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, color-stop(58.36%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .74)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 58.36%, rgba(0, 0, 0, .74) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.36%, rgba(0, 0, 0, .74) 100%);
}
.footer .container {
    position: relative;
    z-index: 6;
}
.footer a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer a:hover {
    color: #fff;
}
.footer a:hover span {
    background-size: 100% 1px;
}
.footer .bigtxt {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
}
@media (max-width: 1400px) {
    .footer .bigtxt {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .footer .bigtxt {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .footer .bigtxt {
        display: none;
    }
}
.footer .bigtxt b {
    font-size: 8vw;
}
@media (max-width: 1199px) {
    .footer .bigtxt b {
        font-size: 6vw;
    }
}
@media (max-width: 767px) {
    .footer .foot {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer .foot-right {
    width: 490px;
    padding: 70px;

    border-radius: 10px;
    background-color: #e60012;
}
@media (max-width: 1400px) {
    .footer .foot-right {
        padding: 50px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-right {
        width: 400px;
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .footer .foot-right {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .footer .foot-right {
        width: 100%;
    }
}
.footer .foot-nav {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .footer .foot-nav {
        margin-top: 20px;
    }
}
.footer .foot-nav>ul>li>a {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;

    display: block;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 0;
}
@media (max-width: 1199px) {
    .footer .foot-nav>ul>li>a {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .footer .foot-nav>ul>li>a {
        font-size: 24px;
    }
}
.footer .foot-text {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .footer .foot-text {
        margin-top: 20px;
    }
}
.footer .foot-text p {
    line-height: 1.5;

    margin: 0 0 4px 0;
}
.footer .copyright {
    line-height: 1.5;

    padding: 20px 0 60px;
}
@media (max-width: 1199px) {
    .footer .copyright {
        padding: 20px 0 30px;
    }
}
@media (max-width: 767px) {
    .footer .copyright {
        padding: 10px 0;
    }
}
.footer .copyright p {
    margin: 0;
}
.footer .copyright .power {
    margin-right: 20px;
}
.footer .copyright .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .copyright .link a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer .copyright .link .line {
    margin: 0 10px;
}
.wrap {
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px) {
    .wrap {
        padding: 80px 0;
    }
}
@media (max-width: 1400px) {
    .wrap {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.pt-60 {
    padding-top: 60px;
}
@media (max-width: 1199px) {
    .pt-60 {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}
.title-in h2 {
    font-family: 'DM Sans', Arial;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.10344828;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;

    letter-spacing: -2.9px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .title-in h2 {
        font-size: 52px;
    }
}
@media (max-width: 1470px) {
    .title-in h2 {
        font-size: 48px;
    }
}
@media (max-width: 1400px) {
    .title-in h2 {
        font-size: 44px;

        letter-spacing: -1.9px;
    }
}
@media (max-width: 1199px) {
    .title-in h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 34px;

        letter-spacing: -.9px;
    }
}
@media (max-width: 767px) {
    .title-in h2 {
        font-size: 28px;
    }
}
.title-in h2 .line {
    width: 30%;
    height: 1px;
    margin-left: 20px;

    background-color: #000;
}
@media (max-width: 1199px) {
    .title-in h2 .line {
        width: 20%;
    }
}
.title-in h2 .iconfont {
    font-size: 16px;

    margin-left: -10px;
}
.title-in .editor-content {
    max-width: 830px;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .title-in .editor-content {
        margin-top: 10px;
    }
}
.wrap-left {
    padding-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-left {
        display: none;
    }
}
.wrap-right {
    padding-top: 60px;
    padding-left: 40px;
}
@media (max-width: 1199px) {
    .wrap-right {
        padding-left: 15px;
    }
}
.wrap-location {
    font-family: 'DM Sans', Arial;

    padding: 10px 0;

    color: #c4c4c4;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.wrap-location .location {
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
}
.wrap-location .location .iconfont {
    font-size: 18px;

    margin-right: 10px;

    color: #000;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-location .location>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-location .location>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-location .location>ul>li:after {
    margin: 0 8px;

    content: '>';
}
.wrap-location .location>ul>li:last-child:after {
    display: none;
}
.wrap-location .location>ul>li:last-child>a {
    color: #000;
}
.wrap-location .location>ul>li>a {
    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-location .location>ul>li>a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#e60012), to(#e60012));
    background-image: -webkit-linear-gradient(left, #e60012 0%, #e60012 100%);
    background-image: linear-gradient(to right, #e60012 0%, #e60012 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-location .location>ul>li>a:hover {
    color: #e60012;
}
.wrap-location .location>ul>li>a:hover span {
    background-size: 100% 1px;
}
.wrap-menu {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-menu {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-menu {
        margin-top: 10px;
    }
}
.wrap-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: -4px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-menu ul li {
    padding: 4px;
}
.wrap-menu ul li a {
    font-family: 'DM Sans', Arial;
    font-weight: 500;
    line-height: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 210px;
    height: 100%;
    min-height: 50px;
    padding: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 6px;
    background: #f3f3f3;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .wrap-menu ul li a {
        line-height: 24px;

        width: 100%;
        min-height: auto;
        padding: 8px;
    }
}
.wrap-menu ul li.active a,
.wrap-menu ul li:hover a {
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
}
.wrap-sidenav {
    font-family: 'DM Sans', Arial;

    position: relative;
}
.wrap-sidenav .title-sidenav h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.66666667;
}
.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    overflow: hidden;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 12px 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-bottom: 1px solid #d2d2d2;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
    font-family: 'iconfont' !important;
    font-size: 12px;
    line-height: 20px;

    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 20px;

    content: '\ee4b';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #898989;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    color: #e60012;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    color: #e60012;
}
.wrap-sidenav .sidenav .slevel-1>li.active .slevel-2 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;
}
.wrap-sidenav .sidenav .slevel-2>li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    line-height: 24px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 8px 20px 8px 42px;
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
    font-family: 'iconfont' !important;
    font-size: 0;
    line-height: 16px;

    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 10px;

    content: '\e659';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border: 1px solid #d9d9d9;
    border-radius: 1px;
    background: #f5f5f5;
}
.wrap-sidenav .sidenav .slevel-2>li>a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#e60012), to(#e60012));
    background-image: -webkit-linear-gradient(left, #e60012 0%, #e60012 100%);
    background-image: linear-gradient(to right, #e60012 0%, #e60012 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    color: #e60012;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a:before,
.wrap-sidenav .sidenav .slevel-2>li:hover>a:before {
    font-size: 16px;

    border-color: #e60012;
    background-color: #fff;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a span,
.wrap-sidenav .sidenav .slevel-2>li:hover>a span {
    background-size: 100% 1px;
}
.xs-product-nav {
    font-family: 'DM Sans', Arial;

    display: none;
    overflow: hidden;

    padding: 20px 0 0 0;
}
@media (max-width: 1199px) {
    .xs-product-nav {
        display: block;
    }
}
.xs-product-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -4px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xs-product-nav ul>li {
    display: inline-block;
    overflow: hidden;

    height: auto;
    padding: 4px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .xs-product-nav ul>li {
        width: 50%;
    }
}
.xs-product-nav ul>li>a {
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 5px 20px;

    text-transform: capitalize;

    border-radius: 5px;
    background-color: #f6f8fa;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .xs-product-nav ul>li>a {
        line-height: 20px;

        padding: 5px 10px;
    }
}
.xs-product-nav ul>li.active>a {
    color: #fff;
    background-color: #e60012;
}
.wrap-about .about-top {
    position: relative;
}
@media (max-width: 991px) {
    .wrap-about .about-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wrap-about .about-top:before {
    position: absolute;
    z-index: 1;
    top: 10%;

    display: block;

    width: 290px;
    height: 290px;

    content: '';

    border-radius: 50%;
    background: -webkit-gradient(linear, right top, left top, color-stop(-50.58%, rgba(230, 0, 18, .45)), to(rgba(230, 0, 18, .45)));
    background: -webkit-linear-gradient(right, rgba(230, 0, 18, .45) -50.58%, rgba(230, 0, 18, .45) 100%);
    background: linear-gradient(270deg, rgba(230, 0, 18, .45) -50.58%, rgba(230, 0, 18, .45) 100%);

    -webkit-filter: blur(154.3999939px);
    filter: blur(154.3999939px);
}
@media (max-width: 1199px) {
    .wrap-about .about-top:before {
        width: 180px;
        height: 180px;
    }
}
.wrap-about .about-top .title-about {
    position: relative;
    z-index: 6;

    margin-right: 3%;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-about .about-top .title-about h2 {
    font-family: 'Anton';
    font-size: 10vw;
    line-height: 1;
}
.wrap-about .about-top .title-about h2 span {
    color: #e60012;
}
.wrap-about .about-top .title {
    position: relative;
    z-index: 6;
}
@media (max-width: 991px) {
    .wrap-about .about-top .title {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-about .about-top .title h3 {
    font-family: 'Anton';
    font-size: 44px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-about .about-top .title h3 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .wrap-about .about-top .title h3 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .about-top .title h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-about .about-top .title h3 {
        font-size: 24px;
    }
}
.wrap-about .about {
    position: relative;
    z-index: 6;

    padding: 100px 0;

    border-bottom: 1px solid #bebebe;
}
@media (max-width: 1560px) {
    .wrap-about .about {
        padding: 80px 0;
    }
}
@media (max-width: 1400px) {
    .wrap-about .about {
        padding: 60px 0;
    }
}
@media (max-width: 1199px) {
    .wrap-about .about {
        padding: 30px 0;
    }
}
@media (max-width: 991px) {
    .wrap-about .about {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wrap-about .about .about-left {
    width: 600px;
    padding-right: 50px;
}
@media (max-width: 1199px) {
    .wrap-about .about .about-left {
        width: 400px;
        padding-right: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-about .about .about-left {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-about .about .about-left .title-about-left h3 {
    font-family: 'DM Sans', Arial;
    font-size: 32px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.1875p;

    letter-spacing: -1.6px;
}
@media (max-width: 1199px) {
    .wrap-about .about .about-left .title-about-left h3 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .wrap-about .about .about-left .title-about-left h3 {
        font-size: 24px;

        letter-spacing: -.6px;
    }
}
@media (max-width: 767px) {
    .wrap-about .about .about-left .title-about-left h3 {
        font-size: 20px;
    }
}
.wrap-about .about .about-right {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
}
@media (max-width: 1199px) {
    .wrap-about .about .about-right {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}
@media (max-width: 991px) {
    .wrap-about .about .about-right {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-about .about .about-right .pic {
    position: relative;

    width: -webkit-calc(100% + var(--pad));
    width: calc(100% + var(--pad));
}
.wrap-about .about .about-right .pic img {
    width: 100%;

    border-radius: 10px;
}
.wrap-about .about .about-right .video {
    position: absolute;
    right: var(--pad);
    bottom: -90px;
}
@media (max-width: 1560px) {
    .wrap-about .about .about-right .video {
        bottom: -70px;
    }
}
@media (max-width: 1400px) {
    .wrap-about .about .about-right .video {
        bottom: -60px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .about .about-right .video {
        bottom: -40px;
    }
}
.wrap-about .about .about-right .video .play {
    font-size: 40px;
    line-height: 180px;

    position: relative;

    width: 180px;
    height: 180px;

    cursor: pointer;
    text-align: center;

    color: #e60012;
}
@media (max-width: 1560px) {
    .wrap-about .about .about-right .video .play {
        line-height: 140px;

        width: 140px;
        height: 140px;
    }
}
@media (max-width: 1400px) {
    .wrap-about .about .about-right .video .play {
        font-size: 34px;
        line-height: 120px;

        width: 120px;
        height: 120px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .about .about-right .video .play {
        font-size: 30px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.wrap-about .about .about-right .video .play:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: zhuan 10s linear infinite;
    animation: zhuan 10s linear infinite;

    background: url(../images/play.svg) no-repeat center;
    background-size: cover;
}
.wrap-about .about .about-right .video .play .iconfont {
    position: relative;
    z-index: 6;
}
.wrap-about .about .about-right .number {
    width: -webkit-calc(90% - 180px);
    width: calc(90% - 180px);
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-about .about .about-right .number {
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
    }
}
.wrap-about .about .about-right .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .wrap-about .about .about-right .number ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wrap-about .about .about-right .number ul li {
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 480px) {
    .wrap-about .about .about-right .number ul li {
        width: 100%;
        margin: 5px 0;
    }
}
.wrap-about .about .about-right .number .item {
    text-align: center;
}
.wrap-about .about .about-right .number .item .stats-num {
    font-family: 'DM Sans', Arial;
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
}
@media (max-width: 1400px) {
    .wrap-about .about .about-right .number .item .stats-num {
        font-size: 54px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .about .about-right .number .item .stats-num {
        font-size: 44px;
    }
}
@media (max-width: 991px) {
    .wrap-about .about .about-right .number .item .stats-num {
        font-size: 38px;
    }
}
.wrap-about .about .about-right .number .item .stats-num sub {
    font-size: 24px;
}
@media (max-width: 1199px) {
    .wrap-about .about .about-right .number .item .stats-num sub {
        font-size: 20px;
    }
}
.wrap-about .about .about-right .number .item .stats-text {
    margin-top: 10px;
}
.wrap-about .about .about-right .number .item .stats-text p {
    line-height: 24px;

    margin: 0;
}
.wrap-honor .text ul li p img {
    width: 22px;
    margin-right: 8px;
}
.wrap-honor .honor {
    padding: 0 110px;
}
@media (max-width: 1720px) {
    .wrap-honor .honor {
        padding: 0 90px;
    }
}
@media (max-width: 991px) {
    .wrap-honor .honor {
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .wrap-honor .honor {
        padding: 0 0;
    }
}
.wrap-honor .honor .slick-slide {
    padding-bottom: 10px;
}
.wrap-honor .honor .item {
    cursor: pointer;
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 141.66666667%;

    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}
.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 1200px) {
    .wrap-honor .honor .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.wrap-oem-odm .pic {
    overflow: hidden;

    width: 40%;

    border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
    .wrap-oem-odm .pic {
        width: 100%;
    }
}
.wrap-oem-odm .pic img {
    width: 100%;
}
.wrap-oem-odm .text {
    width: 60%;
    margin-top: 10px;
    padding-right: var(--pad);
    padding-left: 3%;
}
@media (max-width: 767px) {
    .wrap-oem-odm .text {
        width: 100%;
        margin-top: 30px;
        padding: 0 var(--pad);
    }
}
.wrap-factory .factory .item {
    cursor: pointer;
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 55.91397849%;

    border-radius: 10px;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item .title-factory {
    font-family: 'DM Sans', Arial;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

    margin-top: 20px;
    padding-left: 20px;
}
@media (max-width: 1560px) {
    .wrap-factory .factory .item .title-factory {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-factory .factory .item .title-factory {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-factory .factory .item .title-factory {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-factory .factory .item .title-factory:before {
    position: absolute;
    top: 12px;
    left: 8px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #000;
}
@media (min-width: 1200px) {
    .wrap-factory .factory .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.wrap-network {
    /* SVG线条层 */
    /* 主线条 */
    /* 虚线流动动画 */
    /* 圆点 */
}
.wrap-network .network-left {
    position: relative;
    z-index: 6;

    width: 35%;
}
@media (max-width: 991px) {
    .wrap-network .network-left {
        width: 100%;
    }
}
.wrap-network .network-right {
    width: 65%;
    max-width: 1055px;
}
@media (max-width: 991px) {
    .wrap-network .network-right {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-network .map-box {
    position: relative;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.wrap-network .map {
    display: block;

    width: 100%;
}
.wrap-network .line-svg {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;
}
.wrap-network .line {
    fill: none;
    stroke: #e60012;
    stroke-width: 1.5;
}
.wrap-network .flow-line {
    -webkit-animation: flow 3s linear infinite;
    animation: flow 3s linear infinite;

    fill: none;
    stroke: #e60012;
    stroke-width: 1;
    stroke-dasharray: 3 2;
}
@-webkit-keyframes flow {
    to {
        stroke-dashoffset: -100;
    }
}
@keyframes flow {
    to {
        stroke-dashoffset: -100;
    }
}
.wrap-network .point {
    width: 16px;
    height: 16px;

    fill: #fff;
    stroke: #e60012;
    stroke-width: 4;
}
.wrap-network .point-core {
    position: relative;
    z-index: 9;

    fill: rgba(190, 0, 16, .23);
}
.wrap-network .place-text {
    font-size: 16px;
    line-height: 24px;

    letter-spacing: -.48px;

    fill: #e60012;
}
@media (max-width: 1470px) {
    .wrap-network .place-text {
        font-size: 20px;
    }
}
@media (max-width: 1400px) {
    .wrap-network .place-text {
        font-size: 24px;
    }
}
.wrap-network .number {
    margin-top: 30px;
}
.wrap-network .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1199px) {
    .wrap-network .number ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wrap-network .number ul li {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .wrap-network .number ul li {
        width: 50%;
    }
}
.wrap-network .number .item {
    padding: 20px 0;
}
@media (max-width: 767px) {
    .wrap-network .number .item {
        padding: 10px 0;
    }
}
.wrap-network .number .item .stats-num {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;

    letter-spacing: -.64px;
}
@media (max-width: 1560px) {
    .wrap-network .number .item .stats-num {
        font-size: 28px;
    }
}
@media (max-width: 1400px) {
    .wrap-network .number .item .stats-num {
        font-size: 22px;
    }
}
.wrap-network .number .item .counter {
    font-size: 50px;
    font-weight: 600;
}
@media (max-width: 1560px) {
    .wrap-network .number .item .counter {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .wrap-network .number .item .counter {
        font-size: 30px;
    }
}
.wrap-network .number .line {
    display: block;

    width: 1px;
    margin: 0 60px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#999), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #999, transparent);
    background-image: linear-gradient(transparent, #999, transparent);
}
@media (max-width: 1720px) {
    .wrap-network .number .line {
        margin: 0 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-network .number .line {
        margin: 0 15px;
    }
}
@media (max-width: 767px) {
    .wrap-network .number .line {
        display: none;
    }
}
.wrap-network .number .stats-text {
    margin-top: 10px;

    color: #666;
}
.wrap-wait {
    position: relative;

    padding: 10vw 0;
}
@media (min-width: 1200px) {
    .wrap-wait {
        background-attachment: fixed;
    }
}
.wrap-wait:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(230, 0, 18, .7);
}
.wrap-wait .title {
    position: relative;
    z-index: 6;

    color: #fff;
}
.wrap-project .project>ul {
    margin: 0 -40px;
}
@media (max-width: 1560px) {
    .wrap-project .project>ul {
        margin: 0 -30px;
    }
}
@media (max-width: 1400px) {
    .wrap-project .project>ul {
        margin: 0 -20px;
    }
}
@media (max-width: 767px) {
    .wrap-project .project>ul {
        margin: 0 -6px;
    }
}
.wrap-project .project>ul>li {
    margin-top: 80px;
    padding: 0 40px;
}
@media (max-width: 1560px) {
    .wrap-project .project>ul>li {
        margin-top: 60px;
        padding: 0 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-project .project>ul>li {
        margin-top: 40px;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .wrap-project .project>ul>li {
        margin-top: 20px;
        padding: 0 6px;
    }
}
.wrap-contact {
    background: #f6f6f6;
}
.wrap-contact .title-in .editor-content {
    max-width: 1000px;
}
.wrap-contact .contact-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.wrap-contact .contact-button span {
    font-family: 'DM Sans', Arial;
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;

    padding: 5px 16px;

    color: #fff;
    border-radius: 30px;
    background-color: #e60012;
}
.wrap-contact .contact {
    margin-right: -8px;
    margin-left: -8px;
}
.wrap-contact .contact .pic {
    width: 50%;
    padding: 0 8px;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .pic {
        width: 100%;
        margin-bottom: 16px;
    }
}
.wrap-contact .contact .pic img {
    width: 100%;
    height: -webkit-calc(100% - 8px);
    height: calc(100% - 8px);

    border-radius: 10px;

    object-fit: cover;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .pic img {
        height: 500px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact .pic img {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .pic img {
        height: 300px;
    }
}
.wrap-contact .contact .text {
    width: 50%;
    padding: 0 8px;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .text {
        width: 100%;
    }
}
.wrap-contact .contact .text>ul {
    margin: -8px;
}
.wrap-contact .contact .text>ul>li {
    padding: 8px;
}
.wrap-contact .contact .text .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    min-height: 244px;
    padding: 60px 20px 30px 20px;

    border-radius: 10px;
    background: #fff;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .text .item {
        min-height: auto;
        padding: 30px 20px;
    }
}
.wrap-contact .contact .text .item .icon {
    font-size: 24px;
    line-height: 50px;

    overflow: hidden;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #e60012;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1560px) {
    .wrap-contact .contact .text .item .icon {
        font-size: 22px;
    }
}
@media (max-width: 1400px) {
    .wrap-contact .contact .text .item .icon {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item .icon {
        font-size: 18px;
    }
}
.wrap-contact .contact .text .item .note {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding-left: 20px;
}
.wrap-contact .contact .text .item .note p {
    font-family: 'DM Sans', Arial;
    font-size: 20px;
    line-height: 1.3;

    margin: 0;

    word-break: break-word;

    color: #a3a3a3;
}
@media (max-width: 1560px) {
    .wrap-contact .contact .text .item .note p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .item .note p {
        font-size: 16px;
    }
}
.wrap-contact .contact .text .item .note p a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-contact .contact .text .item .note p a:hover {
    color: #e60012;
}
.wrap-contact .contact .text .item .title-item {
    font-family: 'DM Sans', Arial;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;

    margin-bottom: 14px;
}
@media (max-width: 1560px) {
    .wrap-contact .contact .text .item .title-item {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact .text .item .title-item {
        font-size: 18px;
    }
}
.wrap-message .formbox-contact {
    position: relative;

    overflow: hidden;

    padding: 100px 50px;

    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 1200px) {
    .wrap-message .formbox-contact {
        background-attachment: fixed;
    }
}
@media (max-width: 1560px) {
    .wrap-message .formbox-contact {
        padding: 80px 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-message .formbox-contact {
        padding: 50px 30px;
    }
}
@media (max-width: 767px) {
    .wrap-message .formbox-contact {
        padding: 30px 15px;
    }
}
.wrap-message .formbox-contact:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 0, 18, .76)), to(rgba(128, 0, 10, .76)));
    background: -webkit-linear-gradient(top, rgba(230, 0, 18, .76) 0%, rgba(128, 0, 10, .76) 100%);
    background: linear-gradient(180deg, rgba(230, 0, 18, .76) 0%, rgba(128, 0, 10, .76) 100%);
}
.wrap-message .formbox-contact .title,
.wrap-message .formbox-contact form,
.wrap-message .formbox-contact .global {
    position: relative;
    z-index: 6;
}
.wrap-message .formbox-contact .title {
    max-width: 1000px;

    color: #fff;
}
.wrap-message .formbox-contact .title h2:after {
    display: block;

    width: 105px;
    height: 1px;
    margin: 10px auto;

    content: '';

    background-color: #fff;
}
.wrap-message .formbox-contact .title .editor-content p {
    color: #fff;
}
.wrap-message .formbox-contact form {
    font-family: 'DM Sans', Arial;
}
.wrap-message .formbox-contact form>ul>li {
    margin-top: 14px;
}
.wrap-message .formbox-contact form label {
    line-height: 22px;

    display: block;

    letter-spacing: -.32px;

    color: #fff;
}
.wrap-message .formbox-contact form input,
.wrap-message .formbox-contact form textarea {
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    margin-top: 10px;
    padding: 10px 28px;

    border-radius: 6px;
    background: #f3f3f3;
}
.wrap-message .formbox-contact form input::-webkit-input-placeholder,
.wrap-message .formbox-contact form textarea::-webkit-input-placeholder {
    color: #b1b1b1;
}
.wrap-message .formbox-contact form input:-o-placeholder,
.wrap-message .formbox-contact form textarea:-o-placeholder {
    color: #b1b1b1;
}
.wrap-message .formbox-contact form input::-moz-placeholder,
.wrap-message .formbox-contact form textarea::-moz-placeholder {
    color: #b1b1b1;
}
.wrap-message .formbox-contact form input:-ms-input-placeholder,
.wrap-message .formbox-contact form textarea:-ms-input-placeholder {
    color: #b1b1b1;
}
.wrap-message .formbox-contact form input:focus::-webkit-input-placeholder,
.wrap-message .formbox-contact form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-message .formbox-contact form input:focus::-o-placeholder,
.wrap-message .formbox-contact form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-message .formbox-contact form input:focus::-moz-placeholder,
.wrap-message .formbox-contact form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-message .formbox-contact form input:focus::-ms-input-placeholder,
.wrap-message .formbox-contact form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-message .global {
    margin-top: 100px;
    padding: 0 10%;
}
@media (max-width: 1560px) {
    .wrap-message .global {
        margin-top: 80px;
    }
}
@media (max-width: 1400px) {
    .wrap-message .global {
        margin-top: 60px;
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .wrap-message .global {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-message .global {
        width: 100%;
        padding: 0;
    }
}
.wrap-message .global .title-global {
    font-family: 'DM Sans', Arial;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.11111111;

    width: 30%;
    margin: 0;
    padding-right: 15px;

    color: #fff;
}
@media (max-width: 1560px) {
    .wrap-message .global .title-global {
        font-size: 30px;
    }
}
@media (max-width: 1470px) {
    .wrap-message .global .title-global {
        font-size: 28px;
    }
}
@media (max-width: 1400px) {
    .wrap-message .global .title-global {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-message .global .title-global {
        font-size: 20px;

        width: 100%;
    }
}
.wrap-message .global .listbox {
    width: 70%;
}
@media (max-width: 991px) {
    .wrap-message .global .listbox {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-message .global .listbox>ul {
    margin: 0 -10px;
}
.wrap-message .global .listbox>ul>li {
    margin: 5px 0;
    padding: 0 10px;
}
.wrap-message .global .listbox .item {
    font-family: 'DM Sans', Arial;
    font-size: 20px;
    font-weight: 600;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 98px;
    padding: 10px 10px;

    color: #fff;
    border-radius: 10px;
    background: rgba(255, 255, 255, .35);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1470px) {
    .wrap-message .global .listbox .item {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-message .global .listbox .item {
        height: 80px;
    }
}
@media (max-width: 991px) {
    .wrap-message .global .listbox .item {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-message .global .listbox .item {
        font-size: 14px;

        height: 60px;
    }
}
.wrap-message .global .listbox .item:before {
    display: block;

    width: 6px;
    height: 6px;
    margin-right: 10px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.wrap-message .global .listbox .item p {
    margin: 0;
}
.wrap-product .product-top {
    padding-bottom: 30px;
}
.wrap-product .product {
    margin-top: -80px;
}
@media (max-width: 1560px) {
    .wrap-product .product {
        margin-top: -50px;
    }
}
@media (max-width: 1199px) {
    .wrap-product .product {
        margin-top: -30px;
    }
}
.wrap-product .product>ul>li {
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .wrap-product .product>ul>li {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .wrap-product .product>ul>li {
        margin-top: 30px;
    }
}
.wrap-product .product .common-product-item .img-box {
    padding-bottom: 73.17073171%;
}
#productcontent {
    position: relative;
    top: -120px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: -80px;
    }
}
.wrap-product-show .product-top {
    padding-bottom: 30px;
}
.wrap-product-show .product-show {
    padding: 40px 0 60px;
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show {
        padding: 30px 0 40px;
    }
}
.wrap-product-show .carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-product-show .carousel .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel .img-box {
    padding-bottom: 73.17073171%;
}
.wrap-product-show .carousel .item {
    overflow: hidden;
}
.wrap-product-show .carousel .slider-for {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 80%;

    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel .slider-for {
        width: 100%;
    }
}
.wrap-product-show .carousel .zoom {
    position: relative;

    cursor: crosshair;
}
.wrap-product-show .carousel iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .slider-nav {
    font-size: 0;

    width: 20%;
    padding-left: 12px;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.wrap-product-show .slider-nav .slick-list {
    margin: -6px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-list {
        margin: 0 -3px;
    }
}
.wrap-product-show .slider-nav .slick-slide {
    padding: 6px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-slide {
        padding: 0 3px;
    }
}
.wrap-product-show .slider-nav .item {
    position: relative;

    overflow: hidden;

    cursor: pointer;

    border-radius: 10px;
}
.wrap-product-show .slider-nav .item-video {
    position: relative;

    background-color: #000;
}
.wrap-product-show .slider-nav .item-video .img-box {
    opacity: .6;
}
.wrap-product-show .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 40px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    width: 40px;
    height: 40px;

    content: '\e75d';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #e60012;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .item-video:after {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #e60012;
}
@media (min-width: 768px) {
    .wrap-product-show .slider-nav .slick-arrow {
        line-height: 50px;

        position: relative;
        top: 0;
        left: 0;

        width: 100%;
        height: 50px;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);

        border: none;
    }
    .wrap-product-show .slider-nav .slick-arrow:before {
        font-size: 30px;

        display: block;

        content: '\e624';
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .wrap-product-show .slider-nav .slick-arrow.slick-next:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .wrap-product-show .slider-nav .slick-arrow {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-arrow {
        position: absolute;
        top: 50%;
        left: -12px;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        background-color: #fff;
    }
    .wrap-product-show .slider-nav .slick-arrow.slick-next {
        right: -12px;
        left: auto;
    }
}
.wrap-product-show .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    min-height: 100%;
    padding-left: 3%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        min-height: auto;
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box {
        min-height: auto;
    }
}
.wrap-product-show .info-box .title-info-box {
    font-family: 'DM Sans', Arial;

    padding: 20px 0 0 0;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .title-info-box {
        padding: 10px 0 0 0;
    }
}
.wrap-product-show .info-box .title-info-box .category {
    line-height: 24px;

    color: #e60012;
}
.wrap-product-show .info-box .title-info-box h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.26315789;

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 32px;
    }
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .text {
    margin-top: 20px;
}
.wrap-product-show .info-box .link-share {
    margin-top: 30px;
}
.wrap-product-show .info-box .share {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .share {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share p {
    font-size: 18px;

    margin: 0;
}
.wrap-product-show .info-box .link {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .link .common-button {
    margin: 5px 0;
}
.wrap-product-show .info-box .link .common-button a {
    line-height: 30px;

    padding: 15px 30px;

    border: 1px solid #000;
    border-radius: 999px;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .link .common-button a {
        line-height: 24px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .common-button a {
        line-height: 20px;
    }
}
.wrap-product-show .info-box .link .common-button.active a {
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
}
.wrap-product-show .info-box .link .addcart {
    margin-right: 10px;
}
.wrap-product-show .stickybox {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .stickybox {
        padding: 70px 0;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .stickybox {
        padding: 50px 0;
    }
}
.wrap-product-show .wrap-show-menu {
    z-index: 9;

    background-color: #fff;
}
.wrap-product-show .wrap-show-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;

    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar {
    position: absolute;
    left: 0;

    height: 4px;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.wrap-product-show .wrap-show-menu ul li a {
    font-family: 'DM Sans', Arial;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 20px 30px;

    cursor: pointer;

    border-right: none;
    border-bottom: none;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul li a {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 20px;
    }
}
.wrap-product-show .wrap-show-menu ul li.active a {
    color: #e60012;
}
.wrap-product-show .title-product-show h3 {
    font-family: 'DM Sans', Arial;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;

    letter-spacing: -.72px;
}
@media (max-width: 1199px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 20px;
    }
}
.wrap-product-show .parameter {
    padding: 60px 0;

    border-bottom: 1px solid #bebebe;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter {
        padding: 40px 0;
    }
}
.wrap-product-show .parameter .editor-content {
    margin-top: 20px;
}
.wrap-product-show .inquiry .submit-group button {
    color: #000;
}
.wrap-product-show .relate-product .common-product-item .img-box {
    padding-bottom: 73.17073171%;
}
.wrap-product-show .relate-product .slick-arrow {
    top: 30%;
}
.wrap-news .news-top>ul {
    margin: 0 -10px;
}
.wrap-news .news-top>ul>li {
    margin-top: 20px;
    padding: 0 10px;
}
.wrap-news .news {
    border-top: 1px solid rgba(190, 190, 190, .5);
}
.wrap-news .news .common-news-item {
    padding: 30px 0;

    border-bottom: 1px solid rgba(190, 190, 190, .5);
}
@media (max-width: 767px) {
    .wrap-news .news .common-news-item {
        padding: 20px 0;
    }
}
.wrap-news .news .common-news-item .pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-news .news .common-news-item .pic-box {
    overflow: hidden;

    width: 360px;

    border-radius: 10px;
}
@media (max-width: 1199px) {
    .wrap-news .news .common-news-item .pic-box {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .common-news-item .pic-box {
        width: 100%;
    }
}
.wrap-news .news .common-news-item .text {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
    padding-left: 40px;
}
@media (max-width: 1199px) {
    .wrap-news .news .common-news-item .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .common-news-item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-details .title-details .mask {
    line-height: 24px;

    color: #999;
}
.wrap-details .title-details h2 {
    font-family: 'DM Sans', Arial;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px) {
    .wrap-details .title-details h2 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-details .title-details h2 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .wrap-details .title-details h2 {
        font-size: 18px;
    }
}
.wrap-details .details .text {
    margin-top: 30px;
}
.wrap-details .details .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1199px) {
    .wrap-details .details .text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-details .details .text h3 {
        font-size: 18px;
    }
}
.wrap-details .share {
    margin-top: 30px;
}
.wrap-details .share p {
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit {
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details {
    font-size: 0;

    margin-top: 70px;
    padding: 10px;

    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
    .wrap-details .relate-details {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;

    position: relative;

    display: inline-block;
    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    padding-left: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-details .relate-details a {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 36px;
    height: 36px;

    content: '\e637';
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: center;

    border-radius: 50%;
}
.wrap-details .relate-details a.prev:after {
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a:hover {
    color: #e60012;
}
.wrap-details .relate-details a:hover:before {
    color: #e60012;
}
.wrap-details .relate-details .next {
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-details .relate-details .next {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .wrap-details .relate-details .next a {
        padding-right: 50px;
        padding-left: 0;
    }
    .wrap-details .relate-details .next a:before {
        right: 0;
        left: auto;

        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.wrap-sitemap .sitemap .title h2 {
    margin: 0;
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;

    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    border-color: #e60012;
    background-color: #e60012;
}
.wrap-sitemap .sitemap>ul>li>ul {
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
    position: relative;

    list-style: none;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a:before {
    content: '-';
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover>a {
    color: #e60012;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #e60012;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-sitemap .sitemap-vertical {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap-vertical>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li {
    display: inline-block;

    margin-top: 10px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul>li {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>a {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul {
        margin-top: 0;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li {
    position: relative;

    list-style: none;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
        font-size: 15px;

        padding: 5px 10px;
    }
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
    font-size: 14px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
        padding: 5px 15px;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a:before {
    content: '-';
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #e60012;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #e60012;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #e60012;
}
.wrap-nosearch {
    margin: 30px 0;
}
.wrap-nosearch h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-nosearch p {
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid rgba(230, 0, 18, .5);
    border-radius: 5px;
    background-color: rgba(230, 0, 18, .1);
}
.wrap-nosearch .title-in {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .wrap-nosearch .title-in h2 {
        font-size: 30px;
    }
}
.pagination-info {
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .pagination-info {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .pagination-info {
        margin-top: 30px;
    }
}
.pagination {
    position: relative;

    display: inline-block;
}
.pagination a,
.pagination span {
    font-family: 'DM Sans', Arial;
    font-size: 14px;

    position: relative;
    z-index: 6;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;

    min-width: 50px;
    height: 50px;
    margin: 2px 5px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;

    border-radius: 6px;
    background: none;
    background: #f3f3f3;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1200px) {
    .pagination a,
    .pagination span {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .pagination a:hover,
    .pagination span:hover {
        color: #fff;
        background-color: #e60012;
    }
}
@media (max-width: 1199.98px) {
    .pagination a,
    .pagination span {
        line-height: 30px;

        min-width: 30px;
        height: 30px;
    }
    .pagination a:active,
    .pagination span:active {
        color: #fff;
        background-color: #e60012;
    }
}
@media (max-width: 767.98px) {
    .pagination a,
    .pagination span {
        font-size: 14px;

        margin: 0 3px;
    }
}
.pagination span.current {
    color: #fff;
    background-color: #e60012;
}
.pagination span.current.prev,
.pagination span.current.next {
    opacity: 0;
}
.pagination .prev {
    font-size: 18px;
}
.pagination .prev:before {
    font-family: 'iconfont' !important;

    content: '\e637';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pagination .next {
    font-size: 18px;
}
.pagination .next:before {
    font-family: 'iconfont' !important;

    content: '\e637';
}
.wrap-inquiryinfo {
    padding-top: 50px;
}
.wrap-inquiryinfo .inquiry-info {
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    text-transform: capitalize;

    background-color: rgba(230, 0, 18, .1);
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
        padding: 0;
    }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
    font-size: 16px;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .inquiry-list {
    border-bottom: 1px solid #d9d9d9;
}
.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation {
    font-size: 14px;

    display: inline-block;

    padding: 20px 10px;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px) {
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .checkbox {
    width: 10%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .Operation {
    width: 14%;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .Operation {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg {
    width: 14%;

    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box {
    padding-bottom: 73.17073171%;

    border-radius: 10px;
}
.wrap-inquiryinfo .inquiry-info .number {
    width: 20%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .number {
        width: -webkit-calc(56% - 30px);
        width: calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .pname {
    width: 38%;
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite {
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .check-all span {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span {
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiryinfo .inquiry-info .check-all {
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .hidden-xs {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .visible-xs {
    display: none;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .visible-xs {
        display: block;
    }
}
.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all {
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    background: none;

    -webkit-appearance: none;
}
.wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-inquiryinfo .inquiry-info .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e60b';

    color: #e60012;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e60b';

    color: #e60012;
}
.wrap-inquiryinfo .inquiry-info input {
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-info input {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info input {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiryinfo .inquiry-info .del1,
.wrap-inquiryinfo .inquiry-info .add1 {
    font-size: 20px;
    line-height: 36px;

    display: inline-block;

    width: 34px;
    height: 36px;
    margin: 0;
    margin-top: -2px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .del1,
    .wrap-inquiryinfo .inquiry-info .add1 {
        line-height: 25px;

        position: relative;
        z-index: 8;

        width: 25px;
        height: 25px;
        margin: 0 auto;

        border-radius: 2px;
    }
}
.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover {
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
}
.wrap-inquiryinfo .inquiry-info .add1 {
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic {
    overflow: hidden;

    border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info p {
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info p {
        font-size: 13px;

        margin-bottom: 4px;
    }
}
.wrap-inquiryinfo .iclose {
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiryinfo .iclose::after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e625';

    color: #787878;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .iclose::after {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after {
    color: #e60012;
}
.wrap-inquiryinfo .inquiry-message {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-message {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry {
        padding-top: 50px;
    }
}
.wrap-inquiry {
    background-color: #f5f5f5;
}
.wrap-inquiry .submit-group button {
    color: #fff;
    background: #e60012;
}
.wrap-inquiry .submit-group button .iconfont {
    font-size: 24px;
}
.editor-content p {
    font-size: 18px;
    line-height: 26px;

    margin: 0;

    color: #4c4c4c;
}
@media (max-width: 1199px) {
    .editor-content p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .editor-content p {
        font-size: 14px;
        line-height: 24px;
    }
}
.editor-content.fz16 p {
    font-size: 16px;
}
@media (max-width: 767px) {
    .editor-content.fz16 p {
        font-size: 14px;
    }
}
.editor-content.fz20 p {
    font-size: 20px;
}
@media (max-width: 1199px) {
    .editor-content.fz20 p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .editor-content.fz20 p {
        font-size: 16px;
    }
}
.editor-content.lh22 p {
    line-height: 22px;
}
.editor-content h3 {
    font-family: 'DM Sans', Arial;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.45454545;
}
@media (max-width: 1560px) {
    .editor-content h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .editor-content h3 {
        font-size: 18px;
    }
}
.editor-content img {
    max-width: 100% !important;
    height: auto !important;
}
.editor-content ul,
.editor-content ol {
    font-family: 'DM Sans', Arial;
    font-weight: 500;

    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
    list-style: inherit;
}
.editor-content ul li p,
.editor-content ol li p {
    font-weight: 500;

    color: #000;
}
.editor-content .table-box {
    line-height: 1.625;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}
.editor-content .table-box table {
    font-size: 16px;
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}
.editor-content .table-box table p {
    font-size: 16px;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
    width: auto !important;
    height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th {
    font-weight: normal;

    padding: 10px 20px !important;

    border: 1px solid #ebe9d9;
}
@media (max-width: 480px) {
    .editor-content .table-box table td,
    .editor-content .table-box table th {
        padding: 8px !important;
    }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.editor-content .table-box table th {
    text-align: center;
}
.auto-adjust-img.is-mobile img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
    font-size: 0 !important;

    overflow-x: hidden;

    margin: 0 -5px !important;
    padding: 0;
}
@media (min-width: 768px) {
    .auto-adjust-img p.contains-pictures {
        white-space: nowrap;
    }
}
.auto-adjust-img p.contains-pictures>img {
    display: inline-block;

    margin: 5px;
}

.side-category {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    left: 0;
    width: 300px;
    background-color: #e60012;
    padding: 20px;
    font-family: 'DM Sans', Arial;
    border-radius: 0 30px 30px 0;
    transition: all .6s;
}
@media (max-width: 1199px) {
    .side-category {
        display: none;
    }
}
.side-category .close-side {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}
.side-category .title-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.side-category .title-category h2 {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    color: #ffffff;
}
.side-category .pronav-list1>li {
    margin: 10px 0;
}
.side-category .pronav-list1>li>a {
    display: block;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    transition: all .2s;
}
.side-category .pronav-list1>li:hover>a {
    color: #e60012;
}
.side-category .backtop {
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: center;
    font-size: 20px;
    align-items: center;
}
.side-category .backtop .iconfont {
    margin-right: 10px;
    font-size: 24px;
}
.side-category.active {
    left: -110%;
}