: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: 'Clash Display';
    font-weight: 600;
    font-style: normal;

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

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

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

    overflow-x: hidden;

    color: #fff;
    background: #090a10;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.row
{
    --bs-gutter-x: 1.875rem;
}
:root
{
    scroll-behavior: unset;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

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

    overflow: hidden;

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

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

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

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

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

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

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn
{
    margin-bottom: 0 !important;
}
.transform-0
{
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
}
.slick-list
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .slick-list
    {
        margin: 0 -5px;
    }
}
.slick-list .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .slick-list .slick-slide
    {
        padding: 0 5px;
    }
}
.slick-disabled
{
    cursor: no-drop;

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

    overflow: hidden;

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

    overflow: hidden;

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

    width: 6px;
}
.scrollbar::-webkit-scrollbar-track
{
    background-color: #eee;
}
.scrollbar::-webkit-scrollbar-thumb
{
    background-color: #dcdcdc;
}
.iconfont
{
    font-size: inherit;
}
@media (max-width: 1199px)
{
    .pc-show
    {
        display: none;
    }
}
.phone-show
{
    display: none;
}
@media (max-width: 1199px)
{
    .phone-show
    {
        display: block;
    }
}
.slick-arrow
{
    font-size: 0;
    line-height: 44px;

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

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

    width: 44px;
    height: 44px;
    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: 1px solid #fff;
    border-radius: 50%;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        line-height: 40px;

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

    display: block;

    content: '\e65d';
}
.slick-arrow.slick-next
{
    right: -4%;
    left: auto;
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow:hover
{
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.prev-next
{
    font-size: 0;

    white-space: nowrap;
}
.prev-next .slick-arrow
{
    line-height: 48px;

    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

    width: 48px;
    height: 48px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
    vertical-align: middle;

    border-color: #f5f5f5;
    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .prev-next .slick-arrow
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.prev-next .slick-arrow:hover
{
    color: #666;
    background-color: #d99f0c;
}
.prev-next .slick-next
{
    margin-left: 24px;
}
@media (max-width: 767px)
{
    .prev-next .slick-next
    {
        margin-left: 10px;
    }
}
.slick-dots
{
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .slick-dots
    {
        margin-top: 30px;
    }
}
.slick-dots li
{
    display: inline-block;

    width: 21px;
    height: 4px;
    margin: 0 4px;

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

    background-color: #d9d9d9;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #444;
}
.center
{
    top: 50%;
    left: 50%;

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

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

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

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

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

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

    color: #5f6368;
}
@media (max-width: 767px)
{
    .formbox form .group label
    {
        font-size: 14px;
        line-height: 44px;

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

    position: relative;
    z-index: 2;

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

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

    color: #fff;
    border-radius: 0;
    outline: 0;
    background: none;
    background: #1c1c1c;
}
@media (max-width: 767px)
{
    .formbox form .group input,
    .formbox form .group textarea
    {
        line-height: 24px;

        padding: 10px;
    }
}
.formbox form .group input:placeholder-shown + label,
.formbox form .group textarea:placeholder-shown + label
{
    top: 0;

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

    color: #fff;
    background-color: #fab400;
}
@media (max-width: 1199px)
{
    .formbox form .group-read input
    {
        font-size: 16px;
    }
}
.formbox form .group input:focus + label,
.formbox form .group textarea:focus + label,
.formbox form .group input:valid + label,
.formbox form .group textarea:valid + label
{
    top: -30px;
    left: 20px;

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

    color: rgba(255, 255, 255, .9);
}
@media (max-width: 767px)
{
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:valid + label,
    .formbox form .group textarea:valid + label
    {
        top: -30px;
        left: 10px;
    }
}
.submit-group
{
    margin-top: 20px;
}
.submit-group .submit
{
    font-size: 18px;
    font-weight: 500;

    padding: 0;

    color: #000;
}
.submit-group .submit span
{
    line-height: 50px;

    display: inline-block;

    padding: 0 56px;

    vertical-align: middle;

    border-radius: 61px;
    background-color: #fab400;
}
@media (max-width: 767px)
{
    .submit-group .submit span
    {
        line-height: 40px;

        padding: 0 40px;
    }
}
.submit-group .submit .iconfont
{
    font-size: 24px;
    line-height: 56px;

    display: inline-block;

    width: 56px;
    height: 56px;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    text-align: center;
    vertical-align: middle;

    border-radius: 50%;
    background-color: #fab400;
}
@media (max-width: 767px)
{
    .submit-group .submit .iconfont
    {
        line-height: 46px;

        width: 46px;
        height: 46px;
    }
}
.submit-group .submit:hover .iconfont
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.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: #fab400;
}
.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: #fab400;
}
.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: #fab400;
}
.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: #fab400;
}
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover:before,
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover ~ label:before
{
    font-family: 'iconfont' !important;

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

    margin: 0;

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

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

    display: inline-block;

    margin-right: 14px;

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

    display: inline-block;

    vertical-align: middle;

    color: #fab400;
}
.header
{
    font-weight: 500;

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

    width: 100%;
    padding: 0 2%;

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

    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background:         linear-gradient(180deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
}
.header .logo
{
    height: 50px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        padding: 8px 0;
    }
}
.header .logo img
{
    display: block;

    height: 100%;
}
.header .pc-search
{
    width: 150px;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    border-bottom: 1px solid #d9d9d9;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .pc-search form .submit
{
    line-height: 20px;

    width: 20px;
    height: 20px;
    padding: 0;

    text-align: center;

    color: #d9d9d9;
    outline: none;
    background: none;
}
.header .pc-search form .submit .iconfont
{
    font-size: 20px;
}
.header .pc-search form input
{
    line-height: 44px;

    width: -webkit-calc(100% - 20px);
    width:         calc(100% - 20px);
    height: 44px;
    padding: 0 10px;
}
.header .pc-search form input::-webkit-input-placeholder,
.header .pc-search form textarea::-webkit-input-placeholder
{
    color: #565656;
}
.header .pc-search form input:-o-placeholder,
.header .pc-search form textarea:-o-placeholder
{
    color: #565656;
}
.header .pc-search form input::-moz-placeholder,
.header .pc-search form textarea::-moz-placeholder
{
    color: #565656;
}
.header .pc-search form input:-ms-input-placeholder,
.header .pc-search form textarea:-ms-input-placeholder
{
    color: #565656;
}
.header .pc-search form input:focus::-webkit-input-placeholder,
.header .pc-search form textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.header .pc-search form input:focus::-o-placeholder,
.header .pc-search form textarea:focus::-o-placeholder
{
    color: #999;
}
.header .pc-search form input:focus::-moz-placeholder,
.header .pc-search form textarea:focus::-moz-placeholder
{
    color: #999;
}
.header .pc-search form input:focus::-ms-input-placeholder,
.header .pc-search form textarea:focus::-ms-input-placeholder
{
    color: #999;
}
.header .serach-part
{
    cursor: pointer;
}
.header .language
{
    position: relative;

    margin: 0 10px;
}
.header .language p
{
    font-size: 14px;
    line-height: 60px;

    position: relative;

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

    margin: 0;
    padding-left: 40px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .language p .iconfont
{
    margin-left: 10px;
}
.header .language p:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 29px;
    height: 18px;

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

    background: url(../images/language.svg) no-repeat center;
    background-size: cover;
}
.header .language ul
{
    position: absolute;
    top: 100%;

    display: none;

    min-width: 100%;

    background: #090a10;
}
.header .language ul li a
{
    line-height: 24px;

    display: block;

    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .language ul li:hover a
{
    background-color: #fab400;
}
.header .find
{
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
@media (max-width: 767px)
{
    .header .find
    {
        width: 40px;
    }
}
.header .find .icon
{
    font-size: 20px;
}
.header .find:hover
{
    color: #fab400;
}
.header .search-wrap
{
    font-size: 14px;

    position: fixed;
    z-index: 9;
    top: -16px;
    right: 0;
    left: 0;
    left: 0;

    display: none;

    width: 100%;
    height: -webkit-calc(100vh + 16px);
    height:         calc(100vh + 16px);
    padding: 10px;

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

    cursor: pointer;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

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

    overflow: hidden;

    width: 80%;

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

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

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

    width: 100%;
    padding: 15px;

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

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

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

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

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

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

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

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

    height: 80px;
    padding: 0 30px;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1470px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 20px;
    }
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    opacity: .7;
}
.header .pc-nav .nav-list2
{
    font-size: 15px;

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

    display: none;

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

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

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

    display: block;

    padding: 5px 24px;

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

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

    display: none;

    padding: 10px 0;

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

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;
}
.header .pc-nav .nav-list3 > li > a:hover
{
    text-decoration: underline;
}
.header .pc-nav .nav-list4
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

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

    display: block;

    padding: 5px 20px;

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

    height: 2px;
    margin: 5px 0;

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

    background: #fff;
}
.header .translate
{
    margin-left: 30px;
}
@media (max-width: 1400px)
{
    .header .translate
    {
        margin-left: 10px;
    }
}
.stuck
{
    background-color: rgba(9, 10, 16, .6);

    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.hc-mobile-nav
{
    text-transform: capitalize;
}
.hc-mobile-nav li.nav-close
{
    padding-top: 40px;
}
.hc-mobile-nav .nav-list2 li.nav-parent > a
{
    padding-right: 44px;
    padding-left: 30px;
}
.hc-mobile-nav .nav-list3 li a
{
    padding-left: 40px;
}
.hc-mobile-nav ul
{
    text-indent: 0 !important;
}
.online-wrap
{
    position: fixed;
    z-index: 9;
    top: 50%;
    left: 0;

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

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

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

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

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

    display: inline-block;

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

    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
{
    -webkit-transition: left .3s;
            transition: left .3s;
    text-align: center;

    background-color: rgba(0, 0, 0, .1);
}
.online-wrap .online.active
{
    left: 0;

    display: block;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        display: none;

        -webkit-transition: all .6s;
                transition: all .6s;
        -webkit-transform: translateX(120%);
            -ms-transform: translateX(120%);
                transform: translateX(120%);
    }
    .online-wrap .online.active
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

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

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

    color: rgba(255, 255, 255, .6);
}
@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
{
    color: #ff4c0d;
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-left: 0;

    -webkit-transition: left .3s;
            transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online a .phone-num p
{
    line-height: 50px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    background-color: #ff4c0d;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover .phone-num
    {
        left: 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;
    left: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-left: 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
    {
        left: 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: 28px !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: '\e6b6';
}
.online-wrap .icon-kefu:before
{
    font-family: 'iconfont' !important;

    content: '\e657';
}
.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;
    left: 6px;

    width: 14px;
    height: 14px;

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

    display: block;

    content: '\e605';
}
.xs-online
{
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    color: #fff;
    background-color: #fab400;
    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-left: 1px solid rgba(0, 0, 0, .2);
}
.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.xs-online-product > a:before
{
    font-size: 16px;

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

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

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

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

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

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

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

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

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

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

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

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

    content: '\e609';
}
.xs-online ul li.xs-online-wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.xs-online-wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.xs-online-tiktok > a:before
{
    content: '\e828';
}
.xs-online ul li.xs-online-about > a:before
{
    content: '\e62a';
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;

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

    width: 100%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.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: #fab400 !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;
    z-index: 9;
    bottom: 3%;
    left: 5%;

    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 .swiper-pagination
{
    position: relative;
    bottom: auto;
}
.banner .banner-button .swiper-pagination .swiper-pagination-bullet
{
    width: 10px;
    height: 10px;
    margin: 0 10px;

    opacity: 1;
    background-color: rgba(255, 255, 255, .1);
}
.banner .banner-button .swiper-pagination .swiper-pagination-bullet-active
{
    background-color: #fff;
}
.banner .banner-button .slick-arrow
{
    width: 30px;
    margin-left: 10px;

    color: #fff;
    border: none;
    background: none;
}
.banner .banner-menu
{
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 0;

    width: 45%;

    background-color: #090a10;
}
@media (max-width: 767px)
{
    .banner .banner-menu
    {
        display: none;
    }
}
.banner .banner-menu:before
{
    position: absolute;
    top: 0;
    left: -103px;

    display: block;

    width: 103px;
    height: 76px;

    content: '';

    background: url(../images/banner-icon1.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .banner .banner-menu:before
    {
        left: -60px;

        width: 60px;
        height: 40px;
    }
}
.banner .banner-menu:after
{
    position: absolute;
    top: -41px;
    right: 0;

    display: block;

    width: 43px;
    height: 41px;

    content: '';

    background: url(../images/banner-icon2.png) no-repeat center;
    background-size: cover;
}
.banner .banner-menu > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 76px;
    padding: 0 18% 0 15%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .banner .banner-menu > ul
    {
        height: 40px;
        padding: 0 10% 0 5%;
    }
}
.banner .banner-menu > ul > li a
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33333333;

    display: block;
}
@media (max-width: 1199px)
{
    .banner .banner-menu > ul > li a
    {
        font-size: 24px;
        line-height: 1.66666667;
    }
}
.banner .banner-menu > ul > li.active a
{
    color: #fab400;
}
.banner .mouse
{
    position: absolute;
    z-index: 6;
    right: 30px;
    bottom: 30px;
}
@media (max-width: 767px)
{
    .banner .mouse
    {
        right: 5px;
        bottom: 5px;
    }
}
.banner .mouse .scroll-txt
{
    width: 78px;
    height: 78px;
}
@media (max-width: 767px)
{
    .banner .mouse .scroll-txt
    {
        width: 60px;
        height: 60px;
    }
}
.banner .mouse .scroll-txt img
{
    width: 100%;

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

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

    width: 100%;
    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.banner .mouse .mouse-jump .mouse-jump-top
{
    width: 12px;

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

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

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

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.banner-in .title-banner h2
{
    font-size: 140px;
    font-weight: 600;
    line-height: 1;

    color: #fff;
}
@media (max-width: 1560px)
{
    .banner-in .title-banner h2
    {
        font-size: 120px;
    }
}
@media (max-width: 1470px)
{
    .banner-in .title-banner h2
    {
        font-size: 100px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .title-banner h2
    {
        font-size: 80px;
    }
}
@media (max-width: 991px)
{
    .banner-in .title-banner h2
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .banner-in .title-banner h2
    {
        font-size: 30px;
    }
}
.banner-honor
{
    position: relative;
}
.banner-honor:before
{
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 10, 16, 0)), to(#090a10));
    background-image: -webkit-linear-gradient(rgba(9, 10, 16, 0), #090a10);
    background-image:         linear-gradient(rgba(9, 10, 16, 0), #090a10);
}
.banner-product
{
    position: relative;
}
.banner-product:before
{
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 20%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 10, 16, 0)), to(#090a10));
    background-image: -webkit-linear-gradient(rgba(9, 10, 16, 0), #090a10);
    background-image:         linear-gradient(rgba(9, 10, 16, 0), #090a10);
}
@-webkit-keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
.box
{
    overflow: hidden;

    padding: 100px 2%;
}
@media (max-width: 1470px)
{
    .box
    {
        padding: 80px 2%;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 2%;
    }
}
@media (max-width: 767px)
{
    .box
    {
        padding: 50px 15px;
    }
}
.common-more
{
    margin-top: 60px;
}
@media (max-width: 1470px)
{
    .common-more
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .common-more
    {
        margin-top: 20px;
    }
}
.common-more a
{
    font-weight: 500;

    display: inline-block;

    color: #020202;
}
.common-more a span
{
    line-height: 50px;

    display: inline-block;

    padding: 0 56px;

    vertical-align: middle;

    border-radius: 61px;
    background-color: #fab400;
}
@media (max-width: 767px)
{
    .common-more a span
    {
        line-height: 40px;

        padding: 0 40px;
    }
}
.common-more a .iconfont
{
    font-size: 24px;
    line-height: 56px;

    display: inline-block;

    width: 56px;
    height: 56px;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    text-align: center;
    vertical-align: middle;

    border-radius: 50%;
    background-color: #fab400;
}
@media (max-width: 767px)
{
    .common-more a .iconfont
    {
        line-height: 46px;

        width: 46px;
        height: 46px;
    }
}
.common-more a:hover .iconfont
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
@-webkit-keyframes more
{
    0%
    {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
    to
    {
        -webkit-transform: translateX(6px);
                transform: translateX(6px);
    }
}
@keyframes more
{
    0%
    {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
    to
    {
        -webkit-transform: translateX(6px);
                transform: translateX(6px);
    }
}
.title span
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .title span
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .title span
    {
        font-size: 16px;
    }
}
.title h2,
.title h3
{
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;

    text-transform: uppercase;
}
@media (max-width: 1560px)
{
    .title h2,
    .title h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1400px)
{
    .title h2,
    .title h3
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .title h2,
    .title h3
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .title h2,
    .title h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2,
    .title h3
    {
        font-size: 24px;
    }
}
.title h3
{
    color: #fab400;
}
.title img
{
    max-width: 100%;

    mix-blend-mode: plus-lighter;
}
@media (max-width: 1199px)
{
    .title img
    {
        max-width: 500px;
    }
}
@media (max-width: 767px)
{
    .title img
    {
        max-width: 250px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 1.5;

    max-width: 710px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
    }
}
.box-about .about-text
{
    max-width: 630px;
}
.box-about .advantage 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;
}
@media (max-width: 1199px)
{
    .box-about .advantage ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media (max-width: 1199px)
{
    .box-about .advantage ul li
    {
        width: 50%;
        margin: 15px 0;
    }
}
@media (max-width: 767px)
{
    .box-about .advantage ul li
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .box-about .advantage ul li:nth-child(1)
    {
        width: 100%;
    }
}
.box-about .advantage ul li:nth-child(1) .item .editor-content
{
    max-width: 530px;
}
.box-about .advantage .item
{
    display: inline-block;
}
.box-about .advantage .item .title-advantage
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.box-about .advantage .item .title-advantage .icon
{
    font-size: 24px;
    line-height: 50px;

    position: relative;
    z-index: 4;

    display: inline-block;

    width: 56px;
    height: 56px;

    text-align: center;

    color: #020202;
    border: 3px solid #020202;
    border-radius: 50%;
    background-color: #fab400;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 767px)
{
    .box-about .advantage .item .title-advantage .icon
    {
        font-size: 20px;
        line-height: 40px;

        width: 46px;
        height: 46px;
    }
}
.box-about .advantage .item .title-advantage b
{
    font-size: 110px;
    line-height: 1;

    display: block;

    margin-top: 20px;
    margin-left: -26px;

    background: -webkit-gradient(linear, left top, right top, from(#9fa9ab), color-stop(53.5%, #fff), to(#0a1214));
    background: -webkit-linear-gradient(left, #9fa9ab 0%, #fff 53.5%, #0a1214 100%);
    background:         linear-gradient(90deg, #9fa9ab 0%, #fff 53.5%, #0a1214 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1560px)
{
    .box-about .advantage .item .title-advantage b
    {
        font-size: 90px;
    }
}
@media (max-width: 1199px)
{
    .box-about .advantage .item .title-advantage b
    {
        font-size: 70px;
    }
}
@media (max-width: 991px)
{
    .box-about .advantage .item .title-advantage b
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .box-about .advantage .item .title-advantage b
    {
        font-size: 50px;

        margin-left: -16px;
    }
}
.box-about .advantage .item .title-advantage sup
{
    font-size: 28px;
    font-weight: 600;

    top: 30px;

    margin-left: 30px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1560px)
{
    .box-about .advantage .item .title-advantage sup
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .box-about .advantage .item .title-advantage sup
    {
        font-size: 20px;

        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .box-about .advantage .item .title-advantage sup
    {
        font-size: 16px;
    }
}
.box-about .advantage .item .editor-content
{
    max-width: 380px;
    margin-top: 50px;
}
@media (max-width: 1560px)
{
    .box-about .advantage .item .editor-content
    {
        max-width: 300px;
    }
}
@media (max-width: 1199px)
{
    .box-about .advantage .item .editor-content
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .box-about .advantage .item .editor-content
    {
        margin-top: 14px;
    }
}
.box-about .advantage .item:hover .title-advantage .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-safe
{
    position: relative;

    padding: 160px 0 0 0;
}
@media (max-width: 1199px)
{
    .box-safe
    {
        padding-top: 100px;
    }
}
@media (max-width: 991px)
{
    .box-safe
    {
        padding-top: 60px;
    }
}
.box-safe .safe-bg
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.box-safe .safe
{
    position: relative;
    z-index: 6;

    text-align: center;
}
.box-safe .safe .pic
{
    position: relative;

    display: inline-block;

    padding: 0 5%;
}
@media (max-width: 991px)
{
    .box-safe .safe .pic
    {
        padding: 0 2%;
    }
    .box-safe .safe .pic img
    {
        width: 100%;
    }
}
.box-safe .safe .title-safe
{
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;

    width: 100%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.box-safe .safe .title-safe h2,
.box-safe .safe .title-safe h3
{
    font-size: 160px;
    font-weight: 600;
    line-height: 1;

    white-space: nowrap;
}
@media (max-width: 1199px)
{
    .box-safe .safe .title-safe h2,
    .box-safe .safe .title-safe h3
    {
        font-size: 120px;
    }
}
@media (max-width: 991px)
{
    .box-safe .safe .title-safe h2,
    .box-safe .safe .title-safe h3
    {
        font-size: 100px;
    }
}
@media (max-width: 767px)
{
    .box-safe .safe .title-safe h2,
    .box-safe .safe .title-safe h3
    {
        font-size: 50px;
    }
}
.box-safe .safe .title-safe h2
{
    color: #fab400;
}
.box-safe .safe .title-safe h3
{
    background: -webkit-gradient(linear, left top, right top, from(#0a1214), color-stop(53.5%, #fff), to(#0a1214));
    background: -webkit-linear-gradient(left, #0a1214 0%, #fff 53.5%, #0a1214 100%);
    background:         linear-gradient(90deg, #0a1214 0%, #fff 53.5%, #0a1214 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.box-safe .safe .shizi-1,
.box-safe .safe .shizi-3
{
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 5%;
}
@media (max-width: 767px)
{
    .box-safe .safe .shizi-1 img,
    .box-safe .safe .shizi-3 img
    {
        left: 2%;

        width: 50%;
    }
}
.box-safe .safe .shizi-2
{
    position: absolute;
    z-index: 6;
    top: 30%;
    right: 5%;
}
@media (max-width: 767px)
{
    .box-safe .safe .shizi-2 img
    {
        right: 2%;

        width: 50%;
    }
}
.box-safe .safe .shizi-3
{
    z-index: 2;
}
.box-choose
{
    position: relative;
    z-index: 6;

    margin-top: -50px;
    padding-right: 5%;
    padding-left: 5%;

    background-position: top center;
}
@media (max-width: 1199px)
{
    .box-choose
    {
        margin-top: -20px;
        padding-right: 2%;
        padding-left: 2%;
    }
}
.box-choose .choose-top > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.box-choose .choose-top > ul > li
{
    padding: 20px 35px;
}
@media (max-width: 1920px)
{
    .box-choose .choose-top > ul > li
    {
        padding: 20px;
    }
}
@media (max-width: 1199px)
{
    .box-choose .choose-top > ul > li
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose-top > ul > li
    {
        width: 50%;
    }
}
.box-choose .choose-top .item
{
    overflow: hidden;

    padding: 1px 0 0 1px;

    cursor: pointer;

    border-radius: 66px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(217, 217, 217, .5), transparent);
    background-image:         linear-gradient(90deg, rgba(217, 217, 217, .5), transparent);
}
.box-choose .choose-top .item p
{
    font-weight: 500;
    line-height: 1.875;

    overflow: hidden;

    min-width: 240px;
    margin: 0;
    padding: 15px;

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

    border-radius: 66px;
    background: #1c1d20;

    -webkit-backdrop-filter: blur(7.80000019px);
            backdrop-filter: blur(7.80000019px);
}
@media (max-width: 991px)
{
    .box-choose .choose-top .item p
    {
        min-width: 200px;
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose-top .item p
    {
        min-width: 160px;
    }
}
.box-choose .choose-top .item:hover p
{
    background: #292a2e;
}
.box-choose .choose-content
{
    margin-top: 30vh;
}
@media (max-width: 1560px)
{
    .box-choose .choose-content
    {
        margin-top: 20vh;
    }
}
@media (max-width: 1199px)
{
    .box-choose .choose-content
    {
        margin-top: 10vh;
    }
}
@media (max-width: 991px)
{
    .box-choose .choose-content
    {
        margin-top: 60px;
    }
}
.box-choose .choose-content .title span
{
    color: #fab400;
}
.box-choose .choose > ul
{
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.box-choose .choose > ul > li
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .box-choose .choose > ul > li
    {
        margin-top: 30px;
    }
}
.box-choose .choose > ul > li:nth-child(1) .item .pic
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-top: 20px;
    padding-right: 20px;
}
.box-choose .choose > ul > li:nth-child(1) .item .title-choose
{
    max-width: 260px;
}
.box-choose .choose > ul > li:nth-child(2) .item .text
{
    padding: 20px 30px;
}
.box-choose .choose > ul > li:nth-child(2) .item .pic
{
    padding: 0 20px 20px 20px;
}
.box-choose .choose > ul > li:nth-child(2) .item .pic img
{
    border-radius: 16px;
}
.box-choose .choose > ul > li:nth-child(2) .item .title-choose
{
    font-size: 36px;
    font-weight: 500;

    max-width: 330px;
}
@media (max-width: 1560px)
{
    .box-choose .choose > ul > li:nth-child(2) .item .title-choose
    {
        font-size: 30px;
    }
}
@media (max-width: 1470px)
{
    .box-choose .choose > ul > li:nth-child(2) .item .title-choose
    {
        font-size: 28px;
    }
}
.box-choose .choose > ul > li:nth-child(3) .item
{
    padding: 30px;
}
@media (max-width: 1560px)
{
    .box-choose .choose > ul > li:nth-child(3) .item
    {
        padding: 20px;
    }
}
.box-choose .choose > ul > li:nth-child(3) .item .text
{
    position: relative;

    padding: 0;
    padding-right: 60px;
}
.box-choose .choose > ul > li:nth-child(3) .item .text .more
{
    position: absolute;
    top: 0;
    right: 0;
}
.box-choose .choose > ul > li:nth-child(3) .item .text .mask
{
    margin-top: 8px;
}
.box-choose .choose > ul > li:nth-child(4) .item
{
    padding: 20px;
}
.box-choose .choose > ul > li:nth-child(4) .item .pic
{
    position: relative;
}
.box-choose .choose > ul > li:nth-child(4) .item .pic .more
{
    position: absolute;
    top: 0;
    right: 0;

    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.box-choose .choose > ul > li:nth-child(4) .item .mask
{
    font-size: 20px;

    padding: 0;

    background: none;
}
.box-choose .choose > ul > li:nth-child(4) .item .title-choose
{
    font-size: 36px;
    font-weight: 500;

    max-width: 330px;
}
@media (max-width: 1560px)
{
    .box-choose .choose > ul > li:nth-child(4) .item .title-choose
    {
        font-size: 30px;
    }
}
@media (max-width: 1470px)
{
    .box-choose .choose > ul > li:nth-child(4) .item .title-choose
    {
        font-size: 28px;
    }
}
.box-choose .choose .item
{
    display: block;

    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 24px;
    background: rgba(255, 255, 255, .16);

    -webkit-backdrop-filter: blur(7.80000019px);
            backdrop-filter: blur(7.80000019px);
}
.box-choose .choose .item .pic img
{
    width: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-choose .choose .item .more
{
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    text-align: center;

    border-radius: 50%;
    background-color: #020202;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.box-choose .choose .item .more .iconfont
{
    font-size: 20px;
}
.box-choose .choose .item .text
{
    padding: 30px;
}
@media (max-width: 1560px)
{
    .box-choose .choose .item .text
    {
        padding: 15px;
    }
}
.box-choose .choose .item .mask
{
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;

    display: inline-block;

    padding: 0 8px;

    color: #fab400;
    border-radius: 20px;
    background: #515151;
}
.box-choose .choose .item .title-choose
{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;

    margin-top: 10px;
}
@media (max-width: 1560px)
{
    .box-choose .choose .item .title-choose
    {
        font-size: 20px;
    }
}
.box-choose .choose .item .editor-content
{
    margin-top: 10px;
}
.box-choose .choose .item .editor-content p
{
    font-size: 15px;
    line-height: 1.6;

    color: #e9e9e9;
}
@media (max-width: 1560px)
{
    .box-choose .choose .item .editor-content p
    {
        font-size: 14px;
    }
}
.box-choose .choose .item:hover .more
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.box-choose .choose .item:hover .pic img
{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.box-quality .title span,
.box-quality .title h2,
.box-quality .title p
{
    color: #fab400;
}
.box-quality .quality
{
    max-width: 1110px;
    margin: 0 auto;
    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .box-quality .quality
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .box-quality .quality
    {
        margin-top: 20px;
    }
}
.box-quality .quality .slick-list
{
    margin: 0 -20px;
}
@media (max-width: 1560px)
{
    .box-quality .quality .slick-list
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .box-quality .quality .slick-list
    {
        margin: 0 -5px;
    }
}
.box-quality .quality .slick-list .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 1560px)
{
    .box-quality .quality .slick-list .slick-slide
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .box-quality .quality .slick-list .slick-slide
    {
        padding: 0 5px;
    }
}
.box-quality .quality .item
{
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 14px;
    background: rgba(0, 0, 0, .16);

    -webkit-backdrop-filter: blur(7.80000019px);
            backdrop-filter: blur(7.80000019px);
}
.box-quality .quality .item .img-box
{
    padding-bottom: 66.66666667%;
}
.box-category .category
{
    position: relative;
}
.box-category .category .item
{
    position: relative;
}
.box-category .category .item:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(#090a10), color-stop(rgba(2, 2, 2, 0)), to(#090a10));
    background: -webkit-linear-gradient(top, #090a10, rgba(2, 2, 2, 0), #090a10);
    background:         linear-gradient(180deg, #090a10, rgba(2, 2, 2, 0), #090a10);
}
.box-category .category .item .img-box
{
    padding-bottom: 66.66666667%;
}
.box-category .category .item .text
{
    position: absolute;
    z-index: 6;
    bottom: 3%;
    left: 0;

    width: 100%;

    text-align: center;
}
.box-category .category .item .text .more
{
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;

    display: inline-block;

    width: 135px;
    height: 50px;
    margin-left: 40%;

    text-align: center;

    color: #fff;
    background: url(../images/more_bg.png) no-repeat center;
}
@media (max-width: 767px)
{
    .box-category .category .item .text .more
    {
        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
}
.box-category .category .item .text .more .iconfont
{
    font-size: 20px;

    display: inline-block;

    margin-left: 8px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    vertical-align: middle;
}
.box-category .category .item .text .more:hover .iconfont
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.box-category .category .item .text .title-category
{
    font-size: 10vw;
    line-height: 1;
}
.box-category .category .item .text .title-category b
{
    font-weight: 600;

    display: inline-block;

    vertical-align: middle;

    background: -webkit-gradient(linear, left top, right top, from(#0a1214), color-stop(53.5%, #fff), to(#0a1214));
    background: -webkit-linear-gradient(left, #0a1214 0%, #fff 53.5%, #0a1214 100%);
    background:         linear-gradient(90deg, #0a1214 0%, #fff 53.5%, #0a1214 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.box-category .category .item .text .title-category span
{
    display: inline-block;

    vertical-align: middle;

    background: -webkit-gradient(linear, left top, right top, from(#0a1214), color-stop(69.75%, rgba(255, 255, 255, .8)), to(#0a1214));
    background: -webkit-linear-gradient(left, #0a1214 0%, rgba(255, 255, 255, .8) 69.75%, #0a1214 100%);
    background:         linear-gradient(90deg, #0a1214 0%, rgba(255, 255, 255, .8) 69.75%, #0a1214 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.box-category .category .category-menu
{
    position: absolute;
    z-index: 6;
    right: 60px;
    bottom: 35%;
}
@media (max-width: 1199px)
{
    .box-category .category .category-menu
    {
        right: 3%;
    }
}
.box-category .category .category-menu a
{
    font-size: 36px;
    font-weight: 600;
    line-height: 1;

    display: inline-block;

    padding: 15px 0;

    opacity: .6;
    background: -webkit-gradient(linear, left top, right top, from(#9ea7a9), color-stop(53.5%, #fff), to(#0a1214));
    background: -webkit-linear-gradient(left, #9ea7a9 0%, #fff 53.5%, #0a1214 100%);
    background:         linear-gradient(90deg, #9ea7a9 0%, #fff 53.5%, #0a1214 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px)
{
    .box-category .category .category-menu a
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-category .category .category-menu a
    {
        font-size: 14px;

        padding: 10px 0;
    }
}
.box-category .category .category-menu .active a
{
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, from(#cdc7b0), color-stop(53.5%, #f9c200), to(#322807));
    background: -webkit-linear-gradient(left, #cdc7b0 0%, #f9c200 53.5%, #322807 100%);
    background:         linear-gradient(90deg, #cdc7b0 0%, #f9c200 53.5%, #322807 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.box-contact
{
    padding-right: 8%;

    text-align: right;
}
.box-contact .contact
{
    display: inline-block;

    text-align: left;
}
.box-contact .contact .title-contact h3
{
    font-size: 48px;
    font-weight: 600;

    background: -webkit-gradient(linear, left top, right top, from(#0a1214), color-stop(53.5%, #fff), to(#0a1214));
    background: -webkit-linear-gradient(left, #0a1214 0%, #fff 53.5%, #0a1214 100%);
    background:         linear-gradient(90deg, #0a1214 0%, #fff 53.5%, #0a1214 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px)
{
    .box-contact .contact .title-contact h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-contact .contact .title-contact h3
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .box-contact .contact .title-contact h3
    {
        font-size: 28px;
    }
}
.box-contact .contact .title-contact p
{
    font-size: 18px;
    line-height: 1.33333333;

    margin: 10px 0 0 0;

    color: #959595;
}
@media (max-width: 767px)
{
    .box-contact .contact .title-contact p
    {
        font-size: 16px;
    }
}
.box-contact .contact .more
{
    font-size: 18px;
    line-height: 1.66666667;

    display: block;

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

    border-bottom: 1px solid #fff;
}
@media (max-width: 991px)
{
    .box-contact .contact .more
    {
        font-size: 16px;
    }
}
.box-contact .contact .more .iconfont
{
    font-size: 24px;

    display: inline-block;

    margin-left: 6px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    vertical-align: middle;
}
.box-contact .contact .more:hover .iconfont
{
    -webkit-transform: rotate(180deg) translateX(-10px);
        -ms-transform: rotate(180deg) translateX(-10px);
            transform: rotate(180deg) translateX(-10px);
}
.box-news
{
    padding-right: 0;
    padding-left: 0;
}
.box-news .news-top
{
    padding: 0 2%;
}
.box-news .editor-content
{
    max-width: 630px;
}
@media (max-width: 1199px)
{
    .box-news .editor-content
    {
        max-width: 400px;
    }
}
.box-news .news
{
    margin-top: 60px;
}
.box-news .news .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 35px 40px;

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

    border-bottom: 1px solid #2d2f34;
    background: #1f1f21;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .box-news .news .item
    {
        padding: 20px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.box-news .news .item .date
{
    font-size: 46px;
    font-weight: 500;

    width: 270px;

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

    color: #5f6368;
}
@media (max-width: 1199px)
{
    .box-news .news .item .date
    {
        font-size: 40px;

        width: 170px;
    }
}
@media (max-width: 991px)
{
    .box-news .news .item .date
    {
        font-size: 34px;

        width: 140px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .date
    {
        font-size: 28px;
    }
}
.box-news .news .item .mask
{
    width: 210px;
}
@media (max-width: 1199px)
{
    .box-news .news .item .mask
    {
        width: 150px;
    }
}
.box-news .news .item .mask span
{
    font-size: 14px;
    line-height: 26px;

    display: inline-block;

    padding: 0 12px;

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

    color: #767676;
    border-radius: 20px;
    background: #2c2c2c;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.box-news .news .item .more
{
    line-height: 50px;

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    text-align: center;

    color: #5f6368;
    border-radius: 50%;
    background: #2c2c2c;
}
.box-news .news .item .more .iconfont
{
    font-size: 22px;
}
.box-news .news .item .title-news
{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.81818182;

    display: -webkit-box;
    overflow: hidden;

    width: -webkit-calc(100% - 530px);
    width:         calc(100% - 530px);
    height: 40px;
    padding: 0 5%;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-news .news .item .title-news
    {
        width: -webkit-calc(100% - 370px);
        width:         calc(100% - 370px);
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .title-news
    {
        font-size: 18px;
        line-height: 1.66666667;

        width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px);
        height: 30px;
        padding: 0 3% 0 0;
    }
}
.box-news .news .item:hover
{
    background-color: #020202;
}
.box-news .news .item:hover .date
{
    color: #fab400;
}
.box-news .news .item:hover .mask span
{
    color: #fff;
}
.box-news .news .item:hover .title-news
{
    color: #fab400;
}
.box-news .news .item:hover .more
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    color: #fff;
    background-color: #fab400;
}
.footer
{
    padding: 0 2%;
}
@media (max-width: 767px)
{
    .footer
    {
        padding: 0 15px;
    }
}
.footer .foot-contact
{
    padding: 60px 0;

    border-bottom: 1px solid rgba(111, 105, 103, .4);
}
@media (max-width: 991px)
{
    .footer .foot-contact
    {
        padding: 30px 0;
    }
}
.footer .foot-contact .title-foot-contact h3
{
    font-size: 110px;
    font-weight: 600;
    line-height: 1;

    position: relative;

    display: inline-block;
}
@media (max-width: 1199px)
{
    .footer .foot-contact .title-foot-contact h3
    {
        font-size: 90px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-contact .title-foot-contact h3
    {
        font-size: 70px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .title-foot-contact h3
    {
        font-size: 50px;
    }
}
.footer .foot-contact .title-foot-contact h3:before
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 45%;

    display: block;

    width: 137px;
    height: 195px;

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

    background: url(../images/contact-line.png) no-repeat center;
    background-size: cover;

    mix-blend-mode: plus-lighter;
}
@media (max-width: 1199px)
{
    .footer .foot-contact .title-foot-contact h3:before
    {
        width: 120px;
        height: 180px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-contact .title-foot-contact h3:before
    {
        left: 40%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .title-foot-contact h3:before
    {
        width: 100px;
        height: 150px;
    }
}
.footer .foot-contact .title-foot-contact h3 span
{
    position: relative;
    z-index: 6;

    background: -webkit-gradient(linear, left top, right top, from(#9fa9ab), color-stop(53.5%, #fff), to(#0a1214));
    background: -webkit-linear-gradient(left, #9fa9ab 0%, #fff 53.5%, #0a1214 100%);
    background:         linear-gradient(90deg, #9fa9ab 0%, #fff 53.5%, #0a1214 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.footer .foot-contact .contact
{
    margin-top: 50px;
}
.footer .foot-contact .contact-text p
{
    font-size: 38px;
    font-weight: 600;
    line-height: 1;

    color: #fab400;
}
@media (max-width: 1199px)
{
    .footer .foot-contact .contact-text p
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .contact-text p
    {
        font-size: 24px;
    }
}
.footer .foot-contact .contact-text p a
{
    display: inline-block;

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

    background-image: -webkit-gradient(linear, left top, right top, from(#fab400), to(#fab400));
    background-image: -webkit-linear-gradient(left, #fab400 0%, #fab400 100%);
    background-image:         linear-gradient(to right, #fab400 0%, #fab400 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 100% 2px;
}
.footer .foot-contact .contact-text .email
{
    font-size: 48px;
    line-height: 1.4;

    margin-bottom: 20px;

    background: -webkit-gradient(linear, left top, right top, from(#9fa9ab), color-stop(53.5%, #fff), to(#0a1214));
    background: -webkit-linear-gradient(left, #9fa9ab 0%, #fff 53.5%, #0a1214 100%);
    background:         linear-gradient(90deg, #9fa9ab 0%, #fff 53.5%, #0a1214 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px)
{
    .footer .foot-contact .contact-text .email
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .contact-text .email
    {
        font-size: 30px;
    }
}
.footer .foot-contact .contact-text .email a
{
    background-image: -webkit-gradient(linear, left top, right top, from(#9fa9ab), color-stop(#fff), to(#0a1214));
    background-image: -webkit-linear-gradient(left, #9fa9ab, #fff, #0a1214);
    background-image:         linear-gradient(to right, #9fa9ab, #fff, #0a1214);
    background-image: -webkit-linear-gradient(left, 90deg, #9fa9ab 0%, #fff 53.5%, #0a1214 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(90deg), color-stop(0%, #9fa9ab), color-stop(53.5%, #fff), to(#0a1214));
    background-image:         linear-gradient(to right, 90deg, #9fa9ab 0%, #fff 53.5%, #0a1214 100%);
}
.footer .foot-contact .contact-collaborate
{
    width: 470px;
}
@media (max-width: 1199px)
{
    .footer .foot-contact .contact-collaborate
    {
        width: 370px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-contact .contact-collaborate
    {
        width: 300px;
    }
}
.footer .foot-contact .contact-collaborate p
{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.42857143;
}
@media (max-width: 1199px)
{
    .footer .foot-contact .contact-collaborate p
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-contact .contact-collaborate p
    {
        font-size: 20px;
    }
}
.footer .foot-contact .contact-collaborate .common-more
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .footer .foot-contact .contact-collaborate .common-more
    {
        margin-top: 20px;
    }
}
.footer .foot-contact .contact-collaborate .common-more a span
{
    padding: 0 18px;
}
.footer .foot
{
    padding: 60px 0 80px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0 80px;
    }
}
.footer .foot a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer .foot a:hover
{
    color: #fff;
}
.footer .foot a:hover span
{
    background-size: 100% 1px;
}
.footer .foot .copyright
{
    max-width: 600px;

    color: rgba(255, 255, 255, .6);
}
@media (max-width: 1199px)
{
    .footer .foot .copyright
    {
        max-width: 500px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .copyright
    {
        max-width: 350px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .copyright
    {
        max-width: 100%;
    }
}
.footer .foot .copyright .power
{
    color: #fab400;
}
@media (max-width: 767px)
{
    .footer .foot .foot-nav
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-nav > ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-nav > ul > li
    {
        margin-right: 20px;
    }
}
.footer .foot .foot-nav > ul > li > a
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    display: block;

    padding: 0 0 16px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .footer .foot .foot-nav > ul > li > a
    {
        font-size: 18px;

        padding: 10px 0;
    }
}
.footer .foot .foot-nav > ul > li > a:hover
{
    color: #fab400;
}
.footer .foot .foot-text
{
    max-width: 470px;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-text
    {
        max-width: 400px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-text
    {
        max-width: 300px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-text
    {
        max-width: 100%;
    }
}
.footer .foot .foot-text p
{
    font-size: 16px;
    line-height: 1.25;

    margin: 0;

    color: rgba(255, 255, 255, .6);
}
.footer .share
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .footer .share
    {
        width: 100%;
        margin-top: 20px;
    }
}
.footer .share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -8px;
}
.footer .share ul li
{
    padding: 0 8px;
}
.footer .share a
{
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;

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

    color: #000;
    border-radius: 50%;
    background-color: #fff;
}
.footer .share a:hover
{
    color: #000;
    background-color: #fab400;
}
.wrap-quote
{
    display: none;

    width: 96%;
    max-width: 600px;
    padding: 50px;

    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-quote
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-quote
    {
        padding: 30px 15px;
    }
}
.fancybox-close-small
{
    top: 30px;
    right: 30px;
}
@media (max-width: 1199px)
{
    .fancybox-close-small
    {
        top: 10px;
        right: 10px;
    }
}
.fancybox-close-small:after
{
    line-height: 40px;

    width: 40px;
    height: 40px;

    color: #fff;
    border-radius: 50%;
    background-color: #cdcdcd;
}
.wrap
{
    overflow: hidden;

    padding: 100px 2%;
}
@media (max-width: 1470px)
{
    .wrap
    {
        padding: 80px 2%;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 2%;
    }
}
@media (max-width: 767px)
{
    .wrap
    {
        padding: 50px 15px;
    }
}
.wrap-location
{
    line-height: 30px;

    position: relative;
    z-index: 6;

    margin-top: -50px;
    padding: 10px 5%;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .01);
    background: rgba(255, 255, 255, .13);

    -webkit-backdrop-filter: blur(6.5999999px);
            backdrop-filter: blur(6.5999999px);
}
@media (max-width: 1199px)
{
    .wrap-location
    {
        margin-top: 0;

        color: #222;
    }
}
@media (max-width: 767px)
{
    .wrap-location
    {
        padding: 10px 15px;
    }
}
.wrap-location .location > ul
{
    position: relative;

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

    padding-left: 24px;

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

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

    content: '\e6c8';
}
.wrap-location .location > ul > li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

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

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

        padding: 5px 0;
    }
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;
}
.wrap-menu .menu > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (max-width: 767px)
{
    .wrap-menu .menu > ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.wrap-menu .menu > ul > li
{
    border-right: 1px solid rgba(79, 60, 0, .2);
    background-color: #fab400;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media (max-width: 767px)
{
    .wrap-menu .menu > ul > li
    {
        width: 50%;

        border-bottom: 1px solid rgba(79, 60, 0, .2);

        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
    }
}
.wrap-menu .menu > ul > li > a
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    height: 100%;
    padding: 15px;

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

    color: #020202;
}
@media (max-width: 1199px)
{
    .wrap-menu .menu > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-menu .menu > ul > li > a
    {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-menu .menu > ul > li.active > a
{
    color: #fab400;
    background-color: #020202;
}
.wrap-menu .menu > ul > li:hover > a
{
    background-color: #d99f0c;
}
.wrap-menu .menu > ul > li:hover.active > a
{
    color: #fab400;
    background-color: #020202;
}
.wrap-left
{
    width: 380px;
}
@media (max-width: 1560px)
{
    .wrap-left
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        display: none;

        width: 100%;
    }
}
.wrap-left .title h2
{
    font-size: 26px;
}
.wrap-right
{
    width: -webkit-calc(100% - 380px);
    width:         calc(100% - 380px);
    padding-left: 5%;
}
@media (max-width: 1560px)
{
    .wrap-right
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
        padding-left: 3%;
    }
}
@media (max-width: 1199px)
{
    .wrap-right
    {
        width: 100%;
        padding-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .sidenav
{
    margin-top: 40px;
}
.wrap-sidenav .sidenav .title-sidenav
{
    padding: 15px 20px;

    color: #fff;
    background-color: #fab400;
}
.wrap-sidenav .sidenav .title-sidenav h3
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.875;

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

    margin-top: 20px;
}
@media (max-width: 1560px)
{
    .wrap-sidenav .sidenav .slevel-1 > li
    {
        margin-top: 10px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li:nth-child(1)
{
    margin-top: 0;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 40px 10px 24px;

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

    color: #555;
    border: 1px solid #d9d9d9;
    border-radius: 45px;
}
@media (max-width: 1560px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        font-size: 16px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li > a:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;

    position: absolute;
    top: 50%;
    right: 10px;

    display: block;

    width: 40px;
    height: 40px;

    content: '\e629';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.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: 20px;

    display: block;

    content: '\e726';
    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-sidenav .sidenav .slevel-1 > li:hover > a,
.wrap-sidenav .sidenav .slevel-1 > li.active > a
{
    color: #fff;
    background-color: #fab400;
}
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after,
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after
{
    content: '\e628';
}
.wrap-sidenav .sidenav .slevel-1 > li:hover .nav-more:before,
.wrap-sidenav .sidenav .slevel-1 > li.active .nav-more:before
{
    content: '\e657';

    color: #fff;
}
.wrap-sidenav .sidenav .slevel-1 > li.active .slevel-2
{
    display: block;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding: 5px 40px;
}
@media (max-width: 1560px)
{
    .wrap-sidenav .sidenav .slevel-2
    {
        padding: 5px 20px;
    }
}
.wrap-sidenav .sidenav .slevel-2 > li
{
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 10px 0 10px 18px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateX(-18px);
        -ms-transform: translateX(-18px);
            transform: translateX(-18px);

    color: #666;
}
@media (max-width: 1560px)
{
    .wrap-sidenav .sidenav .slevel-2 > li > a
    {
        font-size: 15px;
    }
}
.wrap-sidenav .sidenav .slevel-2 > li > a:before
{
    position: absolute;
    top: 18px;
    left: 0;

    width: 8px;
    height: 8px;

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

    opacity: 0;
    border-radius: 50%;
    background-color: #fab400;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    text-decoration: underline;

    color: #d99f0c;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a:before,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a:before
{
    opacity: 1;
}
.wrap-sidenav .sidenav .slevel-2 > li.active .slevel-3
{
    display: block;
}
.wrap-sidenav .sidenav .slevel-3
{
    display: none;
}
.wrap-sidenav .sidenav .slevel-3 > li
{
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-3 > li > a
{
    font-size: 16px;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 10px 24px;

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

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

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

    color: #222;
}
.wrap-sidenav .search-products
{
    margin-top: 40px;
}
.wrap-sidenav .search-products form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    border: 1px solid rgba(0, 0, 0, .1);
}
.wrap-sidenav .search-products form input
{
    line-height: 50px;

    width: -webkit-calc(100% - 50px);
    width:         calc(100% - 50px);
    height: 50px;
    padding: 0 20px;

    background: none;
}
.wrap-sidenav .search-products form input::-webkit-input-placeholder,
.wrap-sidenav .search-products form textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-sidenav .search-products form input:-o-placeholder,
.wrap-sidenav .search-products form textarea:-o-placeholder
{
    color: #999;
}
.wrap-sidenav .search-products form input::-moz-placeholder,
.wrap-sidenav .search-products form textarea::-moz-placeholder
{
    color: #999;
}
.wrap-sidenav .search-products form input:-ms-input-placeholder,
.wrap-sidenav .search-products form textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-sidenav .search-products form input:focus::-webkit-input-placeholder,
.wrap-sidenav .search-products form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-sidenav .search-products form input:focus::-o-placeholder,
.wrap-sidenav .search-products form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-sidenav .search-products form input:focus::-moz-placeholder,
.wrap-sidenav .search-products form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-sidenav .search-products form input:focus::-ms-input-placeholder,
.wrap-sidenav .search-products form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-sidenav .search-products form .submit
{
    width: 50px;
    height: 50px;

    text-align: center;

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

    padding-top: 20px;
}
@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: #fab400;
    background-color: #fab400;
}
@media (max-width: 767px)
{
    .wrap-about
    {
        padding-bottom: 0;
    }
}
.wrap-about .about
{
    max-width: 1130px;
    margin: 0 auto;
}
.wrap-about .about .text
{
    margin-top: 30px;
}
.wrap-about .about .text p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: rgba(242, 242, 242, .85);
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        font-size: 16px;
    }
}
.wrap-about .equipment-content
{
    position: relative;

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

    margin: 0 -8px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .wrap-about .equipment-content
    {
        margin-top: 30px;
    }
}
.wrap-about .equipment-content .equipment
{
    width: 10%;
    margin-top: 60px;
    padding: 0 8px;
}
@media (max-width: 767px)
{
    .wrap-about .equipment-content .equipment
    {
        display: none;

        margin: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-about .equipment-content .equipment:nth-child(1)
    {
        display: block;

        width: 100%;
    }
}
.wrap-about .equipment-content .equipment:nth-child(2),
.wrap-about .equipment-content .equipment:nth-child(4)
{
    width: 15%;
}
.wrap-about .equipment-content .equipment:nth-child(2) .item,
.wrap-about .equipment-content .equipment:nth-child(4) .item
{
    height: 550px;
}
@media (max-width: 1400px)
{
    .wrap-about .equipment-content .equipment:nth-child(2) .item,
    .wrap-about .equipment-content .equipment:nth-child(4) .item
    {
        height: 500px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .equipment-content .equipment:nth-child(2) .item,
    .wrap-about .equipment-content .equipment:nth-child(4) .item
    {
        height: 450px;
    }
}
.wrap-about .equipment-content .equipment:nth-child(3)
{
    width: 50%;
}
.wrap-about .equipment-content .equipment:nth-child(3) .item
{
    height: 660px;
}
@media (max-width: 1560px)
{
    .wrap-about .equipment-content .equipment:nth-child(3) .item
    {
        height: 620px;
    }
}
@media (max-width: 1400px)
{
    .wrap-about .equipment-content .equipment:nth-child(3) .item
    {
        height: 580px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .equipment-content .equipment:nth-child(3) .item
    {
        height: 550px;
    }
}
.wrap-about .equipment-content .equipment:nth-child(3) .item .title-equipment
{
    opacity: 1;
}
.wrap-about .equipment-content .equipment .swiper
{
    font-size: 0;

    overflow: hidden;

    border-radius: 24px;
}
@media (max-width: 1199px)
{
    .wrap-about .equipment-content .equipment .swiper
    {
        height: 100%;

        border-radius: 10px;
    }
}
.wrap-about .equipment-content .equipment .swiper-slide
{
    overflow: hidden;
}
@media (max-width: 480px)
{
    .wrap-about .equipment-content .equipment .swiper-wrapper
    {
        max-height: 220px;
    }
}
.wrap-about .equipment-content .equipment .item
{
    position: relative;

    height: 450px;

    background-color: #000;
}
@media (max-width: 1400px)
{
    .wrap-about .equipment-content .equipment .item
    {
        height: 400px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .equipment-content .equipment .item
    {
        height: 350px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .equipment-content .equipment .item
    {
        height: 100%;
    }
}
@media (min-width: 768px)
{
    .wrap-about .equipment-content .equipment .item img
    {
        position: relative;
        left: 50%;

        display: block;

        height: 100%;

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

        opacity: .9;

        object-fit: cover;
    }
}
@media (max-width: 767px)
{
    .wrap-about .equipment-content .equipment .item img
    {
        width: 100%;
        height: auto;
    }
}
.wrap-about .equipment-content .equipment .item .title-equipment
{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;

    position: absolute;
    z-index: 6;
    bottom: 3%;

    width: 100%;
    padding: 0 5%;

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

    opacity: 0;
    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-about .equipment-content .equipment .item .title-equipment
    {
        opacity: 1;
    }
}
.wrap-about .equipment-content .slick-prev
{
    left: 27%;
}
@media (max-width: 767px)
{
    .wrap-about .equipment-content .slick-prev
    {
        left: -15px;
    }
}
.wrap-about .equipment-content .slick-next
{
    right: 27%;
}
@media (max-width: 767px)
{
    .wrap-about .equipment-content .slick-next
    {
        right: -15px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .equipment-content .slick-arrow
    {
        top: 50%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.wrap-advantage
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-advantage .title-advantage
{
    width: 300px;
}
@media (max-width: 1199px)
{
    .wrap-advantage .title-advantage
    {
        width: 200px;
    }
}
@media (max-width: 767px)
{
    .wrap-advantage .title-advantage
    {
        width: 100%;
    }
}
.wrap-advantage .advantage
{
    width: -webkit-calc(100% - 300px);
    width:         calc(100% - 300px);
    padding-left: 10%;
}
@media (max-width: 1199px)
{
    .wrap-advantage .advantage
    {
        width: -webkit-calc(100% - 200px);
        width:         calc(100% - 200px);
        padding-left: 5%;
    }
}
@media (max-width: 767px)
{
    .wrap-advantage .advantage
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-advantage .advantage .text p
{
    font-size: 32px;
    line-height: 1.09375;

    margin: 0;

    color: #888;
}
@media (max-width: 1199px)
{
    .wrap-advantage .advantage .text p
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .text p
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-advantage .advantage .text p
    {
        font-size: 18px;
    }
}
.wrap-advantage .advantage .number
{
    margin-top: 100px;
}
@media (max-width: 1560px)
{
    .wrap-advantage .advantage .number
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .wrap-advantage .advantage .number
    {
        margin-top: 30px;
    }
}
.wrap-advantage .advantage .number ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -20px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .wrap-advantage .advantage .number ul
    {
        margin: 0 -10px;
    }
}
.wrap-advantage .advantage .number ul li
{
    width: 50%;
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .wrap-advantage .advantage .number ul li
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-advantage .advantage .number ul li
    {
        padding: 0 10px;
    }
}
.wrap-advantage .advantage .number ul li:nth-child(1)
{
    width: 30%;
}
@media (max-width: 1199px)
{
    .wrap-advantage .advantage .number ul li:nth-child(1)
    {
        width: 40%;
    }
}
.wrap-advantage .advantage .number .item .num
{
    font-size: 48px;
    font-weight: 500;

    color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-advantage .advantage .number .item .num
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-advantage .advantage .number .item .num
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .number .item .num
    {
        font-size: 28px;
    }
}
.wrap-advantage .advantage .number .item .note
{
    margin-top: 12px;
}
.wrap-advantage .advantage .number .item .note p
{
    font-size: 16px;
    line-height: 1.25;

    margin: 0;

    color: #7c7c7c;
}
.wrap-advantage .advantage .number .item .note p span
{
    color: #fff;
}
.wrap-factory .factory
{
    position: relative;
}
.wrap-factory .factory .title-in
{
    position: absolute;
    z-index: 5;
    top: 60px;
    left: 5%;
}
@media (max-width: 1199px)
{
    .wrap-factory .factory .title-in
    {
        top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory .title-in
    {
        position: relative;
        top: 0;
        left: 0;

        margin-bottom: 30px;
    }
}
.wrap-factory .factory .item
{
    position: relative;
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 37.5%;
}
.wrap-factory .factory .item .img-box:before
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .4);
}
.wrap-factory .factory .item .text
{
    position: absolute;
    z-index: 6;
    top: 50%;

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

    width: 100%;
    padding: 0 5%;

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

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item .text
    {
        position: relative;
        top: 0;

        padding: 0;

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}
.wrap-factory .factory .item .text .title-factory
{
    width: 40%;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item .text .title-factory
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-factory .factory .item .text .title-factory h3
{
    font-size: 76px;
    font-weight: 500;
    line-height: 1.2;
}
@media (max-width: 1660px)
{
    .wrap-factory .factory .item .text .title-factory h3
    {
        font-size: 60px;
    }
}
@media (max-width: 1560px)
{
    .wrap-factory .factory .item .text .title-factory h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .wrap-factory .factory .item .text .title-factory h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-factory .factory .item .text .title-factory h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item .text .title-factory h3
    {
        font-size: 24px;
    }
}
.wrap-factory .factory .item .text .note
{
    width: 60%;
    margin-top: 180px;
    padding: 0 5%;
}
@media (max-width: 1560px)
{
    .wrap-factory .factory .item .text .note
    {
        margin-top: 140px;
    }
}
@media (max-width: 1470px)
{
    .wrap-factory .factory .item .text .note
    {
        margin-top: 100px;
    }
}
@media (max-width: 1199px)
{
    .wrap-factory .factory .item .text .note
    {
        margin-top: 60px;
        padding: 0 3%;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item .text .note
    {
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }
}
.wrap-factory .factory .item .text .note p
{
    font-size: 40px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-factory .factory .item .text .note p
    {
        font-size: 34px;
        line-height: 1.29411765;
    }
}
@media (max-width: 1199px)
{
    .wrap-factory .factory .item .text .note p
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-factory .factory .item .text .note p
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item .text .note p
    {
        font-size: 20px;
    }
}
@media (min-width: 768px)
{
    .wrap-factory .factory .slick-prev
    {
        top: 60%;
        left: 15%;
    }
    .wrap-factory .factory .slick-next
    {
        top: 35%;
        right: 5%;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory .slick-arrow
    {
        display: none !important;
    }
}
.wrap-factory .factory .slick-arrow:hover
{
    color: #000;
    background-color: #fff;
}
.wrap-factory .factory .slick-dots
{
    position: absolute;
    bottom: 7%;
    left: 46%;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .slick-dots
    {
        position: relative;
        bottom: 0;
        left: 0;

        margin-top: 20px;
    }
}
.wrap-factory .factory .slick-dots li
{
    width: 60px;

    border-radius: 2px;
    background: #7c7c7c;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .slick-dots li
    {
        width: 20px;
    }
}
.wrap-factory .factory .slick-dots .slick-active
{
    background-color: #fff;
}
.wrap-process-product
{
    padding-top: 200px;
    padding-right: 5%;
    padding-bottom: 0;
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .wrap-process-product
    {
        padding-top: 120px;
    }
}
@media (max-width: 767px)
{
    .wrap-process-product
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.wrap-process-product .slick-process-product
{
    overflow: hidden;

    max-width: 50%;
}
@media (max-width: 1470px)
{
    .wrap-process-product .slick-process-product
    {
        max-width: 60%;
    }
}
@media (max-width: 1199px)
{
    .wrap-process-product .slick-process-product
    {
        max-width: 100%;
    }
}
.wrap-process-product .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-process-product .item .pic
{
    width: 220px;
}
@media (max-width: 767px)
{
    .wrap-process-product .item .pic
    {
        width: 100%;
    }
}
.wrap-process-product .item .pic .img-box
{
    padding-bottom: 68.18181818%;
}
.wrap-process-product .item .text
{
    width: -webkit-calc(100% - 220px);
    width:         calc(100% - 220px);
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-process-product .item .text
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-process-product .item .text .title-process-product
{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.42857143;
}
@media (max-width: 1199px)
{
    .wrap-process-product .item .text .title-process-product
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-process-product .item .text .title-process-product
    {
        font-size: 20px;
    }
}
.wrap-process-product .item .text .editor-content
{
    margin-top: 10px;
}
.wrap-process-step
{
    position: relative;
}
.wrap-process-step:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(#090a10), color-stop(rgba(9, 10, 16, 0)), to(#090a10));
    background-image: -webkit-linear-gradient(#090a10, rgba(9, 10, 16, 0), #090a10);
    background-image:         linear-gradient(#090a10, rgba(9, 10, 16, 0), #090a10);
}
.wrap-process-step .title-process-step,
.wrap-process-step .pic
{
    position: relative;
    z-index: 6;
}
.wrap-process-step .title-process-step
{
    padding: 0 2.5%;
}
@media (max-width: 767px)
{
    .wrap-process-step .title-process-step
    {
        padding: 0;
    }
}
.wrap-process-step .title-process-step h2
{
    font-size: 7.5vw;
    font-weight: 600;
    line-height: 1;

    color: #fff;
}
.wrap-process-step .pic
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-process-step .pic
    {
        margin-top: 30px;
    }
}
.wrap-process-step .pic img
{
    max-width: 100%;
}
.wrap-process
{
    font-size: 0;

    overflow: visible;
}
@media (max-width: 1199px)
{
    .wrap-process
    {
        overflow: hidden;
    }
}
.wrap-process .process-left,
.wrap-process .process-list
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-process .process-left
{
    position: -webkit-sticky;
    position:         sticky;
    top: 130px;

    width: 35%;
}
@media (max-width: 1199px)
{
    .wrap-process .process-left
    {
        top: 0;
    }
}
@media (max-width: 991px)
{
    .wrap-process .process-left
    {
        width: 100%;
    }
}
.wrap-process .process-list
{
    width: 65%;
}
@media (max-width: 991px)
{
    .wrap-process .process-list
    {
        width: 100%;
    }
}
.wrap-process .process-list > ul
{
    margin-top: -60px;
}
@media (max-width: 991px)
{
    .wrap-process .process-list > ul
    {
        margin-top: 0;
    }
}
.wrap-process .process-list > ul > li
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-process .process-list > ul > li
    {
        margin-top: 30px;
    }
}
.wrap-process .process-list .item
{
    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-process .process-list .item .text
{
    width: -webkit-calc(100% - 270px);
    width:         calc(100% - 270px);
    padding-right: 5%;
}
@media (max-width: 1400px)
{
    .wrap-process .process-list .item .text
    {
        width: -webkit-calc(100% - 200px);
        width:         calc(100% - 200px);
    }
}
@media (max-width: 767px)
{
    .wrap-process .process-list .item .text
    {
        width: 100%;
    }
}
.wrap-process .process-list .item .text .number
{
    font-size: 52px;
    font-weight: 600;
    line-height: 1;

    color: transparent;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5f6368;
}
@media (max-width: 1400px)
{
    .wrap-process .process-list .item .text .number
    {
        font-size: 40px;
    }
}
.wrap-process .process-list .item .title-process
{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36363636;

    margin-top: 30px;

    color: #fab400;
}
@media (max-width: 991px)
{
    .wrap-process .process-list .item .title-process
    {
        font-size: 20px;

        margin-top: 20px;
    }
}
.wrap-process .process-list .item .editor-content
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-process .process-list .item .editor-content
    {
        margin-top: 10px;
    }
}
.wrap-process .process-list .item .editor-content p
{
    font-size: 14px;
    line-height: 2.14285714;

    color: #ededed;
}
@media (max-width: 767px)
{
    .wrap-process .process-list .item .editor-content p
    {
        line-height: 1.71428571;
    }
}
.wrap-process .process-list .item .pic
{
    width: 270px;
    height: 100%;

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

    opacity: 0;
}
@media (max-width: 1400px)
{
    .wrap-process .process-list .item .pic
    {
        width: 200px;
    }
}
@media (max-width: 1199px)
{
    .wrap-process .process-list .item .pic
    {
        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .wrap-process .process-list .item .pic
    {
        width: 260px;
        margin: 10px 0;
    }
}
.wrap-process .process-list .item .pic .img
{
    position: relative;
}
.wrap-process .process-list .item .pic .img:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;

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

    border-radius: 25px;
    background-color: #fab400;
}
@media (max-width: 1199px)
{
    .wrap-process .process-list .item .pic .img:before
    {
        -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
                transform: rotate(-10deg);
    }
}
.wrap-process .process-list .item .pic .img .img-box
{
    padding-bottom: 70.37037037%;

    border-radius: 25px;
}
.wrap-process .process-list .item:hover .pic
{
    opacity: 1;
}
.wrap-process .process-list .item:hover .pic .img:before
{
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
}
.wrap-honor
{
    position: relative;
    z-index: 6;

    margin-top: -400px;
}
@media (max-width: 1470px)
{
    .wrap-honor
    {
        margin-top: -200px;
    }
}
@media (max-width: 1199px)
{
    .wrap-honor
    {
        margin-top: -100px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor
    {
        margin-top: 0;
    }
}
.wrap-honor .honor-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrap-honor .honor-top .title-honor
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-honor .honor-top .title-honor
    {
        width: 100%;
    }
}
.wrap-honor .honor-top .title-honor h2
{
    font-size: 6vw;
    font-weight: 600;
    line-height: 1;
}
@media (max-width: 767px)
{
    .wrap-honor .honor-top .title-honor h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-honor .honor-top .title-honor img
    {
        max-width: 200px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor-top .title-honor img
    {
        max-width: 100px;
    }
}
.wrap-honor .honor-top .text
{
    width: 45%;
    max-width: 580px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor-top .text
    {
        width: 100%;
    }
}
.wrap-honor .honor-top .text h3
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

    margin-bottom: 20px;
}
@media (max-width: 1199px)
{
    .wrap-honor .honor-top .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-honor .honor-top .text h3
    {
        font-size: 18px;
    }
}
.wrap-honor .honor-top .text p
{
    color: #a8a8a8;
}
.wrap-honor .honor-middle
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    margin-top: -60px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
@media (max-width: 1400px)
{
    .wrap-honor .honor-middle
    {
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor-middle
    {
        margin-top: 20px;
    }
}
.wrap-honor .honor-middle .list
{
    width: 50%;
    padding-right: 3%;
}
@media (max-width: 767px)
{
    .wrap-honor .honor-middle .list
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-honor .honor-middle .list ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    max-width: 660px;
    margin: 0 -28px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .wrap-honor .honor-middle .list ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor-middle .list ul
    {
        margin: 0 -10px;
    }
}
.wrap-honor .honor-middle .list ul li
{
    padding: 15px 28px;
}
@media (max-width: 1199px)
{
    .wrap-honor .honor-middle .list ul li
    {
        padding: 10px 15px;
    }
}
@media (max-width: 480px)
{
    .wrap-honor .honor-middle .list ul li
    {
        width: 50%;
        padding: 5px 10px;
    }
}
.wrap-honor .honor-middle .list .item
{
    max-width: 160px;
}
.wrap-honor .honor-middle .list .item span
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

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

    color: #a8a8a8;
}
.wrap-honor .honor-middle .pic
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-honor .honor-middle .pic
    {
        width: 100%;
        margin-top: 15px;
    }
}
.wrap-honor .honor-middle .pic img
{
    width: 100%;
}
@media (min-width: 1560px)
{
    .wrap-honor .honor > ul
    {
        margin: 0 -30px;
    }
    .wrap-honor .honor > ul > li
    {
        padding: 0 30px;
    }
}
@media (min-width: 1200px)
{
    .wrap-honor .honor > ul > li
    {
        width: 20%;
    }
}
.wrap-honor .honor > ul > li
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-honor .honor > ul > li
    {
        margin-top: 30px;
    }
}
.wrap-honor .honor .item
{
    cursor: pointer;
}
.wrap-honor .honor .item .pic
{
    position: relative;
}
.wrap-honor .honor .item .pic .img-box
{
    padding-bottom: 129.6875%;
}
.wrap-honor .honor .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item .title-honor
{
    font-size: 18px;
    line-height: 1.33333333;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin: 10px 0 0 0;
    padding-right: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1560px)
{
    .wrap-honor .honor .item .title-honor
    {
        font-size: 16px;
        line-height: 1.5;
    }
}
.wrap-honor .honor .item .title-honor:after
{
    font-family: 'iconfont' !important;

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

    content: '\e66e';
}
@media (min-width: 1200px)
{
    .wrap-honor .honor .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-honor .honor .item:hover .pic .mask
    {
        opacity: 1;
    }
    .wrap-honor .honor .item:hover .title-honor
    {
        color: #fab400;
    }
}
.wrap-message .pic
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-message .pic
    {
        display: none;
    }
}
.wrap-message .message
{
    width: 50%;
    padding: 180px 5% 80px 5%;
}
@media (max-width: 767px)
{
    .wrap-message .message
    {
        width: 100%;
        padding: 100px 15px 0 15px;
    }
}
.wrap-message .message .title span
{
    color: #5f6368;
}
.wrap-message .message .title h2
{
    text-transform: capitalize;

    color: #fab400;
}
.wrap-contact .contact p
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.66666667;

    margin: 20px 0;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact p
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact p
    {
        font-size: 18px;
    }
}
.wrap-contact .contact a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 2px;
}
.wrap-contact .contact a:hover span
{
    background-size: 100% 2px;
}
.common-product-item
{
    position: relative;

    display: block;

    padding: 30px;

    background-color: #181505;
}
@media (max-width: 1400px)
{
    .common-product-item
    {
        padding: 20px;
    }
}
.common-product-item:before
{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #fab400;
}
.common-product-item .title-item
{
    font-size: 42px;
    font-weight: 500;
    line-height: 1.19047619;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px)
{
    .common-product-item .title-item
    {
        font-size: 36px;
        line-height: 1.11111111;

        height: 40px;
    }
}
@media (max-width: 1400px)
{
    .common-product-item .title-item
    {
        font-size: 30px;
        line-height: 1.33333333;
    }
}
@media (max-width: 767px)
{
    .common-product-item .title-item
    {
        font-size: 24px;
    }
}
.common-product-item .note
{
    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1400px)
{
    .common-product-item .note
    {
        margin-top: 10px;
    }
}
.common-product-item .note p
{
    font-size: 14px;
    line-height: 1.42857143;
}
.common-product-item .pic
{
    margin-top: 50px;
}
@media (max-width: 1400px)
{
    .common-product-item .pic
    {
        margin-top: 30px;
    }
}
.common-product-item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (min-width: 1200px)
{
    .common-product-item:hover:before
    {
        width: 100%;
    }
    .common-product-item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .common-product-item:hover .title-item
    {
        color: #fab400;
    }
    .common-product-item:hover .note
    {
        color: #fab400;
    }
}
.wrapper-product
{
    position: relative;
    z-index: 5;
}
.wrapper-product:before
{
    position: absolute;
    z-index: 1;
    top: 100px;
    right: 10%;

    width: 300px;
    height: 200px;

    content: '';

    border-radius: 526px;
    background: #ff6b00;

    -webkit-filter: blur(250px);
            filter: blur(250px);
}
.wrap-product
{
    position: relative;
    z-index: 8;

    padding-right: 0;
    padding-left: 0;
}
.wrap-product .title-product
{
    padding: 0 2%;
}
.wrap-product .title-product h2
{
    font-size: 6.5vw;
    font-weight: 600;
    line-height: 1.07142857;

    margin: 0;
    margin-right: 120px;

    text-transform: uppercase;

    background: -webkit-gradient(linear, left top, right top, from(#9fa9ab), color-stop(53.5%, #fff), to(#0a1214));
    background: -webkit-linear-gradient(left, #9fa9ab 0%, #fff 53.5%, #0a1214 100%);
    background:         linear-gradient(90deg, #9fa9ab 0%, #fff 53.5%, #0a1214 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px)
{
    .wrap-product .title-product h2
    {
        margin-right: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .title-product h2
    {
        font-size: 30px;

        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.wrap-product .title-product h3
{
    font-size: 46px;
    font-weight: 600;
    line-height: 1.43478261;

    max-width: 740px;
    margin: 30px 0 0 0;

    text-transform: uppercase;

    color: #fab400;
}
@media (max-width: 1199px)
{
    .wrap-product .title-product h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .title-product h3
    {
        font-size: 34px;

        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .title-product h3
    {
        font-size: 24px;

        max-width: 70%;
        margin-top: 0;
    }
}
.wrap-product .title-product .more
{
    margin-bottom: 20px;
}
.wrap-product .title-product .more a
{
    position: relative;

    display: inline-block;

    padding: 1px 0 0 1px;

    border-radius: 66px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(217, 217, 217, .5), transparent);
    background-image:         linear-gradient(90deg, rgba(217, 217, 217, .5), transparent);
}
.wrap-product .title-product .more a span
{
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;

    position: relative;
    z-index: 4;

    display: inline-block;

    padding: 0 48px;

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

    border-radius: 66px;
    background: #1c1d20;

    -webkit-backdrop-filter: blur(7.80000019px);
            backdrop-filter: blur(7.80000019px);
}
@media (max-width: 1199px)
{
    .wrap-product .title-product .more a span
    {
        font-size: 18px;
        line-height: 40px;

        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .title-product .more a span
    {
        font-size: 16px;
    }
}
.wrap-product .title-product .more a:hover span
{
    background-color: #fab400;
}
.wrap-product .product-info
{
    margin-top: 30px;
}
.wrap-product .product-info > 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-info .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-product .product-info .item .pic
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-product .product-info .item .pic
    {
        width: 100%;
    }
}
.wrap-product .product-info .item .pic .img-box
{
    padding-bottom: 88.54166667%;
}
.wrap-product .product-info .item .text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 50%;
    padding: 30px 3%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1199px)
{
    .wrap-product .product-info .item .text
    {
        padding: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product-info .item .text
    {
        width: 100%;
    }
}
.wrap-product .product-info .item .text-content
{
    padding: 30px 50px;

    border-top: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width: 1199px)
{
    .wrap-product .product-info .item .text-content
    {
        padding: 20px 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product-info .item .text-content
    {
        padding-right: 0;
    }
}
.wrap-product .product-info .item .title-product-info
{
    position: relative;
}
.wrap-product .product-info .item .title-product-info:before
{
    font-size: 36px;
    font-weight: 600;

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

    content: '#';
}
@media (max-width: 1199px)
{
    .wrap-product .product-info .item .title-product-info:before
    {
        font-size: 30px;

        left: -40px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product-info .item .title-product-info:before
    {
        font-size: 24px;
    }
}
.wrap-product .product-info .item .title-product-info h3
{
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.02564103;
}
@media (max-width: 767px)
{
    .wrap-product .product-info .item .title-product-info h3
    {
        font-size: 24px;
    }
}
.wrap-product .product-info .item .title-product-info .num
{
    font-size: 36px;
    font-weight: 500;
    line-height: 2;

    margin-bottom: 0;
    margin-left: 20px;

    color: #fab400;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .wrap-product .product-info .item .title-product-info .num
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product-info .item .title-product-info .num
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product-info .item .title-product-info .num
    {
        font-size: 20px;
    }
}
.wrap-product .product-info .item .note
{
    max-width: 85%;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .wrap-product .product-info .item .note
    {
        max-width: 100%;
        margin-top: 10px;
    }
}
.wrap-product .product-info .item .note p
{
    font-size: 18px;
    line-height: 1.44444444;

    margin: 0;

    color: #ededed;
}
@media (max-width: 1199px)
{
    .wrap-product .product-info .item .note p
    {
        font-size: 16px;
    }
}
.wrap-product-other .item .img-box
{
    padding-bottom: 93.75%;
}
.wrap-product .product-menu
{
    margin-top: 40px;

    color: #000;
    background-color: #fab400;
}
@media (max-width: 767px)
{
    .wrap-product .product-menu
    {
        margin-top: 20px;
    }
}
.wrap-product .product-menu > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -30px;

    -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: 767px)
{
    .wrap-product .product-menu > ul
    {
        margin: 0 -10px;
    }
}
.wrap-product .product-menu > ul > li
{
    padding: 10px 30px;
}
@media (max-width: 767px)
{
    .wrap-product .product-menu > ul > li
    {
        padding: 10px;
    }
}
.wrap-product .product-menu > ul > li > a
{
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;

    display: inline-block;

    padding: 0 24px;

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

    border-radius: 42px;
}
@media (max-width: 1199px)
{
    .wrap-product .product-menu > ul > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product-menu > ul > li > a
    {
        font-size: 18px;
        line-height: 30px;
    }
}
.wrap-product .product-menu > ul > li.active > a,
.wrap-product .product-menu > ul > li:hover > a
{
    color: #fab400;
    background-color: #000;
}
.wrap-product .product-list
{
    padding-top: 180px;
    padding-right: 2%;
    padding-left: 2%;
}
@media (max-width: 1199px)
{
    .wrap-product .product-list
    {
        padding-top: 100px;
    }
}
.wrap-product .product-list .title-product-list h2
{
    font-size: 6.5vw;
    font-weight: 600;
    line-height: 1;

    display: inline-block;

    text-transform: uppercase;

    background: -webkit-gradient(linear, left top, right top, from(#9fa9ab), color-stop(53.5%, #fff), to(#0a1214));
    background: -webkit-linear-gradient(left, #9fa9ab 0%, #fff 53.5%, #0a1214 100%);
    background:         linear-gradient(90deg, #9fa9ab 0%, #fff 53.5%, #0a1214 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.wrap-product .product-list .list
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-product .product-list .list
    {
        margin-top: 20px;
    }
}
.wrap-product .product-list .list > ul > li
{
    margin-top: 30px;
}
.wrap-product-show
{
    font-size: 0;

    position: relative;
}
.wrap-product-show:before
{
    position: absolute;
    z-index: 1;
    top: 200px;
    right: 20%;

    width: 300px;
    height: 200px;

    content: '';

    border-radius: 526px;
    background: #ff6b00;

    -webkit-filter: blur(300px);
            filter: blur(300px);
}
.wrap-product-show .product-nav,
.wrap-product-show .product-show
{
    font-size: 14px;

    position: relative;
    z-index: 5;

    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .product-nav
{
    width: 370px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .product-nav
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-nav
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-nav > ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin: 0 -10px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-nav > ul > li
    {
        padding: 0 10px;
    }
}
.wrap-product-show .product-nav > ul > li > a
{
    font-size: 36px;
    font-weight: 600;

    display: inline-block;

    opacity: .6;
    background: -webkit-gradient(linear, left top, right top, from(#9ea7a9), color-stop(53.5%, #fff), to(#0a1214));
    background: -webkit-linear-gradient(left, #9ea7a9 0%, #fff 53.5%, #0a1214 100%);
    background:         linear-gradient(90deg, #9ea7a9 0%, #fff 53.5%, #0a1214 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1560px)
{
    .wrap-product-show .product-nav > ul > li > a
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-nav > ul > li > a
    {
        font-size: 24px;
    }
}
.wrap-product-show .product-nav > ul > li.active > a,
.wrap-product-show .product-nav > ul > li:hover > a
{
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, from(#cdc7b0), color-stop(53.5%, #f9c200), to(#322807));
    background: -webkit-linear-gradient(left, #cdc7b0 0%, #f9c200 53.5%, #322807 100%);
    background:         linear-gradient(90deg, #cdc7b0 0%, #f9c200 53.5%, #322807 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.wrap-product-show .product-show
{
    width: -webkit-calc(100% - 370px);
    width:         calc(100% - 370px);
}
@media (max-width: 1560px)
{
    .wrap-product-show .product-show
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-product-show .product-show .carousel
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrap-product-show .product-show .slider-for
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 78.8%;

    border: 1px solid #2c2c2c;
    border-radius: 25px;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .slider-for
    {
        width: 100%;

        border-radius: 10px;
    }
}
.wrap-product-show .product-show .slider-for .zoom
{
    position: relative;

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

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

    overflow: hidden;

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

    border: 1px solid #2c2c2c;
    border-radius: 25px;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .slider-nav .item
    {
        border-radius: 10px;
    }
}
.wrap-product-show .product-show .slider-nav .item-video
{
    position: relative;

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

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

    width: 38px;
    height: 38px;

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

    color: #fab400;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product-show .product-show .slider-nav .slick-current .item
{
    border-color: #fab400;
}
.wrap-product-show .product-show .info-box
{
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .info-box
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .product-show .info-box .title-info-share
{
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .info-box .title-info-share
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.wrap-product-show .product-show .info-box .title-info span
{
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

    color: #c1c1c1;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 51px;
    background: rgba(217, 217, 217, .09);

    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
}
.wrap-product-show .product-show .info-box .title-info h2
{
    font-size: 52px;
    font-weight: 500;
    line-height: 1;

    margin: 20px 0 0 0;

    color: #fab400;
}
@media (max-width: 1560px)
{
    .wrap-product-show .product-show .info-box .title-info h2
    {
        font-size: 44px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .info-box .title-info h2
    {
        font-size: 38px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info-box .title-info h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .info-box .title-info 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: 10px;
    }
}
.wrap-product-show .product-show .info-box .text h3
{
    font-size: 16px;
    line-height: 1.625;

    color: #fab400;
}
.wrap-product-show .product-show .info-box .text p
{
    color: #afafaf;
}
.wrap-product-show .product-show .info-box .share
{
    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;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .info-box .share
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product-show .product-show .info-box .share p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;
    margin-right: 20px;
}
.wrap-product-show .product-show .info-box .link
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .product-show .info-box .link
    {
        margin-top: 50px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .info-box .link
    {
        margin-top: 30px;
    }
}
.wrap-product-show .product-show .info-box .link a
{
    font-size: 16px;

    display: inline-block;

    padding: 6px 25px 6px 6px;

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

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

    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
}
.wrap-product-show .product-show .info-box .link a img
{
    display: inline-block;

    margin-right: 20px;

    vertical-align: middle;
}
.wrap-product-show .product-show .info-box .link a:hover
{
    background: rgba(255, 255, 255, .2);
}
.wrap-product-show .product-show .info-box .addcart,
.wrap-product-show .product-show .info-box .download
{
    font-size: 20px;
    line-height: 48px;

    width: 60px;
    height: 60px;
    margin-left: 20px;
    padding: 6px;

    text-align: center;

    color: #fab400;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info-box .addcart,
    .wrap-product-show .product-show .info-box .download
    {
        line-height: 32px;

        width: 40px;
        height: 40px;
        padding: 4px;
    }
}
.wrap-product-show .product-show .info-box .addcart .iconfont,
.wrap-product-show .product-show .info-box .download .iconfont
{
    display: block;

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

    border-radius: 50%;
    background-color: #000;
}
.wrap-product-show .product-show .info-box .addcart:hover .iconfont,
.wrap-product-show .product-show .info-box .download:hover .iconfont
{
    color: #fff;
    background-color: #fab400;
}
.wrap-product-show .details,
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 80px;
}
.wrap-product-show .title-in h2
{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;

    text-transform: uppercase;

    color: #fab400;
}
.wrap-product-show .title-in p
{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;

    margin: 10px 0 0 0;

    color: #afafaf;
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-in p
    {
        font-size: 14px;
    }
}
.wrap-product-show .details .editor-content,
.wrap-product-show .parameter .editor-content
{
    margin-top: 30px;
}
.wrap-product-show .inquiry .formbox form
{
    margin-top: 10px;
}
.wrap-product-show .relate-product .relate-list
{
    margin-top: 30px;
}
.wrap-product-show .relate-product .slick-list
{
    margin: 0 -35px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .relate-product .slick-list
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-list
    {
        margin: 0 -5px;
    }
}
.wrap-product-show .relate-product .slick-list .slick-slide
{
    padding: 0 35px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .relate-product .slick-list .slick-slide
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-list .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-news .news-menu > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -5px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-news .news-menu > ul > li
{
    margin-top: 10px;
    padding: 0 5px;
}
.wrap-news .news-menu > ul > li > a
{
    font-size: 18px;
    line-height: 50px;

    display: block;

    padding: 0 30px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #000;
}
@media (max-width: 1199px)
{
    .wrap-news .news-menu > ul > li > a
    {
        font-size: 16px;
        line-height: 40px;

        padding: 0 20px;
    }
}
.wrap-news .news-menu > ul > li.active > a,
.wrap-news .news-menu > ul > li:hover > a
{
    background-color: #fab400;
}
.wrap-news .news > ul
{
    margin-top: -100px;
}
@media (max-width: 1560px)
{
    .wrap-news .news > ul
    {
        margin-top: -60px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news > ul
    {
        margin-top: -20px;
    }
}
.wrap-news .news > ul > li
{
    margin-top: 100px;
}
@media (max-width: 1560px)
{
    .wrap-news .news > ul > li
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news > ul > li
    {
        margin-top: 20px;
    }
}
@media (min-width: 1560px)
{
    .wrap-news .news > ul
    {
        margin: 0 -25px;
        margin-top: -100px;
    }
    .wrap-news .news > ul > li
    {
        padding: 0 25px;
    }
}
.wrap-news .news .item
{
    display: block;
}
.wrap-news .news .item .date
{
    font-size: 14px;
    line-height: 2.14285714;

    color: #ededed;
}
.wrap-news .news .item .pic
{
    position: relative;

    overflow: hidden;

    margin-top: 14px;

    border-radius: 24px;
}
.wrap-news .news .item .img-box
{
    padding-bottom: 47.61904762%;
}
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .title-news
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

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

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

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

        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .title-news
    {
        font-size: 16px;
        line-height: 1.5;
    }
}
.wrap-news .news .item .more
{
    font-size: 14px;
    line-height: 1.71428571;

    margin-top: 30px;

    color: #ededed;
}
@media (max-width: 1560px)
{
    .wrap-news .news .item .more
    {
        margin-top: 20px;
    }
}
@media (min-width: 1200px)
{
    .wrap-news .news .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-news .news .item:hover .title-news
    {
        color: #fab400;
    }
}
.wrap-details
{
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 1200px)
{
    .wrap-details
    {
        padding-top: 60px;
    }
}
.wrap-details .title-details .date
{
    font-size: 16px;

    color: #d99f0c;
}
@media (max-width: 991px)
{
    .wrap-details .title-details .date
    {
        font-size: 14px;
    }
}
.wrap-details .title-details .date .iconfont
{
    margin-right: 8px;
}
.wrap-details .title-details h2
{
    font-family: 'Clash Display', Arial;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;

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

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

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

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

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

    position: relative;

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

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

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

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

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

    display: block;

    width: 36px;
    height: 36px;

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

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

    width: 1px;
    height: 16px;

    content: '';

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

        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
.wrap-inquiry .title p
{
    margin-left: 0;
}
@media (min-width: 1200px)
{
    .wrap-cases .cases > ul
    {
        margin: 0 -20px;
    }
    .wrap-cases .cases > ul > li
    {
        padding: 0 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
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 30px;

    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 25px;
    background: rgba(255, 255, 255, .14);

    -webkit-backdrop-filter: blur(5.69999981px);
            backdrop-filter: blur(5.69999981px);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .wrap-cases .cases .item
    {
        padding: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-cases .cases .item
    {
        padding: 15px;

        border-radius: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-cases .cases .item
    {
        padding: 10px;

        border-radius: 10px;
    }
}
.wrap-cases .cases .item .pic
{
    overflow: hidden;

    width: 400px;
    height: 100%;

    border-radius: 25px;
}
@media (max-width: 1560px)
{
    .wrap-cases .cases .item .pic
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .wrap-cases .cases .item .pic
    {
        width: 100%;

        border-radius: 10px;
    }
}
.wrap-cases .cases .item .pic .img-box
{
    padding-bottom: 87.5%;
}
.wrap-cases .cases .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-cases .cases .item .text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: -webkit-calc(100% - 400px);
    width:         calc(100% - 400px);
    padding-top: 20px;
    padding-left: 3%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1660px)
{
    .wrap-cases .cases .item .text
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 767px)
{
    .wrap-cases .cases .item .text
    {
        width: 100%;
    }
}
.wrap-cases .cases .item .text .date
{
    font-size: 14px;
    line-height: 1.71428571;

    color: #ededed;
}
.wrap-cases .cases .item .text .title-cases
{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.23076923;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1660px)
{
    .wrap-cases .cases .item .text .title-cases
    {
        font-size: 22px;
        line-height: 1.09090909;

        max-height: 48px;
    }
}
@media (max-width: 1560px)
{
    .wrap-cases .cases .item .text .title-cases
    {
        font-size: 20px;
        line-height: 1.2;

        margin-top: 4px;
    }
}
.wrap-cases .cases .item .text .title-cases span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-cases .cases .item .text .note
{
    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1660px)
{
    .wrap-cases .cases .item .text .note
    {
        height: 72px;
    }
}
@media (max-width: 1560px)
{
    .wrap-cases .cases .item .text .note
    {
        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-cases .cases .item .text .note p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;
}
@media (max-width: 1660px)
{
    .wrap-cases .cases .item .text .note p
    {
        line-height: 1.71428571;
    }
}
.wrap-cases .cases .item .text .more
{
    font-size: 14px;
    line-height: 24px;

    display: inline-block;

    margin-top: 30px;
}
@media (max-width: 1660px)
{
    .wrap-cases .cases .item .text .more
    {
        margin-top: 20px;
    }
}
.wrap-cases .cases .item .text .case-logo
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.wrap-cases .cases .item .text .case-logo .img
{
    overflow: hidden;

    width: 170px;

    border-radius: 10px;
}
@media (max-width: 1660px)
{
    .wrap-cases .cases .item .text .case-logo .img
    {
        width: 130px;
    }
}
@media (max-width: 1560px)
{
    .wrap-cases .cases .item .text .case-logo .img
    {
        width: 100px;
    }
}
.wrap-cases .cases .item .text .case-logo .img .img-box
{
    padding-bottom: 44.11764706%;
}
.wrap-cases .cases .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-cases .cases .item:hover .text .title-cases span
{
    background-size: 100% 1px;
}
.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: #fab400;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

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

    color: #fab400;
}
.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: #fab400;
}
.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: #fab400;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #fab400;
}
.wrap-nosearch .nosearch
{
    margin: 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(250, 180, 0, .5);
    border-radius: 5px;
    background-color: rgba(250, 180, 0, .1);
}
.wrap-nosearch .nosearch .title-in
{
    margin: 30px 0;
}
@media (min-width: 1200px)
{
    .wrap-nosearch .nosearch .title-in h2
    {
        font-size: 30px;
    }
}
.pagination
{
    display: block;

    margin-top: 100px;

    color: #5c4f46;
}
@media (max-width: 1560px)
{
    .pagination
    {
        margin-top: 60px;
    }
}
.pagination a,
.pagination span:not(.ellipsis)
{
    font-size: 16px;

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

    min-width: 38px;
    height: 38px;
    margin: 0 2px;
    padding: 2px 5px 0;

    cursor: pointer;
    text-align: center;

    color: #5c4f46;
    border-radius: 50%;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 1200px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        -webkit-transition: .2s;
                transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover
    {
        color: #fab400;
    }
}
@media (max-width: 1199.98px)
{
    .pagination a:active,
    .pagination span:not(.ellipsis):active
    {
        color: #fab400;
    }
}
@media (max-width: 767.98px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        min-width: 32px;
        height: 32px;
        margin: 0 3px;
    }
}
.pagination span.current
{
    color: #fab400;
}
.pagination span.current.prev,
.pagination span.current.next
{
    display: none;
}
.pagination .next,
.pagination .prev
{
    color: #000;
    background-color: #fff;
}
.pagination .next:hover,
.pagination .prev:hover
{
    color: #fff;
    background-color: #fab400;
}
.pagination .prev:before
{
    font-family: 'iconfont' !important;

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

    content: '\e625';
}
.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 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: #fab400;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #fab400;
}
.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: #fab400;
    background-color: #fab400;
}
.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: #fab400;
}
.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 p
{
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1199px)
{
    .editor-content p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.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: 18px;
    line-height: 1.66666667;

    overflow: auto;

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

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

    border-spacing: 0;
    border-collapse: collapse;

    color: #afafaf;
    background: rgba(241, 241, 241, .1);
}
.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: 15px 20px !important;

    border: 1px solid #4c4c4c;
}
@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;
}
.editor-content .table-box table tr:first-child,
.editor-content .table-box table.rowspan2 tr:nth-child(2),
.editor-content .table-box table.rowspan3 tr:nth-child(2),
.editor-content .table-box table.rowspan3 tr:nth-child(3),
.editor-content .table-box table.rowspan4 tr:nth-child(2),
.editor-content .table-box table.rowspan4 tr:nth-child(3),
.editor-content .table-box table.rowspan4 tr:nth-child(4),
.editor-content .table-box table.rowspan5 tr:nth-child(2),
.editor-content .table-box table.rowspan5 tr:nth-child(3),
.editor-content .table-box table.rowspan5 tr:nth-child(4),
.editor-content .table-box table.rowspan5 tr:nth-child(5)
{
    color: #fff;
    background-color: #fab400;
}
.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;
}
