:root {
    --pad: -webkit-calc(50vw - 825px);
    --pad: calc(50vw - 825px);
}
@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;
    }
}
.br-8 {
    overflow: hidden;

    border-radius: 8px;
}
.mt-48 {
    margin-top: 48px;
}
@media (max-width: 1560px) {
    .mt-48 {
        margin-top: 30px;
    }
}
.mt-64 {
    margin-top: 64px;
}
@media (max-width: 1560px) {
    .mt-64 {
        margin-top: 50px;
    }
}
@media (max-width: 1400px) {
    .mt-64 {
        margin-top: 40px;
    }
}
@media (max-width: 1199px) {
    .mt-64 {
        margin-top: 30px;
    }
}
.pad-30 {
    padding: 30px;
}
@media (max-width: 1199px) {
    .pad-30 {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .pad-30 {
        padding: 20px 15px;
    }
}
.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
.iconfont {
    font-size: inherit;
}
@font-face {
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;

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

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

    overflow-x: hidden;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.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;
}
.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 (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: 48px;

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

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

    width: 48px;
    height: 48px;
    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;

    border-radius: 50%;
    background: none;

    -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: 1560px) {
    .slick-arrow {
        left: -4%;
    }
}
@media (max-width: 991px) {
    .slick-arrow {
        line-height: 40px;

        left: -30px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .slick-arrow {
        left: -12px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: block;

    content: '\e65d';
}
.slick-arrow.slick-next {
    right: -6%;
    left: auto;
}
@media (max-width: 1560px) {
    .slick-arrow.slick-next {
        right: -4%;
    }
}
@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: -30px;
    }
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -12px;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow:hover {
    color: #c62020;
}
@media (max-width: 1199px) {
    .phone-arrow {
        padding-bottom: 50px;
    }
    .phone-arrow .slick-arrow {
        top: auto;
        bottom: 0;
        left: 50%;

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

        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.arrow-top-right .slick-arrow {
    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: -60px;
    }
}
@media (max-width: 767px) {
    .arrow-top-right .slick-arrow {
        top: 50%;
        left: -12px;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.arrow-top-right .slick-arrow.slick-next {
    right: 0;
}
@media (max-width: 767px) {
    .arrow-top-right .slick-arrow.slick-next {
        right: -12px;
        left: auto;
    }
}
.prev-next {
    font-size: 0;
}
.prev-next .slick-arrow {
    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    vertical-align: middle;
}
.prev-next .slick-arrow.slick-next {
    right: 0;

    margin-left: 12px;
}
.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px;

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

    border-radius: 50%;
    background-color: rgba(198, 32, 32, .2);
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #c62020;
}
.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;
    text-align: right;
}
@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;
}
.jianbian {
    background-image: -webkit-gradient(linear, left top, right top, from(#821216), to(#e82127));
    background-image: -webkit-linear-gradient(left, #821216, #e82127);
    background-image: linear-gradient(90deg, #821216, #e82127);
}
.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -6px;

    -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;

    padding: 0 6px;

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

    position: relative;

    display: block;

    width: 40px;
    height: 40px;

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

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
}
.common-share ul li a img {
    position: absolute;
    top: 100%;
    left: 50%;

    display: none;

    width: 100px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.common-share ul li a:hover {
    color: #c62020;
    background-color: #fff;
}
.common-share ul li a:hover img {
    display: block;
}
.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 ul {
    margin: 0 -10px;
}
.formbox form ul li {
    padding: 0 10px;
}
.formbox form .group {
    position: relative;

    margin-top: 20px;
}
.formbox form .group label {
    font-size: 14px;
    line-height: 44px;

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

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;

    color: #999;
    border-radius: 8px;
}
@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: 14px;
    line-height: 24px;

    position: relative;
    z-index: 2;

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

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

    border-radius: 0;
    border-radius: 8px;
    outline: 0;
    background: none;
    background: #fff;
}
@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;

    background-color: transparent;
}
.formbox form .group-read input {
    font-size: 16px;
    font-weight: bold;

    color: #fff !important;
    border-color: #c62020 !important;
    background: #c62020 !important;
}
.formbox form .group input:focus+label,
.formbox form .group textarea:focus+label,
.formbox form .group input:valid+label,
.formbox form .group textarea:valid+label {
    top: -30px;
    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:valid+label,
    .formbox form .group textarea:valid+label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:valid+label,
    .formbox form .group textarea:valid+label {
        top: -30px;
        left: 10px;
    }
}
.formbox-bgwhite form .group input,
.formbox-bgwhite form .group textarea {
    background-color: #fff;
}
.submit-group {
    margin-top: 30px;
}
.submit-group .submit {
    font-size: 14px;

    height: 44px;
    padding: 0 30px;

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

    color: #fff;
    border-radius: 8px;
    background-color: #c62020;
}
.submit-group .submit .iconfont {
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.submit-group .submit:hover {
    background-color: #b10e0e;
}
.wrap-reviews {
    position: relative;

    overflow: hidden;
}
.wrap-reviews .slick-reviews {
    margin-top: 20px;
}
.wrap-reviews .slick-arrow {
    top: -100px;
}
@media (max-width: 1199px) {
    .wrap-reviews .slick-arrow {
        top: -70px;
    }
}
@media (max-width: 991px) {
    .wrap-reviews .slick-arrow {
        top: -60px;
    }
}
@media (max-width: 767px) {
    .wrap-reviews .slick-arrow {
        top: 50%;
        left: -12px;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.wrap-reviews .item {
    padding: 10px 30px;

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

    border-radius: 4px;
    background: #f5f8fa;
}
.wrap-reviews .item .title-reviews {
    line-height: 30px;

    padding: 10px 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-reviews .item .title-reviews h4 {
    font-size: 18px;
    font-weight: bold;

    margin: 0;

    text-transform: capitalize;
}
.wrap-reviews .item .title-reviews h4 span {
    min-width: 90px;
    margin-right: 6px;
}
.wrap-reviews .item .title-reviews h4 .icon {
    font-size: 12px;

    color: #ffbf00;
}
.wrap-reviews .item .title-reviews .date {
    font-size: 12px;

    color: #666;
}
.wrap-reviews .item .title-reviews .date .icon {
    float: left;

    margin-right: 4px;

    color: #bf0003;
}
.wrap-reviews .item .note {
    padding: 14px 0;
}
.wrap-reviews .item .note p {
    font-size: 14px;
}
.wrap-reviews .write-reviews {
    margin-top: 24px;

    border-top: 1px solid #ccc;
}
@media (max-width: 991px) {
    .wrap-reviews .write-reviews {
        margin-top: 20px;
    }
}
.wrap-reviews .write-reviews .title-write h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 991px) {
    .wrap-reviews .write-reviews .title-write h3 {
        font-size: 20px;
    }
}
.wrap-reviews .write-reviews .message form ul {
    margin: 0 -10px;
}
.wrap-reviews .write-reviews .message form ul li {
    padding: 0 10px;
}
.wrap-reviews .write-reviews .message form .group {
    position: relative;

    margin-top: 20px;

    color: #666;
    border-radius: 8px;
    background: #f5f8fa;
}
.wrap-reviews .write-reviews .message form .group-read {
    overflow: hidden;

    background: #000;
}
.wrap-reviews .write-reviews .message form .group-read input {
    font-size: 14px;
    line-height: 30px;

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

    border-radius: 5px;
    outline: none;
    background: none;
    background: #f9f9f9;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        padding: 10px 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group label {
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 20px;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group label {
        left: 20px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group label {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input,
.wrap-reviews .write-reviews .message form .group textarea {
    font-size: 14px;
    line-height: 30px;

    position: relative;
    z-index: 2;

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

    border-radius: 0;
    border-radius: 5px;
    outline: 0;
    background: none;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        padding: 10px 20px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input:placeholder-shown+label,
.wrap-reviews .write-reviews .message form .group textarea:placeholder-shown+label {
    top: 0;

    background-color: transparent;
}
.wrap-reviews .write-reviews .message form .group input:focus+label,
.wrap-reviews .write-reviews .message form .group textarea:focus+label,
.wrap-reviews .write-reviews .message form .group input:valid+label,
.wrap-reviews .write-reviews .message form .group textarea:valid+label {
    top: -32px;
    left: 20px;

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

    opacity: .8;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group input:focus+label,
    .wrap-reviews .write-reviews .message form .group textarea:focus+label,
    .wrap-reviews .write-reviews .message form .group input:valid+label,
    .wrap-reviews .write-reviews .message form .group textarea:valid+label {
        left: 20px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group input:focus+label,
    .wrap-reviews .write-reviews .message form .group textarea:focus+label,
    .wrap-reviews .write-reviews .message form .group input:valid+label,
    .wrap-reviews .write-reviews .message form .group textarea:valid+label {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group textarea {
    resize: none;
}
.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;

    width: 100%;
    padding: 0 3%;

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

    background-color: #fff;
}
@media (max-width: 1199px) {
    .header {
        padding: 0 15px;
    }
}
.header .logo {
    position: relative;

    display: block;

    height: 66px;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1760px) {
    .header .logo {
        height: 50px;
    }
}
@media (max-width: 1470px) {
    .header .logo {
        height: 40px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .header .logo {
        overflow: hidden;

        width: 76px;
    }
}
.header .logo img {
    position: relative;
    z-index: 6;

    display: block;

    height: 100%;
}
.header .language {
    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 .language:before {
    content: '|';

    color: #ccc;
}
.header .language a {
    font-size: 16px;
    line-height: 40px;

    display: block;

    padding: 0 16px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .header .language a {
        padding: 0 10px;
    }
}
.header .language a:hover {
    color: #c62020;
}
.header .serach-part {
    margin-left: 30px;

    cursor: pointer;
}
@media (max-width: 1560px) {
    .header .serach-part {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .header .serach-part {
        margin-left: 0;
    }
}
.header .find {
    line-height: 40px;

    padding: 0 16px;

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

    color: #c62020;
}
@media (max-width: 767px) {
    .header .find {
        padding: 0 10px;
    }
}
.header .find .iconfont {
    font-size: 16px;
}
.header .find:hover {
    color: #b10e0e;
}
.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;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    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: '\e60e';
}
.header .search-wrap .submit:hover {
    color: #fff;
    background-color: #c62020;
}
@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;
}
.header .pc-nav>ul>li {
    position: relative;

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

    padding: 0 25px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1660px) {
    .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: 16px;

    position: relative;

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

    height: 100px;

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

    -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: 1350px) {
    .header .pc-nav>ul>li>a {
        font-size: 14px;
    }
}
.header .pc-nav>ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #c62020;
}
.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    color: #c62020;
}
.header .pc-nav>ul>li.active>a:after,
.header .pc-nav>ul>li:hover>a:after {
    width: 100%;
}
.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: #fff;
    border-radius: 0 0 8px 8px;
    background-color: #b10e0e;
}
.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: #c62020;
}
.header .pc-nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px;

    color: #fff;
    border-radius: 0 0 8px 8px;
    background-color: #b10e0e;
}
.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: #c62020;
}
.header .btn-menu {
    position: relative;

    display: none;

    width: 24px;
    height: 40px;
}
@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: #c62020;
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #c62020;
}
.header.stuck {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.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 .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: 40px;

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

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

    color: #fff;
    border: 1px solid #c62020;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #c62020;
}
@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: '\e625';
    -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: 4px;

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

    color: #fff;
    border-radius: 100px;
    background: rgba(0, 0, 0, .3);
}
@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: 44px;

    position: relative;

    display: block;

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

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

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .25);
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.online-wrap .online a .iconfont {
    font-size: 22px;
}
.online-wrap .online a:hover {
    color: #fff;
    background-color: #c62020;
}
@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: 44px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 100px;
    background: #c62020;
}
@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: #c62020;
}
.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: #c62020;
    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: #c62020;
}
.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%;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.banner img {
    display: block;

    width: 100%;
}
.banner .img-box {
    padding-bottom: 43.22916667%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 50%;

    width: auto;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .swiper-pagination {
        bottom: 10px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;

    width: 24px;
    height: 24px;
    margin: 0 10px;

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

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

    display: block;

    width: 12px;
    height: 12px;

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

    border-radius: 50%;
    background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .2);
}
.banner .slick-arrow {
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);

    width: auto;

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

    color: #fff;
    border: none;
    background: none;
}
.banner .slick-arrow:before {
    font-size: 30px;
}
.banner .slick-arrow:hover {
    color: #b10e0e;
    background: none;
}
.banner .slick-prev {
    left: 4%;
}
@media (max-width: 991px) {
    .banner .slick-prev {
        left: 0;
    }
}
.banner .slick-next {
    right: 4%;
}
@media (max-width: 991px) {
    .banner .slick-next {
        right: 0;
    }
}
.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: 44.791%;

    -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: #c62020 !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-in {
    position: relative;

    overflow: hidden;
}
.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-location {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;

    width: 100%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
}
.banner-in .banner-location h2 {
    font-size: 40px;
    line-height: 1.3;
}
@media (max-width: 1560px) {
    .banner-in .banner-location h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .banner-in .banner-location h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-in .banner-location h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-location h2 {
        font-size: 20px;

        margin: 0;
    }
}
.banner-in .banner-location .location {
    line-height: 30px;

    display: inline-block;
}
.banner-in .banner-location .location>ul {
    position: relative;

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

    padding-left: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner-in .banner-location .location>ul:before {
    font-family: 'iconfont' !important;

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

    content: '\e668';
}
.banner-in .banner-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;
}
.banner-in .banner-location .location>ul>li:after {
    margin: 0 4px;

    content: '>';
}
.banner-in .banner-location .location>ul>li:last-child:after {
    display: none;
}
.banner-in .banner-location .location>ul>li>a {
    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-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: 1199px) {
    .box {
        padding: 60px 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);
    }
}
.title .subtitle {
    font-size: 18px;
    line-height: 1.66666667;

    margin-bottom: 20px;

    color: #c62020;
}
@media (max-width: 767px) {
    .title .subtitle {
        margin-bottom: 10px;
    }
}
.title h2 {
    font-size: 40px;
    line-height: 1.2;
}
@media (max-width: 1560px) {
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 1400px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 22px;
    }
}
.title .editor-content {
    max-width: 1010px;
    margin-top: 20px;
}
@media (max-width: 1400px) {
    .title .editor-content {
        max-width: 800px;
    }
}
@media (max-width: 1199px) {
    .title .editor-content {
        max-width: 100%;
    }
}
.common-more a {
    line-height: 48px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px;

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

    border: 1px solid #999;
    border-radius: 8px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .common-more a {
        line-height: 40px;
    }
}
.common-more a .iconfont {
    margin-left: 10px;
}
.common-more a:hover {
    color: #fff;
    border-color: #c62020;
    background-color: #c62020;
}
.box-category .category .slick-slide {
    padding-bottom: 20px;
}
.box-category .category .item {
    position: relative;

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

    background-color: #fff;
}
.box-category .category .item:after,
.box-category .category .item:before {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #999;
}
.box-category .category .item:after {
    width: 0;

    background-color: #c62020;
}
.box-category .category .item .pic .img-box {
    padding-bottom: 75%;
}
.box-category .category .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-category .category .item .title-category {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.box-category .category .item .note {
    margin-top: 10px;
}
.box-category .category .item .note p {
    line-height: 24px;
}
.box-category .category .item .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;

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

    color: #666;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .box-category .category .item .more {
        margin-top: 20px;
    }
}
.box-category .category .item .more .iconfont {
    font-size: 12px;

    margin-left: 10px;
}
@media (min-width: 1200px) {
    .box-category .category .item:hover {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    }
    .box-category .category .item:hover:before {
        width: 0;
    }
    .box-category .category .item:hover:after {
        width: 100%;
    }
    .box-category .category .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-category .category .item:hover .more {
        color: #c62020;
    }
}
.box-about .about-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;

    -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: 991px) {
    .box-about .about-left {
        width: 100%;
    }
}
.box-about .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -40px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-about .number ul li {
    margin-top: 30px;
    padding: 0 40px;
}
.box-about .number .item b {
    font-size: 16px;
    line-height: 1;

    color: #c62020;
}
.box-about .number .item b span {
    font-family: 'Oswald', Arial;
    font-size: 44px;
}
@media (max-width: 767px) {
    .box-about .number .item b span {
        font-size: 40px;
    }
}
.box-about .number .item p {
    line-height: 1.71428571;

    margin: 10px 0 0 0;

    color: #444;
}
.box-about .about {
    width: 50%;
    padding-left: 10%;
}
@media (max-width: 991px) {
    .box-about .about {
        width: 100%;
        padding-left: 0;
    }
}
.box-about .about>ul>li {
    margin-top: 30px;
}
.box-about .about>ul>li:nth-child(2n+1) {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
@media (max-width: 991px) {
    .box-about .about>ul>li:nth-child(2n+1) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.box-about .about .item {
    display: block;

    border: 1px solid #c3cad9;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.box-about .about .item .pic {
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    background-color: #c62020;
}
.box-about .about .item .pic .img-box {
    padding-bottom: 92.59259259%;

    opacity: .2;
}
.box-about .about .item .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-about .about .item .icon {
    width: 48px;
    margin: 0 auto;

    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 767px) {
    .box-about .about .item .icon {
        width: 40px;
    }
}
.box-about .about .item .icon img {
    width: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.box-about .about .item .title-about {
    font-size: 18px;
    line-height: 1.33333333;
}
@media (max-width: 767px) {
    .box-about .about .item .title-about {
        font-size: 16px;
    }
}
.box-about .about .item .title-about:before {
    display: block;

    width: 24px;
    height: 1px;
    margin: 20px auto;

    content: '';

    background-color: #666;
}
@media (max-width: 767px) {
    .box-about .about .item .title-about:before {
        margin: 10px auto;
    }
}
.box-about .about .item:hover .pic {
    opacity: 1;
}
.box-about .about .item:hover .mask {
    color: #fff;
}
.box-about .about .item:hover .mask .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.box-about .about .item:hover .mask .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.box-about .about .item:hover .title-about:before {
    background-color: rgba(255, 255, 255, .5);
}
@-webkit-keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}
@keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}
.box-applications {
    position: relative;
}
@media (max-width: 767px) {
    .box-applications {
        padding-bottom: 60px !important;
    }
}
.box-applications .slick-list {
    margin: 0;
}
.box-applications .slick-list .slick-slide {
    padding: 0;
}
.box-applications .applications-for {
    font-size: 0;
}
@media (max-width: 767px) {
    .box-applications .applications-for {
        width: 160%;
        margin-left: -30%;
    }
}
.box-applications .applications-for .item {
    position: relative;
}
.box-applications .applications-for .item:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 50%;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}
.box-applications .applications-for .item .img-box {
    padding-bottom: 41.66666667%;
}
.box-applications .title {
    position: absolute;
    z-index: 4;
    top: 120px;
    left: 0;

    width: 100%;
}
@media (max-width: 1560px) {
    .box-applications .title {
        top: 100px;
    }
}
@media (max-width: 1400px) {
    .box-applications .title {
        top: 80px;
    }
}
@media (max-width: 1199px) {
    .box-applications .title {
        top: 50px;
    }
}
@media (max-width: 767px) {
    .box-applications .title {
        top: 30px;
    }
}
.box-applications .title .subtitle {
    color: #fff;
}
.box-applications .title h2 {
    color: #fff;
}
.box-applications .applications {
    position: absolute;
    z-index: 5;
    bottom: 0;

    width: 100%;
}
.box-applications .applications:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 80px;

    content: '';

    border-top: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 767px) {
    .box-applications .applications:before {
        height: 60px;
    }
}
.box-applications .applications-nav {
    font-size: 0;

    position: relative;
    z-index: 6;
}
.box-applications .applications-nav .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.box-applications .applications-nav .item {
    font-size: 14px;

    position: relative;

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

    min-height: 80px;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .box-applications .applications-nav .item {
        min-height: 60px;
    }
}
.box-applications .applications-nav .item .title-applications {
    font-size: 18px;
    line-height: 80px;

    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px) {
    .box-applications .applications-nav .item .title-applications {
        font-size: 16px;
        line-height: 60px;
    }
}
.box-applications .applications-nav .item .title-applications:after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -2px;

    display: block;

    width: 2px;
    height: 24px;

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

    background-color: rgba(246, 247, 249, .5);
}
.box-applications .applications-nav .item .mask {
    position: relative;
    z-index: 6;

    overflow: hidden;

    max-height: 0;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.box-applications .applications-nav .item .text {
    padding: 40px;

    border-radius: 8px 8px 0 0;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .box-applications .applications-nav .item .text {
        padding: 20px 15px;
    }
}
.box-applications .applications-nav .item .text .icon {
    width: 40px;
    margin: 0 auto;
}
.box-applications .applications-nav .item .text .icon img {
    width: 100%;
}
.box-applications .applications-nav .item .text .title-applications-nav {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    display: block;

    margin-top: 20px;
}
@media (max-width: 991px) {
    .box-applications .applications-nav .item .text .title-applications-nav {
        margin-top: 10px;
    }
}
.box-applications .applications-nav .item .text .note {
    display: -webkit-box;
    overflow: hidden;

    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
    .box-applications .applications-nav .item .text .note {
        display: none;
    }
}
.box-applications .applications-nav .item .text .note p {
    line-height: 1.75;

    color: #444;
}
.box-applications .applications-nav .item .text .more {
    margin-top: 24px;
}
@media (max-width: 991px) {
    .box-applications .applications-nav .item .text .more {
        margin-top: 10px;
    }
}
.box-applications .applications-nav .item .text .more a {
    display: inline-block;

    color: #666;
}
.box-applications .applications-nav .item .text .more a:hover {
    text-decoration: underline;

    color: #c62020;
}
.box-applications .applications-nav .slick-arrow {
    top: auto;
    bottom: 19px;

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

    color: #fff;
}
@media (max-width: 767px) {
    .box-applications .applications-nav .slick-arrow {
        color: #999;
    }
}
.box-applications .applications-nav .slick-arrow:hover {
    color: #c62020;
}
.box-applications .applications-nav .slick-current .item .title-applications:after {
    display: none;
}
.box-applications .applications-nav .slick-current .item .mask {
    max-height: 400px;
}
.box-partners .title {
    position: relative;
}
.box-partners .title .subtitle,
.box-partners .title h2 {
    color: #fff;
}
.box-partners .title h3 {
    font-family: 'Oswald', Arial;
    font-size: 7vw;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;

    width: 100%;

    color: rgba(255, 255, 255, .05);
}
@media (min-width: 1920px) {
    .box-partners .title h3 {
        font-size: 140px;
    }
}
.box-partners .pic {
    margin-top: 60px;
}
.box-partners .pic img {
    width: 100%;

    background: none;
}
@media (max-width: 767px) {
    .box-news .news-title-more .common-more {
        margin-top: 20px;
    }
}
.box-news .news-top {
    margin-top: 60px;
    padding: 40px 0;

    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1199px) {
    .box-news .news-top {
        margin-top: 30px;
        padding: 30px 0;
    }
}
.box-news .news-top .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-news .news-top .item .text {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    padding-right: 8%;
}
@media (max-width: 1199px) {
    .box-news .news-top .item .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding-right: 4%;
    }
}
@media (max-width: 767px) {
    .box-news .news-top .item .text {
        width: 100%;
        padding-right: 0;
    }
}
.box-news .news-top .item .text .date {
    color: #999;
}
.box-news .news-top .item .text .title-news {
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;

    display: -webkit-box;
    overflow: hidden;

    height: 34px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-news .news-top .item .text .title-news {
        font-size: 18px;
        line-height: 28px;

        height: 28px;
    }
}
.box-news .news-top .item .text .editor-content {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .box-news .news-top .item .text .editor-content {
        max-height: 72px;
    }
}
.box-news .news-top .item .text .more {
    margin-top: 80px;

    color: #c62020;
}
@media (max-width: 1199px) {
    .box-news .news-top .item .text .more {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .box-news .news-top .item .text .more {
        margin-top: 20px;
    }
}
.box-news .news-top .item .pic {
    width: 450px;
    height: 100%;
}
@media (max-width: 1199px) {
    .box-news .news-top .item .pic {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .box-news .news-top .item .pic {
        width: 100%;
        margin-top: 30px;
    }
}
.box-news .news-top .item .pic .img-box {
    padding-bottom: 66.66666667%;
}
.box-news .news {
    overflow: hidden;

    padding: 10px 0;

    border-bottom: 1px solid #d9d9d9;
}
.box-news .news>ul>li {
    margin: 20px 0;

    border-right: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
    .box-news .news>ul>li {
        margin: 10px 0;
    }
}
.box-news .news .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-news .news .item .title-news {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    padding: 0 20px 0 24px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-news .news .item .title-news {
        font-size: 16px;
    }
}
.box-news .news .item .title-news:before {
    font-family: 'iconfont' !important;
    font-size: 12px;

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

    content: '\e87c';

    color: #999;
}
.box-news .news .item .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#c62020), to(#c62020));
    background-image: -webkit-linear-gradient(left, #c62020 0%, #c62020 100%);
    background-image: linear-gradient(to right, #c62020 0%, #c62020 100%);
    background-repeat: no-repeat;
    background-position: 0 98%;
    background-size: 0 1px;
}
.box-news .news .item .date {
    color: #999;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 1200px) {
    .box-news .news .item:hover .title-news {
        color: #c62020;
    }
    .box-news .news .item:hover .title-news:before {
        color: #c62020;
    }
    .box-news .news .item:hover .title-news span {
        background-size: 100% 1px;
    }
}
.box-equipment .equipment .slick-list {
    overflow: visible;
}
.box-equipment .equipment .slick-equipment .slick-arrow {
    overflow: hidden;

    width: 0;
    height: 0;
}
.box-equipment .equipment .slick-slide {
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: .2;
}
.box-equipment .equipment .slick-active {
    opacity: 1;
}
.box-equipment .equipment .item {
    cursor: pointer;
    text-align: center;
}
.box-equipment .equipment .item .pic {
    position: relative;

    overflow: hidden;

    border-radius: 8px;
}
.box-equipment .equipment .item .img-box {
    padding-bottom: 55.81395349%;
}
.box-equipment .equipment .item .icon {
    line-height: 64px;

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

    width: 64px;
    height: 64px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #c62020;
}
@media (max-width: 767px) {
    .box-equipment .equipment .item .icon {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.box-equipment .equipment .item .title-equipment {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin-top: 20px;
}
@media (max-width: 767px) {
    .box-equipment .equipment .item .title-equipment {
        font-size: 16px;
    }
}
.box-equipment .equipment .item .title-equipment span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#c62020), to(#c62020));
    background-image: -webkit-linear-gradient(left, #c62020 0%, #c62020 100%);
    background-image: linear-gradient(to right, #c62020 0%, #c62020 100%);
    background-repeat: no-repeat;
    background-position: 0 98%;
    background-size: 0 1px;
}
.box-equipment .equipment .item .note p {
    line-height: 1.71428571;

    margin: 4px 0 0 0;

    color: #666;
}
@media (min-width: 1200px) {
    .box-equipment .equipment .item:hover .title-equipment {
        color: #c62020;
    }
    .box-equipment .equipment .item:hover .title-equipment span {
        background-size: 100% 1px;
    }
}
.box-equipment .equipment-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box-equipment .equipment-button .slick-arrow {
    position: relative;
    top: 0;

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

    opacity: 0;
    color: #666;
}
.box-equipment .equipment-button .slick-arrow:before {
    font-size: 16px;
}
.box-equipment .equipment-button .slick-arrow:hover {
    color: #c62020;
}
.box-equipment .equipment-button .slick-next:after {
    right: auto;
    left: 0;
}
.box-equipment .equipment-button .slick-arrow,
.box-equipment .equipment-button .more {
    width: 33.33333333%;
}
.box-equipment .equipment-button .slick-arrow {
    border-radius: 0;
}
.box-equipment .equipment-button .slick-arrow:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 1px;
    height: 24px;

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

    background: #d9d9d9;
}
.box-equipment .equipment-button .more a {
    display: block;

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

    color: #666;
}
.box-equipment .equipment-button .more a:hover {
    color: #c62020;
}
.box-equipment .has-arrows .equipment-button .slick-arrow {
    opacity: 1;
}
.footer {
    position: relative;

    overflow: hidden;

    background: #f6f7f9;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 80px;
    }
}
.footer a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#c62020), to(#c62020));
    background-image: -webkit-linear-gradient(left, #c62020 0%, #c62020 100%);
    background-image: linear-gradient(to right, #c62020 0%, #c62020 100%);
    background-repeat: no-repeat;
    background-position: 0 98%;
    background-size: 0 1px;
}
.footer a:hover {
    color: #c62020;
}
.footer a:hover span {
    background-size: 100% 1px;
}
.footer .foot-top {
    padding: 40px 0;

    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
    .footer .foot-top {
        padding: 30px 0;
    }
}
.footer .foot-top .foot-logo {
    display: block;

    height: 66px;
}
@media (max-width: 1470px) {
    .footer .foot-top .foot-logo {
        height: 50px;
    }
}
@media (max-width: 767px) {
    .footer .foot-top .foot-logo {
        height: 40px;
    }
}
.footer .foot-top .foot-logo img {
    height: 100%;

    mix-blend-mode: multiply;
}
@media (max-width: 1199px) {
    .footer .foot-nav {
        margin-top: 10px;
    }
}
.footer .foot-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -25px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1470px) {
    .footer .foot-nav ul {
        margin: 0 -15px;
    }
}
.footer .foot-nav ul li a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 0 25px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1470px) {
    .footer .foot-nav ul li a {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav ul li a {
        font-size: 14px;
    }
}
.footer .foot-nav ul li:hover a {
    color: #c62020;
}
.footer .foot {
    padding: 40px 0 70px;
}
@media (max-width: 991px) {
    .footer .foot {
        padding: 0 0 30px;
    }
}
.footer .title-foot h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44444444;
}
.footer .foot-contact {
    max-width: 310px;
}
@media (max-width: 991px) {
    .footer .foot-contact {
        width: 50%;
        max-width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-contact {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-contact .text {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .footer .foot-contact .text {
        margin-top: 10px;
    }
}
.footer .foot-contact .text .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 8px 0;
}
.footer .foot-contact .text .item .icon {
    line-height: 30px;

    width: 28px;

    color: #c62020;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer .foot-contact .text .item .icon .iconfont {
    font-size: 16px;
}
.footer .foot-contact .text .item .note {
    font-size: 16px;
    line-height: 30px;

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

    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
}
.footer .foot-contact .text .item .note b {
    font-weight: normal;

    color: #444;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer .foot-contact .text .item .note p {
    margin: 0;
}
.footer .foot-contact .erweima ul li {
    width: 90px;
    margin-top: 30px;
    margin-right: 20px;
    text-align: center;
}
@media (max-width: 767px) {
    .footer .foot-contact .erweima {
        margin-top: 10px;
    }
}
.footer .foot-contact .erweima img {
    width: 100%;
}
.footer .foot-contact .erweima p {
    margin-top: 10px;
}
@media (max-width: 991px) {
    .footer .foot-menu {
        width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-menu {
        width: 100%;
    }
}
.footer .foot-menu .foot-info {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .footer .foot-menu .foot-info {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .footer .foot-menu .foot-info ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .footer .foot-menu .foot-info ul li {
        margin-right: 20px;
    }
}
.footer .foot-menu .foot-info ul li a {
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 8px 0;

    color: #444;
}
.footer .foot-menu .foot-info ul li a:hover {
    color: #c62020;
}
.footer .foot-message {
    max-width: 510px;
}
@media (max-width: 1470px) {
    .footer .foot-message {
        max-width: 400px;
    }
}
@media (max-width: 991px) {
    .footer .foot-message {
        width: 50%;
        max-width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-message {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-message form ul {
    margin: 0 -5px;
}
.footer .foot-message form ul li {
    margin-top: 10px;
    padding: 0 5px;
}
.footer .foot-message .item input,
.footer .foot-message .item textarea {
    line-height: 24px;

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

    border-radius: 8px;
    background-color: #fff;
}
.footer .foot-message .item input::-webkit-input-placeholder,
.footer .foot-message .item textarea::-webkit-input-placeholder {
    color: #999;
}
.footer .foot-message .item input:-o-placeholder,
.footer .foot-message .item textarea:-o-placeholder {
    color: #999;
}
.footer .foot-message .item input::-moz-placeholder,
.footer .foot-message .item textarea::-moz-placeholder {
    color: #999;
}
.footer .foot-message .item input:-ms-input-placeholder,
.footer .foot-message .item textarea:-ms-input-placeholder {
    color: #999;
}
.footer .foot-message .item input:focus::-webkit-input-placeholder,
.footer .foot-message .item textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot-message .item input:focus::-o-placeholder,
.footer .foot-message .item textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot-message .item input:focus::-moz-placeholder,
.footer .foot-message .item textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot-message .item input:focus::-ms-input-placeholder,
.footer .foot-message .item textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .copyright {
    font-size: 14px;
    line-height: 1.71428571;

    padding: 18px 0;

    color: #666;
    background-color: rgba(0, 0, 0, .05);
}
.footer .copyright p {
    margin: 0 20px 0 0;
}
.footer .copyright p a {
    margin: 0 10px;
}
.footer .copyright p a:hover {
    text-decoration: underline;

    color: #c62020;
}
.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 a:hover {
    text-decoration: underline;

    color: #c62020;
}
.footer .copyright .link .sitemap:after {
    margin: 0 20px;

    content: '|';

    color: #666;
}
.wrap {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 1400px) {
    .wrap {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.title-in h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1400px) {
    .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .title-in h2 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-in h2 {
        font-size: 20px;
    }
}
.title-in .editor-content {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 20px;
}
.wrap-location .location {
    line-height: 35px;

    position: relative;
}
.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 4px;

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

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
}
.wrap-location .location>ul>li>a:hover {
    text-decoration: underline;
}
.wrap-about-menu {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 100px;

    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .wrap-about-menu {
        top: 60px;
    }
}
.wrap-about-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;

    -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: 1199px) {
    .wrap-about-menu ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.wrap-about-menu ul::-webkit-scrollbar {
    position: absolute;
    left: 0;

    height: 4px;
}
.wrap-about-menu ul::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.wrap-about-menu ul::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.wrap-about-menu ul li {
    position: relative;
}
.wrap-about-menu ul li:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #c62020;
}
.wrap-about-menu ul li a {
    font-size: 16px;
    line-height: 22px;

    display: block;

    padding: 15px 30px;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-about-menu ul li a {
        padding: 15px;
    }
}
.wrap-about-menu ul li.active:before,
.wrap-about-menu ul li:hover:before {
    width: 100%;
}
.wrap-about-menu ul li.active a,
.wrap-about-menu ul li:hover a {
    color: #c62020;
}
.wrap-sidenav {
    position: relative;

    border-radius: 8px;
    background: #fff;
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .title-sidenav {
    line-height: 30px;

    padding: 20px;

    color: #fff;
    border-radius: 8px;
    background: #c62020;
}
.wrap-sidenav .title-sidenav h3 {
    font-size: 24px;
    font-weight: bold;

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

    margin: 0;

    -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;
}
.wrap-sidenav .title-sidenav h3 .iconfont {
    font-weight: normal;

    margin-right: 10px;
}
.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;

    padding: 0 24px;
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    border-bottom: 1px solid #ccc;
}
.wrap-sidenav .sidenav .slevel-1>li:last-child {
    border-bottom: none;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 15px 40px 15px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
    font-family: 'iconfont' !important;
    line-height: 30px;

    position: absolute;
    top: 15px;
    right: 0;

    width: 30px;
    height: 30px;

    content: '\e629';
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    opacity: 0;
    color: #999;
}
.wrap-sidenav .sidenav .slevel-1>li.more>a:after {
    opacity: 1;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    color: #c62020;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:before,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:before {
    background-color: #c62020;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wrap-sidenav .sidenav .slevel-1>li.active .slevel-2 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;

    padding-bottom: 20px;
}
.wrap-sidenav .sidenav .slevel-2>li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    line-height: 1.5;

    position: relative;

    display: block;

    padding: 4px 8px;

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

    color: #444;
}
.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(#c62020), to(#c62020));
    background-image: -webkit-linear-gradient(left, #c62020 0%, #c62020 100%);
    background-image: linear-gradient(to right, #c62020 0%, #c62020 100%);
    background-repeat: no-repeat;
    background-position: 0 98%;
    background-size: 0 1px;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    color: #c62020;
}
.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 {
    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: #eee;

    -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;
    border-color: #c62020;
    background-color: #c62020;
}
.wrap-about .text {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 30px;
}
.wrap-about .number {
    margin-top: 10px;
}
.wrap-about .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -40px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .wrap-about .number ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.wrap-about .number ul li {
    position: relative;

    margin-top: 30px;
    padding: 0 40px;
}
.wrap-about .number ul li:after {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #d9d9d9;
}
@media (max-width: 767px) {
    .wrap-about .number ul li:after {
        display: none;
    }
}
.wrap-about .number ul li:last-child:after {
    display: none;
}
.wrap-about .number .item {
    text-align: center;
}
.wrap-about .number .item b {
    font-size: 16px;
    line-height: 1;

    color: #c62020;
}
.wrap-about .number .item b span {
    font-family: 'Oswald', Arial;
    font-size: 44px;
}
@media (max-width: 767px) {
    .wrap-about .number .item b span {
        font-size: 40px;
    }
}
.wrap-about .number .item p {
    line-height: 1.71428571;

    margin: 10px 0 0 0;

    color: #444;
}
.wrap-about .video {
    position: relative;

    margin-top: 60px;
}
.wrap-about .video img {
    width: 100%;
}
.wrap-about .video .play {
    line-height: 64px;

    position: relative;
    z-index: 6;

    display: block;

    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-top: -32px;

    text-align: center;
}
.wrap-about .video .play span {
    position: relative;
    z-index: 5;

    display: block;

    width: 100%;
    height: 100%;

    color: #fff;
    border-radius: 50%;
    background-color: #c62020;
}
.wrap-about .video .play::before,
.wrap-about .video .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(198, 32, 32, .28);
}
.wrap-about .video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.wrap-about .video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.wrap-history .history {
    position: relative;

    background: url(../images/history_bg.png) no-repeat center;
    background-size: 100% auto;
}
@media (max-width: 1560px) {
    .wrap-history .history {
        padding: 0 8%;
    }
}
.wrap-history .history:before {
    position: absolute;
    top: 60px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #d9d9d9;
}
.wrap-history .history .slick-list {
    overflow: visible;
}
.wrap-history .history .slick-slide {
    opacity: 0;
}
.wrap-history .history .slick-active {
    opacity: 1;
}
.wrap-history .history .item {
    transition: all 1s;
}
.wrap-history .history .item .year {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    width: 90px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    border-radius: 40px;
    background: #fff;
}
.wrap-history .history .item .text {
    position: relative;
    /* width: 160%; */
    margin-top: 60px;

    /* margin-left: -30%; */
}
@media (max-width: 767px) {
    .wrap-history .history .item .text {
        width: 100%;
        margin-left: 0;
    }
}
.wrap-history .history .item .text:before {
    position: absolute;
    top: -48px;
    left: 50%;

    display: block;

    width: 16px;
    height: 16px;

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

    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #999;
}
.wrap-history .history .item .text:after {
    position: absolute;
    top: -32px;
    left: 50%;

    display: block;

    width: 1px;

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

    background-color: #d9d9d9;
}
.wrap-history .history .item .text .note {
    overflow: hidden;

    padding: 20px;

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

    /* opacity: 0; */
    border-radius: 8px;
    background: #fff;
}
@media (max-width: 1400px) {
    .wrap-history .history .item .text .note {
        padding: 10px;
    }
}
.wrap-history .history .item .text .note img {
    width: 100%;
    margin-bottom: 20px;

    border-radius: 8px;
    overflow: hidden;

}
.wrap-history .history .slick-current .item .year {
    color: #fff;
    background-color: #c62020;
    transition: all .2s;
}
.wrap-history .history .slick-current .item .text:before {
    background-color: #c62020;
}
.wrap-history .history .slick-current .item .text:after {
    height: 33px;
}
.wrap-history .history .slick-current .item .text .note {
    opacity: 1;
}
.wrap-history .history .item:hover {
    transform: scale(1.1) translateY(9px);
}
.wrap-history .history .slick-arrow {
    left: -10%;

    width: 44px;
    height: 44px;

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

    color: #c62020;
    border: 1px solid #c62020;
    border-radius: 8px;
}
@media (max-width: 767px) {
    .wrap-history .history .slick-arrow {
        width: 36px;
        height: 36px;

        border-radius: 4px;
    }
}
.wrap-history .history .slick-arrow:hover {
    color: #fff;
    background-color: #c62020;
}
.wrap-history .history .slick-arrow:before {
    font-size: 16px;
}
.wrap-history .history .slick-arrow.slick-next {
    right: -10%;
    left: auto;
}
.wrap-partners .partners {
    position: relative;

    margin-top: 30px;
}
.wrap-partners .partners:before {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    display: block;

    width: 270px;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
@media (max-width: 767px) {
    .wrap-partners .partners:before {
        width: 100px;
    }
}
.wrap-partners .partners:after {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;

    display: block;

    width: 270px;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
@media (max-width: 767px) {
    .wrap-partners .partners:after {
        width: 100px;
    }
}
.wrap-partners .partners .slick-partners-right {
    direction: rtl;
}
.wrap-partners .partners .item .img-box {
    padding-bottom: 56.60377358%;
}
.wrap-history {
    background: #f5f5f5;
}
.wrap-about-vr {
    position: relative;
}
.wrap-about-vr img {
    width: 100%;
}
@media (max-width: 767px) {
    .wrap-about-vr img {
        width: 160%;
        margin-left: -30%;
    }
}
.wrap-about-vr .play {
    line-height: 88px;

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

    display: block;

    width: 88px;
    height: 88px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
    .wrap-about-vr .play {
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.wrap-about-vr .play .iconfont {
    font-size: 30px;
}
.wrap-about-vr .play:hover {
    background: rgba(255, 255, 255, .4);
}
.wrap-honor .honor ul {
    margin-top: -30px;
}
@media (max-width: 767px) {
    .wrap-honor .honor ul {
        margin-top: -20px;
    }
}
.wrap-honor .honor ul li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-honor .honor ul li {
        margin-top: 20px;
    }
}
.wrap-honor .honor .item {
    cursor: pointer;
}
.wrap-honor .honor .item .pic {
    position: relative;

    overflow: hidden;

    padding: 15px;

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

    border: 1px solid #ccc;
    border-radius: 8px;
}
@media (max-width: 991px) {
    .wrap-honor .honor .item .pic {
        padding: 10px;
    }
}
.wrap-honor .honor .item .img-box {
    -webkit-transition: all 1s;
    transition: all 1s;

    border-radius: 8px;
}
@media (min-width: 1200px) {
    .wrap-honor .honor .item:hover .pic {
        border-color: #c62020;
    }
    .wrap-honor .honor .item:hover .img-box {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.wrap-equipment .equipment>ul {
    margin-top: -30px;
}
@media (max-width: 767px) {
    .wrap-equipment .equipment>ul {
        margin-top: -20px;
    }
}
.wrap-equipment .equipment>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-equipment .equipment>ul>li {
        margin-top: 20px;
    }
}
.wrap-equipment .equipment .item {
    cursor: pointer;
}
.wrap-equipment .equipment .item .pic {
    position: relative;

    overflow: hidden;

    border-radius: 8px;
}
.wrap-equipment .equipment .item .pic .img-box {
    padding-bottom: 55.81395349%;
}
.wrap-equipment .equipment .item .icon {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

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

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

    opacity: 0;
    border-radius: 8px;
    background-color: rgba(198, 32, 32, .8);
}
@media (max-width: 767px) {
    .wrap-equipment .equipment .item .icon {
        padding: 5px;

        opacity: 1;
        background: none;
    }
}
.wrap-equipment .equipment .item .icon .iconfont {
    font-size: 30px;

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

    width: 100%;
    height: 100%;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 8px;

    -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-equipment .equipment .item .icon .iconfont {
        font-size: 24px;
    }
}
.wrap-equipment .equipment .item:hover .icon {
    opacity: 1;
}
.wrap-applications .applications {
    margin-top: -30px;
}
@media (max-width: 767px) {
    .wrap-applications .applications {
        margin-top: -20px;
    }
}
.wrap-applications .applications>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-applications .applications>ul>li {
        margin-top: 20px;
    }
}
.wrap-applications .applications .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-applications .applications .item .pic {
    width: 570px;
    height: 100%;
}
@media (max-width: 1199px) {
    .wrap-applications .applications .item .pic {
        width: 400px;
    }
}
@media (max-width: 991px) {
    .wrap-applications .applications .item .pic {
        width: 100%;
    }
}
.wrap-applications .applications .item .pic .img-box {
    padding-bottom: 41.66666667%;
}
.wrap-applications .applications .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-applications .applications .item .text {
    position: relative;

    width: -webkit-calc(100% - 570px);
    width: calc(100% - 570px);
    padding: 30px 60px 30px 80px;

    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 8px 0 0 8px;
    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .wrap-applications .applications .item .text {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
        padding: 20px 30px 20px 80px;
    }
}
@media (max-width: 991px) {
    .wrap-applications .applications .item .text {
        width: 100%;
        padding-left: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-applications .applications .item .text {
        padding-left: 40px;
    }
}
.wrap-applications .applications .item .text:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 30px;

    position: absolute;
    top: 30px;
    left: 40px;

    content: '\e65d';
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

    color: #999;
}
@media (max-width: 1199px) {
    .wrap-applications .applications .item .text:before {
        font-size: 18px;

        top: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-applications .applications .item .text:before {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-applications .applications .item .text:before {
        font-size: 16px;

        left: 10px;
    }
}
.wrap-applications .applications .item .title-applications {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    height: 30px;
}
@media (max-width: 991px) {
    .wrap-applications .applications .item .title-applications {
        font-size: 18px;
    }
}
.wrap-applications .applications .item .editor-content {
    display: -webkit-box;
    overflow: hidden;

    max-height: 56px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-applications .applications .item .editor-content {
        margin-top: 6px;
    }
}
.wrap-applications .applications .item .more {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-applications .applications .item .more {
        margin-top: 20px;
    }
}
.wrap-applications .applications .item .more a {
    line-height: 30px;

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

    color: #666;
}
@media (min-width: 1200px) {
    .wrap-applications .applications .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-applications .applications .item:hover .text:before {
        color: #c62020;
    }
    .wrap-applications .applications .item:hover .more a {
        color: #c62020;
    }
}
.wrap-news .news>ul {
    border-top: 1px solid #d9d9d9;
}
.wrap-news .news>ul>li {
    padding: 30px 0;

    border-bottom: 1px solid #d9d9d9;
}
.wrap-news .news .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-news .news .item .pic {
    width: 330px;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .pic {
        width: 280px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
    padding-right: 5%;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .text {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
        padding-right: 3%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text {
        width: 100%;
        margin-top: 15px;
        padding-right: 0;
    }
}
.wrap-news .news .item .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding-right: 30px;

    text-align: center;

    border-right: 1px solid #d9d9d9;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -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: 1199px) {
    .wrap-news .news .item .date {
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .date {
        padding-right: 10px;
    }
}
.wrap-news .news .item .date b {
    font-family: 'Oswald', Arial;
    font-size: 40px;
    font-weight: normal;

    color: #c62020;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .date b {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .date b {
        font-size: 24px;
    }
}
.wrap-news .news .item .date span {
    line-height: 24px;

    display: block;

    color: #444;
}
.wrap-news .news .item .title-news {
    font-size: 20px;
    line-height: 1.7;

    display: -webkit-box;
    overflow: hidden;

    max-height: 68px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1400px) {
    .wrap-news .news .item .title-news {
        font-size: 18px;
        line-height: 30px;

        max-height: 60px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .title-news {
        font-size: 16px;
        line-height: 24px;

        max-height: 48px;
    }
}
.wrap-news .news .item .title-news span {
    font-weight: bold;

    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#c62020), to(#c62020));
    background-image: -webkit-linear-gradient(left, #c62020 0%, #c62020 100%);
    background-image: linear-gradient(to right, #c62020 0%, #c62020 100%);
    background-repeat: no-repeat;
    background-position: 0 98%;
    background-size: 0 1px;
}
.wrap-news .news .item .editor-content {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-news .news .item .editor-content {
        max-height: 48px;
    }
}
.wrap-news .news .item .note {
    padding-left: 30px;
}
@media (max-width: 767px) {
    .wrap-news .news .item .note {
        padding-left: 10px;
    }
}
@media (min-width: 1200px) {
    .wrap-news .news .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-news .news .item:hover .title-news {
        color: #c62020;
    }
    .wrap-news .news .item:hover .title-news span {
        background-size: 100% 1px;
    }
}
.wrap-details .date {
    display: inline-block;

    text-align: center;
}
.wrap-details .date b {
    font-family: 'Oswald', Arial;
    font-size: 40px;
    font-weight: normal;

    color: #c62020;
}
@media (max-width: 1199px) {
    .wrap-details .date b {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-details .date b {
        font-size: 24px;
    }
}
.wrap-details .date span {
    line-height: 24px;

    display: block;

    color: #444;
}
.wrap-details .title-details h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin-top: 16px;
}
.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: '\eb60';
    -webkit-transition: all .2s;
    transition: all .2s;
    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:before {
    color: #fff;
    background-color: #c62020;
}
.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(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.wrap-download {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f7f9), to(rgba(246, 247, 249, 0)));
    background: -webkit-linear-gradient(top, #f6f7f9 0%, rgba(246, 247, 249, 0) 100%);
    background: linear-gradient(180deg, #f6f7f9 0%, rgba(246, 247, 249, 0) 100%);
}
.wrap-download .download {
    overflow: hidden;

    margin-top: -30px;
}
.wrap-download .download>ul>li {
    margin-top: 30px;
}
.wrap-download .download .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 40px 30px;

    border-radius: 8px 8px 0 0;
    background: #fff;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .text {
        padding: 20px;
    }
}
.wrap-download .download .item .title-download {
    position: relative;

    display: block;

    padding-left: 70px;
}
@media (max-width: 767px) {
    .wrap-download .download .item .title-download {
        padding-left: 50px;
    }
}
.wrap-download .download .item .title-download:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-weight: normal;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 0;

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

    color: #c62020;
}
@media (max-width: 767px) {
    .wrap-download .download .item .title-download:before {
        font-size: 40px;
    }
}
.wrap-download .download .item .title-download b {
    font-size: 20px;
    line-height: 30px;

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

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .title-download b {
        font-size: 18px;
    }
}
.wrap-download .download .item .title-download span {
    line-height: 1.71428571;

    display: block;

    margin-top: 6px;

    color: #666;
}
.wrap-download .download .item .down {
    font-size: 18px;
    line-height: 48px;

    display: block;

    width: 48px;
    height: 48px;

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

    border-radius: 50%;
    background-color: #f5f5f5;
}
.wrap-download .download .item .size-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 10px 30px;

    color: #c62020;
    border-radius: 0 0 8px 8px;
    background: #fae9e9;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-download .download .item .size-type span {
    margin-right: 20px;
}
@media (min-width: 1200px) {
    .wrap-download .download .item:hover .title-download {
        color: #c62020;
    }
    .wrap-download .download .item:hover .down {
        color: #fff;
        background-color: #c62020;
    }
}
@-webkit-keyframes orbit {
    0% {
        -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg);
        transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg);
        transform: rotate(360deg) translateX(50px) rotate(-360deg);
    }
}
@keyframes orbit {
    0% {
        -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg);
        transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg);
        transform: rotate(360deg) translateX(50px) rotate(-360deg);
    }
}
.wrap-contact {
    position: relative;
    z-index: 6;

    margin-top: -90px;
}
@media (max-width: 991px) {
    .wrap-contact {
        margin-top: -30px;
    }
}
.wrap-contact .title-in h2 {
    font-size: 36px;
}
@media (max-width: 1199px) {
    .wrap-contact .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .title-in h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .title-in h2 {
        font-size: 20px;
    }
}
.wrap-contact .title-in p {
    font-size: 16px;
    line-height: 1.5;

    margin-top: 20px;
}
.wrap-contact .message {
    overflow: hidden;

    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    padding: 60px 160px 60px 60px;

    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05);
}
@media (max-width: 1199px) {
    .wrap-contact .message {
        width: -webkit-calc(100% - 380px);
        width: calc(100% - 380px);
        padding: 30px 100px 30px 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .message {
        width: 100%;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .message {
        padding: 20px 15px;
    }
}
.wrap-contact .formbox-message ul li {
    margin-top: 20px;
}
.wrap-contact .formbox-message form label {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
@media (max-width: 767px) {
    .wrap-contact .formbox-message form label {
        font-size: 15px;
    }
}
.wrap-contact .formbox-message form input,
.wrap-contact .formbox-message form textarea {
    line-height: 24px;

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

    border-radius: 8px;
    background: #f5f5f5;
}
.wrap-contact .formbox-message form input::-webkit-input-placeholder,
.wrap-contact .formbox-message form textarea::-webkit-input-placeholder {
    color: #999;
}
.wrap-contact .formbox-message form input:-o-placeholder,
.wrap-contact .formbox-message form textarea:-o-placeholder {
    color: #999;
}
.wrap-contact .formbox-message form input::-moz-placeholder,
.wrap-contact .formbox-message form textarea::-moz-placeholder {
    color: #999;
}
.wrap-contact .formbox-message form input:-ms-input-placeholder,
.wrap-contact .formbox-message form textarea:-ms-input-placeholder {
    color: #999;
}
.wrap-contact .formbox-message form input:focus::-webkit-input-placeholder,
.wrap-contact .formbox-message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .formbox-message form input:focus::-o-placeholder,
.wrap-contact .formbox-message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .formbox-message form input:focus::-moz-placeholder,
.wrap-contact .formbox-message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .formbox-message form input:focus::-ms-input-placeholder,
.wrap-contact .formbox-message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact {
    width: 450px;
    margin-left: -100px;
    padding: 40px;

    color: #fff;
    border-radius: 8px;
    background: #c62020;
}
@media (max-width: 1199px) {
    .wrap-contact .contact {
        margin-left: -70px;
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact {
        padding: 20px 15px;
    }
}
.wrap-contact .contact-top .text {
    margin-top: 24px;
}
.wrap-contact .contact-top .text .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    border-radius: 8px;
    background-color: rgba(255, 255, 255, .1);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .wrap-contact .contact-top .text .item {
        padding: 10px;
    }
}
.wrap-contact .contact-top .text .item .iconfont {
    font-size: 28px;
}
.wrap-contact .contact-top .text .item .txt {
    padding-left: 20px;
}
.wrap-contact .contact-top .text .item .txt b {
    font-size: 16px;
    line-height: 24px;
}
.wrap-contact .contact-top .text .item .txt p {
    line-height: 24px;

    margin: 6px 0 0 0;
}
.wrap-contact .contact-top .text .item .txt p 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 98%;
    background-size: 0 1px;
}
.wrap-contact .contact-top .text .item .txt p a:hover span {
    background-size: 100% 1px;
}
.wrap-contact .share-erweima {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-contact .common-share b {
    font-size: 16px;
    line-height: 1.5;
}
.wrap-contact .common-share ul {
    margin-top: 16px;
}
.wrap-contact .erweima {
    width: 100px;
}
.wrap-contact .erweima img {
    width: 100%;
}
.wrap-product-top {
    padding-bottom: 50px;
}
@media (max-width: 1199px) {
    .wrap-product-top .product-top {
        margin-top: 30px;
    }
}
.wrap-product-top .product-top .text {
    margin-top: 20px;
}
.common-product-item {
    padding: 10px;

    text-align: center;

    background-color: #fff;
}
.common-product-item .pic .img-box {
    padding-bottom: 66.66666667%;
}
.common-product-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .title-products {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.common-product-item .editor-content {
    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-top: 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
}
.common-product-item .editor-content p {
    font-size: 14px;
    line-height: 24px;

    color: #444;
}
.common-product-item .more {
    line-height: 40px;

    display: block;

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

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

    color: #c62020;
    border: 1px solid #c62020;
    border-radius: 8px;
}
@media (max-width: 767px) {
    .common-product-item .more {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .common-product-item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-product-item:hover .more {
        color: #fff;
        background-color: #c62020;
    }
}
.wrap-product {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(rgba(245, 245, 245, 0)));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(180deg, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}
@media (max-width: 1199px) {
    .wrap-product {
        padding-top: 20px;
    }
}
.wrap-product .product {
    margin-top: -30px;
}
@media (max-width: 767px) {
    .wrap-product .product {
        margin-top: -15px;
    }
}
.wrap-product .product>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-product .product>ul>li {
        margin-top: 15px;
    }
}
#productcontent {
    position: relative;
    top: -120px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: -80px;
    }
}
.wrap-product-show {
    padding-top: 48px;
}
@media (min-width: 1200px) {
    .wrap-product-show {
        overflow: visible;
    }
}
.wrap-product-show .carousel-wrap .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-wrap .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .slider-for {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 80.5%;
    height: 100%;

    border-radius: 8px;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .slider-for {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .item .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-product-show .carousel-wrap .zoom {
    position: relative;

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

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .slick-arrow {
    left: 2%;
}
.wrap-product-show .carousel-wrap .slick-arrow.slick-next {
    right: 2%;
    left: auto;
}
.wrap-product-show .slider-nav {
    font-size: 0;

    width: 19.5%;
    padding-left: 16px;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.wrap-product-show .slider-nav .slick-list {
    margin: -8px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-list {
        margin: 0 -4px;
    }
}
.wrap-product-show .slider-nav .slick-slide {
    padding: 8px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-slide {
        padding: 0 4px;
    }
}
.wrap-product-show .slider-nav .item {
    overflow: hidden;

    border-radius: 8px;
}
.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: 16px;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

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

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

        width: 30px;
        height: 30px;
    }
}
.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #c62020;
}
.wrap-product-show .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    min-height: 100%;

    -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;
    }
}
.wrap-product-show .info-box .title-info-box h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text {
    margin-top: 30px;
}
.wrap-product-show .info-box .text h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.wrap-product-show .info-box .link-share {
    padding: 0 40px;
}
@media (max-width: 1400px) {
    .wrap-product-show .info-box .link-share {
        margin-top: 0;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link-share {
        padding: 0 0;
    }
}
.wrap-product-show .info-box .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
    margin-right: 2vw;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .info-box .share p {
    font-size: 15px;

    margin: 0;
    margin-right: 10px;
}
.wrap-product-show .info-box .link {
    overflow: hidden;

    margin-top: 30px;
}
.wrap-product-show .info-box .link ul li {
    margin: 5px 0;
}
.wrap-product-show .info-box .link a {
    line-height: 48px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px;

    color: #fff;
    border-radius: 8px;
    background-color: #c62020;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .info-box .link a .iconfont {
    margin-right: 10px;
}
.wrap-product-show .info-box .link .active a {
    color: #fff;
    background-color: #c62020;
}
.wrap-product-show .info-box .link .active a .iconfont {
    color: #c62020;
    background-color: #fff;
}
.wrap-product-show .stickybox {
    padding-top: 50px;
}
.wrap-product-show .product-show-info {
    overflow: visible;

    background: #f5f5f5;
}
.wrap-product-show .wrap-show-menu {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 100px;

    border-bottom: 1px solid #d9d9d9;
    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu {
        top: 60px;
    }
}
.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;

    -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: 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 {
    padding: 0 24px;
}
.wrap-product-show .wrap-show-menu ul li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 0;

    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1400px) {
    .wrap-product-show .wrap-show-menu ul li a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .wrap-show-menu ul li a {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 0;
    }
}
.wrap-product-show .wrap-show-menu ul li a:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #c62020;
}
.wrap-product-show .wrap-show-menu ul li.active a {
    color: #c62020;
}
.wrap-product-show .wrap-show-menu ul li.active a:after {
    width: 100%;
}
.wrap-product-show .parameter .editor-content {
    margin-top: 20px;
}
.wrap-product-show .parameter .editor-content h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
}
.wrap-product-show .parameter .editor-content p {
    font-size: 16px;
    line-height: 1.75;
}
.title-product-show {
    text-align: center;
}
.title-product-show h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1199px) {
    .title-product-show h3 {
        font-size: 24px;
    }
}
.wrap-relate-product .relate-product .slick-related {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-relate-product .relate-product .slick-related {
        margin-top: 20px;
    }
}
.wrap-relate-product .relate-product .slick-related .slick-slide {
    padding-top: 10px;
    padding-bottom: 10px;
}
.wrap-relate-product .relate-product .common-product-item {
    box-shadow: 0 0 10px #fafafa;
}
.wrap-inquiry {
    background: #f5f5f5;
}
.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: #c62020;
    background-color: #c62020;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    border-color: #c62020;
    background-color: #c62020;
}
.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: #c62020;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #c62020;
}
.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: #c62020;
}
.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: #c62020;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #c62020;
}
.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(198, 32, 32, .5);
    border-radius: 5px;
    background-color: rgba(198, 32, 32, .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 {
    line-height: 44px;

    position: relative;
    z-index: 6;

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

    min-width: 44px;
    height: 44px;
    margin: 0 4px;
    padding: 0 5px;

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

    border-radius: 50%;
    background: none;
    background: #f5f5f5;

    -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: #c62020;
    }
}
@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: #c62020;
    }
}
@media (max-width: 767.98px) {
    .pagination a,
    .pagination span {
        font-size: 14px;

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

    content: '\eb60';
}
.pagination .next:before {
    font-family: 'iconfont' !important;

    content: '\e625';
}
.editor-content p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #444;
}
@media (max-width: 767px) {
    .editor-content p {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.editor-content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45454545;
}
@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 {
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
    list-style: inherit;
}
.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;

    background: #fcfbf4;
}
.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;
}
.open-download {
    width: 600px;
    padding: 60px 30px;
    display: none;
}
.open-download input {
    width: 100%;
    padding: 10px;
    line-height: 24px;
    border-radius: 8px;
    background: #f5f5f5;
    margin: 15px 0;
}
.wrap-about .about-text {
    margin-top: 50px;
}
.brand {
    display: flex;
    flex-wrap: wrap;
}
.brand img {
    width: 60px;
    mix-blend-mode: multiply;
}