: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: 'Caudex';
    font-weight: normal;
    font-style: normal;

    src: local('Caudex'), url('../fonts/Caudex.woff2') format('woff2'), url('../fonts/Caudex.woff') format('woff'), url('../fonts/Caudex.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kalnia';
    font-weight: normal;
    font-style: normal;

    src: local('Kalnia Regular'), local('Kalnia-Regular'), url('../fonts/Kalnia-Regular.woff2') format('woff2'), url('../fonts/Kalnia-Regular.woff') format('woff'), url('../fonts/Kalnia-Regular.ttf') format('truetype');
    font-display: swap;
}

body {
    font-family: 'Caudex', 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: #000;

    -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] .wrap-map .map {
    display: none;
}

[lang=zh-CN] .box-follow {
    display: none;
}

.a2a_kit {
    display: inline-block;

    vertical-align: middle;
}

@-ms-viewport {
    width: auto !important;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

button,
input,
textarea {
    border: none;
    outline: none;
}

a[data-fancybox] {
    outline: none;
}

a[data-fancybox] img {
    outline: none !important;
}

.slick-slide {
    outline: none;
}

.slick-slide a {
    outline: none !important;
}

@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}

img[data-lazy] {
    background: url(../images/ajax-loader.gif) no-repeat center;
}

img.lazy {
    min-width: 1px;
    min-height: 1px;

    background: url(../images/ajax-loader.gif) no-repeat center;
}

.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.loaded {
    background-size: cover;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}

.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}

.slick-disabled {
    cursor: no-drop;

    opacity: .5;
}

body.fixed {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

body.searchactive {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

@media (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 767px) {
    .col-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }

    .col-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}

.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}

.fancybox-slide--video video {
    max-width: 80%;
    padding: 0;
}

@media (max-width: 767px) {
    .fancybox-slide--video video {
        max-width: 95%;
    }
}

.fancybox-slide>video {
    padding: 0;
}

.swiper-lazy {
    background: url(../images/ajax-loader.gif) no-repeat center;
}

.scrollbar::-webkit-scrollbar {
    position: absolute;
    z-index: 2;
    left: 0;

    width: 6px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #eee;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #dcdcdc;
}

.slick-arrow {
    font-size: 0;
    line-height: 50px;

    position: absolute;
    z-index: 6;
    top: 50%;
    left: -8%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100px;
    height: 50px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border-radius: 0;
    background: none;
    background-color: #222;

    -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: 991px) {
    .slick-arrow {
        line-height: 34px;

        left: -30px;

        width: 50px;
        height: 34px;
    }
}

@media (max-width: 767px) {
    .slick-arrow {
        left: -15px;
    }
}

.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: block;

    content: '\e6e7';
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 767px) {
    .slick-arrow:before {
        font-size: 14px;
    }
}

.slick-arrow.slick-next {
    right: -8%;
    left: auto;
}

@media (max-width: 1560px) {
    .slick-arrow.slick-next {
        right: -3%;
    }
}

@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: -30px;
    }
}

@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -15px;
    }
}

.slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-arrow.active {
    color: #222;
    background-color: #000000;
}

.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;
}

.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 #ffa100;
    border-radius: 50%;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background-color: #ffa100;
}

.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;
}

.common-share {
    margin-top: 70px;
}

@media (max-width: 1470px) {
    .common-share {
        margin-top: 40px;
    }
}

@media (max-width: 1199px) {
    .common-share {
        margin-top: 30px;
    }
}

.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;

    -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;
}

.common-share ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 15px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common-share ul li a {
    line-height: 34px;

    display: block;

    width: 34px;
    height: 34px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    border-radius: 10px;
    background-color: #a6d530;
}

.common-share ul li a:hover {
    color: #fff;
}

.common-share ul li .icon {
    font-size: 16px;
}

.common-share ul li:last-child:after {
    display: none;
}

.common-share .title-share {
    font-size: 16px;
    line-height: 1.875;

    margin-top: 16px;

    /* color: #979797; */
}

.formbox form ul {
    margin: 0 -10px;
}

.formbox form ul li {
    padding: 0 10px;
}

.formbox form .group {
    position: relative;

    margin-top: 20px;
}

.formbox form .group label {
    font-size: 16px;
    line-height: 52px;

    position: absolute;
    z-index: 3;
    top: 0;
    left: 20px;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;

    color: #515151;
}

@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: 22px;

    position: relative;
    z-index: 2;

    width: 100%;
    padding: 15px 20px;

    resize: vertical;
    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 0;
    outline: 0;
    background: none;
    background-color: #f6f6f6;
}

.formbox form .group input:placeholder-shown+label,
.formbox form .group textarea:placeholder-shown+label {
    top: 0;

    background-color: transparent;
}

.formbox form .group input:focus,
.formbox form .group textarea:focus {
    background-color: #f2f2f2;
}

.formbox form .group-read input {
    font-size: 18px;

    color: #fff !important;
    border-color: #000 !important;
    background-color: #000 !important;
}

@media (max-width: 1470px) {
    .formbox form .group-read input {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .formbox form .group-read input {
        font-size: 14px;
    }
}

.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: 20px;

    -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: 20px;

    text-align: center;
}

.submit-group .submit {
    font-size: 16px;

    height: 36px;
    padding: 0 50px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border: none;
    border-radius: 6px;
    background-color: #222;
}

@media (max-width: 1560px) {
    .submit-group .submit {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .submit-group .submit {
        font-size: 16px;

        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .submit-group .submit {
        font-size: 14px;
    }
}

.submit-group .submit .icon {
    font-size: 20px;
    font-weight: normal;

    margin-left: 10px;

    color: #000000;
}

.submit-group .submit:hover {
    background-color: #000000;
}

.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: #000000;
}

.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: #000000;
}

.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: #000000;
}

.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: #000000;
}

.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: 24px 0;
}

@media (max-width: 991px) {
    .wrap-reviews .review-list .item {
        padding: 20px 0;
    }
}

.wrap-reviews .review-list .item .title-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap-reviews .review-list .item h3 {
    font-size: 20px;
    line-height: 1.15384615;

    margin: 0;

    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .wrap-reviews .review-list .item h3 {
        font-size: 18px;
    }
}

@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;

    color: #474747;
}

@media (max-width: 767px) {
    .wrap-reviews .review-list .item p {
        font-size: 15px;
    }
}

.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: 16px;

    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: #000000;
}

.header {
    position: fixed;
    z-index: 10;

    width: 100%;
    padding: 0 3%;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #222222;
    background-color: #ffffff;
}

@media (max-width: 1400px) {
    .header {
        padding: 0 15px;
    }
}

.header .logo {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 50%;

    height: 100px;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
    }
}

.header .logo img {
    display: block;

    height: 100%;
}

.header .header-left {
    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 .top-right {
    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 .serach-part {
    cursor: pointer;
}

.header .find {
    line-height: 60px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .find:after {
    margin-left: 10px;

    content: '|';

    color: #979797;
}

.header .find .icon {
    font-size: 20px;

    -webkit-transition: all .6s;
    transition: all .6s;
}

.header .find:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.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;

    content: '\e60e';
}

.header .search-wrap .submit:hover {
    color: #fff;
    background-color: #000000;
}

.header .cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    /* color: #b2b1b1; */

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .cart .icon {
    font-size: 24px;

    margin-right: 10px;

    -webkit-transition: all .6s;
    transition: all .6s;

    /* color: #f1f1f1; */
}

@media (max-width: 767px) {
    .header .cart .icon {
        font-size: 18px;

        margin-right: 6px;
    }
}

.header .cart:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.header .language {
    position: relative;

    padding-left: 20px;
}

@media (max-width: 1400px) {
    .header .language {
        padding-left: 10px;
    }
}

.header .language p {
    line-height: 40px;

    margin: 0;

    /* color: #fff; */
}

@media (max-width: 767px) {
    .header .language p {
        line-height: 30px;
    }
}

.header .language 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 .language p a:after {
    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';

    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
}

.header .language p .icon {
    font-size: 20px;

    -webkit-transition: all .6s;
    transition: all .6s;
}

@media (max-width: 767px) {
    .header .language p .icon {
        font-size: 18px;

        margin-right: 6px;
    }
}

.header .language p:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.header .language ul {
    position: absolute;
    z-index: 8;
    top: 100%;
    left: 0;

    display: none;

    min-width: 100%;
    padding: 10px 0;
    /* color: #fff; */
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header .language ul li a {
    line-height: 30px;

    display: block;

    padding: 0 20px;
}

.header .language ul li a:hover {
    text-decoration: underline;
}

.header .translate {
    margin-left: 60px;
}

@media (max-width: 1470px) {
    .header .translate {
        margin-left: 30px;
    }
}

@media (max-width: 1400px) {
    .header .translate {
        margin-left: 20px;
    }
}

.header .pc-nav {
    padding-right: 15px;
}

@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}

.header .pc-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -140px;
}

.header .pc-nav>ul>li {
    position: relative;
}

.header .pc-nav>ul>li>a {
    font-size: 18px;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1400px) {
    .header .pc-nav>ul>li>a {
        font-size: 16px;
    }
}

.header .pc-nav>ul>li>a:after {
    width: 3px;
    height: 3px;
    margin: 0 30px;

    content: '';

    border-radius: 50%;
    background-color: #222;
}

@media (max-width: 1470px) {
    .header .pc-nav>ul>li>a:after {
        margin: 0 20px;
    }
}

.header .pc-nav>ul>li:nth-child(4)>a:after,
.header .pc-nav>ul>li:last-child>a:after {
    display: none;
}

.header .pc-nav>ul>li:nth-child(4) {
    padding-right: 200px;
}

.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    color: #a6d530;
}

.header .pc-nav .nav-list2 {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    left: 35%;

    display: none;

    min-width: 100%;
    padding: 10px 0;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;

    background: #ffffff;
}

.header .pc-nav .nav-list2>li {
    position: relative;
}

.header .pc-nav .nav-list2>li>a {
    font-size: 17px;
    line-height: 24px;

    display: block;

    padding: 10px 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: 10px 20px;
    }
}

.header .pc-nav .nav-list2>li:hover>a {
    color: #a6d530;
}

.header .pc-nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

    background-color: #fff;
}

.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: #a6d530;
}


.header .pc-nav .nav-list4 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

    background-color: #fff;
}

.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: #a6d530;
}


.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: #f1f1f1;
}

.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

    -webkit-transition: all .4s;
    transition: all .4s;

    background: #f1f1f1;
}

.hc-mobile-nav {
    text-transform: capitalize;
}

.hc-mobile-nav li.nav-close {
    padding-top: 40px;
}

.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 115px;

    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 #000000;
    border-radius: 5px;
    outline: none;
    background-color: #000000;
}

@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}

.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -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: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}

.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}

.online-wrap .code-pic .pic-box {
    background-color: #fff;
}

.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}

.online-wrap .online {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    background-color: rgba(166, 213, 48, .6);
}

@media (max-width: 991px) {
    .online-wrap .online {
        padding: 0;
    }
}

.online-wrap .online.onlineshow {
    right: 0;
}

@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 160px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .online-wrap .online.onlineshow {
        right: -60px;
    }

    .online-wrap .online.active {
        right: 0;
    }
}

.online-wrap .online a {
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    /* color: #fff; */
    border-radius: 8px;
}

@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 {
    border-radius: 0 8px 8px 0;
    background-color: #ffffff;
}

@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: -2px;
    right: -300px;

    padding-right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}

.online-wrap .online a .phone-num p {
    line-height: 50px;

    display: inline-block;

    margin: 0;
    padding: 0 20px;

    vertical-align: middle;

    color: #222;
    border-radius: 8px 0 0 8px;
    background: #ffffff;
}

@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%;
}

@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: '\e6a4';
}

.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: '\e7d3';
}

.online-wrap .icon-cart span {
    font-size: 12px;
    line-height: 14px;

    position: absolute;
    top: 6px;
    right: 6px;

    width: 14px;
    height: 14px;

    color: #fff;
    border-radius: 50%;
    background-color: #f33;
}

.online-wrap .icon-cart:hover {
    border-radius: 8px !important;
}

.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;
    font-size: 18px !important;

    display: block;

    content: '\e622';
}

.online-wrap .icon-arrow-top:hover {
    border-radius: 8px !important;
}

.xs-online {
    font-family: 'Times New Roman', Arial;

    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: #000000;
    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%;
    padding-top: 100px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 1199px) {
    .banner {
        padding-top: 60px;
    }
}

.banner img {
    display: block;

    width: 100%;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-pagination {
    position: relative;
    bottom: 0;

    padding: 30px 0;
    background-color: #ffffff;
    /* background: url(../images/pagination_bg.png) no-repeat center #141414; */
}

@media (max-width: 1199px) {
    .banner .swiper-pagination {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .banner .swiper-pagination {
        padding: 10px 0;
    }
}

.banner .swiper-pagination .swiper-pagination-bullet {
    font-size: 16px;
    line-height: 30px;

    width: auto;
    height: auto;
    margin: 0 25px;

    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 1;
    /* color: #b2b1b1; */
    background: none;
}

@media (max-width: 991px) {
    .banner .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;

        margin: 0 15px;
    }
}

.banner .swiper-pagination .swiper-pagination-bullet:before {
    content: '0';
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    /* color: #fff; */
}

.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}

@media (max-width: 767px) {
    .banner .item {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

.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: #000000 !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 .banner-button {
    position: absolute;
    right: var(--pad);
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner .banner-button .slick-arrow {
    line-height: 60px;

    position: relative;
    top: 0;

    width: 100px;
    height: 60px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    color: #fff;
    background-color: #222;
}

@media (max-width: 1199px) {
    .banner .banner-button .slick-arrow {
        line-height: 40px;

        width: 70px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .banner .banner-button .slick-arrow {
        line-height: 30px;

        width: 50px;
        height: 30px;
    }
}

.banner .banner-button .slick-arrow:before {
    font-size: 24px;
}

@media (max-width: 1199px) {
    .banner .banner-button .slick-arrow:before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .banner .banner-button .slick-arrow:before {
        font-size: 16px;
    }
}

.banner .banner-button .slick-arrow.active {
    color: #222;
    background-color: #fff;
}

.banner-in {
    position: relative;

    overflow: hidden;

    padding-top: 100px;
}

@media (max-width: 1199px) {
    .banner-in {
        padding-top: 60px;
    }
}

.banner-in img {
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 1920px) {
    .banner-in img {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .banner-in img {
        width: 140%;
        margin-left: -20%;
    }
}

@media (max-width: 767px) {
    .banner-in img {
        width: 160%;
        margin-left: -30%;
    }
}

.banner-in .banner-text {
    position: absolute;
    top: -webkit-calc(50% + 50px);
    top: calc(50% + 50px);
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}

@media (max-width: 1199px) {
    .banner-in .banner-text {
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px);
    }
}

.banner-in .banner-text span {
    display: block;
}

.banner-in .banner-text h2 {
    font-family: 'Kalnia', Arial;
    font-size: 80px;
    line-height: 1.3;

    overflow: hidden;

    text-transform: uppercase;
}

@media (max-width: 1470px) {
    .banner-in .banner-text h2 {
        font-size: 70px;
    }
}

@media (max-width: 1400px) {
    .banner-in .banner-text h2 {
        font-size: 64px;
    }
}

@media (max-width: 1199px) {
    .banner-in .banner-text h2 {
        font-size: 56px;
    }
}

@media (max-width: 991px) {
    .banner-in .banner-text h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .banner-in .banner-text h2 {
        font-size: 30px;
    }
}

.banner-in .banner-text h3 {
    font-family: 'Kalnia', Arial;
    font-size: 20px;

    overflow: hidden;

    letter-spacing: 25.4px;
    text-transform: uppercase;
}

@media (max-width: 1400px) {
    .banner-in .banner-text h3 {
        letter-spacing: 22.4px;
    }
}

@media (max-width: 1199px) {
    .banner-in .banner-text h3 {
        font-size: 18px;

        letter-spacing: 20px;
    }
}

@media (max-width: 991px) {
    .banner-in .banner-text h3 {
        letter-spacing: 10px;
    }
}

@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300%;
    }
}

.box {
    position: relative;
    z-index: 3;

    overflow: hidden;

    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 0;
}

@media (max-width: 1560px) {
    .box {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}

.common-more a {
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

    min-width: 270px;
    padding: 0 16px;

    -webkit-transition: all .6s;
    transition: all .6s;

    color: #474747;
    border: 1px solid #979797;
    border-radius: 6px;
    background: #f1f1f1;
    box-shadow: inset 0 0 0 0 #fff;
}

@media (max-width: 1199px) {
    .common-more a {
        font-size: 16px;
        line-height: 40px;

        min-width: 200px;
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .common-more a {
        font-size: 14px;

        min-width: 150px;
        padding: 0 10px;
    }
}

.common-more a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common-more a .icon {
    font-size: 30px;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .common-more a .icon {
        font-size: 24px;
    }
}

.common-more a:hover {
    color: #fff;
    border-color: #a6d530;
    box-shadow: inset 0 -50px 0 0 #a6d530;
}

.common-more a:hover .icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.common-more.white a {
    color: #222;
    background-color: #fff;
}

.common-more.white a:hover {
    color: #fff;
    background-color: #ffa100;
}

.common-more.nobg a {
    color: #222;
    border: 1px solid #ccc;
    background: none;
}

.common-more.nobg a:hover {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}

.title h3 {
    font-size: 14px;
    line-height: 2.14285714;

    letter-spacing: 8.96px;

    color: #000000;
}

.title h2 {
    font-family: 'Kalnia', Arial;
    font-size: 56px;

    /* color: #f1f1f1; */
}

@media (max-width: 1470px) {
    .title h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .title h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .title h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .title h2 {
        font-size: 28px;
    }
}

.indexcontent {
    overflow: hidden;

    padding: 0 20px;

    background-color: #ffffff;
}

@media (max-width: 991px) {
    .indexcontent {
        padding: 0 10px;
    }
}

.fade-in-text {
    display: inline-block;

    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);

    opacity: 0;
}

.visible {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;
}

.box-category .category {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin-top: 20px;

    border-radius: 20px;
    background-color: #f1f1f1;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-category .category:nth-child(1) {
    margin-top: 0;
}

.box-category .category .pic {
    width: 50%;
}

@media (max-width: 991px) {
    .box-category .category .pic {
        width: 100%;
    }
}

.box-category .category .pic img {
    width: 100%;
}

.box-category .category .text {
    width: 50%;
    padding: 30px 5% 120px;

    text-align: center;
}

@media (max-width: 1560px) {
    .box-category .category .text {
        padding: 30px 5% 120px;
    }
}

@media (max-width: 991px) {
    .box-category .category .text {
        width: 100%;
        padding: 30px 15px;
    }
}

.box-category .category .title-category {
    display: inline-block;
    overflow: hidden;
}

.box-category .category .title-category .icon {
    width: 100px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .box-category .category .title-category .icon {
        width: 80px;
    }
}

.box-category .category .title-category .icon img {
    width: 100%;
}

.box-category .category .title-category h2,
.box-category .category .title-category span {
    font-family: 'Kalnia', Arial;
    /* font-size: 80px; */
    font-size: 60px;
    line-height: 1;

    white-space: pre-wrap;
}

@media (max-width: 1560px) {

    .box-category .category .title-category h2,
    .box-category .category .title-category span {
        /* font-size: 70px; */
        font-size: 60px;
    }
}

@media (max-width: 1400px) {

    .box-category .category .title-category h2,
    .box-category .category .title-category span {
        /* font-size: 60px; */
        font-size: 40px;
    }
}

@media (max-width: 1199px) {

    .box-category .category .title-category h2,
    .box-category .category .title-category span {
        font-size: 40px;
    }
}

@media (max-width: 991px) {

    .box-category .category .title-category h2,
    .box-category .category .title-category span {
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    .box-category .category .title-category h2,
    .box-category .category .title-category span {
        font-size: 30px;
    }
}

.box-category .category .editor-content {
    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin-top: 50px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 1560px) {
    .box-category .category .editor-content {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .box-category .category .editor-content {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .box-category .category .editor-content {
        max-height: 104px;
    }
}

@media (max-width: 767px) {
    .box-category .category .editor-content {
        margin-top: 10px;
    }
}

.box-category .category svg {
    float: right;

    margin-right: -10px;
}

@media (max-width: 1400px) {
    .box-category .category svg {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .box-category .category svg {
        width: 70px;
    }
}

@media (min-width: 1200px) {
    .box-category .category svg path {
        -webkit-transition: stroke-dashoffset 6s ease;
        transition: stroke-dashoffset 6s ease;

        stroke-dasharray: 500;
        stroke-dashoffset: 500;
    }

    .box-category .category .animate {
        stroke-dashoffset: 0;
        /* 设置最终状态，触发动画 */
    }
}

@media (min-width: 992px) {
    .box-category .category .common-more {
        position: absolute;
        right: 0;
        bottom: 0;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        width: 50%;
        height: 120px;

        -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: 991px) {
    .box-category .category .common-more {
        margin-top: 20px;
    }
}

.box-category .category:nth-child(2n) {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.box-category .category:nth-child(2n) .common-more {
    right: auto;
    left: 0;
}

.box-about {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    max-width: -webkit-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #ffffff;
    /* background: url(../images/about_bg.jpg) no-repeat center bottom; */
}

.box-about .title img {
    height: 120px;
    margin-bottom: 50px;
}

@media (max-width: 1400px) {
    .box-about .title img {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .box-about .title img {
        margin: 0;
    }
}

.box-about .editor-content {
    max-width: 880px;
    margin: 0 auto;
    margin-top: 40px;

    text-align: center;
}

@media (max-width: 991px) {
    .box-about .editor-content {
        margin-top: 20px;
    }
}

.box-about .editor-content p {
    font-size: 20px;
    line-height: 1.5;

    /* color: #f1f1f1; */
}

@media (max-width: 1199px) {
    .box-about .editor-content p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .box-about .editor-content p {
        font-size: 16px;
    }
}

.box-about .about-category {
    position: relative;
    z-index: 4;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-width: 1920px;
    margin: 0 auto;
    margin-top: 130px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1470px) {
    .box-about .about-category {
        margin-top: 100px;
    }
}

@media (max-width: 1199px) {
    .box-about .about-category {
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .box-about .about-category {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .box-about .about-category {
        margin-top: 30px;
    }
}

.box-about .about-category .title-about-category {
    line-height: 30px;

    position: absolute;
    z-index: 6;
    top: -webkit-calc(24% - 15px);
    top: calc(24% - 15px);
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 300px;

    cursor: pointer;

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1470px) {
    .box-about .about-category .title-about-category {
        top: -webkit-calc(20% - 15px);
        top: calc(20% - 15px);

        width: 250px;
    }
}

@media (max-width: 991px) {
    .box-about .about-category .title-about-category {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .box-about .about-category .title-about-category {
        top: -webkit-calc(20% - 50px);
        top: calc(20% - 50px);
    }
}

.box-about .about-category .title-about-category.text-end {
    right: 0;
    left: auto;

    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.box-about .about-category .title-about-category.text-end span {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .box-about .about-category .title-about-category.text-end span {
        margin-right: 5px;
    }
}

.box-about .about-category .title-about-category.text-end .icon {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.box-about .about-category .title-about-category span {
    font-size: 16px;
    line-height: 30px;

    margin-left: 20px;

    letter-spacing: 10.24px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .box-about .about-category .title-about-category span {
        margin-left: 10px;

        letter-spacing: 5px;
    }
}

@media (max-width: 991px) {
    .box-about .about-category .title-about-category span {
        letter-spacing: 3px;
    }
}

.box-about .about-category .title-about-category .icon {
    font-size: 20px;

    margin-left: 6px;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box-about .about-category .category-imgbox {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
}

@media (max-width: 1470px) {
    .box-about .about-category .category-imgbox {
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
    }
}

@media (max-width: 991px) {
    .box-about .about-category .category-imgbox {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    .box-about .about-category .category-imgbox {
        width: 100%;
    }
}

.box-about .about-category .category-img {
    position: relative;

    padding: 0 18%;
}

@media (max-width: 767px) {
    .box-about .about-category .category-img {
        padding: 0 3%;
    }
}

.box-about .about-category .category-img .line {
    position: absolute;
    z-index: 6;
    top: 24%;
    left: 0;

    padding-left: 32px;
}

@media (max-width: 1470px) {
    .box-about .about-category .category-img .line {
        top: 20%;
    }
}

.box-about .about-category .category-img .line img {
    width: 326px;
}

@media (max-width: 1560px) {
    .box-about .about-category .category-img .line img {
        width: 250px;
    }
}

@media (max-width: 1470px) {
    .box-about .about-category .category-img .line img {
        width: 200px;
    }
}

@media (max-width: 1400px) {
    .box-about .about-category .category-img .line img {
        width: 180px;
    }
}

@media (max-width: 991px) {
    .box-about .about-category .category-img .line img {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .box-about .about-category .category-img .line img {
        width: 120px;
    }
}

.box-about .about-category .category-img .line:before {
    position: absolute;
    top: -12px;
    left: 0;

    display: block;

    width: 25px;
    height: 25px;

    content: '';
    -webkit-animation: zhuan 6s linear infinite;
    animation: zhuan 6s linear infinite;

    background: url(../images/dot-1.png) no-repeat center;
    background-size: cover;
}

.box-about .about-category .category-img .line span {
    position: absolute;
    right: -30px;
    bottom: -34px;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 35px;
    height: 35px;

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .54);

    -webkit-backdrop-filter: blur(14.39999962px);
    backdrop-filter: blur(14.39999962px);
    -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: 1400px) {
    .box-about .about-category .category-img .line span {
        right: -20px;
        bottom: -26px;

        width: 26px;
        height: 26px;
    }
}

.box-about .about-category .category-img .line span:before {
    display: block;

    width: 18px;
    height: 18px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 1400px) {
    .box-about .about-category .category-img .line span:before {
        width: 14px;
        height: 14px;
    }
}

.box-about .about-category .category-img:nth-child(2) .line {
    right: 0;
    left: auto;

    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.box-about .number {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 100px 3% 0 3%;

    color: #474747;
    border-radius: 20px;
    background-color: #f1f1f1;
}

@media (max-width: 1199px) {
    .box-about .number {
        margin: 0;
        padding: 60px 3% 0 3%;
    }
}

@media (max-width: 991px) {
    .box-about .number {
        padding: 30px 3% 0 3%;
    }
}

@media (max-width: 767px) {
    .box-about .number {
        padding: 30px 0;
    }
}

.box-about .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-about .number ul li:nth-child(2) {
    margin-right: 34%;
}

@media (max-width: 1760px) {
    .box-about .number ul li:nth-child(2) {
        margin-right: 20%;
    }
}

@media (max-width: 1560px) {
    .box-about .number ul li:nth-child(2) {
        margin-right: 10%;
    }
}

@media (max-width: 1199px) {
    .box-about .number ul li:nth-child(2) {
        margin-right: 0%;
    }
}

@media (max-width: 1199px) {
    .box-about .number ul li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .box-about .number ul li {
        width: 50%;
    }
}

.box-about .number .item {
    position: relative;
    z-index: 6;

    max-width: 320px;
    padding: 0 30px 90px 30px;

    text-align: center;
}

@media (max-width: 1470px) {
    .box-about .number .item {
        max-width: 280px;
        padding: 0 10px 60px 10px;
    }
}

@media (max-width: 767px) {
    .box-about .number .item {
        padding: 0 10px 30px 10px;
    }
}

.box-about .number .item:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 70px;

    content: '';
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-bottom: 2px solid #a6d530;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 61, 0, .1)), to(rgba(255, 208, 21, 0)));
    background: -webkit-linear-gradient(bottom, rgba(255, 61, 0, .1), rgba(255, 208, 21, 0));
    background: linear-gradient(0deg, rgba(255, 61, 0, .1), rgba(255, 208, 21, 0));

    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}

.box-about .number .item span {
    font-size: 22px;
    line-height: 1.36363636;

    display: block;
}

@media (max-width: 991px) {
    .box-about .number .item span {
        font-size: 20px;
    }
}

.box-about .number .item b {
    font-size: 56px;
    font-weight: normal;
    line-height: 1.42857143;
}

@media (max-width: 1470px) {
    .box-about .number .item b {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .box-about .number .item b {
        font-size: 40px;
    }
}

.box-about .number .item p {
    font-size: 18px;
    line-height: 1.33333333;

    margin: 0;
}

@media (max-width: 1199px) {
    .box-about .number .item p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .box-about .number .item:hover:after {
        width: 100%;
    }
}

.box-about .video {
    position: relative;
    z-index: 8;

    width: 140px;
    margin: 0 auto;
    margin-top: -220px;
}

@media (max-width: 1199px) {
    .box-about .video {
        width: 120px;
        margin-top: -60px;
    }
}

.box-about .video .play {
    cursor: pointer;
    -webkit-animation: zhuan 6s linear infinite;
    animation: zhuan 6s linear infinite;
}

.box-about .video img {
    width: 100%;
}

@-webkit-keyframes zhuan {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes zhuan {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.box-factory .title h3 {
    font-size: 16px;
    line-height: 1.875;

    display: block;

    letter-spacing: normal;

    /* color: #979797; */
}

@media (max-width: 1199px) {
    .box-factory .container {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.box-factory .factory {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .box-factory .factory {
        margin-top: 30px;
    }
}

.box-factory .factory .slick-factory {
    margin: 0 -8px;
}

@media (max-width: 767px) {
    .box-factory .factory .slick-factory {
        margin: 0 -5px;
    }
}

.box-factory .factory .slick-factory .slick-slide {
    padding: 0 8px;
}

@media (max-width: 767px) {
    .box-factory .factory .slick-factory .slick-slide {
        padding: 0 5px;
    }
}

.box-factory .factory .item {
    cursor: pointer;
}

.box-factory .factory .item .img-box {
    padding-bottom: 63.04347826%;
}

.box-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-factory .factory .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-factory .more {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .box-factory .more {
        margin-top: 30px;
    }
}

.box-factory .more a {
    font-size: 0;
    line-height: 30px;

    display: inline-block;

    letter-spacing: 10.24px;

    /* color: #fff; */
}

@media (max-width: 1199px) {
    .box-factory .more a {
        letter-spacing: 6px;
    }
}

.box-factory .more a span {
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}

@media (max-width: 991px) {
    .box-factory .more a span {
        font-size: 14px;
    }
}

.box-factory .more a .icon {
    font-size: 20px;
    line-height: 30px;

    display: inline-block;

    height: 30px;
    margin-top: -4px;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
}

.box-factory .more a:hover .icon {
    -webkit-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}

.box-news {
    max-width: 100%;

    border-radius: 0 0 60px 60px;
    background: #ffffff;
}

@media (max-width: 991px) {
    .box-news {
        border-radius: 0 0 30px 30px;
    }
}

.box-news .news {
    overflow: hidden;

    max-width: 1920px;
    margin: 0 auto;

    /* color: #f1f1f1; */
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
}

.box-news .news .slick-news {
    margin-right: -1px;
}

.box-news .news .slick-slide {
    padding: 40px 80px;

    border-right: 1px solid #3a3a3a;
}

@media (max-width: 1470px) {
    .box-news .news .slick-slide {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .box-news .news .slick-slide {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .box-news .news .slick-slide {
        padding: 20px 15px;
    }
}

.box-news .news .item {
    display: block;
}

.box-news .news .item .date {
    line-height: 2.14285714;

    text-transform: capitalize;

    /* color: #979797; */
}

.box-news .news .item .title-news {
    font-size: 24px;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin-top: 12px;

    /* color: #f1f1f1; */

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .box-news .news .item .title-news {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    .box-news .news .item .title-news {
        font-size: 18px;
        line-height: 1.44444444;

        height: 52px;
    }
}

.box-news .news .item .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#222222), to(#222222));
    background-image: -webkit-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: linear-gradient(to right, #222222 0%, #222222 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 .8px;
}

.box-news .news .item .more {
    font-size: 16px;
    font-size: 0;
    line-height: 30px;

    display: inline-block;

    margin-top: 90px;
}

@media (max-width: 1199px) {
    .box-news .news .item .more {
        margin-top: 60px;
    }
}

@media (max-width: 991px) {
    .box-news .news .item .more {
        margin-top: 40px;
    }
}

.box-news .news .item .more span {
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}

@media (max-width: 991px) {
    .box-news .news .item .more span {
        font-size: 14px;
    }
}

.box-news .news .item .more .icon {
    line-height: 30px;

    display: inline-block;

    height: 30px;
    margin-top: -4px;
    margin-left: 16px;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
}

.box-news .news .item:hover .title-news span {
    background-size: 100% .8px;
}

.box-news .news .item:hover .more .icon {
    -webkit-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}

.footer {
    font-size: 16px;
    line-height: 1.57142857;

    overflow: hidden;

    padding: 70px 0;

    color: #3a3a3a;
}

@media (max-width: 1199px) {
    .footer {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    .footer {
        font-size: 14px;

        padding: 30px 0 70px;
    }
}

@media (max-width: 991px) {
    .footer .foot>ul>li {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .footer .foot>ul>li {
        width: 100%;
    }
}

.footer .title-foot {
    position: relative;
    z-index: 2;
}

.footer .title-foot h3 {
    font-size: 20px;
    line-height: 1.6;

    margin: 0;
}

@media (max-width: 767px) {
    .footer .title-foot h3 {
        font-size: 18px;
    }
}

.footer .item-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-width: 370px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .footer .item-contact {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .footer .item-contact {
        max-width: 100%;
    }
}

.footer .item-contact .title {
    margin-right: 30px;
}

.footer .item-contact .title h2 {
    font-size: 36px;

    color: #3a3a3a;
}

@media (max-width: 1199px) {
    .footer .item-contact .title h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .footer .item-contact .title h2 {
        font-size: 24px;
    }
}

.footer .item-contact .link a {
    line-height: 32px;

    display: inline-block;

    padding: 0 10px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #b2b1b1;
    border: 1px solid #b2b1b1;
    border-radius: 6px;
    background: #fff;
}

.footer .item-contact .link a:hover {
    color: #fff;
    border-color: #a6d530;
    background-color: #a6d530;
}

.footer .item-nav .info {
    margin-top: 24px;
}

@media (max-width: 991px) {
    .footer .item-nav .info {
        margin-top: 10px;
    }
}

.footer .item-nav .info a {
    font-size: 18px;
    line-height: 1.66666667;

    display: block;

    margin: 0;

    color: #979797;
}

@media (max-width: 991px) {
    .footer .item-nav .info a {
        font-size: 16px;

        display: inline-block;

        margin-right: 20px;

        vertical-align: middle;
    }
}

.footer .item-nav .info a:hover {
    text-decoration: underline;

    color: #3a3a3a;
}

.footer .item-text {
    max-width: 510px;
}

@media (max-width: 1199px) {
    .footer .item-text {
        max-width: 300px;
    }
}

.footer .item-text .info {
    margin-top: 24px;
}

@media (max-width: 991px) {
    .footer .item-text .info {
        margin-top: 10px;
    }
}

.footer .item-text p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #979797;
}

@media (max-width: 991px) {
    .footer .item-text p {
        font-size: 16px;
    }
}

.footer .item-text p a {
    display: inline-block;

    -webkit-transition: all .2s;
    transition: all .2s;
}

.footer .item-text p a:hover {
    text-decoration: underline;

    color: #3a3a3a;
}

.footer .copyright {
    max-width: 380px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .footer .copyright {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer .copyright {
        margin-top: 14px;
    }
}

.footer .copyright p {
    font-size: 16px;
    line-height: 1.625;
}

@media (max-width: 991px) {
    .footer .copyright p {
        font-size: 14px;
    }
}

.footer .copyright a,
.footer .copyright span {
    display: inline-block;

    vertical-align: middle;
}

.footer .copyright a:hover {
    text-decoration: underline;

    color: #3a3a3a;
}

.footer .copyright .copyright-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: #979797;

    -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;
}

.footer .copyright .sitemap {
    margin-right: 10px;
}

.footer .copyright .sitemap img {
    display: inline-block;

    width: 18px;

    vertical-align: middle;
}

@-webkit-keyframes animate {
    0% {
        background-position: -2689px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes animate {
    0% {
        background-position: -2689px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.inside-nav {
    position: relative;

    overflow: hidden;
    overflow-x: auto;

    height: 61px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;

    /* color: #fff; */
    background-color: #ffffff;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}

.inside-nav::-webkit-scrollbar {
    width: 4px;
    height: 4px;

    background-color: #000;
}

.inside-nav::-webkit- scrollbar-track {
    border-radius: 5px;
    background-color: #000;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.inside-nav::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #000000;
}

.inside-nav::-webkit- scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}

.inside-nav .nav-wrap {
    position: relative;
    z-index: 2;

    height: 60px;

    text-align: center;
}

.inside-nav .nav-wrap ul {
    font-size: 0;

    position: relative;

    margin: 0 -15px;
    padding: 0;

    white-space: nowrap;
}

@media (min-width: 1200px) {
    .inside-nav .nav-wrap ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.inside-nav .nav-wrap ul li {
    display: inline-block;

    vertical-align: middle;
}

.inside-nav .nav-wrap ul li a {
    font-size: 22px;
    line-height: 30px;

    display: block;

    padding: 15px;

    text-transform: capitalize;
}

@media (max-width: 1470px) {
    .inside-nav .nav-wrap ul li a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .inside-nav .nav-wrap ul li a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .inside-nav .nav-wrap ul li a {
        font-size: 16px;
    }
}

.inside-nav .nav-wrap ul li.active a,
.inside-nav .nav-wrap ul li:hover a {
    color: #a6d530;
}

.wrap {
    overflow: hidden;

    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 0;
}

@media (max-width: 1560px) {
    .wrap {
        padding: 70px 0;
    }
}

@media (max-width: 1199px) {
    .wrap {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .wrap {
        padding: 40px 0;
    }
}

.title-in h2 {
    font-family: 'Kalnia', Arial;
    font-size: 56px;
    line-height: 1.2;

    text-transform: capitalize;
}

@media (max-width: 1470px) {
    .title-in h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .title-in h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .title-in h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .title-in h2 {
        font-size: 28px;
    }
}

.title-in h3 {
    font-family: 'Kalnia', Arial;
    font-size: 24px;
    line-height: 1.41666667;

    margin: 10px 0 0 0;

    color: #000000;
}

@media (max-width: 1199px) {
    .title-in h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .title-in h3 {
        font-size: 18px;
    }
}

.title-in p {
    font-size: 18px;
    line-height: 1.22222222;

    margin: 16px 0 0 0;
}

@media (max-width: 1199px) {
    .title-in p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .title-in p {
        font-size: 15px;
    }
}

.wrap-location {
    position: relative;
    z-index: 9;

    margin-top: -60px;
    padding: 10px 0;

    background-color: rgba(0, 0, 0, .4);
}

@media (max-width: 767px) {
    .wrap-location {
        margin: 0;

        border-bottom: 1px solid #dcdcdc;
        background: none;
    }
}

.wrap-location .location {
    font-size: 22px;
    line-height: 40px;

    position: relative;

    padding-left: 48px;

    text-transform: capitalize;

    color: #fff;
}

@media (max-width: 1470px) {
    .wrap-location .location {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .wrap-location .location {
        font-size: 18px;

        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-location .location {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wrap-location .location {
        font-size: 14px;
        line-height: 30px;

        padding-left: 24px;

        color: #666;
    }
}

.wrap-location .location:before {
    font-family: 'iconfont' !important;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e62f';
}

.wrap-location .location>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;
}

.wrap-location .location>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-location .location>ul>li:after {
    margin: 0 10px;

    content: '<';
}

.wrap-location .location>ul>li:last-child:after {
    display: none;
}

.wrap-location .location>ul>li>a {
    display: block;
}

.wrap-location .location>ul>li:hover>a {
    text-decoration: underline;
}

.wrap-sidenav {
    overflow: hidden;
}

@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}

.wrap-sidenav .title-sidenav {
    padding: 20px;

    color: #fff;
    border-radius: 8px;
    background-color: #ffa100;

    lighting-color: 32px;
}

.wrap-sidenav .title-sidenav h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;

    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;
}

.wrap-sidenav .title-sidenav h3 .icon {
    font-size: 28px;
    font-weight: normal;

    margin-right: 10px;
}

.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    margin-bottom: 20px;

    border-radius: 3px;
    background: #fff;
}

.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 40px 10px 14px;

    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #fff;
}

.wrap-sidenav .sidenav .slevel-1>li>a:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #000000;
}

.wrap-sidenav .sidenav .slevel-1>li .nav-more {
    line-height: 50px;

    position: absolute;
    z-index: 8;
    top: 0;
    right: 0;

    width: 50px;
    height: 50px;

    cursor: pointer;
    text-align: center;
}

.wrap-sidenav .sidenav .slevel-1>li .nav-more:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: block;

    content: '\e726';
    -webkit-transition: all .4s;
    transition: all .4s;
}

.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    color: #000000;
    background: #222;
}

.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
    width: 100%;
}

.wrap-sidenav .sidenav .slevel-1>li.active .nav-more:before,
.wrap-sidenav .sidenav .slevel-1>li:hover .nav-more:before {
    content: '\e657';

    color: #000000;
}

.wrap-sidenav .sidenav .slevel-2 {
    display: none;

    padding: 14px 0;
}

.wrap-sidenav .sidenav .slevel-2>li {
    position: relative;
    z-index: 4;
}

.wrap-sidenav .sidenav .slevel-2>li>a {
    line-height: 28px;

    position: relative;

    display: block;

    padding: 4px 14px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #444;
}

.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    text-decoration: underline;

    color: #222;
}

.xs-product-nav {
    display: none;
    overflow: hidden;

    padding: 14px 0;
}

@media (max-width: 1199px) {
    .xs-product-nav {
        display: block;
    }
}

.xs-product-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -4px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xs-product-nav ul>li {
    display: inline-block;
    overflow: hidden;

    height: auto;
    padding: 4px;

    vertical-align: top;
}

@media (max-width: 767px) {
    .xs-product-nav ul>li {
        width: 50%;
    }
}

.xs-product-nav ul>li>a {
    font-size: 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 {
        font-size: 13px;
        line-height: 20px;
    }
}

.xs-product-nav ul>li.active>a {
    color: #fff;
    border-color: #ffa100;
    background-color: #ffa100;
}

.wrap-about .pic {
    overflow: hidden;

    width: 50%;
    padding-bottom: 82px;
}

@media (max-width: 1400px) {
    .wrap-about .pic {
        padding-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .wrap-about .pic {
        width: 100%;
        padding: 0;
    }

    .wrap-about .pic img {
        width: 100%;
    }
}

.wrap-about .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    padding: 100px var(--pad) 0 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .wrap-about .about {
        width: 100%;
        padding: 30px 15px 0;
    }
}

.wrap-about .about .editor-content {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .wrap-about .about-picbox {
        margin-top: 20px;
    }
}

.wrap-about .about-top .editor-content p {
    /* text-indent: 2em; */
}

.wrap-about .about-picbox ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .wrap-about .about-picbox ul {
        margin: 0 -5px;
    }
}

.wrap-about .about-picbox ul li {
    width: 42%;
    padding: 0 15px;
}

.wrap-about .about-picbox ul li:nth-child(2) {
    width: 58%;
}

@media (max-width: 767px) {
    .wrap-about .about-picbox ul li {
        padding: 0 5px;
    }
}

.wrap-about .about-picbox .item {
    position: relative;
}

.wrap-about .about-picbox .item img {
    width: 100%;
}

.wrap-about .about-picbox .item .play {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 140px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 1199px) {
    .wrap-about .about-picbox .item .play {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .wrap-about .about-picbox .item .play {
        width: 80px;
    }
}

.wrap-about .about-picbox .item .play img {
    width: 100%;
}


.gj-pic {
    position: relative !important;
}

.gj-pic .play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    width: 140px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 1199px) {
    .gj-pic .play {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .gj-pic .play {
        width: 80px;
    }
}

.gj-pic .play img {
    width: 100%;
}



@media (min-width: 1200px) {
    .wrap-number {
        padding: 50px 0;
    }
}

.wrap-number .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -50px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1470px) {
    .wrap-number .number ul {
        margin: 0 -30px;
    }
}

@media (max-width: 767px) {
    .wrap-number .number ul {
        margin: 0 -10px;
    }
}

.wrap-number .number ul li {
    margin: 10px 0;
    padding: 0 50px;
}

@media (max-width: 1470px) {
    .wrap-number .number ul li {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .wrap-number .number ul li {
        width: 50%;
        padding: 0 10px;
    }
}

.wrap-number .number .item {
    position: relative;
    z-index: 6;

    max-width: 240px;

    color: #474747;
}

.wrap-number .number .item span {
    font-size: 22px;
    line-height: 1.36363636;

    display: block;
}

@media (max-width: 991px) {
    .wrap-number .number .item span {
        font-size: 20px;
    }
}

.wrap-number .number .item b {
    font-size: 52px;
    font-weight: normal;
    line-height: 1.53846154;
}

@media (max-width: 1470px) {
    .wrap-number .number .item b {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .wrap-number .number .item b {
        font-size: 40px;
    }
}

.wrap-number .number .item p {
    font-size: 18px;
    line-height: 1.33333333;

    margin: 0;
}

@media (max-width: 1199px) {
    .wrap-number .number .item p {
        font-size: 16px;
    }
}

.wrap-number .editor-content {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .wrap-number .editor-content {
        margin-top: 30px;
    }
}

.wrap-common-picbox .slick-common-picbox {
    margin: 0 -10px;
}

@media (max-width: 767px) {
    .wrap-common-picbox .slick-common-picbox {
        margin: 0 -5px;
    }
}

.wrap-common-picbox .slick-common-picbox .slick-slide {
    padding: 0 10px;
}

@media (max-width: 767px) {
    .wrap-common-picbox .slick-common-picbox .slick-slide {
        padding: 0 5px;
    }
}

.wrap-common-picbox .item {
    cursor: pointer;
}

.wrap-common-picbox .item .img-box {
    padding-bottom: 63.04347826%;
}

.wrap-common-picbox .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-common-picbox .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-value .value {
    margin-top: -50px;
}

@media (max-width: 1199px) {
    .wrap-value .value {
        margin-top: -20px;
    }
}

.wrap-value .value .title-in {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .wrap-value .value .title-in {
        margin-bottom: 10px;
    }
}

.wrap-value .value .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 70px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .wrap-value .value .item {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .wrap-value .value .item {
        margin-top: 30px;
    }
}

.wrap-value .value .item:nth-child(2n+1) {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wrap-value .value .item:nth-child(2n+1) .text {
    padding: 30px 5% 30px var(--pad);
}

@media (max-width: 991px) {
    .wrap-value .value .item:nth-child(2n+1) .text {
        padding-right: 3%;
    }
}

@media (max-width: 767px) {
    .wrap-value .value .item:nth-child(2n+1) .text {
        padding: 30px 15px 0 15px;
    }
}

.wrap-value .value .item .pic {
    overflow: hidden;

    width: 38%;
}

@media (max-width: 767px) {
    .wrap-value .value .item .pic {
        width: 100%;
    }
}

.wrap-value .value .item .pic img {
    width: 100%;
}

.wrap-value .value .item .text {
    width: 62%;
    padding: 30px var(--pad) 30px 5%;
}

@media (max-width: 991px) {
    .wrap-value .value .item .text {
        padding-left: 3%;
    }
}

@media (max-width: 767px) {
    .wrap-value .value .item .text {
        width: 100%;
        padding: 30px 15px 0 15px;
    }
}

.wrap-team .editor-content {
    margin-top: 24px;
}

@media (max-width: 767px) {
    .wrap-team .editor-content {
        margin-top: 14px;
    }
}

.wrap-team .team {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .wrap-team .team {
        margin: 0;
    }
}

.wrap-team .team>ul>li {
    margin-top: 30px;
}

.wrap-team .team .item {
    position: relative;

    overflow: hidden;

    cursor: pointer;
}

.wrap-team .team .item .img-box {
    padding-bottom: 139.39393939%;
}

.wrap-team .team .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-team .team .item .title-team {
    position: absolute;
    z-index: 6;
    bottom: 15px;
    left: 15px;

    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 10px;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;

    background-color: rgba(255, 255, 255, .6);
}

@media (min-width: 1200px) {
    .wrap-team .team .item .title-team {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;
    }
}

@media (max-width: 767px) {
    .wrap-team .team .item .title-team {
        bottom: 10px;
        left: 10px;

        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
}

.wrap-team .team .item .title-team b {
    font-size: 20px;
    line-height: 1.5;

    display: block;
}

@media (max-width: 767px) {
    .wrap-team .team .item .title-team b {
        font-size: 18px;
    }
}

.wrap-team .team .item .title-team p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #474747;
}

@media (max-width: 767px) {
    .wrap-team .team .item .title-team p {
        font-size: 14px;
        line-height: 1.42857143;
    }
}

@media (min-width: 1200px) {
    .wrap-team .team .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .wrap-team .team .item:hover .title-team {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
}

.wrap-factory .editor-content h3 {
    font-size: 26px;
}

@media (max-width: 1400px) {
    .wrap-factory .editor-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .wrap-factory .editor-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .wrap-factory .editor-content h3 {
        font-size: 20px;
    }
}

.wrap-factory-bottom {
    height: 80vh;
}

@media (min-width: 1200px) {
    .wrap-factory-bottom {
        background-attachment: fixed;
    }
}

@media (max-width: 1199px) {
    .wrap-factory-bottom {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .wrap-factory-bottom {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .wrap-factory-bottom {
        height: 300px;
    }
}

.wrap-honor .honor {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .wrap-honor .honor {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-honor .honor {
        margin-top: 10px;
    }
}

.wrap-honor .honor>ul>li {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .wrap-honor .honor>ul>li {
        margin-top: 20px;
    }
}

.wrap-honor .honor .item {
    padding: 30px;

    cursor: pointer;

    background: #fafafa;
}

@media (max-width: 1199px) {
    .wrap-honor .honor .item {
        padding: 20px;
    }
}

.wrap-honor .honor .item .date {
    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-honor .honor .item .date .mask {
    line-height: 28px;

    margin-right: 20px;
    padding: 0 16px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;

    color: #474747;
    border-radius: 22px;
    background: #e6e6e6;
}

.wrap-honor .honor .item .date span {
    font-size: 16px;

    display: inline-block;

    color: #474747;
}

.wrap-honor .honor .item .title-honor {
    font-size: 22px;
    line-height: 1.5;

    margin-top: 15px;
}

@media (max-width: 1199px) {
    .wrap-honor .honor .item .title-honor {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .wrap-honor .honor .item .title-honor {
        font-size: 18px;
    }
}

.wrap-honor .honor .item .pic {
    max-width: 80%;
    margin-top: 30px;

    border: 1px solid #cecece;
}

@media (max-width: 1199px) {
    .wrap-honor .honor .item .pic {
        margin-top: 20px;
    }
}

.wrap-honor .honor .item .pic .img-box {
    padding-bottom: 143.33333333%;
}

.wrap-honor .honor .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-honor .honor .item:hover .date .mask {
    color: #fff;
    background-color: #000000;
}

.wrap-honor .honor .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-message {
    padding: 20px;

    /* background-color: #000; */
}

.wrap-message .message {
    width: 50%;
    padding: 30px 5% 30px var(--pad);

    /* color: #fff; */
}

@media (max-width: 991px) {
    .wrap-message .message {
        width: 100%;
        padding: 30px 0;
    }
}

.wrap-message .message .title-in h2 {
    margin-bottom: 18px;
}

.wrap-message .message .title-in p {
    margin: 0;
}

.wrap-message .message .form-message {
    margin-top: 60px;
}

.wrap-message .message .form-message .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;
}

.wrap-message .message .form-message .item .num {
    line-height: 30px;

    width: 60px;
    height: 100%;

    text-align: center;

    border: 1px solid #2e2e2e;
    border-radius: 66px;
}

.wrap-message .message .form-message .item .input-label {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-left: 30px;
}

.wrap-message .message .form-message .item .input-label p {
    font-size: 18px;
    line-height: 1.33333333;

    margin: 0;

    text-transform: capitalize;
}

@media (max-width: 767px) {
    .wrap-message .message .form-message .item .input-label p {
        font-size: 16px;
    }
}

.wrap-message .message .form-message .item .input-label input {
    line-height: 28px;

    width: 100%;
    padding: 10px 0;

    color: #b4b4b4;
    border-bottom: 1px solid #2e2e2e;
    background: none;
}

.wrap-message .message .form-message .item .input-label input::-webkit-input-placeholder,
.wrap-message .message .form-message .item .input-label textarea::-webkit-input-placeholder {
    color: #b4b4b4;
}

.wrap-message .message .form-message .item .input-label input:-o-placeholder,
.wrap-message .message .form-message .item .input-label textarea:-o-placeholder {
    color: #b4b4b4;
}

.wrap-message .message .form-message .item .input-label input::-moz-placeholder,
.wrap-message .message .form-message .item .input-label textarea::-moz-placeholder {
    color: #b4b4b4;
}

.wrap-message .message .form-message .item .input-label input:-ms-input-placeholder,
.wrap-message .message .form-message .item .input-label textarea:-ms-input-placeholder {
    color: #b4b4b4;
}

.wrap-message .message .form-message .item .input-label input:focus::-webkit-input-placeholder,
.wrap-message .message .form-message .item .input-label textarea:focus::-webkit-input-placeholder {
    color: #999;
}

.wrap-message .message .form-message .item .input-label input:focus::-o-placeholder,
.wrap-message .message .form-message .item .input-label textarea:focus::-o-placeholder {
    color: #999;
}

.wrap-message .message .form-message .item .input-label input:focus::-moz-placeholder,
.wrap-message .message .form-message .item .input-label textarea:focus::-moz-placeholder {
    color: #999;
}

.wrap-message .message .form-message .item .input-label input:focus::-ms-input-placeholder,
.wrap-message .message .form-message .item .input-label textarea:focus::-ms-input-placeholder {
    color: #999;
}

.wrap-message .message .form-message .submit {
    font-size: 18px;

    display: inline-block;

    height: 42px;
    margin-top: 70px;
    padding: 0 80px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 57px;
}

@media (max-width: 1199px) {
    .wrap-message .message .form-message .submit {
        margin-top: 40px;
        padding: 0 60px;
    }
}

@media (max-width: 991px) {
    .wrap-message .message .form-message .submit {
        font-size: 16px;
    }
}

.wrap-message .message .form-message .submit:hover {
    color: #000;
    background-color: #fff;
}

.wrap-message .pic {
    overflow: hidden;

    width: 50%;
}

@media (max-width: 991px) {
    .wrap-message .pic {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .wrap-message .pic {
        width: 100%;
    }
}

.wrap-message .pic img {
    width: 100%;
}

.wrap-message .message-picbox>ul {
    margin: 0 -10px;
}

.wrap-message .message-picbox>ul>li {
    margin-top: 20px;
    padding: 0 10px;
}

.wrap-message .message-picbox .item .img-box {
    padding-bottom: 56.52173913%;
}

.wrap-message .message-picbox .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-message .message-picbox .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product-top {
    max-width: 100%;
    padding: 80px 0;

    background-color: #f1f1f1;
}

@media (max-width: 1199px) {
    .wrap-product-top {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .wrap-product-top {
        padding: 30px 0;
    }
}

.wrap-product-top .icon {
    width: 100px;
}

@media (max-width: 767px) {
    .wrap-product-top .icon {
        width: 80px;
    }
}

.wrap-product-top .icon img {
    width: 100%;
}

.wrap-product-top .text {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 3%;
}

@media (max-width: 767px) {
    .wrap-product-top .text {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}

.wrap-product .product>ul {
    /* margin-top: -30px; */
}

@media (max-width: 1199px) {
    .wrap-product .product>ul {
        margin-top: 0;
    }
}

/* @media (max-width: 1470px) {
    .wrap-product .product>ul {
        margin-top: -130px;
    }
}
@media (max-width: 1199px) {
    .wrap-product .product>ul {
        margin-top: -100px;
    }
}
@media (max-width: 991px) {
    .wrap-product .product>ul {
        margin-top: -60px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product>ul {
        margin-top: -30px;
    }
} */
.wrap-product .product>ul>li {
    margin-top: 30px;
}

/* @media (max-width: 1470px) {
    .wrap-product .product>ul>li {
        margin-top: 130px;
    }
}
@media (max-width: 1199px) {
    .wrap-product .product>ul>li {
        margin-top: 100px;
    }
}
@media (max-width: 991px) {
    .wrap-product .product>ul>li {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product>ul>li {
        margin-top: 30px;
    }
} */
.wrap-product .product>ul>li:nth-child(2n) .item {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wrap-product .product>ul>li:nth-child(2n) .item .text {
    padding-right: 5%;
    padding-left: 0;
}

.wrap-product .product .item {
    text-align: center;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; */
}

/* .wrap-product .product .item .pic {
    width: 50%;
}
@media (max-width: 767px) {
    .wrap-product .product .item .pic {
        width: 100%;
    }
}*/
.wrap-product .product .item .pic .img-box {
    padding-bottom: 53.84615385%;
}

.wrap-product .product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

/* .wrap-product .product .item .text {
    width: 50%;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .wrap-product .product .item .text {
        width: 100%;
        padding-left: 0;
    }
} */
.wrap-product .product .item .text .title-product {
    display: block;
    margin-top: 14px;
}

.wrap-product .product .item .text .title-product .num {
    font-family: 'Kalnia', Arial;
    font-size: 160px;
    line-height: 1;

    color: #f4f4f4;
}

@media (max-width: 1470px) {
    .wrap-product .product .item .text .title-product .num {
        font-size: 130px;
    }
}

@media (max-width: 1199px) {
    .wrap-product .product .item .text .title-product .num {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .wrap-product .product .item .text .title-product .num {
        font-size: 80px;
    }
}

.wrap-product .product .item .text .title-product h2 {
    font-size: 18px;
    line-height: 1.5;

    position: relative;
    z-index: 4;

    /* margin-top: -80px; */
}

/* @media (max-width: 1470px) {
    .wrap-product .product .item .text .title-product h2 {
        font-size: 40px;

        margin-top: -70px;
    }
}
@media (max-width: 1199px) {
    .wrap-product .product .item .text .title-product h2 {
        font-size: 30px;

        margin-top: -50px;
    }
} */
@media (max-width: 767px) {
    .wrap-product .product .item .text .title-product h2 {
        font-size: 16px;

        /* margin-top: -40px; */
    }
}

.wrap-product .product .item .text .note {
    display: -webkit-box;
    overflow: hidden;

    height: 104px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 991px) {
    .wrap-product .product .item .text .note {
        display: -webkit-box;
        overflow: hidden;

        height: 78px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 767px) {
    .wrap-product .product .item .text .note {
        display: -webkit-box;
        overflow: hidden;

        height: 52px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

.wrap-product .product .item .text .note p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}

@media (max-width: 991px) {
    .wrap-product .product .item .text .note p {
        font-size: 15px;
        line-height: 1.73333333;
    }
}

.wrap-product .product .item .text .more-addcart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-product .product .item .text .more-addcart .common-more {
    margin-right: 50px;
}

@media (max-width: 1199px) {
    .wrap-product .product .item .text .more-addcart .common-more {
        margin-right: 20px;
    }
}

.wrap-product .product .item .text .more-addcart .common-more a {
    background-color: #fff;
}

.wrap-product .product .item .text .more-addcart .addcart {
    font-size: 16px;
    line-height: 1.875;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .wrap-product .product .item .text .more-addcart .addcart {
        opacity: 0;
    }
}

.wrap-product .product .item .text .more-addcart .addcart .icon {
    font-size: 24px;

    margin-right: 10px;
}

.wrap-product .product .item .text .more-addcart .addcart span {
    color: #474747;
}

.wrap-product .product .item .text .more-addcart .addcart span i {
    font-style: normal;

    color: #000000;
}

.wrap-product .product .item .text .more-addcart .addcart:hover {
    color: #000000;
}

@media (min-width: 1200px) {
    .wrap-product .product .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .wrap-product .product .item:hover .text .addcart {
        opacity: 1;
    }
}

#product {
    position: relative;
    top: -170px;
}

@media (max-width: 1199px) {
    #product {
        top: -70px;
    }
}

.wrap-product-analysis .title p {
    max-width: 1200px;
    margin-top: 20px;
}

.wrap-product-analysis .analysis>ul {
    margin: 0 -50px;
}

@media (max-width: 1470px) {
    .wrap-product-analysis .analysis>ul {
        margin: 0 -20px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-analysis .analysis>ul {
        margin: 0 -10px;
    }
}

.wrap-product-analysis .analysis>ul>li {
    margin-top: 80px;
    padding: 0 50px;
}

@media (max-width: 1470px) {
    .wrap-product-analysis .analysis>ul>li {
        padding: 0 20px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-analysis .analysis>ul>li {
        margin-top: 50px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .wrap-product-analysis .analysis>ul>li {
        margin-top: 30px;
    }
}

.wrap-product-analysis .analysis .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wrap-product-analysis .analysis .item .icon {
    line-height: 65px;

    width: 65px;
    height: 65px;

    text-align: center;

    color: #000000;
    background: url(../images/analysis-icon.svg) no-repeat center;
    background-size: cover;
}

.wrap-product-analysis .analysis .item .icon .iconfont {
    font-size: 30px;
}

.wrap-product-analysis .analysis .item .note {
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    padding-top: 10px;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .wrap-product-analysis .analysis .item .note {
        padding-left: 10px;
    }
}

.wrap-product-analysis .analysis .item .note .title-analysis {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.18181818;

    margin-bottom: 18px;

    color: #000;
}

@media (max-width: 1470px) {
    .wrap-product-analysis .analysis .item .note .title-analysis {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-analysis .analysis .item .note .title-analysis {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .wrap-product-analysis .analysis .item .note .title-analysis {
        margin-bottom: 10px;
    }
}

.wrap-product-analysis .analysis .item .note p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}

@media (max-width: 991px) {
    .wrap-product-analysis .analysis .item .note p {
        font-size: 14px;
    }
}

.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 .carousel-wrap .item .img-box {
    padding-bottom: 53.84615385%;
}

.wrap-product-show .product-show .carousel-wrap .slider-for {
    font-size: 0;

    position: relative;

    overflow: hidden;
}

.wrap-product-show .product-show .carousel-wrap .slider-for .zoom {
    position: relative;

    cursor: crosshair;
}

.wrap-product-show .product-show .carousel-wrap .slider-for iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.wrap-product-show .product-show .carousel-wrap .slider-for .slick-arrow {
    background: rgba(34, 34, 34, .5);
}

.wrap-product-show .product-show .carousel-wrap .slider-for .slick-arrow:hover {
    color: #fff;
    background-color: #000000;
}

.wrap-product-show .product-show .carousel-wrap .slider-for .slick-prev {
    left: 0;
}

.wrap-product-show .product-show .carousel-wrap .slider-for .slick-next {
    right: 0;
}

.wrap-product-show .product-show .carousel-wrap .slider-nav {
    font-size: 0;

    margin: 0 -5px;
    margin-top: 16px;
}

.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-slide {
    padding: 0 5px;
}

.wrap-product-show .product-show .carousel-wrap .slider-nav .item {
    position: relative;

    overflow: hidden;

    cursor: pointer;

    border: 1px solid #fff;
}

.wrap-product-show .product-show .carousel-wrap .slider-nav .item-video {
    position: relative;

    background-color: #333;
}

.wrap-product-show .product-show .carousel-wrap .slider-nav .item-video .img-box {
    opacity: .5;
}

.wrap-product-show .product-show .carousel-wrap .slider-nav .item-video:after {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;

    display: block;

    width: 40px;
    height: 40px;

    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    background: url(../images/play-in.svg) no-repeat center;
    background-size: cover;
}

.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-current .item {
    border: 1px solid #000000;
}

.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-arrow {
    line-height: 39px;

    left: 0;

    width: 14px;
    height: 39px;

    color: #222;
    background: #f9f9f9;
}

.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-arrow:before {
    content: '\eb60';
}

.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-arrow:hover {
    color: #fff;
    background-color: #222;
}

.wrap-product-show .product-show .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    min-height: 100%;
    padding-left: 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .wrap-product-show .product-show .info-box {
        height: auto;
        margin-top: 30px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .product-show .info-box {
        padding: 0;
    }
}

.wrap-product-show .product-show .info-box .wrap-location {
    margin: 0;

    background: none;
}

.wrap-product-show .product-show .info-box .wrap-location .location {
    color: #474747;
}

.wrap-product-show .product-show .info-box .title-info-box h2 {
    font-family: 'Kalnia', Arial;
    font-size: 46px;
    line-height: 1.2173913;
}

@media (max-width: 1470px) {
    .wrap-product-show .product-show .info-box .title-info-box h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-show .product-show .info-box .title-info-box h2 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .info-box .title-info-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .product-show .info-box .title-info-box h2 {
        font-size: 24px;
    }
}

.wrap-product-show .product-show .info-box .text {
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .wrap-product-show .product-show .info-box .text {
        margin-top: 20px;
    }
}

.wrap-product-show .product-show .info-box .share {
    margin-top: 20px;
}

.wrap-product-show .product-show .info-box .link {
    margin: 20px 0;
}

@media (max-width: 1199px) {
    .wrap-product-show .product-show .info-box .link {
        margin: 10px 0 0 0;
    }
}

.wrap-product-show .product-show .info-box .link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-product-show .product-show .info-box .link ul li a {
    font-size: 16px;
    line-height: 44px;

    display: block;

    padding: 0 16px;

    -webkit-transition: all .2s;
    transition: all .2s;
}

@media (max-width: 767px) {
    .wrap-product-show .product-show .info-box .link ul li a {
        font-size: 15px;
    }
}

.wrap-product-show .product-show .info-box .link ul li a .icon {
    font-size: 24px;

    display: inline-block;

    margin-left: 80px;

    vertical-align: middle;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .info-box .link ul li a .icon {
        margin-left: 40px;
    }
}

.wrap-product-show .product-show .info-box .link ul li a.btn-inquiry {
    color: #fff;
    border-radius: 6px;
    background-color: #222;
}

.wrap-product-show .product-show .info-box .link ul li a.btn-inquiry:hover {
    background-color: #000000;
}

.wrap-product-show .product-show .info-box .link ul li a.addcart {
    padding: 0 40px;
}

@media (max-width: 1400px) {
    .wrap-product-show .product-show .info-box .link ul li a.addcart {
        padding: 0 20px;
    }
}

.wrap-product-show .product-show .info-box .link ul li a.addcart .icon {
    margin-right: 10px;
    margin-left: 0;
}

.wrap-product-show .product-show .info-box .link ul li a.addcart span i {
    font-style: normal;

    color: #000000;
}

.wrap-product-show .product-show .info-box .link ul li a.addcart:hover {
    color: #000000;
}

.wrap-product-show .title-product-show h3 {
    font-family: 'Kalnia', Arial;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.33333333;

    text-transform: capitalize;
}

@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 .product-show-listbox {
    margin-top: 100px;

    background: #f1f1f1;
}

@media (max-width: 1470px) {
    .wrap-product-show .product-show-listbox {
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .product-show-listbox {
        margin-top: 60px;
    }
}

.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .wrap-reviews {
    padding-top: 100px;
}

@media (max-width: 1470px) {

    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .wrap-reviews {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {

    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .wrap-reviews {
        padding-top: 60px;
    }
}

.wrap-product-show .parameter .editor-content {
    margin-top: 20px;
}

.wrap-product-show .parameter .editor-content h3 {
    font-size: 20px;
    line-height: 1.4;

    margin: 0;
}

@media (max-width: 1199px) {
    .wrap-product-show .parameter .editor-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .parameter .editor-content h3 {
        font-size: 16px;
    }
}

.wrap-product-show .inquiry {
    padding-bottom: 100px;
}

@media (max-width: 1470px) {
    .wrap-product-show .inquiry {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .inquiry {
        padding-bottom: 60px;
    }
}

.wrap-product-show .inquiry .formbox {
    margin-top: 10px;
}

.wrap-product-show .inquiry .formbox input,
.wrap-product-show .inquiry .formbox textarea {
    background-color: #fff;
}

.wrap-product-show .inquiry .formbox .group input:focus,
.wrap-product-show .inquiry .formbox .group textarea:focus {
    background-color: rgba(255, 255, 255, .8);
}

.wrap-news .news {
    margin-top: -40px;
}

@media (max-width: 991px) {
    .wrap-news .news {
        margin-top: -30px;
    }
}

.wrap-news .news>ul>li {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .wrap-news .news>ul>li {
        margin-top: 30px;
    }
}

.wrap-news .news .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-news .news .item .pic {
    width: 330px;
}

@media (max-width: 991px) {
    .wrap-news .news .item .pic {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}

.wrap-news .news .item .pic .img-box {
    padding-bottom: 57.57575758%;
}

.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-news .news .item .text {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
    padding-left: 5%;
}

@media (max-width: 991px) {
    .wrap-news .news .item .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    .wrap-news .news .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.wrap-news .news .item .text .date {
    line-height: 1.71428571;

    display: inline-block;

    color: #474747;
}

.wrap-news .news .item .text .title-news {
    font-size: 24px;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .wrap-news .news .item .text .title-news {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    .wrap-news .news .item .text .title-news {
        font-size: 18px;
        line-height: 1.66666667;

        margin: 5px 0;
    }
}

.wrap-news .news .item .text .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
    background-image: -webkit-linear-gradient(left, #000000 0%, #000000 100%);
    background-image: linear-gradient(to right, #000000 0%, #000000 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 .8px;
}

.wrap-news .news .item .text p {
    font-size: 16px;
    line-height: 1.75;

    display: -webkit-box;
    overflow: hidden;

    max-height: 84px;

    color: #474747;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 991px) {
    .wrap-news .news .item .text p {
        font-size: 15px;
        line-height: 1.6;

        max-height: 72px;
    }
}

.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-news .news .item:hover .title-news {
    color: #000000;
}

.wrap-news .news .item:hover .title-news span {
    background-size: 100% .8px;
}

@media (max-width: 1199px) {
    .wrap-details {
        padding-top: 20px;
    }
}

.wrap-details .title-details .date {
    line-height: 26px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background: #222;
}

.wrap-details .title-details h2 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;

    margin: 10px 0 0 0;
}

@media (max-width: 1470px) {
    .wrap-details .title-details h2 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .wrap-details .title-details h2 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .wrap-details .title-details h2 {
        font-size: 18px;
    }
}

.wrap-details .details .text {
    margin-top: 30px;
}

.wrap-details .details .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}

@media (max-width: 1199px) {
    .wrap-details .details .text h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-details .details .text h3 {
        font-size: 18px;
    }
}

.wrap-details .share {
    margin-top: 30px;
}

.wrap-details .share p {
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}

.wrap-details .share p,
.wrap-details .share .a2a_kit {
    display: inline-block;

    vertical-align: middle;
}

.wrap-details .relate-details {
    font-size: 0;

    margin-top: 70px;
    padding: 10px;

    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
    .wrap-details .relate-details {
        margin-top: 40px;
    }
}

.wrap-details .relate-details a {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;

    position: relative;

    display: inline-block;
    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    padding-left: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .wrap-details .relate-details a {
        font-size: 14px;
    }
}

.wrap-details .relate-details a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 36px;
    height: 36px;

    content: '\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 {
    background-color: #000000;
}

.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);
    }
}

@media (max-width: 1199px) {
    .wrap-cases {
        padding-top: 20px;
    }
}

.wrap-cases .cases>ul {
    margin-top: -40px;
}

@media (max-width: 767px) {
    .wrap-cases .cases>ul {
        margin-top: -20px;
    }
}

.wrap-cases .cases>ul>li {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .wrap-cases .cases>ul>li {
        margin-top: 20px;
    }
}

.wrap-cases .cases .item {
    text-align: center;
}

.wrap-cases .cases .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-cases .cases .item .title-cases {
    font-family: 'Fjalla One', Arial;
    font-size: 28px;
    line-height: 1.42857143;

    margin-top: 20px;
}

@media (max-width: 1199px) {
    .wrap-cases .cases .item .title-cases {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .wrap-cases .cases .item .title-cases {
        font-size: 20px;

        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .wrap-cases .cases .item .title-cases {
        font-size: 16px;
    }
}

.wrap-cases .cases .item .more {
    line-height: 34px;

    position: relative;

    margin-top: 18px;

    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 767px) {
    .wrap-cases .cases .item .more {
        font-size: 12px;
    }
}

.wrap-cases .cases .item .more:after {
    position: absolute;
    z-index: 4;
    bottom: -2px;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #000000;
}

@media (max-width: 1199px) {
    .wrap-cases .cases .item .more {
        color: #fff;
        background-color: #222;
    }

    .wrap-cases .cases .item .more:after {
        width: 100%;
    }
}

.wrap-cases .cases .item .more span {
    color: #000000;
}

@media (min-width: 1200px) {
    .wrap-cases .cases .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .wrap-cases .cases .item:hover .more {
        color: #fff;
        background-color: #222;
    }

    .wrap-cases .cases .item:hover .more:after {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .wrap-download {
        padding-top: 20px;
    }
}

.wrap-download .download-top .editor-content {
    margin-top: 20px;
}

.wrap-download .download>ul {
    margin-top: 30px;
}

.wrap-download .download>ul>li {
    margin-top: 30px;
}

.wrap-download .download .item .pic .img-box {
    padding-bottom: 61.53846154%;
}

.wrap-download .download .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-download .download .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 16px;
}

.wrap-download .download .item .text .title-download {
    font-size: 26px;
    line-height: 1.38461538;

    display: inline-block;

    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
    height: 30px;
    padding-right: 20px;
}

@media (max-width: 1199px) {
    .wrap-download .download .item .text .title-download {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .wrap-download .download .item .text .title-download {
        font-size: 18px;
        line-height: 1.44444444;

        height: 26px;
    }
}

.wrap-download .download .item .text .title-download span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
    background-image: -webkit-linear-gradient(left, #000000 0%, #000000 100%);
    background-image: linear-gradient(to right, #000000 0%, #000000 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.wrap-download .download .item .text .down {
    position: relative;

    width: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: right;
}

.wrap-download .download .item .text .down:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 1px;
    height: 20px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: #bdb2a1;
}

.wrap-download .download .item .text .down a {
    display: block;
}

.wrap-download .download .item .text .down a .icon {
    font-size: 24px;
    line-height: 36px;
}

.wrap-download .download .item:hover .title-download {
    color: #000000;
}

.wrap-download .download .item:hover .title-download span {
    background-size: 100% .8px;
}

.wrap-download .download .item:hover .down {
    color: #000000;
}

.wrap-assurance .assurance-top .editor-content {
    margin-top: 20px;
}

.wrap-assurance .assurance>ul>li {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .wrap-assurance .assurance>ul>li {
        margin-top: 30px;
    }
}

.wrap-assurance .assurance>ul>li:nth-child(2n) .item {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wrap-assurance .assurance .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap-assurance .assurance .item .pic {
    width: 42%;
}

@media (max-width: 1199px) {
    .wrap-assurance .assurance .item .pic {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .wrap-assurance .assurance .item .pic {
        width: 100%;
    }
}

.wrap-assurance .assurance .item .pic img {
    width: 100%;
}

.wrap-assurance .assurance .item .text {
    width: 50%;
}

@media (max-width: 767px) {
    .wrap-assurance .assurance .item .text {
        width: 100%;
        margin-top: 20px;
    }
}

.wrap-assurance .assurance .item .text .title-assurance {
    font-size: 26px;
    line-height: 1.38461538;

    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .wrap-assurance .assurance .item .text .title-assurance {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .wrap-assurance .assurance .item .text .title-assurance {
        font-size: 20px;

        margin-bottom: 10px;
    }
}

.wrap-assurance .assurance-bottom {
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 70px;

    text-align: center;
}

@media (max-width: 1199px) {
    .wrap-assurance .assurance-bottom {
        margin-top: 40px;
    }
}

.wrap-assurance .assurance-bottom p {
    font-size: 24px;
    line-height: 1.41666667;

    margin: 0;

    color: #000000;
}

@media (max-width: 1199px) {
    .wrap-assurance .assurance-bottom p {
        font-size: 20px;
    }
}

.wrap-regulatory .regulatory .regulatory-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .wrap-regulatory .regulatory .regulatory-group {
        margin-top: 30px;
    }
}

.wrap-regulatory .regulatory .regulatory-group .num {
    font-family: 'Kalnia', Arial;
    font-size: 56px;
    line-height: 1;

    position: relative;

    width: 110px;
}

@media (max-width: 1199px) {
    .wrap-regulatory .regulatory .regulatory-group .num {
        font-size: 46px;

        width: 80px;
    }
}

@media (max-width: 767px) {
    .wrap-regulatory .regulatory .regulatory-group .num {
        font-size: 40px;

        width: 100%;
    }
}

.wrap-regulatory .regulatory .regulatory-group .num:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 1px;
    height: 40px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: #cecece;
}

@media (max-width: 767px) {
    .wrap-regulatory .regulatory .regulatory-group .num:after {
        position: relative;
        top: 0;

        width: 60px;
        height: 1px;
        margin-top: 10px;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.wrap-regulatory .regulatory .regulatory-group .regulatory-text {
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    padding-left: 3%;
}

@media (max-width: 1199px) {
    .wrap-regulatory .regulatory .regulatory-group .regulatory-text {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}

@media (max-width: 767px) {
    .wrap-regulatory .regulatory .regulatory-group .regulatory-text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.wrap-regulatory .regulatory .regulatory-group .regulatory-text h3 {
    font-size: 26px;
    line-height: 1.15384615;

    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .wrap-regulatory .regulatory .regulatory-group .regulatory-text h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .wrap-regulatory .regulatory .regulatory-group .regulatory-text h3 {
        font-size: 20px;

        margin-bottom: 10px;
    }
}

.wrap-regulatory .regulatory .regulatory-group .regulatory-text p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}

@media (max-width: 991px) {
    .wrap-regulatory .regulatory .regulatory-group .regulatory-text p {
        font-size: 15px;
    }
}

.wrap-micro .micro-top .editor-content {
    margin-top: 20px;
}

.wrap-micro .micro {
    margin-top: 50px;
}

@media (max-width: 1470px) {
    .wrap-micro .micro {
        margin-top: 0;
    }
}

.wrap-micro .micro>ul>li {
    margin-top: 70px;
}

@media (max-width: 1199px) {
    .wrap-micro .micro>ul>li {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .wrap-micro .micro>ul>li {
        margin-top: 30px;
    }
}

.wrap-micro .micro .item .title-micro {
    font-size: 26px;
    line-height: 1.15384615;
}

@media (max-width: 1199px) {
    .wrap-micro .micro .item .title-micro {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .wrap-micro .micro .item .title-micro {
        font-size: 20px;
    }
}

.wrap-micro .micro .item .note {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .wrap-micro .micro .item .note {
        margin-top: 10px;
    }
}

.wrap-micro .micro .item .note p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}

@media (max-width: 991px) {
    .wrap-micro .micro .item .note p {
        font-size: 15px;
    }
}

.wrap-micro .micro .item .pic {
    position: relative;

    margin-top: 40px;
}

@media (max-width: 1199px) {
    .wrap-micro .micro .item .pic {
        margin-top: 20px;
    }
}

.wrap-micro .micro .item .pic:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: url(../images/micro-mask.png) no-repeat bottom center;
    background-size: 100% auto;
}

.wrap-micro .micro .item .pic .icon {
    position: absolute;
    z-index: 4;
    bottom: 18px;
    left: 5%;

    width: 78px;
    height: 78px;
    padding: 9px;

    -webkit-transition: all .6s;
    transition: all .6s;

    border-radius: 50%;
    background-color: rgba(166, 213, 48, .3);
}

@media (max-width: 767px) {
    .wrap-micro .micro .item .pic .icon {
        bottom: 10px;
        left: 10px;

        width: 60px;
        height: 60px;
        padding: 5px;
    }
}

.wrap-micro .micro .item .pic .icon:before {
    font-size: 28px;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #000000;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 767px) {
    .wrap-micro .micro .item .pic .icon:before {
        font-size: 24px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}

.wrap-micro .micro .item .pic .img-box {
    padding-bottom: 46.60194175%;
}

.wrap-micro .micro .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-micro .micro .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-micro .micro .item:hover .pic .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.wrap-phusical .phusical-top .editor-content {
    margin-top: 20px;
}

.wrap-phusical .phusical {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-phusical .phusical {
        margin-top: 30px;
    }
}

.wrap-phusical .phusical h3 {
    font-size: 26px;
    line-height: 1.15384615;
}

@media (max-width: 1199px) {
    .wrap-phusical .phusical h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .wrap-phusical .phusical h3 {
        font-size: 20px;
    }
}

.wrap-phusical .phusical p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}

@media (max-width: 991px) {
    .wrap-phusical .phusical p {
        font-size: 15px;
    }
}

.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: #000000;
}

.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    background-color: #000000;
}

.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: #000000;
}

.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #000000;
}

.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: #000000;
}

.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: #000000;
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}

.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #000000;
}

.wrap-nosearch .nosearch {
    margin: 0 0 30px 0;
}

.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(255, 61, 0, .5);
    border-radius: 5px;
    background-color: rgba(255, 61, 0, .1);
}

.wrap-nosearch .nosearch .title-in {
    padding: 30px 0;
}

@media (min-width: 1200px) {
    .wrap-nosearch .nosearch .title-in h2 {
        font-size: 30px;
    }
}

.pagination {
    display: block;

    margin-top: 80px;
}

@media (max-width: 1470px) {
    .pagination {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .pagination {
        margin-top: 30px;
    }
}

.pagination li {
    display: inline-block;

    margin: 0 5px;

    vertical-align: top;
}

@media (max-width: 767px) {
    .pagination li {
        margin: 0 4px;
    }
}

.pagination li.prev a,
.pagination li.next a,
.pagination li.firstpage a,
.pagination li.lastpage a {
    line-height: 28px;

    border: 1px solid #222;
    border-radius: 50%;
}

.pagination li.prev a:before,
.pagination li.next a:before,
.pagination li.firstpage a:before,
.pagination li.lastpage a:before {
    font-family: 'iconfont' !important;
    font-size: 14px;

    display: block;

    content: '\eb60';
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pagination li.prev a:hover,
.pagination li.next a:hover,
.pagination li.firstpage a:hover,
.pagination li.lastpage a:hover {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}

.pagination li.next a:before,
.pagination li.lastpage a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination li a {
    line-height: 30px;

    display: block;

    min-width: 30px;
    height: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #5c4f46;
    border: none;
}

.pagination li a span {
    border-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #000000;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #000000;
}

.wrap-inquiryinfo .inquiry-info {
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}

.wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    text-transform: capitalize;

    background-color: #e5e5e5;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
        padding: 0;
    }
}

.wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
    font-size: 16px;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
        font-size: 14px;

        padding: 0 10px;
    }
}

.wrap-inquiryinfo .inquiry-info .inquiry-list {
    border-bottom: 1px solid #dfdfdf;
}

.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation {
    font-size: 14px;

    display: inline-block;

    padding: 20px 10px;

    vertical-align: middle;
    word-break: break-word;
}

@media (max-width: 1470px) {

    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}

@media (max-width: 767px) {

    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}

.wrap-inquiryinfo .inquiry-info .checkbox {
    width: 10%;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox {
        width: 30px;
    }
}

.wrap-inquiryinfo .inquiry-info .Operation {
    width: 14%;

    text-align: center;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .Operation {
        width: 30px;
    }
}

.wrap-inquiryinfo .inquiry-info .pimg {
    width: 14%;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}

.wrap-inquiryinfo .inquiry-info .pimg .img-box {
    padding-bottom: 53.84615385%;
}

.wrap-inquiryinfo .inquiry-info .pimg .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-inquiryinfo .inquiry-info .number {
    width: 20%;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .number {
        width: -webkit-calc(56% - 30px);
        width: calc(56% - 30px);
        padding: 10px;
    }
}

.wrap-inquiryinfo .inquiry-info .pname {
    width: 38%;
}

.wrap-inquiryinfo .inquiry-info .check-all .substitite {
    padding-left: 0;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .check-all span {
        display: none;
    }
}

.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span {
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}

.wrap-inquiryinfo .inquiry-info .check-all {
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .hidden-xs {
        display: none;
    }
}

.wrap-inquiryinfo .inquiry-info .visible-xs {
    display: none;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .visible-xs {
        display: block;
    }
}

.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all {
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    background: none;

    -webkit-appearance: none;
}

.wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-inquiryinfo .inquiry-info .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #000000;
}

.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #000000;
}

.wrap-inquiryinfo .inquiry-info input {
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}

@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-info input {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info input {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

        border-right: none;
        border-left: none;
    }
}

.wrap-inquiryinfo .inquiry-info .del1,
.wrap-inquiryinfo .inquiry-info .add1 {
    font-size: 20px;
    line-height: 36px;

    display: inline-block;

    width: 34px;
    height: 36px;
    margin: 0;
    margin-top: -2px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
    background-color: #fff;
}

@media (max-width: 767px) {

    .wrap-inquiryinfo .inquiry-info .del1,
    .wrap-inquiryinfo .inquiry-info .add1 {
        line-height: 25px;

        position: relative;
        z-index: 8;

        width: 25px;
        height: 25px;
        margin: 0 auto;

        border-radius: 2px;
    }
}

.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}

.wrap-inquiryinfo .inquiry-info .add1 {
    margin-top: -1px;
    margin-left: 2px;
}

.wrap-inquiryinfo .inquiry-info .pic {
    border: 1px solid #dcdcdc;
}

.wrap-inquiryinfo .inquiry-info p {
    line-height: 24px;

    margin: 0;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info p {
        font-size: 13px;

        margin-bottom: 4px;
    }
}

.wrap-inquiryinfo .iclose {
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}

.wrap-inquiryinfo .iclose::after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e632';

    color: #787878;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .iclose::after {
        font-size: 16px;
    }
}

.wrap-inquiryinfo .iclose:hover::after {
    color: #000000;
}

.wrap-inquiryinfo .inquiry-message {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-message {
        padding-top: 50px;
    }
}

.wrap-inquiryinfo .inquiry {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry {
        padding-top: 50px;
    }
}

.editor-content h3 {
    font-size: 24px;
    line-height: 1.66666667;
}

@media (max-width: 1400px) {
    .editor-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .editor-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .editor-content h3 {
        font-size: 18px;
    }
}

.editor-content h4 {
    font-size: 20px;
    line-height: 1.4;

    margin: 0;
}

@media (max-width: 1199px) {
    .editor-content h4 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .editor-content h4 {
        font-size: 16px;
    }
}

.editor-content p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #474747;
}

@media (max-width: 1470px) {
    .editor-content p {
        font-size: 16px;
        line-height: 1.875;
    }
}

@media (max-width: 991px) {
    .editor-content p {
        font-size: 15px;
        line-height: 1.6;
    }
}

.editor-content-small p {
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .editor-content-small p {
        font-size: 15px;
        line-height: 1.6;
    }
}

.editor-content ul,
.editor-content ol {
    padding-left: 1em;
}

.editor-content ul li,
.editor-content ol li {
    list-style: inherit;
}

.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;
}

.search-pro {
    position: relative;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
}

.search-pro input::-webkit-input-placeholder,
.search-pro textarea::-webkit-input-placeholder {
    color: #666;
}

.search-pro input:-o-placeholder,
.search-pro textarea:-o-placeholder {
    color: #666;
}

.search-pro input::-moz-placeholder,
.search-pro textarea::-moz-placeholder {
    color: #666;
}

.search-pro input:-ms-input-placeholder,
.search-pro textarea:-ms-input-placeholder {
    color: #666;
}

.search-pro input:focus::-webkit-input-placeholder,
.search-pro textarea:focus::-webkit-input-placeholder {
    color: #999;
}

.search-pro input:focus::-o-placeholder,
.search-pro textarea:focus::-o-placeholder {
    color: #999;
}

.search-pro input:focus::-moz-placeholder,
.search-pro textarea:focus::-moz-placeholder {
    color: #999;
}

.search-pro input:focus::-ms-input-placeholder,
.search-pro textarea:focus::-ms-input-placeholder {
    color: #999;
}

.search-pro input {
    width: 100%;
    background-color: #f3f3f3;
    display: block;
    padding: 19px 25px;
    font-size: 16px;
    color: #666;
}

.search-pro .submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #000000;
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
}

.search-pro .submit:after {
    font-family: iconfont !important;
    content: '\e86e';
}

@media (min-width: 1200px) {
    .search-pro .submit:hover {
        color: #000000;
    }
}

@media (max-width: 1199px) {
    .search-pro .submit:active {
        color: #000000;
    }
}

.menu-wrap .menu {
    position: relative;
    z-index: 8;
    width: 100%;
}

.menu-wrap .menu a {
    display: block;
}

.menu-wrap .menu1>li {
    margin-top: 3px;
    color: #666666;
    font-size: 17px;

}

.menu-wrap .menu1>li:first-child {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .menu-wrap .menu1>li {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }
}

@media (min-width: 1200px) {

    .menu-wrap .menu1>li:hover>p>a,
    .menu-wrap .menu1>li.active>p>a {
        color: #fff;
    }

}

@media (min-width: 1200px) {

    .menu-wrap .menu1>li:hover>p,
    .menu-wrap .menu1>li.active>p {
        background-color: #222222;
    }

    .menu-wrap .menu1>li:hover>p::after,
    .menu-wrap .menu1>li.active>p::after {
        border-color: #fff transparent transparent transparent;
    }
}

.menu-wrap .menu1>li.active {
    font-weight: bold;
}


/* gj */
/* 。 */
.menu-wrap .menu1>li>p>a {
    display: inline;
    /* border: 1px solid red; */
    /* padding: 11px 25px; */
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.a-title {
    /* border: 1px solid green; */
    padding: 11px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .4s;

    position: relative;
}

.a-title::after {
    content: '';
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
}

@media(max-width: 991px) {
    .a-title::after {
        display: none;
    }
}

.menu-wrap .menu1 ul {
    font-size: 16px;
    color: #444444;
    display: none;
}

@media (max-width: 1469px) {
    .menu-wrap .menu1 ul {
        font-size: 15px;
    }
}

.menu-wrap .menu2 {
    margin-top: 10px;
}

.menu-wrap .menu2>li {
    background-color: #f6f6f6;
}

.menu-wrap .menu2>li:hover>a,
.menu-wrap .menu2>li.active>a {
    color: #444444;
    background-color: #e7e7e7;
    font-weight: 500;
}

.menu-wrap .menu2>li:hover>a:before,
.menu-wrap .menu2>li.active>a:before {
    height: 100%;
}

.menu-wrap .menu2>li>a {
    position: relative;
    display: block;
    padding: 10px 21.21212121%;
}

.menu-wrap .menu2>li>a:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    background-color: #222222;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
}

.menu-wrap .menu3>li {
    padding-left: 12px;
    margin-top: 5px;
}

.menu-wrap .menu3>li>a {
    color: #83868a;
}

.menu-wrap .menu3>li>a:before {
    content: '- ';
}

.wrap-product .pagination {
    text-align: center;
}