:root {
    --pad: -webkit-calc(50% - 705px);
    --pad: calc(50% - 705px);
}
@media (max-width: 1470px) {
    :root {
        --pad: -webkit-calc(50% - 660px);
        --pad: calc(50% - 660px);
    }
}
@media (max-width: 1400px) {
    :root {
        --pad: -webkit-calc(50% - 570px);
        --pad: calc(50% - 570px);
    }
}
@media (max-width: 1199px) {
    :root {
        --pad: 5vw;
    }
}
@media (max-width: 767px) {
    :root {
        --pad: 15px;
    }
}
.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'DM Sans';
    font-weight: bold;
    font-style: normal;

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

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

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

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

    overflow-x: hidden;

    height: initial !important;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
: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] .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-list {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .slick-list {
        margin: 0 -5px;
    }
}
.slick-list .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .slick-list .slick-slide {
        padding: 0 5px;
    }
}
.slick-disabled {
    cursor: no-drop;

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1680px) {
    .con1620 {
        max-width: 1650px;
    }
}
@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: 40px;

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

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

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

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

        width: 36px;
        height: 36px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 22px;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.slick-next {
    right: -7%;
    left: auto;
}
@media (max-width: 1560px) {
    .slick-arrow.slick-next {
        right: -3%;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slick-arrow:hover {
    color: #fff;
    background-color: #4780ff;
}
.prev-next {
    font-size: 0;

    white-space: nowrap;
}
.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-next {
    margin-left: 10px;
}
.slick-dots {
    text-align: center;
}
@media (max-width: 1199px) {
    .slick-dots {
        margin-top: 30px;
    }
}
.slick-dots li {
    display: inline-block;

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

    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: top;

    border: 1px solid #286af6;
    border-radius: 50%;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #286af6;
}
.center {
    top: 50%;
    left: 50%;

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

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

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.formbox form ul {
    margin: 0 -10px;
}
.formbox form ul li {
    padding: 0 10px;
}
.formbox form .group {
    position: relative;

    margin-top: 24px;
}
.formbox form .group label {
    font-size: 16px;
    line-height: 48px;

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

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

    color: #666;
}
@media (max-width: 767px) {
    .formbox form .group label {
        font-size: 14px;

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

    position: relative;
    z-index: 2;

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

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

    border: 1px solid #d9d9d9;
    border-radius: 0;
    outline: 0;
    background: none;
}
.formbox form .group input:placeholder-shown+label,
.formbox form .group textarea:placeholder-shown+label {
    top: 0;

    background-color: transparent;
}
.formbox form .group-read input {
    color: #fff !important;
    background: #222 !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: -32px;
    left: 12px;

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

    opacity: .8;
}
@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 {
        left: 10px;
    }
}
.submit-group {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .submit-group {
        margin-top: 20px;
    }
}
.submit-group .submit {
    font-size: 16px;

    height: 40px;
    padding: 0 60px;

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

    color: #fff;
    border-radius: 0;
    background-color: #4780ff;
}
@media (max-width: 767px) {
    .submit-group .submit {
        font-size: 14px;
    }
}
.submit-group .submit:hover {
    color: #fff;
    background-color: #286af6;
}
.wrap-reviews .title-product-show .write-review a {
    font-size: 14px;
    line-height: 30px;

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

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

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

    border: 1px solid #f2eaea;
    background-color: #fff;
}
.wrap-reviews .feedback .item span {
    line-height: 50px;

    display: block;

    white-space: nowrap;

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

    width: 100%;
    padding: 10px;

    resize: vertical;
}
.wrap-reviews .feedback .rating {
    position: relative;

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

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

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

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

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

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

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

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

    content: '\e635';
}
.wrap-reviews .review-list {
    overflow: hidden;
}
.wrap-reviews .review-list>ul>li {
    border-bottom: 1px solid #ede7db;
}
.wrap-reviews .review-list .item {
    padding: 40px 0;
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item {
        padding: 20px 0;
    }
}
.wrap-reviews .review-list .item h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15384615;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-reviews .review-list .item h3 {
        font-size: 16px;
    }
}
.wrap-reviews .review-list .item p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-reviews .review-list .item p {
        font-size: 14px;
    }
}
.wrap-reviews .review-list .item .starbox {
    margin: 20px 0 14px;
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item .starbox {
        margin: 10px 0;
    }
}
.wrap-reviews .review-list .item .starbox span {
    font-size: 18px;

    display: inline-block;

    margin-right: 14px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item .starbox span {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-reviews .review-list .item .starbox span {
        font-size: 14px;
    }
}
.wrap-reviews .review-list .item .starbox .icon {
    font-size: 18px;
    line-height: 26px;

    display: inline-block;

    vertical-align: middle;

    color: #4780ff;
}
.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;

    width: 100%;

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

    background: #f5f5f5;
}
.header .header-top {
    color: #d9d9d9;
    background-color: #222;
}
.header .text {
    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 .text p {
    line-height: 40px;

    margin: 0;
}
@media (max-width: 1199px) {
    .header .text p {
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .header .text p {
        font-size: 0;
    }
}
.header .text p:nth-child(1) {
    margin-right: 30px;
}
@media (max-width: 1199px) {
    .header .text p:nth-child(1) {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .header .text p:nth-child(1) {
        margin-right: 10px;
    }
}
.header .text p 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;
}
.header .text p a .iconfont {
    float: left;
}
.header .text p a:hover {
    text-decoration: underline;

    color: #fff;
}
.header .text .iconfont {
    font-size: 20px;

    margin-right: 10px;

    color: #4780ff;
}
.header .share-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 .share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    display: block;

    padding: 0 10px;

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

    color: #999;
}
@media (max-width: 1199px) {
    .header .share a {
        line-height: 30px;
    }
}
.header .share a .iconfont {
    font-size: 20px;
}
.header .share a:hover {
    color: #fff;
}
.header .language {
    font-size: 16px;
    line-height: 40px;

    position: relative;

    margin-left: 60px;
}
@media (max-width: 1199px) {
    .header .language {
        line-height: 30px;

        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .header .language {
        margin-left: 10px;
    }
}
.header .language p {
    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;
}
.header .language p img {
    display: block;

    width: 30px;
    height: 30px;
    margin-right: 16px;

    border: 5px solid rgba(245, 245, 245, .16);
    border-radius: 50%;
}
@media (max-width: 767px) {
    .header .language p img {
        margin-right: 6px;
    }
}
.header .language p .iconfont {
    margin-left: 10px;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .header .language p .iconfont {
        margin-left: 4px;
    }
}
.header .language ul {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    overflow: hidden;

    min-width: 100%;
    max-height: 0;

    -webkit-transition: max-height 1s ease-out;
    -webkit-transition: all .6s;
    transition: max-height 1s ease-out;
    transition: all .6s;

    color: #d9d9d9;
    background-color: #222;
}
.header .language ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.header .language ul li a {
    line-height: 24px;

    display: block;

    padding: 10px 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.header .language ul li:hover a {
    color: #fff;
    background-color: #4780ff;
}
.header .language:hover ul {
    display: block;

    max-height: 500px;
}
.header .logo {
    height: 80px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1470px) {
    .header .logo {
        height: 70px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
        padding: 5px 0;
    }
}
.header .logo img {
    display: block;

    height: 100%;
}
.header .serach-part {
    margin-left: 60px;

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

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

    padding: 0 10px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .find .icon {
    font-size: 22px;
}
@media (max-width: 1199px) {
    .header .find .icon {
        font-size: 18px;
    }
}
.header .find:hover {
    color: #4780ff;
}
.header .search-wrap {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    left: 0;

    display: none;

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

    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;
    font-size: 22px;

    content: '\e60e';
}
.header .search-wrap .submit:hover {
    color: #fff;
    background-color: #4780ff;
}
@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;

    padding: 0 32px;
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li {
        padding: 0 24px;
    }
}
.header .pc-nav>ul>li>a {
    font-family: 'DM Sans', Arial;
    font-size: 16px;
    font-weight: 500;

    position: relative;

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

    height: 90px;

    -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;
}
.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: #4780ff;
}
.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    color: #4780ff;
}
.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: 15px;

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

    display: none;

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

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;

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

    display: block;

    padding: 5px 24px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    text-transform: uppercase;
    text-transform: capitalize;
}
@media (max-width: 1560px) {
    .header .pc-nav .nav-list2>li>a {
        padding: 0 20px;
    }
}
.header .pc-nav .nav-list2>li:hover>a {
    color: #4780ff;
}
.header .pc-nav .nav-list3 {
    font-size: 14px;

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

    display: none;

    padding: 10px 0;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list3>li {
    position: relative;
}
.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>a:hover {
    color: #4780ff;
}
.header .pc-nav .nav-list4 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

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

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
}
.header .pc-nav .nav-list4>li>a:hover {
    color: #4780ff;
}
.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: #999;
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #999;
}
@media (max-width: 767px) {
    .hc-nav-open .translate {
        display: block;
    }
}
.stuck {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hc-mobile-nav {
    text-transform: capitalize;
}
.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;
}
.online-wrap {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -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 #4780ff;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #4780ff;
}
@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 {
    padding: 4px;

    -webkit-transition: right .3s;
    transition: right .3s;
    text-align: center;

    border-radius: 4px;
    background-color: rgba(0, 0, 0, .15);
}
@media (max-width: 1199px) {
    .online-wrap .online {
        background-color: rgba(0, 0, 0, .5);
    }
}
.online-wrap .online.active {
    right: 0;
}
@media (max-width: 991px) {
    .online-wrap .online {
        position: relative;
        right: -80px;

        display: none;

        -webkit-transition: all .6s;
        transition: all .6s;
    }
    .online-wrap .online.active {
        right: 0;

        display: block;
    }
}
.online-wrap .online a {
    line-height: 42px;

    position: relative;

    display: block;

    width: 42px;
    height: 42px;
    padding: 0;

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

    color: #fff;
    border-radius: 4px;
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.online-wrap .online a:before {
    font-size: 20px;
}
.online-wrap .online a:hover {
    background-color: #4780ff;
}
.online-wrap .online a:hover:before {
    color: #fff;
}
@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 a .phone-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 a .phone-num p {
    line-height: 42px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 4px 0 0 4px;
    background-color: #4780ff;
}
@media (min-width: 1200px) {
    .online-wrap .online a:hover .phone-num {
        right: 100%;
    }
}
@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 .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
.online-wrap .icon-phone:hover,
.online-wrap .icon-whatsapp:hover,
.online-wrap .icon-email:hover {
    border-radius: 0 10px 10px 0;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e662';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e634';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;
    font-size: 24px !important;

    content: '\e766';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e615';
}
.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-cart:before {
    font-family: 'iconfont' !important;

    content: '\e73c';

    color: #4780ff;
}
.online-wrap .icon-cart span {
    font-size: 12px;
    line-height: 14px;

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

    width: 14px;
    height: 14px;

    color: #4780ff;
    border-radius: 50%;
    background-color: #e9eef9;
}
.online-wrap .icon-cart:hover {
    border-radius: 8px !important;
}
.online-wrap .backtop:before {
    font-family: 'iconfont' !important;
    font-size: 22px !important;

    display: block;

    content: '\e605';
}
.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: #4780ff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;
}
.xs-online ul li {
    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>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.xs-online-product>a:before {
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail>a:before {
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map>a:before {
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback>a:before {
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home>a:before {
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.xs-online-tel>a:before {
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.xs-online-facebook>a:before {
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp>a:before {
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.xs-online-skype>a:before {
    font-weight: normal;

    content: '\e616';
}
.xs-online ul li.xs-online-contact>a:before {
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}
.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}
.xs-online ul li.xs-online-tiktok>a:before {
    content: '\e828';
}
.xs-online ul li.xs-online-about>a:before {
    content: '\e62a';
}
.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%;
}
.xs-online ul li.facebook>a:before {
    content: '\e615';
}
.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 .swiper-slide {
    overflow: hidden;
}
.banner .swiper-pagination {
    bottom: 5%;
}
@media (max-width: 767px) {
    .banner .swiper-pagination {
        left: 3%;
    }
}
.banner .swiper-pagination-bullet {
    position: relative;

    width: 24px;
    height: 24px;

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

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

    display: block;

    width: 6px;
    height: 6px;

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

    border-radius: 50%;
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active {
    border-color: #fff;
}
.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: 50%;

    -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: #4780ff !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 .slick-arrow {
    line-height: 80px;

    position: absolute;
    z-index: 9;
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);
    left: 3%;

    width: 26px;
    height: 80px;
    padding: 0;

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

    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 991px) {
    .banner .slick-arrow {
        line-height: 50px;

        height: 50px;
    }
}
.banner .slick-arrow:before {
    font-size: 20px;

    content: '\eb60';
}
.banner .slick-arrow.slick-next {
    right: 5%;
    left: auto;
}
.banner .slick-arrow:hover {
    background-color: rgba(71, 128, 255, .7);
}
.banner .mouse {
    position: absolute;
    z-index: 6;
    right: 30px;
    bottom: 30px;
}
@media (max-width: 767px) {
    .banner .mouse {
        right: 5px;
        bottom: 5px;
    }
}
.banner .mouse .scroll-txt {
    width: 78px;
    height: 78px;
}
@media (max-width: 767px) {
    .banner .mouse .scroll-txt {
        width: 60px;
        height: 60px;
    }
}
.banner .mouse .scroll-txt img {
    width: 100%;

    -webkit-animation: scroll-txt 15s linear infinite;
    animation: scroll-txt 15s linear infinite;
}
.banner .mouse .mouse-jump {
    position: absolute;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
}
.banner .mouse .mouse-jump .mouse-jump-top {
    width: 12px;

    -webkit-animation: jump 1s cubic-bezier(.56, .01, .46, 1) infinite alternate;
    animation: jump 1s cubic-bezier(.56, .01, .46, 1) infinite alternate;
}
.banner .mouse .mouse-jump .mouse-jump-bottom {
    width: 10px;
    margin-top: 6px;

    -webkit-animation: jump_dot 1s cubic-bezier(.56, .01, .46, 1) infinite alternate;
    animation: jump_dot 1s cubic-bezier(.56, .01, .46, 1) infinite alternate;
}
@-webkit-keyframes scroll-txt {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes scroll-txt {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    to {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@keyframes jump {
    0% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    to {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@-webkit-keyframes jump_dot {
    0% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    to {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}
@keyframes jump_dot {
    0% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    to {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}
.banner-in {
    position: relative;

    overflow: hidden;
}
.banner-in img {
    width: 100%;
}
@media (max-width: 767px) {
    .banner-in img {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-in .banner-text {
    position: absolute;
    z-index: 5;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner-in .banner-text h2 {
    font-family: 'Inter', Arial;
    font-size: 64px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1560px) {
    .banner-in .banner-text h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner-in .banner-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner-in .banner-text h2 {
        font-size: 30px;
    }
}
@-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: 64px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.common-more a {
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;

    display: inline-block;

    padding: 0 58px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #4780ff;
}
@media (max-width: 991px) {
    .common-more a {
        line-height: 40px;

        padding: 0 40px;
    }
}
.common-more a:hover {
    background-color: #286af6;
}
@-webkit-keyframes more {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    to {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}
@keyframes more {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    to {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}
.title span {
    font-size: 16px;
    line-height: 1.5;

    display: block;

    text-transform: uppercase;

    color: #4780ff;
}
.title h2 {
    font-size: 58px;
    font-weight: bold;
    line-height: 1;

    position: relative;
    z-index: 6;

    margin: 16px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 1560px) {
    .title h2 {
        font-size: 50px;
    }
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 46px;
    }
}
@media (max-width: 1400px) {
    .title h2 {
        font-size: 42px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title p {
    font-size: 16px;
    line-height: 1.5;

    max-width: 960px;
    margin: 0 auto;
    margin-top: 16px;

    color: #6d6d6d;
}
@media (max-width: 1199px) {
    .title p {
        margin-top: 10px;
    }
}
.title-in h2 {
    font-size: 36px;
}
@media (max-width: 1199px) {
    .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-in h2 {
        font-size: 22px;
    }
}
.box-choose {
    padding-bottom: 150px;
}
@media (max-width: 1199px) {
    .box-choose {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .box-choose {
        padding-bottom: 50px;
    }
}
.box-choose .choose {
    position: relative;

    margin-top: 60px;
}
@media (max-width: 1199px) {
    .box-choose .choose {
        margin-top: 30px;
    }
}
.box-choose .choose>ul {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .box-choose .choose>ul {
        padding: 40px 0;
    }
}
@media (max-width: 991px) {
    .box-choose .choose>ul {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .box-choose .choose>ul {
        padding: 0;
    }
}
.box-choose .choose>ul>li {
    margin: 45px 0;
}
@media (max-width: 991px) {
    .box-choose .choose>ul>li {
        margin: 30px 0;
    }
}
@media (max-width: 767px) {
    .box-choose .choose>ul>li {
        margin: 15px 0;
    }
}
.box-choose .choose>ul>li:nth-child(2n) {
    text-align: left;
}
.box-choose .choose>ul>li:nth-child(2n+1) {
    text-align: right;
}
.box-choose .choose .item {
    display: inline-block;

    width: 60%;

    text-align: center;
}
@media (max-width: 767px) {
    .box-choose .choose .item {
        width: 100%;
    }
}
.box-choose .choose .item .icon .iconfont {
    font-size: 30px;
    line-height: 1;

    color: #4780ff;
}
.box-choose .choose .item .title-choose {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36363636;

    margin-top: 20px;
}
@media (max-width: 991px) {
    .box-choose .choose .item .title-choose {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item .title-choose {
        font-size: 18px;

        margin-top: 10px;
    }
}
.box-choose .choose .item .editor-content {
    margin-top: 8px;
}
.box-choose .choose .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-choose .choose .pic {
    width: 35%;
}
@media (min-width: 768px) {
    .box-choose .choose .pic {
        position: absolute;
        top: 50%;
        left: 50%;

        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
}
@media (max-width: 767px) {
    .box-choose .choose .pic {
        width: 100%;
    }
}
.box-choose .choose .pic img {
    width: 100%;

    -webkit-animation: roate360 20s linear infinite;
    animation: roate360 20s linear infinite;
}
@-webkit-keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.box-product .product {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .box-product .product {
        margin-top: 30px;
    }
}
.box-product .product .slick-product {
    mix-blend-mode: multiply;
}
.box-product .product .item {
    text-align: center;
}
.box-product .product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product .item .title-product {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36363636;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .box-product .product .item .title-product {
        font-size: 20px;
        line-height: 1.5;

        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .title-product {
        font-size: 18px;
        line-height: 1.66666667;

        margin-top: 15px;
    }
}
.box-product .product .item .title-product span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

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

    height: 72px;
    margin-top: 16px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .box-product .product .item .editor-content {
        margin-top: 6px;
    }
}
.box-product .product .item .more {
    margin-top: 30px;

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

    opacity: 0;
}
@media (max-width: 1199px) {
    .box-product .product .item .more {
        margin-top: 20px;

        opacity: 1;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .more {
        margin-top: 10px;
    }
}
.box-product .product .item .more a {
    font-size: 16px;
    line-height: 1.875;

    display: block;

    color: #4780ff;
}
.box-product .product .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .product .item:hover .title-product {
    color: #4780ff;
}
.box-product .product .item:hover .title-product span {
    background-size: 100% 1px;
}
.box-product .product .item:hover .more {
    opacity: 1;
}
.box-oem {
    color: #fff;
}
@media (min-width: 1200px) {
    .box-oem {
        background-attachment: fixed;
    }
}
.box-oem .title span {
    color: #fff;
}
.box-oem .title p {
    color: #d9d9d9;
}
.box-oem .oem {
    margin-top: 20px;
}
.box-oem .oem>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-oem .oem>ul>li {
        margin-top: 15px;
    }
}
.box-oem .oem .item {
    padding: 60px 20px;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, .19);
}
@media (max-width: 1470px) {
    .box-oem .oem .item {
        padding: 40px 15px;
    }
}
@media (max-width: 767px) {
    .box-oem .oem .item {
        padding: 30px 15px;
    }
}
.box-oem .oem .item .icon .iconfont {
    font-size: 30px;
    line-height: 1;

    display: block;
}
.box-oem .oem .item .title-oem {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36363636;

    margin-top: 40px;
}
@media (max-width: 1470px) {
    .box-oem .oem .item .title-oem {
        font-size: 20px;

        margin-top: 30px;
    }
}
@media (max-width: 1400px) {
    .box-oem .oem .item .title-oem {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-oem .oem .item .title-oem {
        margin-top: 10px;
    }
}
.box-oem .oem .item:hover .iconfont {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.footer {
    overflow: hidden;

    background: #f5f5f5;
}
.footer .foot {
    padding: 100px 0;

    color: #666;
}
@media (max-width: 1560px) {
    .footer .foot {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .footer .foot {
        padding: 30px 0;
    }
}
.footer a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#4780ff), to(#4780ff));
    background-image: -webkit-linear-gradient(left, #4780ff 0%, #4780ff 100%);
    background-image: linear-gradient(to right, #4780ff 0%, #4780ff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer a:hover {
    color: #4780ff;
}
.footer a:hover span {
    background-size: 100% 1px;
}
.footer .foot-logo {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .footer .foot-logo {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .footer .foot-logo {
        margin-top: 0;
    }
}
.footer .foot-logo img {
    width: 100%;
}
.footer .title-foot h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36363636;

    margin: 0;

    text-transform: uppercase;

    color: #222;
}
@media (max-width: 1199px) {
    .footer .title-foot h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .footer .title-foot h3 {
        font-size: 18px;
    }
}
.footer .share>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -8px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .share>ul>li {
    padding: 0 8px;
}
.footer .share>ul>li>a {
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

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

    color: #969696;
    border-radius: 2px;
    background-color: #383838;
}
.footer .share>ul>li>a .iconfont {
    font-size: 18px;
}
.footer .share>ul>li:hover>a {
    color: #4780ff;
}
@media (max-width: 991px) {
    .footer .foot-nav {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav {
        width: 100%;
    }
}
.footer .foot-nav .foot-info {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info {
        margin-top: 10px;
    }
    .footer .foot-nav .foot-info>ul {
        display: grid;

        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
    }
}
.footer .foot-nav .foot-info a {
    font-size: 16px;
    line-height: 1.5;

    position: relative;

    display: block;

    padding: 10px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info a {
        font-size: 14px;
    }
}
.footer .foot-nav .foot-info a:hover {
    color: #4780ff;
}
.footer .foot-nav .foot-info a:hover:before {
    background-color: #4780ff;
}
.footer .foot-message {
    width: 100%;
    max-width: 450px;
}
@media (max-width: 991px) {
    .footer .foot-message {
        max-width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-message .message {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .footer .foot-message .message {
        margin-top: 14px;
    }
}
.footer .foot-message .message form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

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

    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
.footer .foot-message .message form input {
    line-height: 42px;

    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    height: 42px;
    padding: 0 12px 0 3px;

    background: none;
}
.footer .foot-message .message form input::-webkit-input-placeholder,
.footer .foot-message .message form textarea::-webkit-input-placeholder {
    color: #666;
}
.footer .foot-message .message form input:-o-placeholder,
.footer .foot-message .message form textarea:-o-placeholder {
    color: #666;
}
.footer .foot-message .message form input::-moz-placeholder,
.footer .foot-message .message form textarea::-moz-placeholder {
    color: #666;
}
.footer .foot-message .message form input:-ms-input-placeholder,
.footer .foot-message .message form textarea:-ms-input-placeholder {
    color: #666;
}
.footer .foot-message .message form input:focus::-webkit-input-placeholder,
.footer .foot-message .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot-message .message form input:focus::-o-placeholder,
.footer .foot-message .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot-message .message form input:focus::-moz-placeholder,
.footer .foot-message .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot-message .message form input:focus::-ms-input-placeholder,
.footer .foot-message .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot-message .message form .submit {
    width: 42px;
    height: 42px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #4780ff;
}
.footer .foot-message .message form .submit:hover {
    background-color: #286af6;
}
.footer .foot-message .message p {
    line-height: 1.71428571;

    margin: 10px 0 0 0;

    color: #7e7e7e;
}
.footer .foot-text {
    max-width: 340px;
}
@media (max-width: 991px) {
    .footer .foot-text {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-text {
        max-width: 100%;
    }
}
.footer .foot-text .foot-info {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .footer .foot-text .foot-info {
        margin-top: 10px;
    }
}
.footer .foot-text .foot-info p {
    font-size: 16px;
    line-height: 1.875;

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

    margin: 8px 0 0 0;
}
@media (max-width: 767px) {
    .footer .foot-text .foot-info p {
        font-size: 14px;
    }
}
.footer .foot-text .foot-info p b {
    font-weight: 500;

    margin-right: 4px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer .copyright {
    line-height: 30px;

    padding: 25px 0;

    color: #f5f5f5;
    background-color: #222;
}
@media (max-width: 991px) {
    .footer .copyright {
        padding: 10px 0 80px;
    }
}
.footer .copyright p {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.footer .copyright a,
.footer .copyright span {
    display: inline-block;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
}
.footer .copyright .sitemap {
    margin-left: 20px;
}
.footer .copyright a:hover {
    color: #4780ff;
}
.open-touch {
    display: none;

    width: 96%;
    max-width: 800px;
    padding: 48px;
}
.open-touch .title-in h2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.open-touch .title-in h2:after {
    display: none;
}
.open-touch .formbox form .group label {
    color: #286af6;
}
.open-touch .formbox form .group input,
.open-touch .formbox form .group textarea {
    border-color: rgba(75, 188, 153, .1);
    background: rgba(75, 188, 153, .1);
}
.fancybox-close-small {
    top: 36px;
    right: 36px;

    width: 48px;
    height: 48px;
}
.fancybox-close-small:after {
    font-size: 20px;
    line-height: 48px;

    top: 0;
    right: 0;

    width: 48px;
    height: 48px;

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

    background-color: #f5f5f5;
}
.fancybox-close-small:hover:after {
    background-color: rgba(71, 128, 255, .1);
}
.wrap {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.wrap-location {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;

    width: 100%;

    color: #fff;
    background: rgba(34, 34, 34, .2);

    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
@media (max-width: 1199px) {
    .wrap-location {
        position: relative;

        color: #222;
        background: none;
        background-color: #dcdcdc;
    }
}
.wrap-location .location {
    padding: 10px 0;
}
.wrap-location .location>ul {
    position: relative;

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

    padding-left: 28px;

    -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;
}
.wrap-location .location>ul:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 24px;

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

    content: '\e67b';
}
@media (max-width: 767px) {
    .wrap-location .location>ul:before {
        font-size: 16px;

        top: 4px;
    }
}
.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 {
    display: inline-block;

    margin: 0 8px;

    content: '>';
    vertical-align: middle;
}
.wrap-location .location>ul>li:last-child:after {
    display: none;
}
.wrap-location .location>ul>li>a {
    line-height: 24px;

    display: block;

    padding: 8px 0;

    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-location .location>ul>li>a {
        line-height: 20px;

        padding: 5px 0;
    }
}
.wrap-location .location>ul>li>a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
@media (max-width: 1199px) {
    .wrap-location .location>ul>li>a span {
        background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#222));
        background-image: -webkit-linear-gradient(left, #222 0%, #222 100%);
        background-image: linear-gradient(to right, #222 0%, #222 100%);
    }
}
.wrap-location .location>ul>li>a:hover span {
    background-size: 100% 1px;
}
.product-search form {
    position: relative;

    padding: 0 50px 0 0;

    background-color: #fff;
}
@media (max-width: 1199px) {
    .product-search form {
        padding-right: 40px;
    }
}
.product-search form input {
    font-size: 14px;
    line-height: 44px;

    width: 100%;
    padding: 0 12px;
}
@media (max-width: 1199px) {
    .product-search form input {
        font-size: 14px;

        padding: 0 14px;
    }
}
.product-search form input::-webkit-input-placeholder,
.product-search form textarea::-webkit-input-placeholder {
    color: #7e7e7e;
}
.product-search form input:-o-placeholder,
.product-search form textarea:-o-placeholder {
    color: #7e7e7e;
}
.product-search form input::-moz-placeholder,
.product-search form textarea::-moz-placeholder {
    color: #7e7e7e;
}
.product-search form input:-ms-input-placeholder,
.product-search form textarea:-ms-input-placeholder {
    color: #7e7e7e;
}
.product-search form input:focus::-webkit-input-placeholder,
.product-search form textarea:focus::-webkit-input-placeholder {
    color: rgba(126, 126, 126, .5);
}
.product-search form input:focus::-o-placeholder,
.product-search form textarea:focus::-o-placeholder {
    color: rgba(126, 126, 126, .5);
}
.product-search form input:focus::-moz-placeholder,
.product-search form textarea:focus::-moz-placeholder {
    color: rgba(126, 126, 126, .5);
}
.product-search form input:focus::-ms-input-placeholder,
.product-search form textarea:focus::-ms-input-placeholder {
    color: rgba(126, 126, 126, .5);
}
.product-search form .submit {
    line-height: 44px;

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

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

    color: #7e7e7e;
    background: none;
}
.product-search form .submit:hover {
    color: #222;
}
.wrap-menu {
    border-bottom: 1px solid #f0f0f0;
}
.wrap-menu .menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -32px;

    -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: 991px) {
    .wrap-menu .menu>ul {
        margin: 0 -20px;
    }
}
.wrap-menu .menu>ul>li {
    padding: 0 32px;
}
@media (max-width: 991px) {
    .wrap-menu .menu>ul>li {
        padding: 0 20px;
    }
}
.wrap-menu .menu>ul>li>a {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .wrap-menu .menu>ul>li>a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-menu .menu>ul>li>a {
        padding: 10px 0;
    }
}
.wrap-menu .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%);

    border-radius: 5px 5px 0 0;
    background: #4780ff;
}
.wrap-menu .menu>ul>li.active>a,
.wrap-menu .menu>ul>li:hover>a {
    color: #4780ff;
}
.wrap-menu .menu>ul>li.active>a:after,
.wrap-menu .menu>ul>li:hover>a:after {
    width: 100%;
}
.wrap-left {
    width: 360px;
}
@media (max-width: 1400px) {
    .wrap-left {
        width: 320px;
    }
}
@media (max-width: 1199px) {
    .wrap-left {
        width: 100%;
    }
}
.wrap-right {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
}
@media (max-width: 1400px) {
    .wrap-right {
        width: -webkit-calc(100% - 320px);
        width: calc(100% - 320px);
    }
}
@media (max-width: 1199px) {
    .wrap-right {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .title-sidenav {
    padding: 20px;

    color: #fff;
    background-color: #222;
}
.wrap-sidenav .title-sidenav h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;

    margin: 0;
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    margin-top: 10px;

    background: #f5f5f5;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 40px 15px 20px;

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

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

    display: block;

    width: 40px;
    height: 40px;

    content: '\e727';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    color: #fff;
    background-color: #4780ff;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a {
    color: #fff;
    background-color: #4780ff;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after {
    content: '\e729';
}
.wrap-sidenav .sidenav .slevel-1>li.active .slevel-2 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-2 {
    position: relative;

    display: none;

    padding: 20px;
}
.wrap-sidenav .sidenav .slevel-2>li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 8px 24px;

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

    color: #6d6d6d;
}
@media (max-width: 1400px) {
    .wrap-sidenav .sidenav .slevel-2>li>a {
        font-size: 15px;
        line-height: 24px;

        padding: 6px 16px;
    }
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
    position: absolute;
    top: 8px;
    left: 0;

    content: '-';
}
.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(#4780ff), to(#4780ff));
    background-image: -webkit-linear-gradient(left, #4780ff 0%, #4780ff 100%);
    background-image: linear-gradient(to right, #4780ff 0%, #4780ff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    color: #4780ff;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a span,
.wrap-sidenav .sidenav .slevel-2>li:hover>a span {
    background-size: 100% 1px;
}
.wrap-sidenav .sidenav .slevel-2>li.active .slevel-3 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-3 {
    display: none;
}
.wrap-sidenav .sidenav .slevel-3>li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-3>li>a {
    font-size: 16px;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 10px 24px;

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

    color: #444;
}
@media (max-width: 1400px) {
    .wrap-sidenav .sidenav .slevel-3>li>a {
        font-size: 15px;
        line-height: 24px;

        padding: 6px 24px;
    }
}
.wrap-sidenav .sidenav .slevel-3>li.active>a,
.wrap-sidenav .sidenav .slevel-3>li:hover>a {
    text-decoration: underline;

    color: #222;
}
.xs-product-nav {
    display: none;
    overflow: hidden;

    padding-bottom: 30px;
}
@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: 14px;
    line-height: 24px;

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

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

    text-transform: capitalize;

    border: 1px solid #dcdcdc;
    border-radius: 5px;

    -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;
    }
}
.xs-product-nav ul>li.active>a {
    color: #fff;
    border-color: #4780ff;
    background-color: #4780ff;
}
.wrap-about {
    background: #f5f5f5;
}
.wrap-about .editor-content {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-about .editor-content {
        margin-top: 14px;
    }
}
.wrap-about .video {
    position: relative;

    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-about .video {
        margin-top: 30px;
    }
}
.wrap-about .video img {
    width: 100%;
}
.wrap-about .video .play {
    line-height: 60px;

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

    width: 60px;
    height: 60px;

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

    color: #011b92;
}
.wrap-about .video .play .iconfont {
    font-size: 24px;
}
.wrap-about .video .play span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border-radius: 50%;
    background-color: #fff;
}
.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(255, 255, 255, .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;
}
@-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;
    }
}
.wrap-factory {
    color: #fff;
    background-color: #222;
}
.wrap-factory .prev-next .slick-arrow {
    color: #fff;
    background: #666;
}
.wrap-factory .prev-next .slick-arrow:hover {
    background-color: #4780ff;
}
.wrap-factory .factory {
    margin-top: 48px;
}
.wrap-factory .factory .item {
    cursor: pointer;
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 74.66666667%;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-oem .title span {
    color: #222;
}
@media (max-width: 767px) {
    .wrap-oem .oem {
        margin-top: 20px;
    }
}
.wrap-oem .oem>ul>li {
    margin-top: 100px;
}
@media (max-width: 1560px) {
    .wrap-oem .oem>ul>li {
        margin-top: 80px;
    }
}
@media (max-width: 1400px) {
    .wrap-oem .oem>ul>li {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .wrap-oem .oem>ul>li {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-oem .oem>ul>li {
        margin-top: 20px;
    }
}
.wrap-oem .oem .item {
    text-align: center;
}
.wrap-oem .oem .item .iconfont {
    font-size: 38px;
    line-height: 1;

    display: block;
}
@media (max-width: 1199px) {
    .wrap-oem .oem .item .iconfont {
        font-size: 30px;
    }
}
.wrap-oem .oem .item .title-oem {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36363636;

    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-oem .oem .item .title-oem {
        font-size: 20px;

        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-oem .oem .item .title-oem {
        font-size: 18px;
    }
}
.wrap-oem .oem .item .note {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-oem .oem .item .note {
        margin-top: 10px;
    }
}
.wrap-oem .oem .item .note p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-oem .oem .item .note p {
        font-size: 16px;
    }
}
.wrap-oem .oem .item:hover .iconfont {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
@media (max-width: 767px) {
    .wrap-contact {
        padding-bottom: 0;
    }
}
.wrap-contact .title span {
    color: #222;
}
.wrap-contact .title h2 {
    font-size: 48px;
}
@media (max-width: 1560px) {
    .wrap-contact .title h2 {
        font-size: 44px;
    }
}
@media (max-width: 1400px) {
    .wrap-contact .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .title h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .title h2 {
        font-size: 24px;
    }
}
.wrap-contact .contact {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-contact .contact {
        margin-top: 10px;
    }
}
.wrap-contact .contact>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-contact .contact>ul>li {
        margin-top: 20px;
    }
}
.wrap-contact .contact .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    padding: 30px;

    background: #f5f5f5;
}
@media (max-width: 1560px) {
    .wrap-contact .contact .item {
        padding: 20px;
    }
}
.wrap-contact .contact .item .icon {
    line-height: 40px;

    width: 40px;
    height: 40px;

    text-align: center;

    color: #4780ff;
    border: 1px solid #4780ff;
}
.wrap-contact .contact .item .icon .iconfont {
    font-size: 20px;
}
.wrap-contact .contact .item .note {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-right: 20px;
}
.wrap-contact .contact .item .note b {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36363636;

    display: block;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .item .note b {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact .item .note b {
        font-size: 18px;
    }
}
.wrap-contact .contact .item .note p {
    font-size: 16px;
    line-height: 1.5;

    margin: 14px 0 0 0;

    word-break: break-word;
}
@media (max-width: 767px) {
    .wrap-contact .contact .item .note p {
        margin-top: 6px;
    }
}
.wrap-contact .contact .item .note a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-contact .contact .item .note a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#4780ff), to(#4780ff));
    background-image: -webkit-linear-gradient(left, #4780ff 0%, #4780ff 100%);
    background-image: linear-gradient(to right, #4780ff 0%, #4780ff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-contact .contact .item .note a:hover {
    color: #4780ff;
}
.wrap-contact .contact .item .note a:hover span {
    background-size: 100% 1px;
}
.wrap-message {
    background: url(../images/message_bg.jpg) no-repeat bottom center;
}
.wrap-message .title span {
    color: #222;
}
.wrap-message .title h2 {
    font-size: 48px;
}
@media (max-width: 1560px) {
    .wrap-message .title h2 {
        font-size: 44px;
    }
}
@media (max-width: 1400px) {
    .wrap-message .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .wrap-message .title h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .wrap-message .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-message .title h2 {
        font-size: 24px;
    }
}
.wrap-message .title p {
    margin-right: 0;
}
.common-product-item {
    display: block;

    text-align: center;
}
.common-product-item .pic {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.common-product-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .title-product {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36363636;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .common-product-item .title-product {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 991px) {
    .common-product-item .title-product {
        font-size: 18px;
        line-height: 1.66666667;
    }
}
.common-product-item .title-product span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#4780ff), to(#4780ff));
    background-image: -webkit-linear-gradient(left, #4780ff 0%, #4780ff 100%);
    background-image: linear-gradient(to right, #4780ff 0%, #4780ff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.common-product-item .more {
    font-size: 16px;
    line-height: 40px;

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

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

    color: #666;
    border: 1px solid #f5f5f5;
}
@media (max-width: 767px) {
    .common-product-item .more {
        font-size: 14px;
        line-height: 34px;

        margin-top: 10px;
    }
}
.common-product-item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.common-product-item:hover .title-product {
    color: #4780ff;
}
.common-product-item:hover .title-product span {
    background-size: 100% 1px;
}
.common-product-item:hover .more {
    color: #fff;
    background-color: #4780ff;
}
@media (max-width: 1199px) {
    .wrap-product {
        padding-top: 40px;
    }
}
.wrap-product .title {
    margin-bottom: 50px;
}
@media (max-width: 1199px) {
    .wrap-product .title {
        margin-bottom: 30px;
    }
}
.wrap-product .title p {
    max-width: 100%;
}
.wrap-product .product>ul {
    margin-top: -30px;
}
@media (max-width: 767px) {
    .wrap-product .product>ul {
        margin-top: -15px;
    }
}
.wrap-product .product>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-product .product>ul>li {
        margin-top: 15px;
    }
}
.wrap-product .product .common-product-item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.wrap-product .product .common-product-item .title-product {
    font-size: 18px;
}
@media (max-width: 1400px) {
    .wrap-product .product .common-product-item .title-product {
        font-size: 16px;
    }
}
.wrap-product .wrap-right .title h2 {
    color: #4780ff;
}
#productcontent {
    position: relative;
    top: -120px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: -90px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show {
        padding-top: 30px;
    }
}
.wrap-product-show .product-show .carousel-wrap .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .product-show .carousel-wrap .item {
    overflow: hidden;
}
.wrap-product-show .product-show .slick-list {
    margin: 0;
}
.wrap-product-show .product-show .slick-list .slick-slide {
    padding: 0;
}
.wrap-product-show .product-show .slider-for {
    font-size: 0;

    position: relative;

    overflow: hidden;

    border: 1px solid #e8e8e8;
    border-radius: 4px;
}
.wrap-product-show .product-show .slider-for .zoom {
    position: relative;

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

    width: 100%;
    height: 100%;
}
.wrap-product-show .product-show .slider-nav {
    margin: 0 -6px;
    margin-top: 12px;
}
.wrap-product-show .product-show .slider-nav .slick-slide {
    padding: 0 6px;
}
.wrap-product-show .product-show .slider-nav .item {
    position: relative;

    overflow: hidden;

    cursor: pointer;

    border: 1px solid #e8e8e8;
    border-radius: 4px;
}
.wrap-product-show .product-show .slider-nav .item-video {
    position: relative;

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

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

    width: 32px;
    height: 32px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #4780ff;
}
.wrap-product-show .product-show .slider-nav .slick-current .item {
    border-color: #4780ff;
}
.wrap-product-show .product-show .info-box {
    padding-top: 50px;
    padding-left: 3%;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .info-box {
        padding-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .product-show .info-box .title-in h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.11111111;

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-product-show .product-show .info-box .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show .info-box .title-in h2 {
        font-size: 24px;
    }
}
.wrap-product-show .product-show .info-box .text {
    min-height: 200px;
    margin-top: 30px;
}
@media (max-width: 1470px) {
    .wrap-product-show .product-show .info-box .text {
        min-height: 160px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show .info-box .text {
        min-height: auto;
        margin-top: 20px;
    }
}
.wrap-product-show .product-show .info-box .text h3 {
    font-family: 'DM Sans', Arial;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;

    color: #4780ff;
}
.wrap-product-show .product-show .info-box .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .wrap-product-show .product-show .info-box .share {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .info-box .share {
        width: 100%;
    }
}
.wrap-product-show .product-show .info-box .share p {
    font-family: 'DM Sans', Arial;
    font-size: 16px;
    line-height: 1.71428571;

    margin: 0;
}
.wrap-product-show .product-show .info-box .link {
    margin-top: 60px;
}
@media (max-width: 1560px) {
    .wrap-product-show .product-show .info-box .link {
        margin-top: 30px;
    }
}
.wrap-product-show .product-show .info-box .link .btn-inquiry {
    font-size: 16px;
    line-height: 48px;

    display: block;

    padding: 0 24px;

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

    color: #fff;
    background-color: #4780ff;
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show .info-box .link .btn-inquiry {
        line-height: 40px;
    }
}
.wrap-product-show .product-show .info-box .link .btn-inquiry .iconfont {
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-product-show .product-show .info-box .link .btn-inquiry:hover {
    background-color: #286af6;
}
.wrap-product-show .product-show-info {
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .wrap-product-show .product-show-info {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show-info {
        margin-top: 50px;
    }
}
.wrap-product-show .wrap-show-menu {
    z-index: 9;

    padding: 0 20px;

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

    margin: 0 -32px;

    white-space: nowrap;
}
@media (max-width: 767px) {
    .wrap-product-show .wrap-show-menu ul {
        margin: 0 -20px;
    }
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar {
    position: absolute;
    left: 0;

    height: 2px;
}
.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 32px;
}
@media (max-width: 767px) {
    .wrap-product-show .wrap-show-menu ul li {
        padding: 0 20px;
    }
}
.wrap-product-show .wrap-show-menu ul li a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 0;

    cursor: pointer;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-product-show .wrap-show-menu ul li a {
        line-height: 24px;
    }
}
.wrap-product-show .wrap-show-menu 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: #4780ff;
}
.wrap-product-show .wrap-show-menu ul li.active a {
    color: #4780ff;
}
.wrap-product-show .wrap-show-menu ul li.active a:after {
    width: 100%;
}
.wrap-product-show .title-product-show h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.33333333;

    text-transform: capitalize;
}
@media (max-width: 1470px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 20px;
    }
}
.wrap-product-show .title-product-show p {
    font-size: 16px;
    line-height: 1.5;

    margin: 24px 0 0 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show p {
        font-size: 14px;

        margin-top: 10px;
    }
}
.wrap-product-show .stickybox {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-product-show .stickybox {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .editor-content {
    margin-top: 20px;
}
.wrap-product-show .inquiry .formbox form .group label {
    font-size: 14px;
}
.wrap-product-show .inquiry .formbox form .group input,
.wrap-product-show .inquiry .formbox form .group textarea {
    font-size: 14px;

    border-color: #f5f5f5;
    background: #f5f5f5;
}
.wrap-product-show .relate-product .slick-related {
    margin-top: 30px;
}
.wrap-product-show .relate-product .slick-list .slick-slide {
    padding-bottom: 10px;
}
.wrap-news .news {
    margin-top: -30px;
}
.wrap-news .news>ul>li {
    margin-top: 30px;
}
.wrap-news .news .item {
    overflow: hidden;

    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}
.wrap-news .news .item .img-box {
    padding-bottom: 56.25%;
}
.wrap-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .text {
    padding: 24px;
}
@media (max-width: 767px) {
    .wrap-news .news .item .text {
        padding: 20px 14px;
    }
}
.wrap-news .news .item .title-news {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .date {
    font-size: 12px;
    line-height: 1.33333333;

    margin-top: 8px;

    color: #7e7e7e;
}
.wrap-news .news .item .editor-content {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (min-width: 1200px) {
    .wrap-news .news .item:hover .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: #4780ff;
    }
}
@media (max-width: 1199px) {
    .wrap-details {
        padding-top: 20px;
    }
}
.wrap-details .title-details .date {
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 5px;
    background: #4780ff;
}
.wrap-details .title-details h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;

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

    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: #4780ff;
}
.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-sitemap {
    background-color: #fcfcfc;
}
.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 #eaeaea;
}
@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;
    background-color: #4780ff;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    background-color: #4780ff;
}
.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;

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

    color: #4780ff;
}
.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: #4780ff;
}
.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: #4780ff;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #4780ff;
}
.wrap-nosearch .nosearch h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

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

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

    color: #666;
    border: 1px solid rgba(71, 128, 255, .5);
    border-radius: 5px;
    background-color: rgba(71, 128, 255, .1);
}
.wrap-nosearch .nosearch .title {
    margin: 30px 0;
}
@media (min-width: 1200px) {
    .wrap-nosearch .nosearch .title h2 {
        font-size: 30px;
    }
}
.pagination {
    display: block;

    margin-top: 40px;
}
.pagination a,
.pagination span:not(.ellipsis) {
    font-size: 16px;

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

    min-width: 48px;
    height: 48px;
    margin: 0 6px;
    padding: 0 5px;

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

    background: none;
    background-color: #f7f7f7;

    -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:not(.ellipsis) {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover {
        color: #fff;
        background-color: #0a17a7;
    }
}
@media (max-width: 1199.98px) {
    .pagination a:active,
    .pagination span:not(.ellipsis):active {
        color: #fff;
        background-color: #0a17a7;
    }
}
@media (max-width: 767.98px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        font-size: 12px;

        min-width: 32px;
        height: 32px;
        margin: 0 3px;
    }
}
.pagination span.current {
    color: #fff;
    background-color: #0a17a7;
}
.pagination span.current.prev,
.pagination span.current.next {
    display: none;
}
.pagination .next:hover,
.pagination .prev:hover {
    color: #fff;
    background-color: #0a17a7;
}
.pagination .prev:before {
    font-family: 'iconfont' !important;

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

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

    margin: 0;

    color: #6d6d6d;
}
.editor-content img {
    max-width: 100%;
    height: auto !important;
}
.editor-content.lh24 p {
    line-height: 1.71428571;
}
.editor-content ul,
.editor-content ol {
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
    list-style: inherit;

    color: #7e7e7e;
}
.editor-content ul li p,
.editor-content ol li p {
    color: #7e7e7e;
}
.editor-content .table-box {
    font-size: 14px;
    line-height: 1.71428571;

    overflow: auto;

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

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

    border-spacing: 0;
    border-collapse: collapse;
}
.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 #888;
}
@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 img {
    max-width: 100% !important;
    height: auto !important;
}
.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;
}
html {
    direction: rtl;
    unicode-bidi: bidi-override;
}
.slick-list,
.wrap-product-show .parameter .table-box,
.prev-next {
    direction: ltr;
}