: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: 'Inter';
    font-weight: normal;
    font-style: normal;

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

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

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

    src: local('Inter Bold'), local('Inter-Bold'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
    font-display: swap;
}
body
{
    font-family: 'Inter', 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;
}
@media (max-width: 767px)
{
    body
    {
        font-size: 14px;
    }
}
.row
{
    --bs-gutter-x: 1.875rem;
}
:root
{
    scroll-behavior: unset;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

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

    overflow: hidden;

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

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

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

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

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

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

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

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

    overflow: hidden;

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

    overflow: hidden;

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

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

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

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

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

    color: #fff;
    background: none;
    background-color: #666;

    -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;
    background-color: #0059bf;
}
.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
{
    margin-top: 20px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

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

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

    background-color: #ccc;
}
@media (max-width: 991px)
{
    .slick-dots li
    {
        width: 30px;
        height: 3px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #004a9e;
}
.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: #0059bf;
}
.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: 15px;
    line-height: 28px;

    position: relative;
    z-index: 2;

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

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

    border-radius: 0;
    outline: 0;
    background: none;
    background: #fff;
}
@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: #0059bf;
}
.formbox form .group-read
{
    position: relative;
}
.formbox form .group-read input
{
    font-weight: bold;

    color: #fff !important;
    border-color: #0059bf !important;
    background-color: #0059bf !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;
    }
}
.submit-group
{
    margin-top: 20px;
}
.submit-group .submit
{
    font-size: 14px;
    font-weight: bold;

    height: 48px;
    padding: 0 25px;

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

    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #0059bf;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.submit-group .submit .iconfont
{
    font-size: 12px;
    font-weight: normal;

    margin-right: 10px;
}
.submit-group .submit:hover
{
    background-color: #004a9e;
}
.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;

    background: #fff;
}
.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: 16px;
    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;

    background-color: #fff;
}
.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: 15px;
    line-height: 30px;

    position: relative;
    z-index: 2;

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

    color: #666;
    border-radius: 0;
    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 input::-webkit-input-placeholder,
.wrap-reviews .write-reviews .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-reviews .write-reviews .message form input:-o-placeholder,
.wrap-reviews .write-reviews .message form textarea:-o-placeholder
{
    color: #666;
}
.wrap-reviews .write-reviews .message form input::-moz-placeholder,
.wrap-reviews .write-reviews .message form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-reviews .write-reviews .message form input:-ms-input-placeholder,
.wrap-reviews .write-reviews .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-reviews .write-reviews .message form input:focus::-webkit-input-placeholder,
.wrap-reviews .write-reviews .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-reviews .write-reviews .message form input:focus::-o-placeholder,
.wrap-reviews .write-reviews .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-reviews .write-reviews .message form input:focus::-moz-placeholder,
.wrap-reviews .write-reviews .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-reviews .write-reviews .message form input:focus::-ms-input-placeholder,
.wrap-reviews .write-reviews .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.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: -30px;
    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;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;

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

    color: #fff;
    border-bottom: 1px solid rgba(217, 217, 217, .2);
}
.header .logo
{
    height: 60px;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        padding: 10px 0;
    }
}
.header .logo .logo-color
{
    display: none;
}
.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
{
    margin-left: 24px;

    cursor: pointer;
}
.header .find,
.header .cart
{
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;

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

    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
}
.header .find:hover,
.header .cart:hover
{
    color: #fff;
    border-color: #0059bf;
    background-color: #0059bf;
}
.header .cart
{
    position: relative;
}
.header .cart span
{
    font-size: 12px;
    line-height: 16px;

    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;

    width: 16px;
    height: 16px;

    text-align: center;

    color: #0059bf;
    border-radius: 50%;
    background-color: #fff;
}
.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: #0059bf;
}
.header .language
{
    position: relative;

    margin-left: 24px;
}
.header .language a
{
    display: block;

    width: 44px;
    height: 44px;
}
.header .language a img
{
    width: 100%;
}
.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;

    padding: 0 30px;

    -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: 100px;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .pc-nav > ul > li > a:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #d9d9d9;
}
.header .pc-nav > ul > li.active > a:after,
.header .pc-nav > ul > li:hover > a:after
{
    width: 100%;
}
.header .pc-nav .nav-list2
{
    font-size: 14px;

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

    display: none;

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

    text-align: left;

    color: #333;
    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
{
    text-decoration: underline;
}
.header .pc-nav .nav-list3
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

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

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;
}
.header .pc-nav .nav-list3 > li > a:hover
{
    text-decoration: underline;
}
.header .btn-menu
{
    position: relative;

    display: none;

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

        margin-left: 10px;

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

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

    width: 100%;
    height: 100%;

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

    height: 2px;

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

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

    height: 2px;
    margin: 5px 0;

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

    background: #fff;
}
.stuck
{
    color: #222;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.stuck .logo .logo-white
{
    display: none;
}
.stuck .logo .logo-color
{
    display: block;
}
.stuck .find,
.stuck .cart
{
    border-color: #666;
}
.stuck .cart span
{
    color: #fff;
    background-color: #0059bf;
}
.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 #0059bf;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #0059bf;
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

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

    display: none;

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

    max-width: 100%;
}
.online-wrap .online
{
    padding: 8px;

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

    border-radius: 49px;
    background: rgba(0, 0, 0, .4);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        position: relative;
        top: auto;
        right: -60px;
        bottom: 70px;

        display: none;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.active
    {
        right: 0;

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

    position: relative;

    display: block;

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

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

    color: #fff;
    border-radius: 50%;
}
@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: #0059bf;
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 0;

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

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 30px;
    background: #0059bf;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover .phone-num
    {
        z-index: 6;
        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: #0059bf;
}
.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: #0059bf;
    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: 40px;
    height: 4px;
    margin: 0 10px;

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

    border-radius: 0;
    background: none;
    background-color: #fff;
}
.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: #004a9e;
    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: #0059bf !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
{
    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
{
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;

    display: inline-block;

    padding: 0 38px;

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

    color: #fff;
    background: #666;
}
.common-more a:hover
{
    background-color: #0059bf;
}
@-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 h2
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;

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

    max-width: 1100px;
    margin: 0 auto;
    margin-top: 6px;

    color: #444;
}
.box-advantage .title p
{
    margin-left: 0;
}
.box-advantage .advantage
{
    margin-top: 28px;
}
@media (max-width: 991px)
{
    .box-advantage .advantage
    {
        margin-top: 10px;
    }
}
.box-advantage .advantage > ul > li
{
    margin-top: 20px;
}
.box-advantage .advantage .item
{
    height: 100%;

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

    background: #f5f5f5;
}
.box-advantage .advantage .item .img-box
{
    padding-bottom: 74.35897436%;
}
.box-advantage .advantage .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-advantage .advantage .item .text
{
    position: relative;
    z-index: 6;

    padding: 24px;
}
.box-advantage .advantage .item .text .num
{
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;

    position: absolute;
    top: -24px;
    right: 3%;

    color: #fff;
}
.box-advantage .advantage .item .text .icon
{
    position: absolute;
    top: 40px;
    right: 3%;

    width: 60px;
    height: 60px;

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

    opacity: 0;
}
.box-advantage .advantage .item .text .icon img
{
    width: 100%;
}
.box-advantage .advantage .item .title-advantage
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;
}
.box-advantage .advantage .item .note
{
    margin-top: 12px;
}
.box-advantage .advantage .item .note p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

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

    color: #444;
}
.box-advantage .advantage .item:hover
{
    background-color: #0059bf;
}
.box-advantage .advantage .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-advantage .advantage .item:hover .text
{
    color: #fff;
}
.box-advantage .advantage .item:hover .text .icon
{
    opacity: .1;
}
.box-advantage .advantage .item:hover .note p
{
    color: #fff;
}
.box-about .video
{
    position: relative;
    z-index: 6;

    width: 500px;
    margin-top: 100px;
}
@media (max-width: 1470px)
{
    .box-about .video
    {
        width: 400px;
    }
}
@media (max-width: 991px)
{
    .box-about .video
    {
        width: 100%;
        height: 400px;
        margin-top: 0;
    }
}
.box-about .video .play
{
    line-height: 80px;

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

    width: 80px;
    height: 80px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
.box-about .video .play span
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

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

    color: #fff;
    border-radius: 50%;
    background-color: #0059bf;
}
.box-about .video .play .icon
{
    font-size: 16px;
}
.box-about .video .play::before,
.box-about .video .play::after
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

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

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.box-about .video .play::after
{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.box-about .video .play::before
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.box-about .about-right
{
    width: -webkit-calc(100% - 500px);
    width:         calc(100% - 500px);
    padding-left: 30px;
}
@media (max-width: 1470px)
{
    .box-about .about-right
    {
        width: -webkit-calc(100% - 400px);
        width:         calc(100% - 400px);
    }
}
@media (max-width: 991px)
{
    .box-about .about-right
    {
        width: 100%;
        padding: 0;
    }
}
.box-about .about
{
    position: relative;

    padding-top: 100px;
    padding-bottom: 120px;
}
@media (max-width: 1400px)
{
    .box-about .about
    {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px)
{
    .box-about .about
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .box-about .about
    {
        width: 100%;
        padding: 30px 0;
    }
}
.box-about .about:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: -150%;

    display: block;

    width: 300%;
    height: 100%;

    content: '';

    background-color: #f5f5f5;
}
.box-about .about-flex
{
    position: relative;
    z-index: 6;
}
.box-about .about-info
{
    width: 60%;
    padding-right: 5%;
}
@media (max-width: 1470px)
{
    .box-about .about-info
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .box-about .about-info
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-about .about-info .editor-content
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-about .about-info .editor-content
    {
        margin-top: 20px;
    }
}
.box-about .about-info .editor-content h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 991px)
{
    .box-about .about-info .editor-content h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-about .about-info .editor-content h3
    {
        font-size: 16px;
    }
}
.box-about .about-info .common-more
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-about .about-info .common-more
    {
        margin-top: 30px;
    }
}
.box-about .number
{
    width: 40%;

    text-align: right;
}
@media (max-width: 1470px)
{
    .box-about .number
    {
        width: 30%;
    }
}
@media (max-width: 767px)
{
    .box-about .number
    {
        width: 100%;

        text-align: left;
    }
}
.box-about .number ul
{
    display: inline-block;

    text-align: left;
}
@media (max-width: 767px)
{
    .box-about .number ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin: 0 -6px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.box-about .number ul > li
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .box-about .number ul > li
    {
        width: 50%;
        margin-top: 20px;
        padding: 0 6px;
    }
}
.box-about .number ul > li:nth-child(1)
{
    margin-top: 0;
}
@media (max-width: 767px)
{
    .box-about .number ul > li:nth-child(1)
    {
        margin-top: 20px;
    }
}
.box-about .number .item b
{
    font-size: 40px;
    line-height: 1;

    display: block;

    color: #0059bf;
}
@media (max-width: 1470px)
{
    .box-about .number .item b
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .box-about .number .item b
    {
        font-size: 30px;
    }
}
.box-about .number .item p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 12px 0 0 0;

    color: #666;
}
.box-about .factory
{
    margin-top: 30px;
}
.box-about .factory .item .img-box
{
    padding-bottom: 66.25%;
}
.box-about .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@-webkit-keyframes point_kuo
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);

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

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

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

        opacity: 0;
    }
}
.common-products-item
{
    position: relative;

    overflow: hidden;

    text-align: center;

    background: #f5f5f5;
}
.common-products-item .pic
{
    padding: 10px 10px 0 10px;
}
.common-products-item .link
{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);

    background-color: rgba(0, 89, 191, .9);

    -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)
{
    .common-products-item .link
    {
        top: 10px;
        right: 0;
        left: auto;

        width: auto;
        height: auto;

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

        background: none;
    }
}
.common-products-item .link a
{
    line-height: 48px;

    width: 48px;
    height: 48px;
    margin: 0 8px;

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .common-products-item .link a
    {
        line-height: 40px;

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

        color: #666;
        border-color: #666;
    }
}
.common-products-item .link a:hover
{
    color: #0059bf;
    background-color: #fff;
}
.common-products-item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-products-item .title-products
{
    font-size: 18px;
    font-weight: bold;
    line-height: 3.66666667;

    display: -webkit-box;
    overflow: hidden;

    height: 66px;
    padding: 0 5%;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.common-products-item .title-products span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#0059bf), to(#0059bf));
    background-image: -webkit-linear-gradient(left, #0059bf 0%, #0059bf 100%);
    background-image:         linear-gradient(to right, #0059bf 0%, #0059bf 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.common-products-item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.common-products-item:hover .link
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.common-products-item:hover .title-products
{
    color: #0059bf;
}
.common-products-item:hover .title-products span
{
    background-size: 100% 1px;
}
.box-products .products
{
    margin-top: 48px;
}
@media (max-width: 991px)
{
    .box-products .products
    {
        margin-top: 30px;
    }
}
.box-factory-real .factory-real > ul
{
    font-size: 0;

    display: grid;

    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 7px;
}
@media (max-width: 767px)
{
    .box-factory-real .factory-real > ul
    {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(9, 1fr);
    }
}
@media (min-width: 768px)
{
    .box-factory-real .factory-real > ul > li:nth-child(1)
    {
        grid-area: 1 / 1 / 3 / 3;
    }
    .box-factory-real .factory-real > ul > li:nth-child(2)
    {
        grid-area: 3 / 1 / 4 / 2;
    }
    .box-factory-real .factory-real > ul > li:nth-child(3)
    {
        grid-area: 3 / 2 / 4 / 3;
    }
    .box-factory-real .factory-real > ul > li:nth-child(4)
    {
        grid-area: 1 / 3 / 2 / 4;
    }
    .box-factory-real .factory-real > ul > li:nth-child(5)
    {
        grid-area: 1 / 4 / 2 / 5;
    }
    .box-factory-real .factory-real > ul > li:nth-child(6)
    {
        grid-area: 2 / 3 / 4 / 5;
    }
    .box-factory-real .factory-real > ul > li:nth-child(7)
    {
        grid-area: 1 / 5 / 3 / 7;
    }
    .box-factory-real .factory-real > ul > li:nth-child(8)
    {
        grid-area: 3 / 5 / 4 / 6;
    }
    .box-factory-real .factory-real > ul > li:nth-child(9)
    {
        grid-area: 3 / 6 / 4 / 7;
    }
}
@media (max-width: 767px)
{
    .box-factory-real .factory-real > ul > li:nth-child(1)
    {
        grid-area: 1 / 1 / 3 / 3;
    }
    .box-factory-real .factory-real > ul > li:nth-child(2)
    {
        grid-area: 3 / 1 / 4 / 2;
    }
    .box-factory-real .factory-real > ul > li:nth-child(3)
    {
        grid-area: 3 / 2 / 4 / 3;
    }
    .box-factory-real .factory-real > ul > li:nth-child(4)
    {
        grid-area: 4 / 1 / 6 / 3;
    }
    .box-factory-real .factory-real > ul > li:nth-child(5)
    {
        grid-area: 6 / 1 / 7 / 2;
    }
    .box-factory-real .factory-real > ul > li:nth-child(6)
    {
        grid-area: 6 / 2 / 7 / 3;
    }
    .box-factory-real .factory-real > ul > li:nth-child(7)
    {
        grid-area: 7 / 1 / 9 / 3;
    }
    .box-factory-real .factory-real > ul > li:nth-child(8)
    {
        grid-area: 9 / 1 / 10 / 2;
    }
    .box-factory-real .factory-real > ul > li:nth-child(9)
    {
        grid-area: 9 / 2 / 10 / 3;
    }
}
.box-factory-real .factory-real .item
{
    position: relative;

    cursor: pointer;

    background-color: #0059bf;
}
.box-factory-real .factory-real .item:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 44px;

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

    display: block;

    width: 44px;
    height: 44px;

    content: '\e65d';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    opacity: 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.box-factory-real .factory-real .item .img-box
{
    padding-bottom: 58.73015873%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.box-factory-real .factory-real .item:hover .img-box
{
    opacity: .2;
}
.box-factory-real .factory-real .item:hover:before
{
    opacity: 1;
}
.box-factory-real .title
{
    margin-top: 48px;
}
.box-factory-real .common-more
{
    margin-top: 48px;
}
@media (max-width: 991px)
{
    .box-factory-real .common-more
    {
        margin-top: 30px;
    }
}
.box-factory-real .common-more a
{
    background-color: #0059bf;
}
.box-factory-real .common-more a:hover
{
    background-color: #004a9e;
}
.box-news
{
    background-color: #f5f5f5;
}
.box-news .news
{
    margin-top: 48px;
}
@media (max-width: 991px)
{
    .box-news .news
    {
        margin-top: 30px;
    }
}
.box-news .news .title-news
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 54px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .box-news .news .title-news
    {
        font-size: 16px;
        line-height: 1.625;

        height: 52px;
    }
}
.box-news .news .title-news span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#0059bf), to(#0059bf));
    background-image: -webkit-linear-gradient(left, #0059bf 0%, #0059bf 100%);
    background-image:         linear-gradient(to right, #0059bf 0%, #0059bf 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.box-news .news-left
{
    width: 75%;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .box-news .news-left
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .box-news .news-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-news .news-left .item
{
    background-color: #fff;
}
.box-news .news-left .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.box-news .news-left .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news-left .item .text
{
    padding: 24px;
}
@media (max-width: 991px)
{
    .box-news .news-left .item .text
    {
        padding: 14px;
    }
}
.box-news .news-left .item .note
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news-left .item .note p
{
    line-height: 1.5;

    margin: 0;

    color: #444;
}
@media (max-width: 1470px)
{
    .box-news .news-left .item .note p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.box-news .news-left .item .date
{
    font-size: 14px;
    line-height: 1.71428571;

    margin-top: 18px;

    color: #999;
}
.box-news .news-left .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news-left .item:hover .title-news
{
    color: #0059bf;
}
.box-news .news-left .item:hover .title-news span
{
    background-size: 100% 1px;
}
.box-news .news-right
{
    width: 25%;
}
@media (max-width: 991px)
{
    .box-news .news-right
    {
        width: 30%;
    }
}
@media (max-width: 767px)
{
    .box-news .news-right
    {
        width: 100%;
        margin-top: 20px;
    }
}
.box-news .news-right .list
{
    height: 100%;
}
.box-news .news-right .list > ul
{
    height: 100%;

    border-top: 1px solid #ccc;
}
.box-news .news-right .list > ul > li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    min-height: 25%;

    border-bottom: 1px solid #ccc;

    -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;
}
.box-news .news-right .list .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .box-news .news-right .list .item
    {
        padding: 10px 0;
    }
}
.box-news .news-right .list .item .date
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 72px;
    height: 72px;

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

    background-color: #e6e6e6;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-news .news-right .list .item .date b
{
    font-size: 30px;
    line-height: 1.2;

    display: block;
}
@media (max-width: 767px)
{
    .box-news .news-right .list .item .date b
    {
        font-size: 24px;
    }
}
.box-news .news-right .list .item .date span
{
    font-size: 14px;
    line-height: 1.42857143;

    display: block;

    color: #999;
}
.box-news .news-right .list .item .title-news
{
    width: -webkit-calc(100% - 72px);
    width:         calc(100% - 72px);
    padding-left: 20px;
}
.box-news .news-right .list .item:hover .date
{
    color: #fff;
    background-color: #0059bf;
}
.box-news .news-right .list .item:hover .date span
{
    color: rgba(255, 255, 255, .5);
}
.box-news .news-right .list .item:hover .title-news
{
    color: #0059bf;
}
.box-news .news-right .list .item:hover .title-news span
{
    background-size: 100% 1px;
}
.footer
{
    line-height: 1.5;

    overflow: hidden;

    color: #999;
    background: #222;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 80px;
    }
}
.footer .foot
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .title-foot h3
{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.66666667;

    text-transform: capitalize;

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

    height: 80px;
}
.footer .foot-logo img
{
    height: 100%;
}
.footer .foot-text
{
    max-width: 320px;
}
@media (max-width: 1470px)
{
    .footer .foot-text
    {
        max-width: 300px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-text
    {
        max-width: 100%;
    }
}
.footer .foot-text .text
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .footer .foot-text .text
    {
        margin-top: 30px;
    }
}
.footer a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

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

    display: block;

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

        margin-right: 14px;

        vertical-align: middle;
    }
}
.footer .foot-message
{
    width: 420px;
}
@media (max-width: 1470px)
{
    .footer .foot-message
    {
        width: 350px;
    }
}
@media (max-width: 1400px)
{
    .footer .foot-message
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
        margin-top: 10px;
    }
}
.footer .foot-message .message
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot-message .message
    {
        margin-top: 10px;
    }
}
.footer .foot-message .message input,
.footer .foot-message .message textarea
{
    font-size: 14px;
    line-height: 24px;

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

    resize: vertical;

    color: #fff;
    background: #383838;
}
.footer .foot-message .message input::-webkit-input-placeholder,
.footer .foot-message .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot-message .message input:-o-placeholder,
.footer .foot-message .message textarea:-o-placeholder
{
    color: #999;
}
.footer .foot-message .message input::-moz-placeholder,
.footer .foot-message .message textarea::-moz-placeholder
{
    color: #999;
}
.footer .foot-message .message input:-ms-input-placeholder,
.footer .foot-message .message textarea:-ms-input-placeholder
{
    color: #999;
}
.footer .foot-message .message input:focus::-webkit-input-placeholder,
.footer .foot-message .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message .message input:focus::-o-placeholder,
.footer .foot-message .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message .message input:focus::-moz-placeholder,
.footer .foot-message .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message .message input:focus::-ms-input-placeholder,
.footer .foot-message .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message .message .submit
{
    font-size: 14px;

    width: 100%;
    height: 40px;
    margin-top: 10px;

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

    color: #fff;
    border-radius: 0;
    background-color: #0059bf;
}
.footer .foot-message .message .submit .iconfont
{
    font-size: 12px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.footer .foot-message .message .submit:hover
{
    background-color: #004a9e;
}
.footer .copyright
{
    font-size: 14px;
    line-height: 26px;

    padding: 15px 0;

    text-align: center;

    border-top: 1px solid #444;
}
@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(153, 153, 153, .2);
}
.footer .copyright .translate
{
    margin: 10px 0;
}
.footer .copyright .translate a:hover
{
    color: #222;
}
.wrap
{
    overflow: hidden;

    padding: 80px 0;

    background: #f5f5f5;
}
@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: 44px;
    font-weight: bold;
    line-height: 1.13636364;

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

    margin: 10px 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 0 0 30px;

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

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

    content: '\e67c';
}
@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: #0059bf;
}
.wrap-menu .menu
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    width: 100%;

    -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: 24px;

    position: relative;

    display: block;

    padding: 20px 10px;

    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
@media (max-width: 1400px)
{
    .wrap-menu .menu ul li a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-menu .menu ul li a
    {
        padding: 5px 10px;
    }
}
.wrap-menu .menu ul li a:before
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #0059bf;
}
.wrap-menu .menu ul li a:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 0;

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

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 89, 191, 0)), to(rgba(0, 89, 191, .1)));
    background: -webkit-linear-gradient(top, rgba(0, 89, 191, 0) 0%, rgba(0, 89, 191, .1) 100%);
    background:         linear-gradient(180deg, rgba(0, 89, 191, 0) 0%, rgba(0, 89, 191, .1) 100%);
}
.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: #0059bf;
}
.wrap-menu .menu ul li.active a:before,
.wrap-menu .menu ul li:hover a:before
{
    width: 100%;
}
.wrap-menu .menu ul li.active a:after,
.wrap-menu .menu ul li:hover a:after
{
    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;

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

    padding: 15px;
    padding: 20px 30px;

    color: #fff;
    background-color: #0059bf;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-sidenav .title-sidenav .iconfont
{
    font-size: 20px;
}
.wrap-sidenav .sidenav
{
    position: relative;
    z-index: 6;

    padding: 10px 24px;

    background-color: #fff;
}
.wrap-sidenav .sidenav span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

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

    overflow: hidden;

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

    position: relative;

    display: block;

    padding: 15px 40px 15px 0;

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

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

    width: 40px;
    height: 40px;

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

    color: #666;
}
.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: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:hover > a
{
    color: #0059bf;
}
.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
{
    font-size: 14px;
    line-height: 24px;

    display: block;

    padding: 5px 16px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    color: #0059bf;
}
.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;

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

    margin: 0 -4px;

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

    height: auto;
    padding: 4px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .xs-product-nav ul > li
    {
        width: 50%;
    }
}
.xs-product-nav ul > li > a
{
    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: #0059bf;
    background-color: #0059bf;
}
.wrap-about
{
    background-color: #fff;
}
.wrap-about .about
{
    padding: 88px 0 168px;
}
@media (max-width: 1199px)
{
    .wrap-about .about
    {
        padding: 68px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about
    {
        padding: 40px 0;
    }
}
.wrap-about .about-left
{
    width: 190px;
}
@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: -webkit-calc(100% - 190px);
    width:         calc(100% - 190px);
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .wrap-about .about-right
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-about .number
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .number
    {
        margin-top: 0;
    }
}
.wrap-about .number ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .wrap-about .number ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.wrap-about .number ul li
{
    max-width: 25%;
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-about .number ul li
    {
        width: 50%;
        max-width: 50%;
    }
}
.wrap-about .number .item b
{
    font-size: 40px;
    line-height: 1;

    display: block;

    color: #0059bf;
}
@media (max-width: 1470px)
{
    .wrap-about .number .item b
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .number .item b
    {
        font-size: 30px;
    }
}
.wrap-about .number .item p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 12px 0 0 0;

    color: #666;
}
.wrap-about .video
{
    position: relative;
    z-index: 4;

    margin-top: -80px;
}
@media (max-width: 1199px)
{
    .wrap-about .video
    {
        margin-top: 0;
    }
}
.wrap-about .video img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .wrap-about .video img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.wrap-about .video .play
{
    line-height: 80px;

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

    width: 80px;
    height: 80px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
.wrap-about .video .play span
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

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

    color: #fff;
    border-radius: 50%;
    background-color: #0059bf;
}
.wrap-about .video .play .icon
{
    font-size: 16px;
}
.wrap-about .video .play::before,
.wrap-about .video .play::after
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

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

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.wrap-about .video .play::after
{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.wrap-about .video .play::before
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.wrap-team
{
    background-color: #fff;
}
.wrap-team .team
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-team .team
    {
        margin-top: 30px;
    }
}
.wrap-team .team .slick-slide > div
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-team .team .slick-slide > div > div
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .wrap-team .team .slick-slide > div > div
    {
        padding: 5px;
    }
}
.wrap-team .team .item
{
    height: 100%;
    padding: 30px;

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

    background: #f5f5f5;
}
@media (max-width: 767px)
{
    .wrap-team .team .item
    {
        padding: 15px;
    }
}
.wrap-team .team .item .item-top
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.wrap-team .team .item .item-top .iconfont
{
    font-size: 60px;
    line-height: 1;

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

    color: rgba(255, 255, 255, 0);
}
.wrap-team .team .item .item-top .pic
{
    position: relative;
    z-index: 6;

    overflow: hidden;

    width: 64px;

    border-radius: 50%;
}
.wrap-team .team .item .item-top .title-team
{
    position: relative;
    z-index: 6;

    width: -webkit-calc(100% - 64px);
    width:         calc(100% - 64px);
    padding-left: 20px;
}
.wrap-team .team .item .item-top .title-team b
{
    font-size: 20px;
    line-height: 1.5;

    display: block;
}
.wrap-team .team .item .item-top .title-team span
{
    line-height: 1.71428571;

    display: block;

    margin-top: 10px;

    color: #0059bf;
}
.wrap-team .team .item .editor-content
{
    margin-top: 20px;
}
.wrap-team .team .item:hover
{
    color: #fff;
    background-color: #0059bf;
}
.wrap-team .team .item:hover .item-top .iconfont
{
    color: rgba(255, 255, 255, .1);
}
.wrap-team .team .item:hover .item-top .title-team span
{
    color: #fff;
}
.wrap-team .team .item:hover .editor-content p
{
    color: #fff;
}
.wrap-factory
{
    padding-top: 120px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-factory
    {
        padding-top: 80px;
    }
}
@media (max-width: 991px)
{
    .wrap-factory
    {
        padding-top: 60px;
    }
}
.wrap-factory .slick-factory-right
{
    direction: rtl;
}
.wrap-factory .factory
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-factory .factory
    {
        margin-top: 20px;
    }
}
.wrap-factory .factory-list
{
    font-size: 0;

    position: relative;

    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-factory .factory-list
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory-list
    {
        margin-top: 10px;
    }
}
.wrap-factory .factory-list:before,
.wrap-factory .factory-list:after
{
    position: absolute;
    z-index: 2;
    top: 0;

    display: block;

    width: 10%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
    background-image: -webkit-linear-gradient(right, transparent, #fff);
    background-image:         linear-gradient(right, transparent, #fff);
}
.wrap-factory .factory-list:before
{
    left: -20px;
}
.wrap-factory .factory-list:after
{
    right: -20px;

    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
    background-image: -webkit-linear-gradient(right, #fff, transparent);
    background-image:         linear-gradient(right, #fff, transparent);
}
.wrap-factory .factory-list:nth-child(2):before,
.wrap-factory .factory-list:nth-child(2):after
{
    display: none;
}
.wrap-factory .factory-list .item
{
    position: relative;

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

    background-color: #0059bf;
}
.wrap-factory .factory-list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 44px;

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

    display: block;

    width: 44px;
    height: 44px;

    content: '\e65d';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    opacity: 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.wrap-factory .factory-list .item .img-box
{
    padding-bottom: 66.25%;
}
.wrap-factory .factory-list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory-list .item:hover .img-box
{
    opacity: .2;
}
.wrap-factory .factory-list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .factory-list .item:hover:before
{
    opacity: 1;
}
.wrap-exhibitions .exhibitions-top
{
    margin-top: 10px;
    padding-bottom: 30px;

    border-bottom: 1px solid #ccc;
}
.wrap-exhibitions .exhibitions-top > ul > li
{
    margin-top: 30px;
}
.wrap-exhibitions .exhibitions-top .item
{
    position: relative;
}
.wrap-exhibitions .exhibitions-top .item .pic .img-box
{
    padding-bottom: 56.52173913%;
}
.wrap-exhibitions .exhibitions-top .item .pic .img-box:before
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 50%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}
.wrap-exhibitions .exhibitions-top .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-exhibitions .exhibitions-top .item .date
{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 30px;

    width: 60px;
    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #0059bf;
}
@media (max-width: 991px)
{
    .wrap-exhibitions .exhibitions-top .item .date
    {
        font-size: 14px;
    }
}
.wrap-exhibitions .exhibitions-top .item .date b
{
    font-size: 32px;
    line-height: 1;

    display: block;
}
@media (max-width: 1199px)
{
    .wrap-exhibitions .exhibitions-top .item .date b
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .wrap-exhibitions .exhibitions-top .item .date b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-exhibitions .exhibitions-top .item .date b
    {
        font-size: 20px;
    }
}
.wrap-exhibitions .exhibitions-top .item .date span
{
    line-height: 1.71428571;

    display: block;
}
.wrap-exhibitions .exhibitions-top .item .text
{
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-exhibitions .exhibitions-top .item .text
    {
        padding: 0 16px 16px 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-exhibitions .exhibitions-top .item .text
    {
        position: relative;

        padding: 16px 0 0 0;

        color: #222;
    }
}
.wrap-exhibitions .exhibitions-top .item .text .title-exhibitions
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1400px)
{
    .wrap-exhibitions .exhibitions-top .item .text .title-exhibitions
    {
        font-size: 18px;
        line-height: 1.66666667;
    }
}
@media (max-width: 991px)
{
    .wrap-exhibitions .exhibitions-top .item .text .title-exhibitions
    {
        font-size: 16px;
        line-height: 1.5;

        height: 24px;
    }
}
.wrap-exhibitions .exhibitions-top .item .text .note
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-exhibitions .exhibitions-top .item .text .note p
{
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-exhibitions .exhibitions-top .item .text .note p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
@media (min-width: 1200px)
{
    .wrap-exhibitions .exhibitions-top .item:hover .img-box:before
    {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 89, 191, 0)), to(rgba(0, 89, 191, .8)));
        background-image: -webkit-linear-gradient(top, rgba(0, 89, 191, 0) 0%, rgba(0, 89, 191, .8) 100%);
        background-image:         linear-gradient(180deg, rgba(0, 89, 191, 0) 0%, rgba(0, 89, 191, .8) 100%);
    }
    .wrap-exhibitions .exhibitions-top .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.wrap-exhibitions .exhibitions > ul > li
{
    margin-top: 30px;
}
.wrap-exhibitions .exhibitions .item
{
    height: 100%;

    background-color: #fff;
}
.wrap-exhibitions .exhibitions .item .img-box
{
    padding-bottom: 56.52173913%;
}
.wrap-exhibitions .exhibitions .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-exhibitions .exhibitions .item .text
{
    padding: 30px 30px 0 30px;
}
@media (max-width: 991px)
{
    .wrap-exhibitions .exhibitions .item .text
    {
        padding: 16px 16px 0 16px;
    }
}
.wrap-exhibitions .exhibitions .item .title-exhibitions
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;

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

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

        max-height: 48px;
    }
}
.wrap-exhibitions .exhibitions .item .date
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 10px 0;

    color: #999;
}
.wrap-exhibitions .exhibitions .item .note
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-exhibitions .exhibitions .item .note p
{
    line-height: 1.5;

    margin: 0;

    color: #444;
}
@media (max-width: 991px)
{
    .wrap-exhibitions .exhibitions .item .note p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.wrap-exhibitions .exhibitions .item .more
{
    margin-top: 30px;

    border-top: 1px solid #ccc;
}
@media (max-width: 991px)
{
    .wrap-exhibitions .exhibitions .item .more
    {
        margin-top: 20px;
    }
}
.wrap-exhibitions .exhibitions .item .more a
{
    font-size: 15px;
    line-height: 56px;

    display: block;

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

    color: #444;
}
.wrap-exhibitions .exhibitions .item .more a .iconfont
{
    font-size: 14px;

    margin-left: 6px;
}
@media (max-width: 767px)
{
    .wrap-exhibitions .exhibitions .item .more a
    {
        line-height: 40px;
    }
}
@media (min-width: 1200px)
{
    .wrap-exhibitions .exhibitions .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-exhibitions .exhibitions .item:hover .title-exhibitions
    {
        color: #0059bf;
    }
    .wrap-exhibitions .exhibitions .item:hover .more a
    {
        color: #0059bf;
    }
}
.wrap-contact .title-in
{
    margin-bottom: 40px;
}
@media (max-width: 767px)
{
    .wrap-contact .title-in
    {
        margin-bottom: 30px;
    }
}
.wrap-contact .title-contact h3
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1400px)
{
    .wrap-contact .title-contact h3
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .title-contact h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .title-contact h3
    {
        font-size: 20px;
    }
}
.wrap-contact .title-contact p
{
    line-height: 1.5;

    margin: 0;

    color: #444;
}
.wrap-contact .message
{
    width: -webkit-calc(100% - 370px);
    width:         calc(100% - 370px);
    padding: 40px 15% 40px 40px;

    background-color: #fff;
}
@media (max-width: 1400px)
{
    .wrap-contact .message
    {
        padding-right: 12%;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        width: 100%;
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .message
    {
        padding: 30px 20px;
    }
}
.wrap-contact .message .form-message
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-contact .message .form-message
    {
        margin-top: 10px;
    }
}
.wrap-contact .message .form-message form > ul > li
{
    margin-top: 20px;
}
.wrap-contact .message .form-message label
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-contact .message .form-message label
    {
        font-size: 15px;
    }
}
.wrap-contact .message .form-message input,
.wrap-contact .message .form-message textarea
{
    font-size: 15px;
    line-height: 28px;

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

    resize: vertical;

    border: 1px solid #ccc;
}
@media (max-width: 767px)
{
    .wrap-contact .message .form-message input,
    .wrap-contact .message .form-message textarea
    {
        font-size: 14px;
    }
}
.wrap-contact .message .form-message input::-webkit-input-placeholder,
.wrap-contact .message .form-message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .message .form-message input:-o-placeholder,
.wrap-contact .message .form-message textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .message .form-message input::-moz-placeholder,
.wrap-contact .message .form-message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .message .form-message input:-ms-input-placeholder,
.wrap-contact .message .form-message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .message .form-message input:focus::-webkit-input-placeholder,
.wrap-contact .message .form-message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .form-message input:focus::-o-placeholder,
.wrap-contact .message .form-message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .form-message input:focus::-moz-placeholder,
.wrap-contact .message .form-message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .form-message input:focus::-ms-input-placeholder,
.wrap-contact .message .form-message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact
{
    position: relative;
    z-index: 6;

    width: 450px;
    margin-left: -80px;
    padding: 40px;

    color: #fff;
    background-color: #0059bf;
}
@media (max-width: 991px)
{
    .wrap-contact .contact
    {
        width: 100%;
        margin: 0;
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact
    {
        padding: 30px 20px;
    }
}
.wrap-contact .contact .text .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;

    background-color: rgba(255, 255, 255, .1);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-contact .contact .text .item .icon
{
    font-size: 20px;

    width: 68px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .item .icon
    {
        width: 50px;
    }
}
.wrap-contact .contact .text .item .note
{
    width: -webkit-calc(100% - 68px);
    width:         calc(100% - 68px);
    padding: 20px 20px 20px 0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .item .note
    {
        width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px);
        padding: 12px 12px 12px 0;
    }
}
.wrap-contact .contact .text .item .note b
{
    font-size: 16px;
    line-height: 1.5;

    display: block;
}
.wrap-contact .contact .text .item .note p
{
    line-height: 1.5;

    margin: 0;
}
.wrap-contact .contact .text .item a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-contact .contact .text .item a:hover span
{
    background-size: 100% 1px;
}
.wrap-contact .contact .share
{
    margin-top: 40px;
    padding-top: 20px;

    border-top: 1px solid rgba(255, 255, 255, .5);
}
.wrap-contact .contact .share p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0 0 4px 0;
}
.wrap-contact .contact .share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-contact .contact .share ul li
{
    margin-right: 12px;
}
.wrap-contact .contact .share ul li a
{
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

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

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}
.wrap-contact .contact .share ul li a:hover
{
    color: #0059bf;
    background-color: #fff;
}
.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: #0059bf;
    }
    .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: #0059bf;
    }
}
@media (max-width: 1199px)
{
    .wrap-product
    {
        padding-top: 40px;
    }
}
.wrap-product .stickycontent
{
    margin-top: 48px;
}
@media (max-width: 1199px)
{
    .wrap-product .stickycontent
    {
        margin-top: 30px;
    }
}
.wrap-product .product > ul
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-product .product > ul
    {
        margin-top: -15px;
    }
}
.wrap-product .product > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product .product > ul > li
    {
        margin-top: 15px;
    }
}
.wrap-product .product .common-products-item
{
    background-color: #fff;
}
.wrap-product .product .common-products-item .title-products
{
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 54px;
    margin: 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#productcontent
{
    position: relative;
    top: -120px;
}
@media (max-width: 1199px)
{
    #productcontent
    {
        top: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .item
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .slider-for
{
    font-size: 0;

    position: relative;

    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;

    margin-top: 10px;
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav
    {
        padding: 0 20px;
    }
}
.wrap-product-show .slider-nav .slick-slide
{
    padding: 0 8px;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav .slick-slide
    {
        padding: 0 3px;
    }
}
.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: 32px;

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

    display: block;

    width: 32px;
    height: 32px;

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

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

    width: 14px;
    height: 100%;

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

    color: #666;
    background: none;
}
.wrap-product-show .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .slider-nav .slick-arrow:before
{
    font-size: 18px;
}
.wrap-product-show .slider-nav .slick-arrow:hover
{
    color: #0059bf;
}
.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;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .location-prev-next
{
    padding: 10px 0;

    border-bottom: 1px solid #ccc;
}
.wrap-product-show .info-box .prev-next .slick-arrow
{
    color: #fff;
}
.wrap-product-show .info-box .prev-next .slick-arrow:before
{
    display: block;

    content: '\e67b';
}
.wrap-product-show .info-box .prev-next .next
{
    margin-left: 16px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-product-show .info-box .title-info-box
{
    margin-top: 30px;
}
.wrap-product-show .info-box .title-info-box h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.16666667;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 32px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .text
{
    margin-top: 30px;
}
.wrap-product-show .info-box .text h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
}
.wrap-product-show .info-box .share
{
    margin-top: 20px;
}
.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: 40px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .link ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -8px;
}
.wrap-product-show .info-box .link ul li
{
    padding: 0 8px;
}
.wrap-product-show .info-box .link a
{
    line-height: 50px;

    display: block;

    padding: 0 30px;

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

    color: #fff;
    background-color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link a
    {
        padding: 0 14px;
    }
}
.wrap-product-show .info-box .link a .iconfont
{
    margin-right: 8px;
}
.wrap-product-show .info-box .link .active a
{
    color: #fff;
    background: #0059bf;
}
.wrap-product-show .title-in h2
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1560px)
{
    .wrap-product-show .title-in h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .title-in h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-in h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .stickybox
{
    padding-top: 50px;
}
.wrap-product-show .product-show-info
{
    margin-top: 50px;
}
.wrap-product-show .wrap-show-menu
{
    z-index: 9;

    border-bottom: 1px solid #ccc;
    background-color: #f5f5f5;
}
.wrap-product-show .wrap-show-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow-x: auto;
    overflow-y: hidden;

    margin: 0 -24px;

    white-space: nowrap;

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

    height: 4px;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.wrap-product-show .wrap-show-menu ul li
{
    padding: 0 24px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .wrap-show-menu ul li
    {
        padding: 0 14px;
    }
}
.wrap-product-show .wrap-show-menu ul li a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 0;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .wrap-product-show .wrap-show-menu ul li a
    {
        font-size: 18px;
    }
}
.wrap-product-show .wrap-show-menu ul li a:after
{
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #0059bf;
}
.wrap-product-show .wrap-show-menu ul li.active a
{
    color: #0059bf;
}
.wrap-product-show .wrap-show-menu ul li.active a:after
{
    width: 100%;
}
.wrap-product-show .wrap-reviews .prev-next .slick-arrow
{
    border-radius: 50%;
}
.wrap-product-show .wrap-reviews .prev-next .slick-arrow:before
{
    font-size: 10px;

    content: '\e658';
}
.wrap-product-show .relate-product .slick-related
{
    margin-top: 24px;
}
.wrap-product-show .relate-product .common-products-item
{
    background-color: #fff;
}
.wrap-product-show .relate-product .common-products-item .title-products
{
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 54px;
    margin: 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-product-show .relate-product .relate-button .slick-arrow
{
    line-height: 50px;

    position: relative;
    top: 0;

    display: inline-block;

    cursor: pointer;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .relate-button .slick-arrow
    {
        line-height: 40px;
    }
}
.wrap-product-show .submit-group
{
    text-align: center;
}
.wrap-top
{
    position: relative;
}
@media (min-width: 768px)
{
    .wrap-top .wrap-location
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-top .wrap-location
    {
        margin-top: 20px;
    }
}
.wrap-news .news
{
    margin-top: 48px;
}
.wrap-news .news > ul > li
{
    margin-top: 30px;
}
.wrap-news .news .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row-reverse;

    border-left: 2px solid #666;
    background-color: #fff;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        border: none;
    }
}
.wrap-news .news .item .pic
{
    overflow: hidden;

    width: 450px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .pic
    {
        width: 400px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 320px;
    }
}
@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% - 450px);
    width:         calc(100% - 450px);
    padding: 40px 8% 40px 40px;

    -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-news .news .item .text
    {
        width: -webkit-calc(100% - 400px);
        width:         calc(100% - 400px);
        padding: 20px 5% 20px 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text
    {
        width: -webkit-calc(100% - 320px);
        width:         calc(100% - 320px);
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        width: 100%;
        padding: 20px;
    }
}
.wrap-news .news .item .text .date
{
    font-size: 14px;
    line-height: 1.71428571;

    color: #0059bf;
}
.wrap-news .news .item .text .title-news
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

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

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

        max-height: 30px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text .title-news
    {
        font-size: 16px;
        line-height: 1.5;

        max-height: 24px;
    }
}
.wrap-news .news .item .text .title-news span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#0059bf), to(#0059bf));
    background-image: -webkit-linear-gradient(left, #0059bf 0%, #0059bf 100%);
    background-image:         linear-gradient(to right, #0059bf 0%, #0059bf 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.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;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text .note
    {
        margin-top: 4px;
    }
}
.wrap-news .news .item .text .note p
{
    line-height: 1.5;

    margin: 0;

    color: #444;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text .note p
    {
        line-height: 1.71428571;
    }
}
.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;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text .more
    {
        margin-top: 14px;
    }
}
.wrap-news .news .item .text .more .iconfont
{
    font-size: 18px;

    display: inline-block;

    margin-left: 8px;

    vertical-align: middle;
}
.wrap-news .news .item:hover
{
    border-left-color: #0059bf;
}
.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: #0059bf;
}
.wrap-news .news .item:hover .text .title-news
{
    color: #0059bf;
}
.wrap-news .news .item:hover .text .title-news span
{
    background-size: 100% 1px;
}
.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: #0059bf;
}
@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: #0059bf;
}
.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-video .video
{
    margin-top: 10px;
}
.wrap-video .video > ul > li
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-video .video > ul > li
    {
        margin-top: 20px;
    }
}
.wrap-video .video .item
{
    position: relative;

    cursor: pointer;

    background-color: #000;
}
.wrap-video .video .item .pic
{
    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-video .video .item .pic
    {
        opacity: .78;
    }
}
.wrap-video .video .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-video .video .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-video .video .item .play
{
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;

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

    opacity: 0;
    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-video .video .item .play
    {
        opacity: 1;
    }
}
.wrap-video .video .item .play .icon
{
    font-size: 14px;
    line-height: 54px;

    display: block;

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.wrap-video .video .item .play span
{
    line-height: 1.5;

    display: block;

    margin-top: 14px;
}
.wrap-video .video .item:hover .pic
{
    opacity: .5;
}
.wrap-video .video .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-video .video .item:hover .play
{
    opacity: 1;
}
.wrap-joins .joins
{
    margin-top: 30px;
}
.wrap-joins .joins > ul > li
{
    margin-top: 10px;
}
.wrap-joins .joins .item
{
    padding: 0 20px;

    background-color: #fff;
}
.wrap-joins .joins .item .title-joins
{
    position: relative;

    padding: 16px 16px 16px 24px;

    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: 6px 0 6px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
}
.wrap-joins .joins .item .title-joins b
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 1199px)
{
    .wrap-joins .joins .item .title-joins b
    {
        font-size: 18px;
        line-height: 1.66666667;
    }
}
@media (max-width: 991px)
{
    .wrap-joins .joins .item .title-joins b
    {
        font-size: 16px;
        line-height: 1.625;
    }
}
.wrap-joins .joins .item .text
{
    padding: 24px;

    border-top: 1px solid #ccc;
}
@media (max-width: 767px)
{
    .wrap-joins .joins .item .text
    {
        padding: 15px 0;
    }
}
.wrap-joins .joins .item .text h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
}
@media (max-width: 767px)
{
    .wrap-joins .joins .item .text h3
    {
        font-size: 15px;
    }
}
.wrap-joins .joins .item .text p
{
    line-height: 1.5;

    margin: 0;

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

    display: inline-block;

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

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

    color: #fff;
    background-color: #0059bf;
}
@media (max-width: 767px)
{
    .wrap-joins .joins .item .text .btn-contact
    {
        margin-top: 20px;
    }
}
.wrap-joins .joins .item .text .btn-contact:hover
{
    background-color: #004a9e;
}
.wrap-joins .joins .current .item .title-joins:before
{
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);

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

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

    color: #0059bf;
}
.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: #0059bf;
}
.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: #0059bf;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #0059bf;
}
.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(0, 89, 191, .5);
    border-radius: 5px;
    background-color: rgba(0, 89, 191, .1);
}
.wrap-nosearch .title-in
{
    margin-top: 30px;
}
.pagination
{
    display: block;

    margin-top: 60px;
}
@media (max-width: 767px)
{
    .pagination
    {
        margin-top: 40px;
    }
}
.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: 50%;
    background: none;
    background: #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 (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: #0059bf;
    }
}
@media (max-width: 1199.98px)
{
    .pagination a:active,
    .pagination span:not(.ellipsis):active
    {
        color: #fff;
        background-color: #0059bf;
    }
}
@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: #0059bf;
}
.pagination span.current.prev,
.pagination span.current.next
{
    display: none;
}
.pagination .next:hover,
.pagination .prev:hover
{
    color: #fff;
    background-color: #0059bf;
}
.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 .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: #0059bf;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #0059bf;
}
.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: #0059bf;
    background-color: #0059bf;
}
.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: #0059bf;
}
.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;
}
