.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Inter';
    font-weight: 900;
    font-style: normal;

    src: local('Inter Black'), local('Inter-Black'), url('../fonts/Inter-Black.woff2') format('woff2'), url('../fonts/Inter-Black.woff') format('woff'), url('../fonts/Inter-Black.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;
}
@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;
}
body
{
    font-family: 'Inter', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: 500;

    overflow-x: hidden;

    color: #222;

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

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    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;
}
[lang=zh-CN] .share-cn
{
    display: block;
}
[lang=zh-CN] .share-other
{
    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;
}
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;
}
@media (min-width: 1200px)
{
    .wow
    {
        visibility: hidden;
    }
}
.lazy
{
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img
{
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translateZ(1px);
            transform: translate3d(0, 0, 1px);

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

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

    overflow: hidden;

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

    overflow: hidden;

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

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

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

    width: 52px;
    height: 52px;
    padding: 0;

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

    border: none;
    border: 1px solid #ccc;
    background: none;
    background: #fff;
}
@media (max-width: 1470px)
{
    .slick-arrow
    {
        left: -3%;
    }
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        line-height: 36px;

        left: -5px;

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

    display: block;

    content: '\e61d';
}
.slick-arrow.slick-next
{
    right: -8%;
    left: auto;
}
@media (max-width: 1470px)
{
    .slick-arrow.slick-next
    {
        right: -3%;
    }
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -5px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow:hover
{
    color: #fff;
    border-color: #fa0;
    background-color: #fa0;
}
.prev-next
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.prev-next .slick-prev,
.prev-next .slick-next
{
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #ccc;
    background: #fff;
}
@media (max-width: 991px)
{
    .prev-next .slick-prev,
    .prev-next .slick-next
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.prev-next .slick-prev:before,
.prev-next .slick-next:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e61d';
}
.prev-next .slick-prev:hover,
.prev-next .slick-next:hover
{
    border-color: #fc0;
    background-color: #fc0;
}
.prev-next .slick-next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-dots
{
    margin-top: 40px;

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

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

    vertical-align: top;

    border-radius: 50%;
    background-color: rgba(255, 204, 0, .5);
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #fc0;
}
.center
{
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.share-cn
{
    display: none;
}
.addcart
{
    cursor: pointer;
}
.addcart.active .icon:before
{
    content: '\e69a';
}
.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;
}
[class*='translated'] .header
{
    top: 40px;
}
:root
{
    --colorA: #000;
    --colorB: rgba(0, 0, 0, 0);
}
@property --houdini-colorA
{
    syntax: '<color>';
    inherits: false;
    initial-value: #000;
}
@property --houdini-colorB
{
    syntax: '<color>';
    inherits: false;
    initial-value: rgba(0, 0, 0, 0);
}
.header
{
    position: fixed;
    z-index: 9;

    width: 100%;
    height: 100px;

    transition: .4s --houdini-colorA, .4s --houdini-colorB;

    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--houdini-colorA)), to(var(--houdini-colorB)));
    background: -webkit-linear-gradient(var(--houdini-colorA), var(--houdini-colorB));
    background:         linear-gradient(var(--houdini-colorA), var(--houdini-colorB));
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
.header .logo
{
    height: 70px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1400px)
{
    .header .logo
    {
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 40px;
    }
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .language
{
    position: relative;

    display: inline-block;

    padding: 0 20px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .language
    {
        padding: 0 10px;
    }
}
.header .language p
{
    font-size: 16px;
    line-height: 100px;

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

        height: 60px;
    }
}
@media (max-width: 767px)
{
    .header .language p
    {
        font-size: 12px;
    }
}
.header .language p a
{
    display: block;
}
.header .language p .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.header .language p .icon-yuyan
{
    margin-right: 10px;
}
@media (max-width: 767px)
{
    .header .language p .icon-yuyan
    {
        display: none;
    }
}
.header .language ul
{
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

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

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

    display: block;

    padding: 10px 10px;

    white-space: nowrap;
}
@media (max-width: 767px)
{
    .header .language ul li a
    {
        font-size: 12px;
    }
}
.header .language ul li a:before
{
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language ul li.cn a:before
{
    background-position: -24px 0;
}
.header .language ul li.py a:before
{
    background-position: -48px 0;
}
.header .language ul li.ar a:before
{
    background-position: -72px 0;
}
.header .language ul li:hover a
{
    text-decoration: underline;
}
.header .translate
{
    display: inline-block;

    min-width: 158px;
    margin-left: 20px;

    vertical-align: middle;
}
@media (max-width: 1400px)
{
    .header .translate
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .header .translate
    {
        font-size: 12px;

        width: 145px;
        min-width: auto;
        margin: 0;
    }
}
.header .translate .goog-te-gadget-simple
{
    border: none;
}
@media (max-width: 767px)
{
    .header .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span
    {
        font-size: 12px;
    }
}
.header .serach-part
{
    display: inline-block;

    margin-left: 40px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 1400px)
{
    .header .serach-part
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .serach-part
    {
        margin-left: 10px;
    }
}
@media (max-width: 375px)
{
    .header .serach-part
    {
        margin-left: 0;
    }
}
.header .find
{
    line-height: 40px;

    padding: 0 10px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
@media (max-width: 767px)
{
    .header .find
    {
        padding: 0;
    }
}
.header .find .icon
{
    font-size: 22px;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .find:hover
{
    color: #fc0;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 0;
    right: 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%;

    width: 80%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@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: 60px;
    height: 60px;
    padding: 0;

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

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

    content: '\e60e';
}
.header .search-wrap .submit:hover
{
    background-color: #fa0;
}
.header .cart
{
    font-size: 12px;

    display: inline-block;

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

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .cart
    {
        padding: 0;
    }
}
.header .cart .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.header .pc-nav
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
.header .pc-nav > ul
{
    display: inline-block;

    vertical-align: middle;
}
.header .pc-nav > ul > li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.header .pc-nav > ul > li > a
{
    font-size: 16px;
    line-height: 100px;

    position: relative;

    display: block;

    height: 100px;
    padding: 0 25px;

    text-transform: uppercase;
}
@media (max-width: 1560px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 20px;
    }
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    color: #fa0;
}
.header .pc-nav .nav-list2
{
    font-size: 14px;

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

    display: none;

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

    text-align: left;

    color: #666;
    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 20px;

    -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: 0 20px;
    }
}
.header .pc-nav .nav-list2 > li > a:hover
{
    color: #222;
    background-color: #fc0;
}
.header .pc-nav .nav-list3
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

    background: #fff;
}
.header .pc-nav .nav-list3 > li > a
{
    line-height: 24px;

    display: block;

    padding: 5px 20px;

    white-space: nowrap;
}
.header .pc-nav .nav-list3 > li > a:hover
{
    color: #222;
    background-color: #fc0;
}
.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;
    }
}
@media (max-width: 375px)
{
    .header .btn-menu
    {
        margin-left: 0;
    }
}
.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: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    --houdini-colorA: white;
    --houdini-colorB: white;
}
.stuck .btn-menu div:before,
.stuck .btn-menu div:after
{
    background: #333;
}
.stuck .btn-menu div span
{
    background: #333;
}
.hc-mobile-nav li.nav-close
{
    padding-top: 40px;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 115px;

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

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

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

    display: inline-block;

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

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 9;
    top: 40%;
    right: 0;

    padding: 5px;

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

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

    position: relative;

    display: block;

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

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

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

        width: 30px;
        height: 30px;
    }
}
.online-wrap .online a:before
{
    font-size: 24px;
}
.online-wrap .online a:hover
{
    background-color: #fc0;
}
@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: 20px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online a .phone-num:after
{
    position: absolute;
    top: 50%;
    right: 9px;

    display: inline-block;

    width: 0;
    height: 0;

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

    border-width: 10px 0 10px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}
.online-wrap .online a .phone-num p
{
    display: inline-block;

    margin: 0;
    padding: 0 20px;

    vertical-align: middle;

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

    content: '\e87d';
}
.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: '\e61f';
}
.online-wrap .icon-cart span
{
    font-size: 14px;
    line-height: 20px;

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

    width: 20px;
    height: 20px;

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

    content: '\e61a';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

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

    color: #fff;
    background-color: #fc0;
    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 #000;
    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: 30px;
    left: 50%;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .swiper-pagination
    {
        bottom: 20px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet
{
    width: 60px;
    height: 4px;
    margin: 0 5px;

    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);

    border: 1px solid #fff;
    border-radius: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    opacity: 1;
    background-color: #fff;
}
.banner .slick-arrow
{
    color: rgba(255, 255, 255, .9);
}
.banner .slick-arrow:hover
{
    color: #fc0;
}
.banner .slick-prev
{
    left: 4%;
}
.banner .slick-next
{
    right: 4%;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item > a
{
    display: block;
    overflow: hidden;
}
.banner .item > a > img
{
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.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: 36.45833333%;

    -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: #fc0 !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
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-in .wrap-location
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;

    background: rgba(0, 0, 0, .3);
}
.banner-in .wrap-location .location
{
    color: #fff;
}
.banner-in .banner-text
{
    position: absolute;
    z-index: 6;
    top: 55%;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner-in .banner-text
    {
        top: 60%;
    }
}
.banner-in .banner-text h2
{
    font-size: 40px;
    font-weight: bold;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .banner-text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner-in .banner-text h2
    {
        font-size: 24px;
    }
}
.banner-in .banner-text .location
{
    font-size: 15px;
    line-height: 2;
}
.banner-in .banner-text .location ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.banner-in .banner-text .location ul li:after
{
    margin: 0 4px;

    content: '>';
}
.banner-in .banner-text .location ul li:last-child:after
{
    display: none;
}
.banner-in .banner-text .location ul li a
{
    display: inline-block;

    text-transform: capitalize;
}
.banner-in .banner-text .location ul li 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: 90px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h3
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
.title h2
{
    font-size: 44px;
    font-weight: 900;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title h2 span
{
    color: #fa0;
}
.title p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #444;
}
@media (max-width: 991px)
{
    .title p
    {
        font-size: 14px;
    }
}
.box-product .product .item,
.wrap-product .product .item,
.wrap-product-show .product .item,
.box-product .relate-product .item,
.wrap-product .relate-product .item,
.wrap-product-show .relate-product .item
{
    display: block;
    overflow: hidden;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-product .product .item,
    .wrap-product .product .item,
    .wrap-product-show .product .item,
    .box-product .relate-product .item,
    .wrap-product .relate-product .item,
    .wrap-product-show .relate-product .item
    {
        margin-top: 20px;
    }
}
.box-product .product .item .pic,
.wrap-product .product .item .pic,
.wrap-product-show .product .item .pic,
.box-product .relate-product .item .pic,
.wrap-product .relate-product .item .pic,
.wrap-product-show .relate-product .item .pic
{
    position: relative;
}
.box-product .product .item .img-box img,
.wrap-product .product .item .img-box img,
.wrap-product-show .product .item .img-box img,
.box-product .relate-product .item .img-box img,
.wrap-product .relate-product .item .img-box img,
.wrap-product-show .relate-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .addcart,
.wrap-product .product .item .addcart,
.wrap-product-show .product .item .addcart,
.box-product .relate-product .item .addcart,
.wrap-product .relate-product .item .addcart,
.wrap-product-show .relate-product .item .addcart
{
    font-size: 15px;
    font-weight: bold;
    line-height: 44px;

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

    padding: 0 30px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;

    opacity: 0;
    background-color: #fc0;
}
.box-product .product .item .addcart .icon,
.wrap-product .product .item .addcart .icon,
.wrap-product-show .product .item .addcart .icon,
.box-product .relate-product .item .addcart .icon,
.wrap-product .relate-product .item .addcart .icon,
.wrap-product-show .relate-product .item .addcart .icon
{
    font-weight: normal;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.box-product .product .item h3,
.wrap-product .product .item h3,
.wrap-product-show .product .item h3,
.box-product .relate-product .item h3,
.wrap-product .relate-product .item h3,
.wrap-product-show .relate-product .item h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-product .product .item h3,
    .wrap-product .product .item h3,
    .wrap-product-show .product .item h3,
    .box-product .relate-product .item h3,
    .wrap-product .relate-product .item h3,
    .wrap-product-show .relate-product .item h3
    {
        font-size: 14px;
    }
}
.box-product .product .item:hover .img-box img,
.wrap-product .product .item:hover .img-box img,
.wrap-product-show .product .item:hover .img-box img,
.box-product .relate-product .item:hover .img-box img,
.wrap-product .relate-product .item:hover .img-box img,
.wrap-product-show .relate-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .item:hover .addcart,
.wrap-product .product .item:hover .addcart,
.wrap-product-show .product .item:hover .addcart,
.box-product .relate-product .item:hover .addcart,
.wrap-product .relate-product .item:hover .addcart,
.wrap-product-show .relate-product .item:hover .addcart
{
    top: 50%;
    left: 50%;

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

    opacity: 1;
}
.box-product .product
{
    margin-top: 10px;
}
.box-product .product .slick-product
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product
    {
        margin: 0 -5px;
    }
}
.box-product .product .slick-product .slick-slide > div > div
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product .slick-slide > div > div
    {
        padding: 0 5px;
    }
}
.box-product .prev-next
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .box-product .prev-next
    {
        margin-top: 30px;
    }
}
.box-product .more
{
    display: inline-block;

    vertical-align: middle;
}
.box-product .more a
{
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;

    display: block;

    padding: 0 36px;

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

    background-color: #fc0;
}
@media (max-width: 991px)
{
    .box-product .more a
    {
        font-size: 14px;
        line-height: 40px;
    }
}
.box-product .more a:hover
{
    background-color: #fa0;
}
.box-category
{
    font-size: 0;

    position: relative;
    z-index: 8;
}
.box-category .item
{
    font-size: 14px;

    position: relative;

    display: block;

    background-color: #000;
}
.box-category .item .img-box
{
    padding-bottom: 133.33333333%;

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

    opacity: .5;
}
.box-category .item .num
{
    font-size: 200px;
    font-weight: 900;
    line-height: .9;

    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    margin: 0;

    opacity: .25;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
@media (max-width: 1560px)
{
    .box-category .item .num
    {
        font-size: 160px;
    }
}
@media (max-width: 1400px)
{
    .box-category .item .num
    {
        font-size: 130px;
    }
}
@media (max-width: 1199px)
{
    .box-category .item .num
    {
        font-size: 100px;
    }
}
@media (max-width: 991px)
{
    .box-category .item .num
    {
        font-size: 80px;
    }
}
.box-category .item .note
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;

    width: -webkit-calc(100% - 40px);
    width:         calc(100% - 40px);
    padding: 18px 40px 18px 18px;

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

    color: #fff;
    background: #222;
}
@media (max-width: 1199px)
{
    .box-category .item .note
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
@media (max-width: 991px)
{
    .box-category .item .note
    {
        width: -webkit-calc(100% - 20px);
        width:         calc(100% - 20px);
        padding: 10px 30px 10px 10px;
    }
}
.box-category .item .note span
{
    font-size: 12px;
    line-height: 2;

    display: block;

    color: #fc0;
}
.box-category .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    text-transform: uppercase;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-category .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-category .item .note h3
    {
        font-size: 16px;
    }
}
.box-category .item .note .icon
{
    font-size: 30px;

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

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .box-category .item .note .icon
    {
        font-size: 24px;

        right: 10px;
    }
}
.box-category .item:hover .img-box
{
    opacity: 1;
}
.box-category .item:hover .note
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.box-category .slick-arrow
{
    left: 0;

    width: 30px;

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

    color: #fff;
    border: none;
    background: none;
}
.box-category .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.box-category .slick-arrow:hover
{
    background-color: #fc0;
}
.box-about-news
{
    background: url(../images/about_bg.jpg) no-repeat left center;
}
.box-about
{
    padding: 30px 0;
}
.box-about .about
{
    width: 50%;
    padding-right: 3%;
    padding-left: -webkit-calc(50% - 720px);
    padding-left:         calc(50% - 720px);
}
@media (max-width: 1470px)
{
    .box-about .about
    {
        padding-left: -webkit-calc(50% - 645px);
        padding-left:         calc(50% - 645px);
    }
}
@media (max-width: 1400px)
{
    .box-about .about
    {
        padding-left: -webkit-calc(50% - 550px);
        padding-left:         calc(50% - 550px);
    }
}
@media (max-width: 1199px)
{
    .box-about .about
    {
        padding-left: 5%;
    }
}
@media (max-width: 991px)
{
    .box-about .about
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.box-about .title
{
    text-align: left;
}
.box-about .text
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .box-about .text
    {
        margin-top: 20px;
    }
}
.box-about .more
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .box-about .more
    {
        margin-top: 20px;
    }
}
.box-about .more a
{
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;

    display: inline-block;

    padding: 0 28px;

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

    background-color: #fc0;
}
@media (max-width: 1199px)
{
    .box-about .more a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 20px;
    }
}
.box-about .more a .icon
{
    font-weight: normal;

    display: inline-block;

    margin-left: 6px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
.box-about .more a:hover
{
    background-color: #fa0;
}
.box-about .more a:hover .icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.box-about .number
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .box-about .number
    {
        margin-top: 30px;
    }
}
.box-about .number ul li
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .box-about .number ul li
    {
        margin-top: 20px;
    }
}
.box-about .number .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-about .number .item .icon
{
    font-size: 40px;
}
@media (max-width: 1470px)
{
    .box-about .number .item .icon
    {
        font-size: 30px;
    }
}
.box-about .number .item .txt
{
    padding-left: 20px;
}
.box-about .number .item h3
{
    font-size: 40px;
    font-weight: 900;
    line-height: 1;

    color: #fa0;
}
@media (max-width: 1470px)
{
    .box-about .number .item h3
    {
        font-size: 30px;
    }
}
.box-about .number .item h3 i
{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;

    color: #666;
}
.box-about .number .item p
{
    font-size: 15px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .box-about .number .item p
    {
        font-size: 14px;
    }
}
.box-about .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-about .video
{
    position: relative;

    width: 50%;
}
@media (max-width: 991px)
{
    .box-about .video
    {
        width: 60%;
        margin-left: 40%;
    }
}
@media (max-width: 767px)
{
    .box-about .video
    {
        width: 100%;
        margin: 0;
    }
}
.box-about .video img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .box-about .video img
    {
        max-width: 130%;
    }
}
@media (max-width: 991px)
{
    .box-about .video img
    {
        max-width: 100%;

        mix-blend-mode: multiply;
    }
}
.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;

    border-radius: 50%;
    background-color: #fc0;
}
@media (max-width: 1199px)
{
    .box-about .video .play
    {
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.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%);

    border-radius: 50%;
}
.box-about .video .play .icon
{
    font-size: 30px;

    position: relative;
    z-index: 2;
}
.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, 204, 0, .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;
}
@-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;
    }
}
.box-news .news
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-news .news
    {
        margin-top: 20px;
    }
}
.box-news .news .slick-news
{
    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .box-news .news .slick-news
    {
        margin: 0 -5px;
    }
}
.box-news .news .slick-news .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .box-news .news .slick-news .slick-slide
    {
        padding: 0 5px;
    }
}
.box-news .news .item
{
    position: relative;

    color: #fff;
}
.box-news .news .item:before
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 50%;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.box-news .news .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 20px 28px;
}
.box-news .news .item .date
{
    line-height: 24px;

    display: block;
}
.box-news .news .item p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .box-news .news .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.box-news .news .item p span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 2px;
}
.box-news .news .item .img-box
{
    padding-bottom: 57.77777778%;
}
.box-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover p span
{
    background-size: 100% 2px;
}
.footer
{
    overflow: hidden;

    color: #fff;
    background-color: #222;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    position: relative;

    padding: 60px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot > ul > li
{
    margin: 20px 0;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .foot .title-foot
{
    position: relative;
    z-index: 2;
}
@media (max-width: 991px)
{
    .footer .foot .title-foot
    {
        padding: 0;
    }
}
.footer .foot .title-foot h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .footer .foot .title-foot h3
    {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .title-foot h3
    {
        font-size: 18px;
    }
}
.footer .foot .title-foot p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .footer .foot .title-foot p
    {
        font-size: 14px;
    }
}
.footer .foot .foot-logo
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .footer .foot .foot-logo
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-logo img
    {
        height: 50px;
    }
}
.footer .foot .info
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .footer .foot .info
    {
        margin-top: 10px;
    }
}
.footer .foot .item-message
{
    width: 450px;
}
@media (max-width: 1470px)
{
    .footer .foot .item-message
    {
        max-width: 380px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-message
    {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot .item-message form
{
    position: relative;
}
.footer .foot .item-message form input
{
    font-size: 15px;
    line-height: 48px;

    width: 100%;
    padding: 0 50px 0 20px;

    color: #fff;
    border: 1px solid #999;
    background: none;
}
@media (max-width: 991px)
{
    .footer .foot .item-message form input
    {
        padding: 0 10px;
    }
}
.footer .foot .item-message form input::-webkit-input-placeholder,
.footer .foot .item-message form textarea::-webkit-input-placeholder
{
    color: #cbcbcb;
}
.footer .foot .item-message form input:-o-placeholder,
.footer .foot .item-message form textarea:-o-placeholder
{
    color: #cbcbcb;
}
.footer .foot .item-message form input::-moz-placeholder,
.footer .foot .item-message form textarea::-moz-placeholder
{
    color: #cbcbcb;
}
.footer .foot .item-message form input:-ms-input-placeholder,
.footer .foot .item-message form textarea:-ms-input-placeholder
{
    color: #cbcbcb;
}
.footer .foot .item-message form input:focus::-webkit-input-placeholder,
.footer .foot .item-message form textarea:focus::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot .item-message form input:focus::-o-placeholder,
.footer .foot .item-message form textarea:focus::-o-placeholder
{
    color: #fff;
}
.footer .foot .item-message form input:focus::-moz-placeholder,
.footer .foot .item-message form textarea:focus::-moz-placeholder
{
    color: #fff;
}
.footer .foot .item-message form input:focus::-ms-input-placeholder,
.footer .foot .item-message form textarea:focus::-ms-input-placeholder
{
    color: #fff;
}
.footer .foot .item-message form .submit
{
    position: absolute;
    top: 3px;
    right: 3px;

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

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

    border-radius: 0;
    background-color: #fc0;
}
.footer .foot .item-message form .submit .icon
{
    font-size: 18px;
}
.footer .foot .item-message form .submit:hover
{
    background-color: #fa0;
}
.footer .foot .item-logo
{
    max-width: 390px;
}
@media (max-width: 1400px)
{
    .footer .foot .item-logo
    {
        max-width: 300px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-logo
    {
        max-width: 100%;
    }
}
.footer .foot .item-text
{
    max-width: 420px;
}
@media (max-width: 1470px)
{
    .footer .foot .item-text
    {
        max-width: 350px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .item-text
    {
        max-width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-text
    {
        max-width: 350px;
    }
}
.footer .foot .item-text .info p
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    min-height: 36px;
    margin: 20px 0 0 0;
    padding-top: 6px;
    padding-left: 50px;
}
@media (max-width: 991px)
{
    .footer .foot .item-text .info p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.footer .foot .item-text .info p .icon
{
    line-height: 36px;

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

    display: block;

    width: 36px;
    height: 36px;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}
.footer .foot .item-text .info p a:hover
{
    text-decoration: underline;

    color: #fc0;
}
.footer .foot .share
{
    line-height: 30px;

    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .footer .foot .share
    {
        margin-top: 20px;
    }
}
.footer .foot .share span
{
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 1560px)
{
    .footer .foot .share span
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .share span
    {
        font-size: 16px;
    }
}
.footer .foot .share ul
{
    margin: 0 -8px;
    margin-top: 14px;
}
.footer .foot .share ul li
{
    display: inline-block;

    vertical-align: middle;
}
.footer .foot .share ul li a
{
    line-height: 30px;

    display: inline-block;

    padding: 0 8px;

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

    color: #fff;
}
.footer .foot .share ul li a .icon
{
    font-size: 18px;
}
.footer .foot .share ul li a:hover
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);

    color: #fc0;
}
.footer .copyright
{
    font-size: 14px;
    line-height: 28px;

    padding: 10px 0;

    color: #989898;
    background-color: #1a1a1a;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        line-height: 24px;

        padding: 10px 0;
    }
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright p a:hover
{
    color: #fc0;
}
.footer .copyright .power
{
    margin: 0 10px;
}
.footer .copyright .sitemap
{
    display: inline-block;

    padding-right: 10px;

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

    color: #fff;
}
.footer .copyright .sitemap .icon
{
    font-size: 20px;

    float: left;

    margin-right: 6px;
}
.footer .copyright .sitemap:hover
{
    opacity: .8;
}
.footer .copyright .policy
{
    padding-left: 10px;
}
.wrap
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 1560px)
{
    .wrap
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.wrap-location
{
    text-align: right;
}
.wrap-location .location
{
    position: relative;

    display: inline-block;

    padding-left: 35px;
}
.wrap-location .location:before
{
    font-family: 'iconfont' !important;
    line-height: 25px;

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

    width: 25px;
    height: 25px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #fc0;
}
.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
{
    line-height: 25px;

    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
.wrap-location .location ul li:after
{
    display: inline-block;

    margin: 0 4px;

    content: '>';
    vertical-align: middle;
}
.wrap-location .location ul li:last-child a
{
    color: #fc0;
}
.wrap-location .location ul li:last-child:after
{
    display: none;
}
.wrap-location .location ul li a
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location ul li a:hover
{
    text-decoration: underline;
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 36px;
    font-weight: 900;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in.left
{
    text-align: left;
}
.title-in p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
    }
}
.wrap-about-sidenav .about-sidenav
{
    background-color: #f5f5f5;
}
.wrap-about-sidenav .about-sidenav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-about-sidenav .about-sidenav > ul > li
{
    width: 16.66666667%;
}
@media (max-width: 991px)
{
    .wrap-about-sidenav .about-sidenav > ul > li
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .wrap-about-sidenav .about-sidenav > ul > li
    {
        width: 33.33333333%;
    }
}
.wrap-about-sidenav .about-sidenav > ul > li > a
{
    font-size: 15px;

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

    height: 50px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1199px)
{
    .wrap-about-sidenav .about-sidenav > ul > li > a
    {
        font-size: 14px;
    }
}
.wrap-about-sidenav .about-sidenav > ul > li.active > a,
.wrap-about-sidenav .about-sidenav > ul > li:hover > a
{
    background-color: #fc0;
}
.wrap-sidenav
{
    padding: 20px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .title-sidenav
{
    padding-bottom: 10px;

    border-bottom: 1px solid #ccc;
}
.wrap-sidenav .title-sidenav h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.wrap-sidenav .sidenav .slevel-1
{
    margin-top: 10px;
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    overflow: hidden;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 0 10px 26px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        font-size: 16px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;

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

    content: '\e637';
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    color: #fc0;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:before,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:before
{
    content: '\e63d';
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    width: -webkit-calc(100% - 15px);
    width:         calc(100% - 15px);
    margin: 0 auto;
    padding: 10px 0;

    border-left: 1px solid #ccc;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 15px;
    line-height: 30px;

    display: block;

    padding: 0 16px;

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

    color: #666;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    text-decoration: underline;

    color: #fc0;
}
.xs-product-nav
{
    display: none;
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .xs-product-nav
    {
        display: block;

        margin-bottom: 20px;
    }
}
.xs-product-nav > ul
{
    margin: 0 -10px;
}
.xs-product-nav > ul > li
{
    display: inline-block;
    overflow: hidden;

    height: auto;

    vertical-align: top;
}
.xs-product-nav > ul > li > a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    display: block;

    padding: 2px 10px;

    text-transform: capitalize;
}
.xs-product-nav > ul > li.active > a
{
    font-weight: bold;

    color: #fc0;
}
.wrap-left
{
    width: 330px;
}
.wrap-right
{
    width: -webkit-calc(100% - 330px);
    width:         calc(100% - 330px);
    padding-left: 3%;
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: 100%;
    }
    .wrap-right
    {
        width: 100%;
        padding-left: 15px;
    }
}
.wrap-about
{
    padding-bottom: 40px;
}
.wrap-about .title-in
{
    text-align: left;
}
.wrap-about .editor-content
{
    margin-top: 20px;
}
.wrap-about .play
{
    font-size: 15px;
    font-weight: bold;

    display: inline-block;

    margin-top: 20px;

    cursor: pointer;
    text-decoration: underline;
}
@media (max-width: 767px)
{
    .wrap-about .play
    {
        margin-top: 0;
    }
}
.wrap-about .play .icon
{
    font-size: 40px;

    display: inline-block;

    margin-right: 20px;

    vertical-align: middle;

    color: #fc0;
}
.wrap-about .play:hover
{
    color: #fc0;
}
.wrap-about .number
{
    margin-top: 20px;
}
.wrap-about .number ul li
{
    margin-top: 30px;
    margin-right: 40px;
}
@media (max-width: 1199px)
{
    .wrap-about .number ul li
    {
        margin-top: 20px;
    }
}
.wrap-about .number .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.wrap-about .number .item .icon
{
    font-size: 40px;
    line-height: 1;
}
@media (max-width: 1470px)
{
    .wrap-about .number .item .icon
    {
        font-size: 30px;
    }
}
.wrap-about .number .item .txt
{
    padding-left: 20px;
}
.wrap-about .number .item h3
{
    font-size: 40px;
    font-weight: 900;
    line-height: 1;

    color: #fa0;
}
@media (max-width: 1470px)
{
    .wrap-about .number .item h3
    {
        font-size: 30px;
    }
}
.wrap-about .number .item h3 i
{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;

    color: #666;
}
.wrap-about .number .item p
{
    font-size: 15px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-about .number .item p
    {
        font-size: 14px;
    }
}
.wrap-about .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-video
{
    position: relative;

    overflow: hidden;

    background-color: #000;
}
.wrap-video:before
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;

    width: 80%;
    height: 30px;

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

    background-color: #fff;
}
.wrap-video img
{
    width: 100%;

    opacity: .5;
}
@media (max-width: 767px)
{
    .wrap-video img
    {
        width: 200%;
        margin-left: -50%;
    }
}
.wrap-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;

    border-radius: 50%;
    background-color: #fc0;
}
@media (max-width: 1199px)
{
    .wrap-video .play
    {
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.wrap-video .play span
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

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

    border-radius: 50%;
}
.wrap-video .play .icon
{
    font-size: 30px;

    position: relative;
    z-index: 2;
}
.wrap-video .play::before,
.wrap-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, 204, 0, .28);
}
.wrap-video .play::after
{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.wrap-video .play::before
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.wrap-business .business
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-business .business
    {
        margin-top: 20px;
    }
}
.wrap-business .business ul li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-business .business ul li
    {
        margin-top: 20px;
    }
}
.wrap-business .business .item
{
    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
.wrap-business .business .item .icon
{
    font-size: 30px;
    line-height: 72px;

    display: block;

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

    text-align: center;

    border-radius: 50%;
    background-color: #fc0;
}
@media (max-width: 1199px)
{
    .wrap-business .business .item .icon
    {
        font-size: 24px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.wrap-business .business .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.55555556;

    margin: 30px 0 0 0;
}
@media (max-width: 1199px)
{
    .wrap-business .business .item h3
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-business .business .item h3
    {
        margin-top: 10px;
    }
}
.wrap-business .business .item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-business .business .item p
    {
        font-size: 14px;
    }
}
.wrap-business .business .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-development
{
    background: url(../images/development_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-development .development
{
    margin-top: 50px;
}
.wrap-development .slick-development-nav .slick-list
{
    overflow: visible;
}
.wrap-development .slick-development-nav .item
{
    position: relative;

    text-align: center;

    border-bottom: 1px solid #ccc;
}
.wrap-development .slick-development-nav .item:after
{
    position: absolute;
    z-index: 2;
    bottom: -6px;
    left: 50%;

    display: block;

    width: 11px;
    height: 11px;

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

    border: 2px solid #666;
    border-radius: 50%;
    background-color: #f4f4f4;
}
.wrap-development .slick-development-nav .item .year
{
    font-size: 16px;
    font-weight: 900;
    line-height: 30px;

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

    color: #666;
}
.wrap-development .slick-development-nav .slick-center .item:after
{
    border-color: #fc0;
}
.wrap-development .slick-development-nav .slick-center .item .year
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);

    opacity: 0;
}
@media (max-width: 767px)
{
    .wrap-development .slick-development-for
    {
        padding: 0 5%;
    }
}
.wrap-development .slick-development-for .slick-slide
{
    padding-top: 30px;
}
.wrap-development .slick-development-for .item
{
    max-width: 930px;
    margin: 0 auto;

    text-align: center;
}
.wrap-development .slick-development-for .item h3
{
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;

    margin-bottom: 30px;

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

    opacity: 0;
}
@media (max-width: 767px)
{
    .wrap-development .slick-development-for .item h3
    {
        font-size: 20px;

        margin-bottom: 10px;
    }
}
.wrap-development .slick-development-for .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-development .slick-development-for .item p
    {
        font-size: 14px;
    }
}
.wrap-development .slick-development-for .slick-current .item h3
{
    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);

    opacity: 1;
}
.wrap-development .slick-development-for .slick-current .item p
{
    -webkit-animation: fadeInUp .6s 0s ease both;
            animation: fadeInUp .6s 0s ease both;
}
.wrap-culture .culture
{
    margin-top: 40px;

    background-color: #f4f4f4;
}
.wrap-culture .culture > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-culture .culture > ul > li
{
    width: 33.33333333%;
}
@media (max-width: 991px)
{
    .wrap-culture .culture > ul > li
    {
        width: 100%;
    }
}
.wrap-culture .culture > ul > li:nth-child(2) .item .pic
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
@media (max-width: 991px)
{
    .wrap-culture .culture > ul > li:nth-child(2) .item .pic
    {
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture > ul > li:nth-child(2) .item .pic
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
}
.wrap-culture .culture > ul > li:nth-child(2) .item .text
{
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
@media (max-width: 991px)
{
    .wrap-culture .culture > ul > li:nth-child(2) .item .text
    {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture > ul > li:nth-child(2) .item .text
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
}
@media (max-width: 991px)
{
    .wrap-culture .culture .item
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .wrap-culture .culture .item .pic,
    .wrap-culture .culture .item .text
    {
        width: 50%;
    }
}
@media (max-width: 991px) and (max-width: 767px)
{
    .wrap-culture .culture .item .pic,
    .wrap-culture .culture .item .text
    {
        width: 100%;
    }
}
.wrap-culture .culture .item .img-box
{
    padding-bottom: 55.31914894%;
}
.wrap-culture .culture .item .text .note
{
    padding: 5% 20px;
}
@media (max-width: 1199px)
{
    .wrap-culture .culture .item .text .note
    {
        padding: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .text .note
    {
        position: relative;
    }
}
.wrap-culture .culture .item .text h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.55555556;

    position: relative;
}
.wrap-culture .culture .item .text h3:before
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -20px;

    display: block;

    width: 2px;
    height: 24px;

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

    background-color: #fc0;
}
@media (max-width: 1199px)
{
    .wrap-culture .culture .item .text h3:before
    {
        left: -15px;
    }
}
.wrap-culture .culture .item .text p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 1400px)
{
    .wrap-culture .culture .item .text p
    {
        font-size: 14px;
    }
}
@media (max-width: 1199px)
{
    .wrap-culture .culture .item .text p
    {
        line-height: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .text .img-box
    {
        height: auto;
        padding: 0;
    }
}
.wrap-honor .honor .item,
.wrap-factory .honor .item,
.wrap-honor .factory .item,
.wrap-factory .factory .item
{
    margin-top: 30px;

    cursor: pointer;
}
.wrap-honor .honor .item .pic,
.wrap-factory .honor .item .pic,
.wrap-honor .factory .item .pic,
.wrap-factory .factory .item .pic
{
    padding: 10px;

    border: 1px solid #e7e7e7;
}
.wrap-honor .honor .item .img-box img,
.wrap-factory .honor .item .img-box img,
.wrap-honor .factory .item .img-box img,
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item:hover .pic,
.wrap-factory .honor .item:hover .pic,
.wrap-honor .factory .item:hover .pic,
.wrap-factory .factory .item:hover .pic
{
    border-color: #fc0;
}
.wrap-honor .honor .item:hover .img-box img,
.wrap-factory .honor .item:hover .img-box img,
.wrap-honor .factory .item:hover .img-box img,
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .factory .item .pic
{
    padding: 0;

    border: none;
}
.wrap-factory .factory .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-contact .contact ul li
{
    margin-top: 40px;
}
.wrap-contact .contact .item
{
    height: 100%;
    padding: 0 20px 20px 20px;

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

    color: #fff;
    background-color: #222;
}
.wrap-contact .contact .item .icon
{
    font-size: 24px;
    line-height: 48px;

    display: block;

    width: 48px;
    height: 48px;

    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    text-align: center;

    color: #222;
    background-color: #fc0;
}
.wrap-contact .contact .item b
{
    font-size: 18px;
    line-height: 30px;

    margin: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item b
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item p
    {
        font-size: 14px;

        margin: 0;
    }
}
.wrap-contact .contact .item a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .item:hover
{
    color: #222;
    background-color: #fc0;
}
.wrap-contact .contact .item:hover .icon
{
    color: #fff;
    background-color: #222;
}
.wrap-contact .message
{
    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .wrap-contact .message
    {
        padding-top: 60px;
    }
}
.wrap-contact .message .formbox form
{
    margin-top: 20px;
}
.wrap-map
{
    overflow: hidden;

    padding-bottom: 100px;
}
@media (max-width: 1199px)
{
    .wrap-map
    {
        padding-bottom: 60px;
    }
}
.wrap-map .map-content
{
    width: 100%;
    height: 520px;
}
@media (max-width: 1199px)
{
    .wrap-map .map-content
    {
        height: 420px;
    }
}
@media (max-width: 767px)
{
    .wrap-map .map-content
    {
        height: 350px;
    }
}
.formbox form
{
    margin-top: 10px;
}
.formbox form ul
{
    margin: 0 -10px;
}
.formbox form ul li
{
    padding: 0 10px;
}
.formbox form .group
{
    position: relative;

    margin-top: 20px;

    background: #f5f5f5;
}
.formbox form .group label
{
    font-size: 15px;
    line-height: 48px;

    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
{
    line-height: 28px;

    position: relative;
    z-index: 2;

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

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

        padding: 10px;
    }
}
.formbox form .group-read input
{
    font-weight: bold;
}
.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: #fc0;
}
.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: 767px)
{
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:valid + label,
    .formbox form .group textarea:valid + label
    {
        top: -30px;
        left: 10px;
    }
}
.formbox form .group textarea
{
    resize: none;
}
.formbox form .submit-group
{
    text-align: center;
}
.formbox form .submit
{
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;

    display: inline-block;

    margin-top: 24px;
    padding: 0 40px;

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

    border-radius: 0;
    background-color: #fc0;
}
.formbox form .submit .icon
{
    font-size: 16px;

    display: inline-block;

    margin-top: -2px;
    margin-left: 6px;

    vertical-align: middle;
}
.formbox form .submit:hover
{
    background-color: #fa0;
}
.wrap-product
{
    background-color: #f4f4f4;
}
@media (max-width: 1199px)
{
    .wrap-product
    {
        padding-top: 20px;
    }
}
.wrap-product .product
{
    margin-top: -30px;
}
@media (max-width: 1199px)
{
    .wrap-product .product
    {
        margin-top: -20px;
    }
}
.wrap-product-show
{
    background-color: #f4f4f4;
}
.wrap-product-show .product-show,
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    margin-bottom: 20px;
    padding: 0 30px 30px 30px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show,
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding: 0 10px 10px 10px;
    }
}
.wrap-product-show .carousel-wrap
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;

    padding-left: 120px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-left: 100px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-left: 80px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-left: 0;
    }
}
.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;

    border: 1px solid #f3f3f3;
}
.wrap-product-show .carousel-wrap .slider-for .item
{
    position: relative;
    z-index: 2;
}
.wrap-product-show .carousel-wrap .slider-for .zoom
{
    position: relative;

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

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .slider-nav
{
    position: absolute;
    top: -6px;
    left: 0;

    width: 100px;
    padding: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        width: 88px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        width: 68px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        position: relative;
        top: 0;

        width: 100%;
        margin-top: 10px;
        padding: 0 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 6px 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-slide
    {
        padding: 0 4px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;

    cursor: pointer;

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

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

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

    width: 32px;
    height: 32px;

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

    color: #222;
    border-radius: 50%;
    background-color: #fc0;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border-color: #fc0;
}
@media (min-width: 1200px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow
    {
        top: 0;
        left: 0;

        width: 100%;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        text-align: center;
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow:before
    {
        font-size: 40px;

        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
    {
        top: auto;
        bottom: 0;
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next:before
    {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
}
@media (min-width: 1200px) and (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow:before
    {
        font-size: 30px;
    }
}
.wrap-product-show .info-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    min-height: 100%;

    -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
    {
        display: block;

        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info-box h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text
{
    margin-top: 30px;
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .text
    {
        margin-top: 10px;
    }
}
.wrap-product-show .info-box .link
{
    margin-top: 20px;
}
.wrap-product-show .info-box .btn-inquiry,
.wrap-product-show .info-box .addcart
{
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;

    display: block;

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

    text-align: center;

    background: #f4f4f4;
}
.wrap-product-show .info-box .btn-inquiry .icon,
.wrap-product-show .info-box .addcart .icon
{
    font-size: 18px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.wrap-product-show .info-box .addcart
{
    background-color: #fc0;
}
.wrap-product-show .info-box .share
{
    margin-top: 30px;
}
.wrap-product-show .info-box .share p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .share p
    {
        font-size: 14px;
    }
}
.wrap-product-show .title-in
{
    padding: 20px 0 14px;

    text-align: left;

    border-bottom: 1px solid #ccc;
}
.wrap-product-show .title-in h2,
.wrap-product-show .title-in h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.42857143;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-product-show .title-in h2,
    .wrap-product-show .title-in h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .parameter .parameter-sort
{
    padding: 24px 0 14px;

    border-bottom: 1px solid #ccc;
}
.wrap-product-show .parameter .parameter-sort ul li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .parameter .parameter-sort ul li a
{
    font-size: 15px;
    line-height: 24px;

    display: block;

    padding: 8px 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .parameter-sort ul li a
    {
        font-size: 14px;

        padding: 8px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .parameter-sort ul li a
    {
        padding: 8px 10px;
    }
}
.wrap-product-show .parameter .parameter-sort ul li.active a
{
    background-color: #f4f4f4;
}
.wrap-product-show .parameter .editor-content
{
    padding-top: 20px;
}
.wrap-product-show .parameter .table-box
{
    font-size: 15px;
    line-height: 1.6;

    overflow: auto;

    width: 100%;
    max-width: 100%;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .table-box
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box table
{
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    width: 25% !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table tr:nth-child(odd)
{
    background-color: #f7f7f7;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 15px 20px !important;

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

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .reviews .feedback
{
    margin-top: 30px;
}
.wrap-product-show .reviews .feedback .left
{
    text-align: left;
}
.wrap-product-show .reviews .review-list
{
    overflow: hidden;

    border-bottom: 1px solid #d9d9d9;
}
.wrap-product-show .reviews .review-list ul li
{
    border-bottom: 1px solid #d9d9d9;
}
.wrap-product-show .reviews .review-list ul li:last-child
{
    border: none;
}
.wrap-product-show .reviews .review-list .item
{
    padding: 24px 0;
}
.wrap-product-show .reviews .review-list .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    padding-right: 110px;
}
@media (max-width: 991px)
{
    .wrap-product-show .reviews .review-list .item h3
    {
        font-size: 16px;
    }
}
.wrap-product-show .reviews .review-list .item h3 .date
{
    font-size: 14px;
    font-weight: normal;

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

    color: #666;
}
.wrap-product-show .reviews .review-list .item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .reviews .review-list .item p
    {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry .left
{
    text-align: left;
}
.wrap-product-show .prev-next
{
    white-space: nowrap;
}
.wrap-product-show .prev-next .slick-prev,
.wrap-product-show .prev-next .slick-next
{
    font-size: 14px;
    line-height: 46px;

    display: inline-block;

    width: 46px;
    height: 46px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;

    color: #777;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .prev-next .slick-prev,
    .wrap-product-show .prev-next .slick-next
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-product-show .prev-next .slick-prev:before,
.wrap-product-show .prev-next .slick-next:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-product-show .prev-next .slick-prev:hover,
.wrap-product-show .prev-next .slick-next:hover
{
    color: #fff;
    background-color: #fc0;
}
.wrap-product-show .prev-next .slick-next
{
    margin-left: 14px;
}
.wrap-product-show .prev-next .slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.wrap-product-show .relate-product .slick-related
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-related
    {
        margin: 0 -5px;
    }
}
.wrap-product-show .relate-product .slick-related .slick-slide
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-related .slick-slide
    {
        padding: 10px 5px;
    }
}
.wrap-product-show .relate-product .item
{
    margin-top: 20px;
}
.wrap-product-show .relate-product .slick-dots
{
    margin-top: 30px;

    text-align: right;
}
.wrap-product-show .relate-product .slick-dots li
{
    width: 20px;
    height: 5px;
    margin: 0 5px;

    border-radius: 10px;
    background-color: #e5e5e5;
}
.wrap-product-show .relate-product .slick-dots li.slick-active
{
    width: 30px;

    background-color: #fc0;
}
#scrollbar
{
    overflow: hidden;

    width: 100%;
    height: 400px;
    padding-right: 12px;
}
.wrap-download .download
{
    margin-top: -30px;
}
.wrap-download .download .item
{
    position: relative;

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

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

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

    background-color: #f4f4f4;
}
@media (max-width: 991px)
{
    .wrap-download .download .item
    {
        padding: 20px 20px 20px 0;
    }
}
.wrap-download .download .item .icon-pdf
{
    width: 80px;

    text-align: center;

    color: #cc2929;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .icon-pdf
    {
        width: 50px;
    }
}
.wrap-download .download .item .icon-pdf .icon
{
    font-size: 36px;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .icon-pdf .icon
    {
        font-size: 30px;
    }
}
.wrap-download .download .item .note
{
    width: -webkit-calc(100% - 80px);
    width:         calc(100% - 80px);
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .note
    {
        width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px);
    }
}
.wrap-download .download .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-download .download .item h3
    {
        font-size: 16px;

        margin: 0;
    }
}
.wrap-download .download .item p
{
    font-size: 14px;
    line-height: 1.73333333;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-download .download .item p
    {
        margin: 0;
    }
}
.wrap-download .download .item .down
{
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    margin-top: 16px;

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

    color: #444;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .down
    {
        font-size: 14px;
    }
}
.wrap-download .download .item .down .icon
{
    font-size: 18px;
    font-weight: normal;

    margin-right: 8px;
}
.wrap-download .download .item:hover .down
{
    color: #fc0;
}
.wrap-download .download .item:hover h3
{
    text-decoration: underline;
}
.wrap-news .news-top
{
    margin-top: -30px;
}
.wrap-news .news-top .item
{
    display: block;

    margin-top: 30px;

    border-bottom: 4px solid #cbcbcb;
    background-color: #f4f4f4;
}
.wrap-news .news-top .item .img-box
{
    padding-bottom: 57.77777778%;
}
.wrap-news .news-top .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news-top .item .note
{
    padding: 24px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top .item .note
    {
        padding: 20px 14px;
    }
}
.wrap-news .news-top .item .note .date
{
    color: #444;
}
.wrap-news .news-top .item .note .date .icon
{
    display: inline-block;

    margin-right: 8px;

    color: #fc0;
}
.wrap-news .news-top .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top .item .note h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-top .item .note h3
    {
        font-size: 15px;
    }
}
.wrap-news .news-top .item .note .more
{
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;

    display: block;

    margin-top: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top .item .note .more
    {
        font-size: 14px;

        margin-top: 20px;
    }
}
.wrap-news .news-top .item .note .more .icon
{
    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.wrap-news .news-top .item:hover
{
    border-bottom-color: #fc0;
}
.wrap-news .news-top .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news-top .item:hover .note .more
{
    color: #fc0;
}
.wrap-news .news
{
    margin-top: 30px;

    border-top: 1px solid #d9d9d9;
}
.wrap-news .news .item
{
    display: block;

    padding: 30px 20px;

    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        padding: 20px 0;
    }
}
.wrap-news .news .item .date
{
    line-height: 24px;

    display: block;
}
.wrap-news .news .item .date .icon
{
    display: inline-block;

    margin-right: 8px;

    color: #fc0;
}
.wrap-news .news .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

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

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

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

    background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333));
    background-image: -webkit-linear-gradient(left, #333 0%, #333 100%);
    background-image:         linear-gradient(to right, #333 0%, #333 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 2px;
}
.wrap-news .news .item p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    color: #444;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news .item p
    {
        font-size: 14px;
    }
}
.wrap-news .news .item:hover h3 span
{
    background-size: 100% 2px;
}
.wrap-details .title-details h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;

    margin: 20px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-details .title-details h2
    {
        font-size: 20px;
    }
}
.wrap-details .title-details .date
{
    font-size: 14px;
    line-height: 24px;

    display: block;

    margin-right: 6px;
}
.wrap-details .title-details .date .icon
{
    color: #fc0;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text ul,
.wrap-details .details .text ol
{
    padding-left: 1em;
}
.wrap-details .details .text ul li,
.wrap-details .details .text ol li
{
    list-style: inherit;
}
.wrap-details .share
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-details .share
    {
        margin-top: 30px;
    }
}
.wrap-details .share p
{
    font-size: 18px;
    font-weight: bold;

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

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

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

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

    position: relative;

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

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

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

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

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

    display: block;

    width: 36px;
    height: 36px;

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

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

    width: 1px;
    height: 16px;

    content: '';

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

        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
.wrap-sitemap
{
    background-color: #fcfcfc;
}
.wrap-sitemap .sitemap .title h2
{
    margin: 0;
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

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

    display: inline-block;

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

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

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

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

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

    color: #fc0;
}
.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: #fc0;
}
.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: #fc0;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #fc0;
}
.wrap-nosearch .nosearch
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-nosearch .nosearch
    {
        margin: 20px 0 0 0;
    }
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

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

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

    color: #666;
    border: 1px solid rgba(255, 204, 0, .5);
    border-radius: 5px;
    background-color: rgba(255, 204, 0, .1);
}
.wrap-inquiryinfo .inquiry-info
{
    font-size: 0;

    width: 100%;
    margin-top: 30px;

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

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

    content: '\e656';

    color: #fc0;
}
.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: #fc0;
    background-color: #fc0;
}
.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: #fc0;
}
.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;
    }
}
@media (min-width: 1200px)
{
    .wrap-inquiry .title-in h2
    {
        font-size: 35px;
    }
}
nav
{
    text-align: center;
}
.pagination
{
    display: block;

    margin-top: 50px;
}
.pagination li
{
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .pagination li
    {
        margin: 0 4px;
    }
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.pagination li.next a:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.pagination li a
{
    font-size: 15px;
    line-height: 44px;

    display: block;

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

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

    border: none;
    background: none;
    background-color: #f4f4f4;
}
@media (max-width: 767px)
{
    .pagination li a
    {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    border-color: #fc0;
    background-color: #fc0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    border-color: #fc0;
    background-color: #fc0;
}
.editor-content p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .editor-content p
    {
        font-size: 14px;
    }
}
.editor-content ul,
.editor-content ol
{
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li
{
    list-style: inherit;
}
.auto-adjust-img img
{
    max-width: 100% !important;
    height: auto !important;
}
.auto-adjust-img.is-mobile img
{
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}
.auto-adjust-img p.contains-pictures
{
    font-size: 0 !important;

    overflow-x: hidden;

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

    margin: 5px;
}
