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

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

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

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

    src: local('Outfit Medium'), local('Outfit-Medium'), url('../fonts/Outfit-Medium.woff2') format('woff2'), url('../fonts/Outfit-Medium.woff') format('woff'), url('../fonts/Outfit-Medium.ttf') format('truetype');
    font-display: swap;
}
body
{
    font-family: 'Outfit', 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: #222;

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    overflow: hidden;

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

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

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

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

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

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

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

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

    overflow: hidden;

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

    overflow: hidden;

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

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

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

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

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

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

    color: #666;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: none;

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

        left: -30px;

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

    display: block;

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

    white-space: nowrap;
}
.prev-next .slick-arrow
{
    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

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

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

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

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

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

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

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

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.common-share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -20px;

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

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

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.common-share ul li a:hover
{
    color: #9b2324;
}
.common-share ul li:after
{
    display: block;

    width: 1px;
    height: 20px;

    content: '';

    background-color: #eee;
}
.common-share ul li .icon
{
    font-size: 20px;
}
.common-share ul li:last-child:after
{
    display: none;
}
.formbox
{
    margin-top: 10px;
}
.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: 20px;

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

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

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

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

    border: 1px solid #e6e6e6;
    border-radius: 0;
    border-radius: 8px;
    outline: 0;
    background: none;
    background: #f5f5f5;
}
@media (max-width: 767px)
{
    .formbox form .group input,
    .formbox form .group textarea
    {
        line-height: 20px;
    }
}
.formbox form .group input:placeholder-shown + label,
.formbox form .group textarea:placeholder-shown + label
{
    top: 0;

    background-color: transparent;
}
.formbox form .group input:focus,
.formbox form .group textarea:focus
{
    border-color: #9b2324;
}
.formbox form .group-read
{
    position: relative;
}
.formbox form .group-read:before
{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;

    display: block;

    width: 2px;
    height: 24px;

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

    background-color: #9b2324;
}
.formbox form .group-read input
{
    color: #9b2324 !important;
    border-color: #f5e9ea !important;
    background-color: #f5e9ea !important;
}
.formbox form .group input:focus + label,
.formbox form .group textarea:focus + label,
.formbox form .group input:valid + label,
.formbox form .group textarea:valid + label
{
    top: -30px;
    left: 20px;

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

    opacity: .8;
}
@media (max-width: 1400px)
{
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:valid + label,
    .formbox form .group textarea:valid + label
    {
        left: 20px;
    }
}
@media (max-width: 767px)
{
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:valid + label,
    .formbox form .group textarea:valid + label
    {
        top: -30px;
        left: 10px;
    }
}
.formbox-bg form .group input,
.formbox-bg form .group textarea
{
    border: 1px solid #dadee5;
    background: #f4f6fa;
}
.submit-group
{
    margin-top: 20px;
}
.submit-group .submit
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 48px;
    padding: 0;

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

    color: #fff;
    border: none;
    background-color: #9b2324;

    -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;
}
.submit-group .submit .icon
{
    margin-right: 10px;
}
.submit-group .submit:hover
{
    background-color: #76080a;
}
.wrap-reviews .slick-reviews
{
    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-reviews .slick-reviews
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-reviews .slick-reviews .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-reviews .slick-reviews .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-reviews .item
{
    padding: 0 30px;

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

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

    padding: 20px 0;

    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.wrap-reviews .item .title-reviews h4
{
    font-size: 14px;
    font-weight: bold;

    margin: 0;

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

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

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

    margin-right: 4px;

    color: #bf0003;
}
.wrap-reviews .item .note
{
    padding: 14px 0;
}
.wrap-reviews .item .note p
{
    font-size: 14px;
    line-height: 22px;

    margin: 0;

    color: #444;
}
.wrap-reviews .write-reviews
{
    margin-top: 50px;
}
.wrap-reviews .write-reviews .message form ul
{
    margin: 0 -10px;
}
.wrap-reviews .write-reviews .message form ul li
{
    padding: 0 10px;
}
.wrap-reviews .write-reviews .message form .group
{
    position: relative;

    margin-top: 20px;

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

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

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

    color: #fff;
    outline: none;
    background: none;
}
.wrap-reviews .write-reviews .message form .group label
{
    font-size: 14px;
    line-height: 50px;

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

    -webkit-transition: all .3s ease;
            transition: all .3s ease;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-reviews .write-reviews .message form .group label
    {
        font-size: 14px;
        line-height: 44px;

        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input,
.wrap-reviews .write-reviews .message form .group textarea
{
    font-size: 14px;
    line-height: 30px;

    position: relative;
    z-index: 2;

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

    border: 1px dashed #dadee5;
    border-radius: 0;
    border-radius: 8px;
    outline: 0;
    background: none;
}
@media (max-width: 1470px)
{
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea
    {
        line-height: 24px;

        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input:placeholder-shown + label,
.wrap-reviews .write-reviews .message form .group textarea:placeholder-shown + label
{
    top: 0;

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

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

    opacity: .8;
}
@media (max-width: 1470px)
{
    .wrap-reviews .write-reviews .message form .group input:focus + label,
    .wrap-reviews .write-reviews .message form .group textarea:focus + label,
    .wrap-reviews .write-reviews .message form .group input:valid + label,
    .wrap-reviews .write-reviews .message form .group textarea:valid + label
    {
        top: -30px;
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group textarea
{
    resize: none;
}
.wrap-reviews .write-reviews .message form .submit-group
{
    margin-top: 20px;
}
.wrap-reviews .write-reviews .message form .submit-group .icon
{
    color: #76080a;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    padding: 0 5%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1660px)
{
    .header
    {
        padding: 0 15px;
    }
}
.header .logo
{
    height: 110px;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
    }
}
.header .logo img
{
    display: block;

    height: 100%;
}
.header .header-right
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.header .serach-part
{
    cursor: pointer;
}
.header .find
{
    font-size: 16px;
    line-height: 48px;

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

    margin-left: 40px;
    padding: 0 30px;

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

    color: #fff;
    border-radius: 8px;
    background-color: #9b2324;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1470px)
{
    .header .find
    {
        margin-left: 10px;
    }
}
@media (max-width: 1400px)
{
    .header .find
    {
        font-size: 14px;

        padding: 0 14px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 38px;
    }
}
.header .find .icon
{
    font-size: 20px;

    display: block;

    margin-right: 10px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.header .find:hover
{
    background-color: #76080a;
}
.header .find:hover .icon
{
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}
.header .search-wrap
{
    font-size: 14px;

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

    display: none;

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

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

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

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

    overflow: hidden;

    width: 80%;

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

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

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

    width: 100%;
    padding: 15px;

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

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

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

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

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

    content: '\e60e';
}
.header .search-wrap .submit:hover
{
    color: #fff;
    background-color: #9b2324;
}
.header .language
{
    position: relative;
}
.header .language p
{
    line-height: 60px;

    margin: 0;
}
.header .language p img
{
    height: 24px;
    margin-right: 10px;
}
.header .language ul
{
    position: absolute;
    top: 100%;
    left: -20px;

    display: none;

    min-width: 100%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .language ul li a
{
    display: block;

    padding: 10px 20px;
}
.header .language ul li a img
{
    width: 30px;
}
.header .translate
{
    margin-left: 30px;
}
@media (max-width: 1199px)
{
    .header .translate
    {
        position: absolute;
        top: 3px;
        right: 10px;

        margin: 0;
    }
}
.header .pc-nav
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
.header .pc-nav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .pc-nav > ul > li > a
{
    font-size: 18px;
    font-weight: 500;

    position: relative;

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

    height: 50px;
    padding: 0 26px;

    -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: 1560px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 14px;
    }
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    color: #9b2324;
}
.header .pc-nav .nav-list2
{
    font-size: 14px;

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

    display: none;

    min-width: 200px;
    padding: 10px 0;

    text-align: left;

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

    display: block;

    padding: 5px 24px;

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

    display: none;

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

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;
}
.header .pc-nav .nav-list3 > li > a:hover
{
    color: #fff;
    background-color: #9b2324;
}
.header .btn-menu
{
    position: relative;

    display: none;

    width: 24px;
    height: 40px;
}
@media (max-width: 1199px)
{
    .header .btn-menu
    {
        display: inline-block;

        margin-left: 10px;

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

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

    width: 100%;
    height: 100%;

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

    height: 2px;

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

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

    height: 2px;
    margin: 5px 0;

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

    background: #999;
}
.stuck
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.stuck .logo
{
    height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        height: 60px;
    }
}
.hc-mobile-nav
{
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone
{
    display: none;
}
.hc-mobile-nav p
{
    margin: 0;
}
.hc-mobile-nav li.nav-close
{
    padding-top: 40px;
}
.hc-mobile-nav .nav-list2 li.nav-parent > a
{
    padding-right: 44px;
    padding-left: 30px;
}
.hc-mobile-nav .nav-list3 li a
{
    padding-left: 40px;
}
.hc-mobile-nav ul
{
    text-indent: 0 !important;
}
.hc-mobile-nav .nav-wrapper
{
    color: #333;
    background-color: #fff;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover
{
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before
{
    border-color: #222;
}
.hc-mobile-nav:not(.touch-device) a:hover
{
    background-color: #eee;
}
.online-wrap
{
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 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: 44px;

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

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

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

    display: inline-block;

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

    display: none;

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

    max-width: 100%;
}
.online-wrap .online
{
    -webkit-transition: right .3s;
            transition: right .3s;
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 70px;

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

    position: relative;

    display: block;

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

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

    color: #fff;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .3);
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.online-wrap .online a:before
{
    font-size: 22px;
}
.online-wrap .online a:hover
{
    background-color: #9b2324;
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 0;

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

    display: inline-block;

    margin: 0;
    padding: 0 20px;

    vertical-align: middle;

    color: #fff;
    border-radius: 8px;
    background: #9b2324;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover .phone-num
    {
        right: 100%;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

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

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

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

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

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

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

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

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

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

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

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

    content: '\e674';
}
.online-wrap .icon-cart span
{
    font-size: 12px;
    line-height: 14px;

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

    width: 14px;
    height: 14px;

    color: #fff;
    border-radius: 50%;
    background-color: #9b2324;
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    display: block;

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

    display: none;

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

    color: #fff;
    background-color: #9b2324;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    margin: 0;
    padding: 0;

    text-align: center;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    display: none;

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

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;

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

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

    width: 100%;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .swiper-pagination
    {
        bottom: 10px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet
{
    width: 12px;
    height: 12px;
    margin: 0 10px;

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

    opacity: .2;
    border-radius: 0;
    border-radius: 50%;
    background: none;
    background-color: #9b2324;
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    opacity: 1;
}
.banner .slick-arrow
{
    top: -webkit-calc(50% + 40px);
    top:         calc(50% + 40px);

    width: auto;

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

    color: #fff;
    border: none;
    background: none;
}
.banner .slick-arrow:before
{
    font-size: 30px;
}
.banner .slick-arrow:hover
{
    color: #76080a;
    background: none;
}
.banner .slick-prev
{
    left: 2%;
}
@media (max-width: 991px)
{
    .banner .slick-prev
    {
        left: 0;
    }
}
.banner .slick-next
{
    right: 2%;
}
@media (max-width: 991px)
{
    .banner .slick-next
    {
        right: 0;
    }
}
.banner .item
{
    position: relative;

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

    width: 100%;
    height: 100%;

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

    display: block;

    padding-bottom: 50%;

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

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

    content: '';

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

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

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

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

    overflow: hidden;
}
.banner-in img
{
    position: relative;
    left: 50%;

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

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-in .banner-location
    {
        top: -webkit-calc(50% + 45px);
        top:         calc(50% + 45px);
    }
}
.banner-in .banner-location h2
{
    font-size: 48px;
    line-height: 1.3;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .banner-location h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner-in .banner-location h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-location h2
    {
        font-size: 20px;

        margin: 0;
    }
}
.banner-in .banner-location .location ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 991px)
{
    .banner-in .banner-location .location ul
    {
        font-size: 14px;
    }
}
.banner-in .banner-location .location ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.banner-in .banner-location .location ul li:after
{
    margin: 0 6px;

    content: '>';
}
.banner-in .banner-location .location ul li:last-child:after
{
    display: none;
}
.banner-in .banner-location .location a
{
    font-size: 16px;
    line-height: 26px;

    display: block;

    text-transform: capitalize;
}
.banner-in .banner-location .location a:hover
{
    text-decoration: underline;
}
@-webkit-keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
.box
{
    position: relative;
    z-index: 3;

    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1560px)
{
    .box
    {
        padding: 100px 0;
    }
}
@media (max-width: 1199px)
{
    .box
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.common-more
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .common-more
    {
        margin-top: 20px;
    }
}
.common-more a
{
    position: relative;

    display: inline-block;
}
.common-more a span
{
    line-height: 52px;

    display: inline-block;

    padding: 0 36px;

    color: #fff;
    background-color: #9b2324;

    -webkit-clip-path: polygon(100% 0, 100% 65%, 88% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 65%, 88% 100%, 0 100%, 0 0);
}
.common-more a:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #9b2324 transparent;
}
.common-more a:hover span
{
    background-color: #76080a;
}
.common-more a:hover:after
{
    border-color: transparent transparent #76080a transparent;
}
@-webkit-keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.title .mask
{
    line-height: 1.5;

    margin-bottom: 20px;

    color: rgba(255, 255, 255, .5);
}
.title .mask:before
{
    display: inline-block;

    width: 40px;
    height: 1px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: rgba(255, 255, 255, .5);
}
.title h2,
.title h3
{
    font-size: 64px;
    font-weight: 900;
    line-height: 1.2;

    text-transform: uppercase;
}
@media (max-width: 1560px)
{
    .title h2,
    .title h3
    {
        font-size: 54px;
    }
}
@media (max-width: 1470px)
{
    .title h2,
    .title h3
    {
        font-size: 46px;
    }
}
@media (max-width: 1199px)
{
    .title h2,
    .title h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .title h2,
    .title h3
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .title h2,
    .title h3
    {
        font-size: 24px;
    }
}
.title h2 span,
.title h3 span
{
    color: #9b2324;
}
.title h3
{
    position: relative;

    color: #fff;
    text-shadow: -1px -1px 0 #666, /* 左上 */ 1px -1px 0 #666, /* 右上 */ -1px 1px 0 #666, /* 左下 */ 1px 1px 0 #666;
}
.title h3:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .8));
    background-image:         linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .8));
}
.title p
{
    line-height: 1.5;

    margin: 0;
    margin-top: 14px;

    color: #444;
}
.box-category .category
{
    position: relative;

    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .box-category .category
    {
        margin-top: 30px;
    }
}
.box-category .category > ul > li:nth-child(2n)
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
@media (max-width: 767px)
{
    .box-category .category > ul > li:nth-child(2n)
    {
        margin-top: 30px;
    }
}
.box-category .category > ul > li:nth-child(2n) .item
{
    height: -webkit-calc(50% - 15px);
    height:         calc(50% - 15px);
}
.box-category .category > ul > li:nth-child(2n+1) .item
{
            flex-direction: column;

    -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;
}
.box-category .category > ul > li:nth-child(2n+1) .item .pic,
.box-category .category > ul > li:nth-child(2n+1) .item .text
{
    width: 100%;
}
.box-category .category > ul > li:nth-child(2n+1) .item .pic .img-box
{
    padding-bottom: 75.29411765%;
}
.box-category .category .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row-reverse;

    height: 100%;

    border-radius: 8px;
    background: #f5f5f5;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
.box-category .category .item .pic
{
    width: 45%;
}
.box-category .category .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;

    background: none;
}
.box-category .category .item .text
{
    width: 55%;
    padding: 48px;
}
@media (max-width: 1199px)
{
    .box-category .category .item .text
    {
        padding: 20px;
    }
}
.box-category .category .item .text .title-category
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .box-category .category .item .text .title-category
    {
        font-size: 30px;
        line-height: 1.33333333;
    }
}
@media (max-width: 1199px)
{
    .box-category .category .item .text .title-category
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .text .title-category
    {
        font-size: 20px;
        line-height: 1.5;
    }
}
.box-category .category .item .text .title-category span
{
    display: block;

    color: #9b2324;
}
.box-category .category .item .text .editor-content
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 96px;
    margin: 0;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 1199px)
{
    .box-category .category .item .text .editor-content
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .text .editor-content
    {
        display: -webkit-box;
        overflow: hidden;

        max-height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-category .category .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-category .category .more
{
    line-height: 120px;

    position: absolute;
    z-index: 6;
    top: 50%;
    left: -webkit-calc(41.66666667% - 90px);
    left:         calc(41.66666667% - 90px);

    display: block;

    width: 180px;
    height: 180px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: 30px solid #fff;
    border-radius: 50%;
    background-color: #9b2324;
}
@media (max-width: 1199px)
{
    .box-category .category .more
    {
        line-height: 110px;

        left: -webkit-calc(41.66666667% - 80px);
        left:         calc(41.66666667% - 80px);

        width: 140px;
        height: 140px;

        border: 15px solid #fff;
    }
}
@media (max-width: 767px)
{
    .box-category .category .more
    {
        line-height: 80px;

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

        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-top: 30px;

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

        border: 10px solid #eee;
    }
}
.box-category .category .more .iconfont
{
    font-size: 30px;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 767px)
{
    .box-category .category .more .iconfont
    {
        font-size: 24px;
    }
}
.box-category .category .more:hover .iconfont
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.box-solutions .solutions-left
{
    position: relative;

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

    width: 450px;
    padding: 48px;

    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);

    color: #fff;
    border-radius: 8px;
    background-color: #9b2324;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .box-solutions .solutions-left
    {
        width: 300px;
        padding: 30px;

        -webkit-transform: translateY(60px);
            -ms-transform: translateY(60px);
                transform: translateY(60px);
    }
}
@media (max-width: 767px)
{
    .box-solutions .solutions-left
    {
        width: 100%;
        padding: 30px 15px;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.box-solutions .solutions-left:before
{
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 60px 60px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
@media (max-width: 767px)
{
    .box-solutions .solutions-left:before
    {
        border-color: transparent transparent #f5f5f5 transparent;
    }
}
.box-solutions .solutions-left .more
{
    line-height: 52px;

    display: inline-block;

    width: 150px;
    margin-top: 80px;

    text-align: center;

    background: url(../images/more.svg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-solutions .solutions-left .more
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .box-solutions .solutions-left .more
    {
        margin-top: 30px;
    }
}
.box-solutions .solutions-left .customer
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-solutions .solutions-left .customer .pic
{
    overflow: hidden;

    width: 52px;
    height: 52px;

    border-radius: 50%;
}
.box-solutions .solutions-left .customer .number
{
    line-height: 52px;

    position: relative;
    z-index: 6;

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

    text-align: center;

    color: #fff;
    border: 4px solid #9b2324;
    border-radius: 50%;
    background-color: #af4f50;
}
.box-solutions .solutions-left .customer .text
{
    margin-left: 16px;
}
.box-solutions .solutions-left .customer .text p
{
    line-height: 1.25;

    margin: 0;
}
.box-solutions .solutions-right
{
    width: -webkit-calc(100% - 450px);
    width:         calc(100% - 450px);
    padding: 100px 0 100px 5%;
}
@media (max-width: 1199px)
{
    .box-solutions .solutions-right
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
        padding: 60px 0 60px 3%;
    }
}
@media (max-width: 767px)
{
    .box-solutions .solutions-right
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.box-solutions .solutions-right > ul
{
    margin-top: -60px;
}
@media (min-width: 1200px)
{
    .box-solutions .solutions-right > ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 1199px)
{
    .box-solutions .solutions-right > ul
    {
        margin-top: -30px;
    }
}
.box-solutions .solutions-right > ul > li
{
    margin-top: 60px;
}
@media (min-width: 1200px)
{
    .box-solutions .solutions-right > ul > li
    {
        padding: 0 30px;
    }
}
@media (max-width: 1199px)
{
    .box-solutions .solutions-right > ul > li
    {
        margin-top: 30px;
    }
}
.box-solutions .solutions-right .item
{
    position: relative;

    padding-bottom: 30px;

    border-bottom: 1px solid #ccc;
}
@media (max-width: 1199px)
{
    .box-solutions .solutions-right .item
    {
        padding-bottom: 20px;
    }
}
.box-solutions .solutions-right .item:after
{
    position: absolute;
    z-index: 6;
    bottom: -1px;

    display: block;

    width: 0;
    height: 1px;

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

    background-color: #9b2324;
}
.box-solutions .solutions-right .item .pic
{
    overflow: hidden;

    width: 50%;

    border-radius: 8px;
}
.box-solutions .solutions-right .item .img-box
{
    padding-bottom: 66.66666667%;
}
.box-solutions .solutions-right .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;

    background: none;
}
.box-solutions .solutions-right .item .title-solutions
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-solutions .solutions-right .item .title-solutions
    {
        font-size: 20px;
        line-height: 1.5;
    }
}
.box-solutions .solutions-right .item .editor-content
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-solutions .solutions-right .item .more
{
    position: absolute;
    top: 0;
    right: 0;

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

    color: #666;
}
.box-solutions .solutions-right .item .more .iconfont
{
    font-size: 20px;
}
@media (max-width: 1199px)
{
    .box-solutions .solutions-right .item .more .iconfont
    {
        font-size: 16px;
    }
}
.box-solutions .solutions-right .item:hover:after
{
    width: 100%;
}
.box-solutions .solutions-right .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-solutions .solutions-right .item:hover .more
{
    color: #9b2324;
}
.box-application
{
    padding-top: 210px;
}
@media (max-width: 767px)
{
    .box-application
    {
        padding-top: 60px;
    }
}
.box-application .application-left
{
    width: 60%;
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .box-application .application-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-application .application-menu
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .box-application .application-menu
    {
        margin-top: 20px;
    }
}
.box-application .application-menu > ul > li
{
    border-bottom: 1px solid #ccc;
}
.box-application .application-menu > ul > li:last-child
{
    border-bottom: none;
}
.box-application .application-menu .menu-item
{
    padding: 10px 0 30px;
}
@media (max-width: 1199px)
{
    .box-application .application-menu .menu-item
    {
        padding: 10px 0;
    }
}
.box-application .application-menu .menu-item .title-application
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

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

    padding: 20px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .box-application .application-menu .menu-item .title-application
    {
        font-size: 20px;
        line-height: 1.5;

        padding: 10px 0;
    }
}
.box-application .application-menu .menu-item .title-application .number
{
    color: #999;
}
.box-application .application-menu .menu-item .edtior-content
{
    overflow: hidden;

    width: 80%;
    max-height: 0;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-application .application-menu .active .menu-item .edtior-content
{
    max-height: 72px;
}
.box-application .application-right
{
    width: 40%;
}
@media (max-width: 767px)
{
    .box-application .application-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-application .application-right .pic
{
    position: relative;

    display: block;
    overflow: hidden;

    border-radius: 8px;
}
.box-application .application-right .pic:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    z-index: 6;
    right: 40px;
    bottom: 40px;

    display: block;

    content: '\e661';

    color: #fff;
}
.box-application .application-right .pic:after
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 60px 60px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.box-application .application-right .pic .img-box
{
    padding-bottom: 149.12280702%;
}
.box-about
{
    position: relative;

    color: #fff;
}
.box-about:before
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(155, 35, 36, .95);
}
@media (min-width: 1200px)
{
    .box-about
    {
        background-attachment: fixed;
    }
}
.box-about .about,
.box-about .title
{
    position: relative;
    z-index: 6;
}
.box-about .title-about h2
{
    font-size: 270px;
    font-weight: bold;
    line-height: 1;

    color: white;
    background: url(../images/about_bg.jpg) no-repeat center;
    -webkit-background-clip: text;
    background-size: cover;
    /* 将背景裁剪到文字上 */

    -webkit-text-fill-color: transparent;
    /* 文字透明，显示背景 */
}
@media (min-width: 1200px)
{
    .box-about .title-about h2
    {
        background-attachment: fixed;
    }
}
@media (max-width: 1560px)
{
    .box-about .title-about h2
    {
        font-size: 250px;
    }
}
@media (max-width: 1400px)
{
    .box-about .title-about h2
    {
        font-size: 220px;
    }
}
@media (max-width: 1199px)
{
    .box-about .title-about h2
    {
        font-size: 15vw;
    }
}
@media (max-width: 767px)
{
    .box-about .flex-row-reverse
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.box-about .editor-content
{
    width: 390px;
    padding-right: 20px;
}
@media (max-width: 767px)
{
    .box-about .editor-content
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-about .editor-content p
{
    color: #fff;
}
.box-about .video .play
{
    position: relative;

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

    width: 160px;
    height: 160px;

    cursor: pointer;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1199px)
{
    .box-about .video .play
    {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 767px)
{
    .box-about .video .play
    {
        width: 100px;
        height: 100px;
    }
}
.box-about .video .play:before
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    background: url(../images/play.svg) no-repeat center;
    background-size: cover;
}
@-webkit-keyframes play
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes play
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.box-contact .contact
{
    padding: 120px 0;
}
@media (max-width: 1199px)
{
    .box-contact .contact
    {
        padding: 100px 0;
    }
}
@media (max-width: 767px)
{
    .box-contact .contact
    {
        padding: 50px 0;
    }
}
.box-contact .common-more
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .box-contact .common-more
    {
        margin-top: 30px;
    }
}
.footer
{
    line-height: 1.75;

    overflow: hidden;

    color: #444;
    background: #f5f5f5;
}
@media (max-width: 1400px)
{
    .footer
    {
        font-size: 14px;
    }
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 80px;
    }
}
.footer .foot-top
{
    padding: 28px 0;

    border-bottom: 1px solid #e6e6e6;
}
.footer .title-foot
{
    position: relative;
    z-index: 2;
}
@media (max-width: 767px)
{
    .footer .title-foot
    {
        margin: 0;
    }
}
.footer .title-foot h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    text-transform: capitalize;

    color: #222;
}
.footer .foot-logo
{
    display: block;

    height: 160px;
}
@media (max-width: 1199px)
{
    .footer .foot-logo
    {
        height: 120px;
    }
}
.footer .foot-logo img
{
    height: 100%;
}
.footer .share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

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

    display: block;

    width: 48px;
    height: 48px;

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

    border: 1px solid #999;
    border-radius: 50%;
}
.footer .share ul li:hover a
{
    color: #fff;
    border-color: #9b2324;
    background-color: #9b2324;
}
.footer .foot
{
    padding: 60px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 30px 0 10px;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 33.33333333%;
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .item-contact
{
    max-width: 170px;
}
@media (max-width: 767px)
{
    .footer .item-contact
    {
        max-width: 100%;
    }
}
.footer .item-contact .info
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .item-contact .info
    {
        margin-top: 10px;
    }
}
.footer .item-contact .info p
{
    margin: 4px 0;
}
.footer .item-contact .info p .icon
{
    margin-right: 10px;

    color: #fff;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.footer a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#9b2324), to(#9b2324));
    background-image: -webkit-linear-gradient(left, #9b2324 0%, #9b2324 100%);
    background-image:         linear-gradient(to right, #9b2324 0%, #9b2324 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer a:hover
{
    color: #9b2324;
}
.footer a:hover span
{
    background-size: 100% 1px;
}
.footer .item-nav .info
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .item-nav .info
    {
        margin-top: 10px;
    }
}
.footer .item-nav .info a
{
    line-height: 1.5;

    display: block;

    padding: 4px 0;
}
@media (max-width: 767px)
{
    .footer .item-nav .info a
    {
        display: inline-block;

        margin-right: 14px;

        vertical-align: middle;
    }
}
.footer .copyright
{
    line-height: 26px;

    padding: 15px 0;

    text-align: center;

    border-top: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        line-height: 20px;

        padding: 10px 0;
    }
}
.footer .copyright p
{
    display: inline-block;

    margin: 0;

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

    vertical-align: middle;
}
.footer .copyright .power,
.footer .copyright .sitemap
{
    padding: 0 10px;
}
.footer .copyright .sitemap:after
{
    display: inline-block;

    width: 1px;
    height: 12px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background-color: rgba(68, 68, 68, .2);
}
.wrap
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 1560px)
{
    .wrap
    {
        padding: 70px 0;
    }
}
@media (max-width: 1199px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.title-in h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.27777778;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in p
{
    line-height: 1.5;

    margin: 20px 0 0 0;

    color: #444;
}
.title-in-about h2
{
    font-size: 44px;
}
@media (max-width: 1199px)
{
    .title-in-about h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .title-in-about h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in-about h2
    {
        font-size: 26px;
    }
}
.wrap-location .location
{
    line-height: 24px;

    position: relative;

    padding: 0 20px 0 50px;

    color: #444;
    border-radius: 0 0 8px 8px;
    background: #f5f5f5;
}
.wrap-location .location:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    content: '\e670';
}
@media (max-width: 767px)
{
    .wrap-location .location:before
    {
        top: 5px;
    }
}
.wrap-location .location > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

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

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

    padding: 10px 0;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-location .location > ul > li > a
    {
        padding: 5px 0;
    }
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #9b2324;
}
.wrap-menu
{
    position: relative;
    z-index: 8;

    overflow: hidden;

    margin-top: -56px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-menu
    {
        margin-top: 0;
    }
}
.wrap-menu .menu
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    width: 100%;

    border-radius: 8px 8px 0 0;
    background: rgba(0, 0, 0, .5);

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

    width: 100%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (min-width: 1200px)
{
    .wrap-menu .menu ul li
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}
.wrap-menu .menu ul li a
{
    font-size: 18px;
    font-weight: 500;
    line-height: 56px;

    position: relative;

    display: block;

    padding: 0 20px;

    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-menu .menu ul li a
    {
        font-size: 16px;
        line-height: 46px;

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-menu .menu ul li a
    {
        line-height: 28px;

        padding: 5px 10px;
    }
}
.wrap-menu .menu ul li a:before
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 0;

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

    background-color: #9b2324;
}
.wrap-menu .menu ul li a span
{
    position: relative;
    z-index: 6;

    display: block;
}
.wrap-menu .menu ul li.active a,
.wrap-menu .menu ul li:hover a
{
    color: #fff;
}
.wrap-menu .menu ul li.active a:before,
.wrap-menu .menu ul li:hover a:before
{
    height: 100%;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .title-sidenav
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    position: relative;
    z-index: 6;

    padding: 15px;

    color: #fff;
    background-color: #9b2324;
}
.wrap-sidenav .title-sidenav:before
{
    position: absolute;
    z-index: 2;
    right: -10px;
    bottom: 2px;

    display: block;

    width: 50px;
    height: 7px;

    content: '';
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

    background-color: #fff;
}
.wrap-sidenav .sidenav
{
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#9b2324), to(#9b2324));
    background-image: -webkit-linear-gradient(left, #9b2324 0%, #9b2324 100%);
    background-image:         linear-gradient(to right, #9b2324 0%, #9b2324 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    position: relative;

    overflow: hidden;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 15px 40px 15px 24px;

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

    background: #f5f5f5;
}
.wrap-sidenav .sidenav .slevel-1 > li > a:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 2px;
    height: 0;

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

    background-color: #9b2324;
}
.wrap-sidenav .sidenav .slevel-1 > li > a:after
{
    font-family: 'iconfont' !important;
    line-height: 40px;

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

    width: 40px;
    height: 40px;

    content: '\e663';
    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;

    color: #444;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    background-color: #fff;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a span,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a span
{
    background-size: 100% 1px;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:before,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:before
{
    height: 100%;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-sidenav .sidenav .slevel-1 > li.active .slevel-2
{
    display: block;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding: 10px 0;

    border-top: 1px solid #ccc;
}
.wrap-sidenav .sidenav .slevel-2 > li
{
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    line-height: 24px;

    display: block;

    padding: 5px 24px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    color: #9b2324;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a span,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a span
{
    background-size: 100% 1px;
}
.xs-product-nav
{
    display: none;
    overflow: hidden;

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

    margin: 0 -4px;

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

    height: auto;
    padding: 4px;

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

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

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

    text-transform: capitalize;

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .xs-product-nav ul > li > a
    {
        line-height: 20px;
    }
}
.xs-product-nav ul > li.active > a
{
    color: #fff;
    border-color: #9b2324;
    background-color: #9b2324;
}
.wrap-about
{
    background: url(../images/about_in_bg.png) no-repeat bottom left;
}
.wrap-about .about-left
{
    width: 35%;
}
@media (max-width: 767px)
{
    .wrap-about .about-left
    {
        width: 100%;
    }
}
.wrap-about .about-left .pic
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-about .about-left .pic
    {
        margin-top: 30px;
    }
}
.wrap-about .about-left .pic img
{
    max-width: 100%;
}
.wrap-about .about-right
{
    width: 65%;
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .wrap-about .about-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-video
{
    position: relative;

    padding: 160px 0;
}
@media (min-width: 1200px)
{
    .wrap-video
    {
        background-attachment: fixed;
    }
}
@media (max-width: 1199px)
{
    .wrap-video
    {
        padding: 100px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-video
    {
        padding: 60px 0;
    }
}
.wrap-video:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .5);
}
.wrap-video .play
{
    position: relative;
    z-index: 6;

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

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

    cursor: pointer;

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1199px)
{
    .wrap-video .play
    {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 767px)
{
    .wrap-video .play
    {
        width: 100px;
        height: 100px;
    }
}
.wrap-video .play:before
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    background: url(../images/play.svg) no-repeat center;
    background-size: cover;
}
.wrap-culture .d-flex
{
    position: relative;
}
.wrap-culture .big-text
{
    font-size: 5vw;
    font-weight: 900;
    line-height: 1;

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

    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background:         linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.wrap-culture .culture-left
{
    position: relative;
    z-index: 6;

    width: 50%;
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .wrap-culture .culture-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-culture .culture-left .editor-content
{
    margin-top: 20px;
}
.wrap-culture .culture-img
{
    position: relative;
    z-index: 6;

    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-culture .culture-img
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-culture .culture-img ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -5px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-culture .culture-img ul li
{
    width: 30%;
    padding: 0 5px;
}
.wrap-culture .culture-img ul li:nth-child(2)
{
    width: 40%;
}
.wrap-culture .culture-img .pic img
{
    width: 100%;
}
.wrap-distributors .title-in
{
    position: relative;
    z-index: 6;

    width: 35%;
}
@media (max-width: 767px)
{
    .wrap-distributors .title-in
    {
        width: 100%;
    }
}
.wrap-distributors .pic
{
    position: relative;
    z-index: 1;

    width: 80%;
    margin-left: -15%;
}
@media (max-width: 767px)
{
    .wrap-distributors .pic
    {
        width: 100%;
        margin: 30px 0 0 0;
    }
}
.wrap-distributors .pic img
{
    max-width: 100%;
}
.wrap-contact
{
    background-position: bottom center;
    background-size: auto;
}
.wrap-contact .contact > ul > li
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact > ul > li
    {
        margin-top: 30px;
    }
}
.wrap-contact .contact .item
{
    text-align: center;
}
.wrap-contact .contact .item .iconfont
{
    font-size: 20px;
    line-height: 64px;

    display: block;

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

    text-align: center;

    color: #9b2324;
    border-radius: 50%;
    background-color: #f5f5f5;
}
.wrap-contact .contact .item .note b
{
    font-size: 20px;
    line-height: 1.5;

    display: block;

    margin-top: 10px;
}
.wrap-contact .contact .item .note p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #444;
}
.wrap-contact .contact .item .note p a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-contact .contact .item .note p a:hover
{
    text-decoration: underline;

    color: #9b2324;
}
.wrap-contact .contact .item:hover .iconfont
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-message
{
    position: relative;
}
.wrap-message:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 50%;

    content: '';

    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), color-stop(70%, #f5f5f5));
    background: -webkit-linear-gradient(bottom, #fff 30%, #f5f5f5 70%);
    background:         linear-gradient(0deg, #fff 30%, #f5f5f5 70%);
}
.wrap-message .title-in,
.wrap-message .formbox
{
    position: relative;
    z-index: 4;
}
.wrap-message .formbox form .group input,
.wrap-message .formbox form .group textarea
{
    border-color: #f5f5f5;
}
.common-product-item
{
    text-align: center;
}
.common-product-item .pic
{
    position: relative;

    overflow: hidden;

    border: 1px solid #e6e6e6;
    border-radius: 8px;
}
.common-product-item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-product-item .title-product
{
    font-weight: bold;
    line-height: 48px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    padding: 0 10px;

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

    border-radius: 8px;
    background: #e6e6e6;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (min-width: 1200px)
{
    .common-product-item:hover .pic
    {
        border-color: #9b2324;
    }
    .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-product
    {
        color: #fff;
        background-color: #9b2324;
    }
}
.wrap-product .product > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product .product > ul > li
    {
        margin-top: 15px;
    }
}
#productcontent
{
    position: relative;
    top: -120px;
}
@media (max-width: 1199px)
{
    #productcontent
    {
        top: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-product-show .carousel-wrap .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .item
{
    overflow: hidden;

    border-radius: 8px;
}
.wrap-product-show .carousel-wrap .slider-for
{
    font-size: 0;

    position: relative;

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

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

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

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

    cursor: pointer;
}
.wrap-product-show .slider-nav .item-video
{
    position: relative;

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

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

    display: block;

    width: 40px;
    height: 40px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #9b2324;
}
.wrap-product-show .slider-nav .slick-current .item
{
    border: 1px solid #9b2324;
}
.wrap-product-show .slider-nav .slick-arrow
{
    left: 0;

    width: 28px;
    height: 100%;

    border: 1px solid #9b2324;
    border-radius: 8px;
}
.wrap-product-show .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .info-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info-box
{
    padding-bottom: 30px;

    border-bottom: 1px solid #ccc;
}
.wrap-product-show .info-box .title-info-box h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.16666667;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .text
{
    margin-top: 30px;
    padding-bottom: 30px;

    border-bottom: 1px solid #ccc;
}
.wrap-product-show .info-box .text h3
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.wrap-product-show .info-box .share
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrap-product-show .info-box .share p
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
    margin-right: 10px;
}
.wrap-product-show .info-box .link
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .link a
{
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;

    display: block;

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

    color: #fff;
    border-radius: 8px;
    background-color: #9b2324;
}
.wrap-product-show .info-box .link a .iconfont
{
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;
}
.wrap-product-show .info-box .link a:hover
{
    background-color: #76080a;
}
.wrap-product-show .info-box .link a:hover .iconfont
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-product-show .product-show-info
{
    margin-top: 80px;
}
.wrap-product-show .title-in h2
{
    font-size: 32px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-in h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .title-in h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .stickybox
{
    padding-top: 50px;
}
.wrap-product-show .wrap-show-menu
{
    z-index: 9;

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

    white-space: nowrap;

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

    height: 4px;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.wrap-product-show .wrap-show-menu ul li
{
    padding: 0 1px;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.wrap-product-show .wrap-show-menu ul li a
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66666667;

    display: block;

    padding: 10px 20px;

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

    border-radius: 8px 8px 0 0;
    background: #f5f5f5;
}
@media (max-width: 767px)
{
    .wrap-product-show .wrap-show-menu ul li a
    {
        font-size: 16px;
    }
}
.wrap-product-show .wrap-show-menu ul li.active a
{
    color: #fff;
    background-color: #9b2324;
}
.wrap-product-show .parameter .editor-content,
.wrap-product-show .specifications .editor-content
{
    margin-top: 20px;
}
.wrap-product-show .inquiry .formbox form .group input,
.wrap-product-show .inquiry .formbox form .group textarea
{
    border-color: #f5f5f5;
}
.wrap-product-show .relate-product .slick-related
{
    margin-top: 24px;
}
.wrap-product-show .relate-product .prev-next .slick-arrow
{
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #9b2324;
    border-color: #f5e9ea;
    background-color: #f5e9ea;
}
.wrap-product-show .relate-product .prev-next .slick-arrow:hover
{
    color: #fff;
    border-color: #9b2324;
    background-color: #9b2324;
}
.wrap-product-show .submit-group
{
    text-align: center;
}
.wrap-news .news > ul
{
    border-top: 1px solid #ccc;
}
.wrap-news .news > ul > li
{
    border-bottom: 1px solid #ccc;
}
.wrap-news .news .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 30px 0;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-news .news .item .pic
{
    overflow: hidden;

    width: 330px;

    border-radius: 8px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: -webkit-calc(100% - 330px);
    width:         calc(100% - 330px);
    padding-left: 30px;

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

    color: #999;
}
.wrap-news .news .item .text .title-news
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .text .title-news
    {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text .title-news
    {
        font-size: 18px;
        line-height: 1.66666667;
    }
}
.wrap-news .news .item .text .note
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .text .more
{
    font-weight: 500;
    line-height: 1.875;

    margin-top: 20px;

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

    color: #444;
}
.wrap-news .news .item .text .more .iconfont
{
    font-size: 18px;

    display: inline-block;

    margin-left: 8px;

    vertical-align: middle;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .text .more
{
    color: #9b2324;
}
.wrap-details .title-details h2
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrap-details .title-details h2
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-details .title-details h2
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .wrap-details .title-details h2
    {
        font-size: 18px;
    }
}
.wrap-details .title-details .date
{
    font-size: 16px;
    line-height: 1.875;

    color: #9b2324;
}
@media (max-width: 991px)
{
    .wrap-details .title-details .date
    {
        font-size: 14px;
    }
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1199px)
{
    .wrap-details .details .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .details .text h3
    {
        font-size: 18px;
    }
}
.wrap-details .share
{
    margin-top: 30px;
}
.wrap-details .share p
{
    font-size: 18px;
    font-weight: bold;

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

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

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

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

    position: relative;

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

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

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

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

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

    display: block;

    width: 36px;
    height: 36px;

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

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

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a:hover:before
{
    background-color: #9b2324;
}
.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-program .program
{
    margin-top: -30px;
}
.wrap-program .program > ul > li
{
    margin-top: 30px;
}
.wrap-program .program > 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-program .program > ul > li:nth-child(2n) .item:hover .text
{
    border-right-color: #f5f5f5;
    border-left-color: #9b2324;
    border-radius: 8px 0 0 8px;
}
.wrap-program .program .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    width: 450px;

    border-radius: 8px;
}
@media (max-width: 991px)
{
    .wrap-program .program .item .pic
    {
        width: 350px;
    }
}
@media (max-width: 767px)
{
    .wrap-program .program .item .pic
    {
        width: 100%;
    }
}
.wrap-program .program .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-program .program .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-program .program .item .text
{
    width: -webkit-calc(100% - 450px);
    width:         calc(100% - 450px);
    padding: 40px;

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

    border: 1px solid #f5f5f5;
    border-radius: 0 8px 8px 0;
    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .wrap-program .program .item .text
    {
        width: -webkit-calc(100% - 350px);
        width:         calc(100% - 350px);
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-program .program .item .text
    {
        width: 100%;
    }
}
.wrap-program .program .item .text .title-program
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-program .program .item .text .title-program
    {
        font-size: 20px;
        line-height: 1.5;
    }
}
.wrap-program .program .item .text .editor-content
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-program .program .item .text .editor-content
    {
        margin-top: 10px;
    }
}
.wrap-program .program .item .text .more
{
    line-height: 30px;

    display: inline-block;

    margin-top: 50px;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-program .program .item .text .more
    {
        margin-top: 30px;
    }
}
.wrap-program .program .item .text .more span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#9b2324), to(#9b2324));
    background-image: -webkit-linear-gradient(left, #9b2324 0%, #9b2324 100%);
    background-image:         linear-gradient(to right, #9b2324 0%, #9b2324 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-program .program .item:hover .text
{
    border-color: #9b2324;
    border-left-color: #f5f5f5;
}
.wrap-program .program .item:hover .text .more
{
    color: #9b2324;
}
.wrap-program .program .item:hover .text .more span
{
    background-size: 100% 1px;
}
.wrap-program-show .program-show .text-top
{
    margin-top: 20px;
}
.wrap-program-show .program-show .text
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-program-show .program-show .text
    {
        margin-top: 30px;
    }
}
.wrap-program-cases
{
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #fff 100%);
    background:         linear-gradient(180deg, #f5f5f5 0%, #fff 100%);
}
.wrap-program-cases .cases
{
    margin-top: 10px;
}
.wrap-program-cases .cases > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-program-cases .cases > ul > li
    {
        margin-top: 14px;
    }
}
.wrap-program-cases .cases .item
{
    display: block;
    overflow: hidden;

    cursor: pointer;

    border-radius: 8px;
    background: #fff;
}
.wrap-program-cases .cases .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-program-cases .cases .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-program-cases .cases .item .title-cases
{
    font-weight: bold;
    line-height: 56px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    padding: 0 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-program-cases .cases .item .title-cases:before
{
    position: absolute;
    top: 50%;
    left: 16px;

    display: block;

    width: 2px;
    height: 16px;

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

    border-radius: 2px;
    background: #999;
}
@media (min-width: 1200px)
{
    .wrap-program-cases .cases .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-program-cases .cases .item:hover .title-cases
    {
        color: #9b2324;
    }
    .wrap-program-cases .cases .item:hover .title-cases:before
    {
        background-color: #9b2324;
    }
}
.wrap-application .application > ul > li
{
    margin-top: 30px;
}
.wrap-application .application .item
{
    position: relative;

    overflow: hidden;

    padding-bottom: 136px;

    text-align: center;

    border-radius: 8px;
    background: #f5f5f5;
}
@media (max-width: 1199px)
{
    .wrap-application .application .item
    {
        padding-bottom: 0;
    }
}
.wrap-application .application .item .pic
{
    position: relative;
    z-index: 4;
}
.wrap-application .application .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-application .application .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-application .application .item .text
{
    width: 100%;
    padding: 24px 24px 0 24px;

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

    border-radius: 0 0 8px 8px;
    background: #f5f5f5;
}
@media (min-width: 1200px)
{
    .wrap-application .application .item .text
    {
        position: absolute;
        z-index: 6;
        bottom: 0;
        left: 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-application .application .item .text
    {
        padding: 20px;
    }
}
.wrap-application .application .item .text .title-application
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66666667;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-application .application .item .text .editor-content
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-application .application .item .text .more
{
    font-size: 14px;
    line-height: 44px;

    display: inline-block;
    overflow: hidden;

    max-height: 0;
    padding: 0 30px;

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

    color: #fff;
    border-radius: 8px;
    background-color: #9b2324;
}
@media (max-width: 1199px)
{
    .wrap-application .application .item .text .more
    {
        line-height: 38px;

        max-height: 38px;
        margin-top: 20px;
    }
}
@media (min-width: 1200px)
{
    .wrap-application .application .item:hover .text
    {
        padding-bottom: 24px;

        border-radius: 8px;
    }
    .wrap-application .application .item:hover .text .more
    {
        max-height: 44px;
        margin-top: 30px;
    }
}
.wrap-training .training-left
{
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .wrap-training .training-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-training .training-left .editor-content
{
    margin-top: 20px;
}
.wrap-training .training-right
{
    overflow: hidden;

    width: 50%;

    border-radius: 8px;
}
@media (max-width: 767px)
{
    .wrap-training .training-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-training .training-right img
{
    width: 100%;
}
@media (min-width: 1200px)
{
    .wrap-services
    {
        background-attachment: fixed;
    }
}
.wrap-services .services > ul > li
{
    margin-top: 30px;
}
.wrap-services .services .item
{
    height: 100%;
    padding: 40px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-services .services .item
    {
        padding: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-services .services .item
    {
        padding: 20px;
    }
}
.wrap-services .services .item .iconfont
{
    font-size: 30px;

    display: inline-block;

    color: #9b2324;
}
.wrap-services .services .item .title-services
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;

    margin-top: 10px;
}
.wrap-services .services .item .editor-content
{
    margin-top: 16px;
}
.wrap-services .services .item:hover .iconfont
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-download .download
{
    margin-top: -30px;
}
.wrap-download .download > ul > li
{
    margin-top: 30px;
}
.wrap-download .download .item
{
    position: relative;

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

    padding: 30px 0 30px 30px;

    border-top: 2px solid #9b2324;
    border-radius: 8px;
    background: #f5f5f5;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item
    {
        padding: 20px 0 20px 20px;
    }
}
.wrap-download .download .item .pic
{
    overflow: hidden;

    width: 180px;

    border-radius: 8px;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .pic
    {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
}
.wrap-download .download .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-download .download .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-download .download .item .text
{
    width: -webkit-calc(100% - 330px);
    width:         calc(100% - 330px);
    padding: 0 30px;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .text
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .text
    {
        width: 100%;
        padding: 20px 0 0 0;

        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
                order: 3;
    }
}
.wrap-download .download .item .text .title-download
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}
@media (max-width: 1400px)
{
    .wrap-download .download .item .text .title-download
    {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .text .title-download
    {
        font-size: 18px;
        line-height: 1.33333333;
    }
}
.wrap-download .download .item .text .type
{
    line-height: 1.5;

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

    margin-top: 24px;

    color: #444;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .text .type
    {
        margin-top: 10px;
    }
}
.wrap-download .download .item .text .type .iconfont
{
    margin-right: 10px;
}
.wrap-download .download .item .size-down
{
    width: 150px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .size-down
    {
        width: -webkit-calc(100% - 180px);
        width:         calc(100% - 180px);

        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
                order: 2;
    }
}
.wrap-download .download .item .size-down .size
{
    line-height: 44px;

    position: absolute;
    top: -2px;
    right: 0;

    width: 151px;
    height: 44px;

    text-indent: 2em;

    color: #fff;
    background: url(../images/size.png) no-repeat center;
    background-size: cover;
}
.wrap-download .download .item .size-down .down
{
    font-size: 16px;
    line-height: 1.5;

    display: block;

    padding-top: 44px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
.wrap-download .download .item .size-down .down .iconfont
{
    font-size: 24px;

    display: block;
}
.wrap-download .download .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-download .download .item:hover .size-down .down
{
    color: #9b2324;
}
.wrap-joins .joins > ul
{
    border-top: 1px solid #dadee5;
}
.wrap-joins .joins > ul > li
{
    border-bottom: 1px solid #dadee5;
}
.wrap-joins .joins .item .title-joins
{
    position: relative;

    padding: 20px 30px 20px 20px;

    cursor: pointer;
}
.wrap-joins .joins .item .title-joins:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 8px 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
}
.wrap-joins .joins .item .title-joins:after
{
    font-family: 'iconfont' !important;
    line-height: 30px;

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

    width: 30px;
    height: 30px;

    content: '\e663';
    text-align: center;

    color: #444;
}
.wrap-joins .joins .item .title-joins b
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}
@media (max-width: 1199px)
{
    .wrap-joins .joins .item .title-joins b
    {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 991px)
{
    .wrap-joins .joins .item .title-joins b
    {
        font-size: 18px;
        line-height: 1.625;
    }
}
.wrap-joins .joins .item .text
{
    padding: 0 20px 40px 20px;
}
.wrap-joins .joins .item .text h3
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66666667;
}
@media (max-width: 1199px)
{
    .wrap-joins .joins .item .text h3
    {
        font-size: 16px;
    }
}
.wrap-joins .joins .item .text p
{
    font-size: 16px;
    line-height: 1.71428571;

    margin: 0;

    color: #444;
}
@media (max-width: 991px)
{
    .wrap-joins .joins .item .text p
    {
        font-size: 14px;
    }
}
.wrap-joins .joins .item .text .btn-contact
{
    font-weight: 500;
    line-height: 44px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 8px;
    background-color: #9b2324;
}
@media (max-width: 767px)
{
    .wrap-joins .joins .item .text .btn-contact
    {
        margin-top: 20px;
    }
}
.wrap-joins .joins .item .text .btn-contact:hover
{
    background-color: #76080a;
}
.wrap-joins .joins .current .item .title-joins:before
{
    border-color: transparent transparent transparent #9b2324;
}
.wrap-joins .joins .current .item .title-joins:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-sitemap
{
    background-color: #fcfcfc;
}
.wrap-sitemap .sitemap .title h2
{
    margin: 0;
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

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

    display: inline-block;

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

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

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

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

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

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

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

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

    color: #666;
    border: 1px solid rgba(155, 35, 36, .5);
    border-radius: 5px;
    background-color: rgba(155, 35, 36, .1);
}
.wrap-nosearch .title-in
{
    margin-top: 30px;
}
.pagination
{
    display: block;

    margin-top: 60px;
}
.pagination a,
.pagination span:not(.ellipsis)
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden;

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

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

    border-radius: 8px;
    background: none;
    background: #f5f5f5;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 1200px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        -webkit-transition: .2s;
                transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover
    {
        color: #fff;
        background-color: #9b2324;
    }
}
@media (max-width: 1199.98px)
{
    .pagination a:active,
    .pagination span:not(.ellipsis):active
    {
        color: #fff;
        background-color: #9b2324;
    }
}
@media (max-width: 767.98px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        font-size: 12px;

        min-width: 32px;
        height: 32px;
        margin: 0 3px;
    }
}
.pagination span.current
{
    color: #fff;
    background-color: #9b2324;
}
.pagination span.current.prev,
.pagination span.current.next
{
    display: none;
}
.pagination .next:hover,
.pagination .prev:hover
{
    color: #fff;
    background-color: #9b2324;
}
.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
{
    padding-bottom: 75.6097561%;
}
.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: #9b2324;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #9b2324;
}
.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: #9b2324;
    background-color: #9b2324;
}
.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: #9b2324;
}
.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;

    color: #444;
}
.editor-content img
{
    max-width: 100% !important;
    height: auto !important;
}
.editor-content ul,
.editor-content ol
{
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li
{
    list-style: inherit;
}
.editor-content .table-box
{
    font-size: 14px;
    line-height: 1.71428571;

    overflow: auto;

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

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

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

    padding: 10px 20px !important;

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

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

    overflow-x: hidden;

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

    margin: 5px;
}
