:root
{
    --pad: -webkit-calc(50vw - 705px);
    --pad:         calc(50vw - 705px);
}
@media (max-width: 1470px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 660px);
        --pad:         calc(50vw - 660px);
    }
}
@media (max-width: 1400px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 570px);
        --pad:         calc(50vw - 570px);
    }
}
@media (max-width: 1199px)
{
    :root
    {
        --pad: 5vw;
    }
}
@media (max-width: 767px)
{
    :root
    {
        --pad: 15px;
    }
}
.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    overflow-x: hidden;

    color: #222;

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    overflow: hidden;

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

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

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

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

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

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

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

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

    overflow: hidden;

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

    overflow: hidden;

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

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

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

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

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

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

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

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

        left: -30px;

        width: 34px;
        height: 34px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        left: -6px;

        background-color: #fff;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: block;

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

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

    display: inline-block;

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

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

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

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

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

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

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

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

    margin-top: 20px;
}
.formbox form .group label
{
    line-height: 44px;

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

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

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

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

    position: relative;
    z-index: 2;

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

    resize: vertical;

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

        padding: 10px;
    }
}
.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: #ffa302;
}
.formbox form .group-read input
{
    color: #999 !important;
    border-color: #fff !important;
    background-color: #fff !important;
}
.formbox form .group input:focus + label,
.formbox form .group textarea:focus + label,
.formbox form .group input:valid + label,
.formbox form .group textarea:valid + label
{
    top: -30px;
    left: 20px;

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

    opacity: .8;
}
@media (max-width: 1400px)
{
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:valid + label,
    .formbox form .group textarea:valid + label
    {
        left: 20px;
    }
}
@media (max-width: 767px)
{
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:valid + label,
    .formbox form .group textarea:valid + label
    {
        top: -30px;
        left: 10px;
    }
}
.formbox-whitebg form .group input,
.formbox-whitebg form .group textarea
{
    background-color: #fff;
}
.submit-group
{
    margin-top: 20px;
}
.submit-group .submit
{
    font-size: 14px;

    height: 42px;
    padding: 0 46px;

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

    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #ffa302;
}
@media (max-width: 991px)
{
    .submit-group .submit
    {
        font-size: 14px;

        height: 40px;
        padding: 0 30px;
    }
}
.submit-group .submit .icon
{
    font-weight: normal;

    margin-right: 10px;
}
.submit-group .submit:hover
{
    background-color: #f09800;
}
.wrap-reviews .feedback
{
    margin-top: 10px;
    padding: 0 24px 24px 24px;
}
@media (max-width: 767px)
{
    .wrap-reviews .feedback
    {
        padding: 0 14px 24px 14px;
    }
}
.wrap-reviews .feedback .item
{
    margin-top: 10px;
}
.wrap-reviews .feedback .item input,
.wrap-reviews .feedback .item textarea
{
    line-height: 24px;

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

    resize: none;

    border-radius: 8px;
    background-color: #fff;
}
.wrap-reviews .feedback .item input::-webkit-input-placeholder,
.wrap-reviews .feedback .item textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-reviews .feedback .item input:-o-placeholder,
.wrap-reviews .feedback .item textarea:-o-placeholder
{
    color: #666;
}
.wrap-reviews .feedback .item input::-moz-placeholder,
.wrap-reviews .feedback .item textarea::-moz-placeholder
{
    color: #666;
}
.wrap-reviews .feedback .item input:-ms-input-placeholder,
.wrap-reviews .feedback .item textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-reviews .feedback .item input:focus::-webkit-input-placeholder,
.wrap-reviews .feedback .item textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.wrap-reviews .feedback .item input:focus::-o-placeholder,
.wrap-reviews .feedback .item textarea:focus::-o-placeholder
{
    color: #999;
}
.wrap-reviews .feedback .item input:focus::-moz-placeholder,
.wrap-reviews .feedback .item textarea:focus::-moz-placeholder
{
    color: #999;
}
.wrap-reviews .feedback .item input:focus::-ms-input-placeholder,
.wrap-reviews .feedback .item textarea:focus::-ms-input-placeholder
{
    color: #999;
}
.wrap-reviews .reviews
{
    margin-top: 20px;

    border-radius: 16px;
    background: #f5f5f5;
}
.wrap-reviews .review-list ul
{
    padding: 0 24px;
}
@media (max-width: 767px)
{
    .wrap-reviews .review-list ul
    {
        padding: 0 14px;
    }
}
.wrap-reviews .review-list ul li
{
    padding: 24px 0;

    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px)
{
    .wrap-reviews .review-list ul li
    {
        padding: 20px 0;
    }
}
.wrap-reviews .review-list ul li:last-child
{
    border: none;
}
.wrap-reviews .review-list .item h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.66666667;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrap-reviews .review-list .item .star-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #ffd600;
}
.wrap-reviews .review-list .item .star-box .icon
{
    font-size: 14px;

    margin-right: 6px;
}
.wrap-reviews .review-list .item p
{
    font-size: 14px;
    line-height: 1.85714286;

    margin: 8px 0 0 0;

    color: #444;
}
@media (max-width: 767px)
{
    .wrap-reviews .review-list .item p
    {
        line-height: 1.71428571;
    }
}
.scrollbar
{
    height: 300px;
}
.header
{
    position: fixed;
    z-index: 10;

    width: 100%;

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

    background-color: #fff;
}
.header .logo
{
    display: inline-block;

    height: 100px;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
    }
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .header-nav
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .header-right
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .serach-part
{
    display: block;

    cursor: pointer;
}
@media (max-width: 1199px)
{
    .header .serach-part
    {
        margin-right: 20px;
    }
}
.header .find
{
    line-height: 36px;

    width: 36px;
    height: 36px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #ffa302;
}
.header .find .icon
{
    font-size: 20px;
    line-height: inherit;
}
.header .find:hover
{
    background-color: #f09800;
}
.header .search-wrap
{
    font-size: 14px;

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

    display: none;

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

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

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

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

    overflow: hidden;

    width: 80%;

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

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

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

    width: 100%;
    padding: 15px;

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

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

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

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

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

    content: '\e60e';
}
.header .search-wrap .submit:hover
{
    background-color: #f09800;
}
.header .cart
{
    line-height: 90px;

    position: relative;

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        line-height: 60px;
    }
}
@media (max-width: 767px)
{
    .header .cart
    {
        padding: 0 5px;
    }
}
.header .cart .icon
{
    font-size: 20px;
}
.header .cart span
{
    font-size: 10px;
    line-height: 12px;

    position: absolute;
    top: 28px;
    right: 14px;

    width: 12px;
    height: 12px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #f33;
}
@media (max-width: 1199px)
{
    .header .cart span
    {
        top: 14px;
    }
}
@media (max-width: 767px)
{
    .header .cart span
    {
        right: 0;
    }
}
.header .cart:hover
{
    color: #ffa302;
}
.header .pc-nav
{
    display: inline-block;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .pc-nav > ul > li
{
    font-size: 0;

    position: relative;

    display: inline-block;

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

    position: relative;

    display: inline-block;

    padding: 0 32px;

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

    text-underline-offset: 5px;
}
@media (max-width: 1470px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 20px;
    }
}
@media (max-width: 1400px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 15px;
    }
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    color: #fff;
    background-color: #ffa302;
}
.header .pc-nav .nav-list2
{
    font-size: 14px;

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

    display: none;

    min-width: 200px;

    text-align: left;

    background: #fff;
    box-shadow: 0 0 4px 0 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: 26px;

    display: block;

    padding: 8px 24px;

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

    display: none;

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

    display: block;

    padding: 5px 20px;

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

    height: 2px;
    margin: 5px 0;

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

    background: #999;
}
.stuck
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hc-mobile-nav
{
    text-transform: capitalize;
}
.hc-mobile-nav li.nav-close
{
    padding-top: 40px;
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

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

    display: inline-block;

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

    display: none;

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

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

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    border-radius: 50px;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        padding: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 160px;

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

    position: relative;

    display: block;

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

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

    color: #444;
    border-radius: 5px;
    background: rgba(240, 240, 240, .6);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
@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
{
    color: #fff;
    border-radius: 5px;
    background-color: #ffa302;
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 0;

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

    display: inline-block;

    margin: 0;
    padding: 0 20px;

    vertical-align: middle;

    color: #fff;
    border-radius: 5px 0 0 5px;
    background: #ffa302;
}
@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 5px 0;

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

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

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

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

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

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

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

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

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

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

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

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

    content: '\e601';
}
.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: #ffa302;
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    display: block;

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

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

    display: none;

    width: 100%;

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

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    display: none;

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

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;
    padding-top: 100px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
.banner .item a
{
    display: block;

    -webkit-transition: all 4s;
            transition: all 4s;
}
.banner img
{
    display: block;

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

    width: 100%;

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

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

    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .banner .swiper-pagination .swiper-pagination-bullet
    {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    width: 32px;
}
@media (max-width: 767px)
{
    .banner .swiper-pagination .swiper-pagination-bullet-active
    {
        width: 20px;
    }
}
.banner .swiper-pagination .swiper-pagination-current:before,
.banner .swiper-pagination .swiper-pagination-total:before
{
    content: '0';
}
.banner .slick-arrow
{
    top: -webkit-calc(50% + 40px);
    top:         calc(50% + 40px);

    width: auto;

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

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

    display: block;
    overflow: hidden;
}
.banner .swiper-slide-active .item a
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    display: block;

    padding-bottom: 50%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #ffa302 !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;

    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .banner-in
    {
        padding-top: 60px;
    }
}
.banner-in img
{
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (min-width: 1920px)
{
    .banner-in img
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .banner-in img
    {
        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 160%;
        margin-left: -30%;
    }
}
@-webkit-keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
.box
{
    position: relative;
    z-index: 3;

    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px)
{
    .box
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.common-more a
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

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

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

    border: 1px solid #000;
}
@media (max-width: 1199px)
{
    .common-more a
    {
        font-size: 14px;
        line-height: 40px;

        min-width: 120px;
    }
}
.common-more a:hover
{
    color: #fff;
    border-color: #ffa302;
    background-color: #ffa302;
}
.common-more.more-bg a
{
    color: #fff;
    border-color: #222;
    background-color: #222;
}
.common-more.more-bg a:hover
{
    border-color: #ffa302;
    background-color: #ffa302;
}
@media (max-width: 767px)
{
    .common-more.lg-more
    {
        display: none;
    }
}
.common-more.xs-more
{
    display: none;
}
@media (max-width: 767px)
{
    .common-more.xs-more
    {
        display: block;

        margin-top: 30px;
    }
}
.title span
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;

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

    margin-bottom: 14px;

    color: #ffa302;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .title span
    {
        font-size: 14px;

        margin-bottom: 6px;
    }
}
.title span:before
{
    margin-right: 4px;

    content: '—— ';
}
.title h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1560px)
{
    .title h2
    {
        font-size: 34px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title p
{
    font-size: 14px;
    line-height: 1.85714286;

    max-width: 710px;
    margin-top: 15px;

    color: #444;
}
.common-product-item
{
    position: relative;

    background-color: #fff;
}
.common-product-item:after
{
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #ffa302;
}
.common-product-item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.common-product-item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-product-item .text
{
    padding: 30px;
}
@media (max-width: 1199px)
{
    .common-product-item .text
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .common-product-item .text
    {
        padding: 14px;
    }
}
.common-product-item .text .title-product
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .common-product-item .text .title-product
    {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 991px)
{
    .common-product-item .text .title-product
    {
        font-size: 18px;
        line-height: 1.44444444;

        height: 26px;
    }
}
@media (max-width: 767px)
{
    .common-product-item .text .title-product
    {
        font-size: 16px;
        line-height: 1.625;
    }
}
.common-product-item .text .note
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .common-product-item .text .note
    {
        margin-top: 10px;
    }
}
.common-product-item .text .note p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #444;
}
@media (max-width: 991px)
{
    .common-product-item .text .note p
    {
        font-size: 14px;
        line-height: 1.85714286;
    }
}
.common-product-item .text .product-more
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin-top: 40px;

    color: #ffa302;
}
@media (max-width: 1470px)
{
    .common-product-item .text .product-more
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .common-product-item .text .product-more
    {
        font-size: 14px;

        margin-top: 14px;
    }
}
.common-product-item .text .product-more .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .common-product-item:hover:after
    {
        width: 100%;
    }
    .common-product-item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .common-product-item:hover .text .title-product
    {
        color: #ffa302;
    }
    .common-product-item:hover .text .product-more .icon
    {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
.box-product
{
    background: #f2f3f6;
}
.box-product .product-top
{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.box-product .product-top .title
{
    max-width: -webkit-calc(100% - 160px);
    max-width:         calc(100% - 160px);
}
@media (max-width: 767px)
{
    .box-product .product-top .title
    {
        max-width: 100%;
    }
}
.box-product .product
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-product .product
    {
        margin-top: 20px;
    }
}
.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
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-product .product .slick-product .slick-slide
    {
        padding: 0 5px;
    }
}
.box-hot-product .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .box-hot-product .item
    {
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
}
.box-hot-product .item .text
{
    width: 50%;
    padding-top: 5%;
    padding-right: 7%;
    padding-left: var(--pad);
}
@media (max-width: 767px)
{
    .box-hot-product .item .text
    {
        width: 100%;
        padding-right: -webkit-calc(var(--bs-gutter-x)*.5);
        padding-right:         calc(var(--bs-gutter-x)*.5);
        padding-left: -webkit-calc(var(--bs-gutter-x)*.5);
        padding-left:         calc(var(--bs-gutter-x)*.5);

        --bs-gutter-x: 1.5rem;
    }
}
.box-hot-product .item .note
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-hot-product .item .note p
{
    line-height: 1.85714286;
}
.box-hot-product .item .list
{
    min-height: 150px;
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .box-hot-product .item .list
    {
        min-height: 100px;
    }
}
@media (max-width: 1400px)
{
    .box-hot-product .item .list
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .box-hot-product .item .list
    {
        min-height: auto;
    }
}
.box-hot-product .item .list b
{
    font-size: 16px;
    line-height: 1.875;
}
.box-hot-product .item .list ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .box-hot-product .item .list ul
    {
        margin: 0 -5px;
    }
}
.box-hot-product .item .list ul li
{
    margin-top: 20px;
    padding: 0 10px;
}
@media (max-width: 991px)
{
    .box-hot-product .item .list ul li
    {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.box-hot-product .item .list ul li p
{
    line-height: 30px;

    margin: 0;
    padding: 0 26px;

    color: #444;
    background: #f2f3f6;
}
.box-hot-product .item .link
{
    margin-top: 30px;
}
@media (max-width: 1400px)
{
    .box-hot-product .item .link
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .box-hot-product .item .link
    {
        margin-top: 30px;
    }
}
.box-hot-product .item .link ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .box-hot-product .item .link ul
    {
        margin: 0 -10px;
    }
}
.box-hot-product .item .link ul li
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .box-hot-product .item .link ul li
    {
        padding: 0 10px;
    }
}
.box-hot-product .item .link ul li a
{
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

    padding: 0 46px;

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

    border: 1px solid #000;
}
@media (max-width: 1199px)
{
    .box-hot-product .item .link ul li a
    {
        font-size: 14px;

        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .box-hot-product .item .link ul li a
    {
        line-height: 34px;

        padding: 0 20px;
    }
}
.box-hot-product .item .link ul li.active a
{
    color: #fff;
    border-color: #ffa302;
    background-color: #ffa302;
}
.box-hot-product .item .pic
{
    width: 50%;
}
@media (max-width: 767px)
{
    .box-hot-product .item .pic
    {
        width: 100%;
    }
}
.box-hot-product .item .pic .img-box
{
    padding-bottom: 70.65217391%;
}
.box-hot-product .slick-dots
{
    bottom: 10%;

    padding-left: var(--pad);

    text-align: left;
}
.box-about
{
    position: relative;

    color: #fff;
}
@media (min-width: 1200px)
{
    .box-about
    {
        background-attachment: fixed;
    }
}
.box-about:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(3, 3, 3, .75);
}
.box-about .about
{
    position: relative;
    z-index: 4;

    max-width: 1320px;
    margin: 0 auto;

    text-align: center;
}
.box-about .about .title span
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.box-about .about .title h2
{
    color: #fff;
}
.box-about .about .text
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-about .about .text
    {
        margin-top: 20px;
    }
}
.box-about .about .text p
{
    color: #fff;
}
.box-about .about .more-play
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-about .about .more-play
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .more-play
    {
        margin-top: 20px;
    }
}
.box-about .about .more-play ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .box-about .about .more-play ul
    {
        margin: 0 -10px;
    }
}
.box-about .about .more-play ul li
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .box-about .about .more-play ul li
    {
        padding: 0 10px;
    }
}
.box-about .about .more,
.box-about .about .play
{
    line-height: 46px;

    display: inline-block;

    min-width: 160px;

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

    border: 1px solid #fff;
}
@media (max-width: 991px)
{
    .box-about .about .more,
    .box-about .about .play
    {
        line-height: 40px;

        min-width: 120px;
    }
}
.box-about .about .active .more,
.box-about .about .active .play
{
    border-color: #ffa302;
    background-color: #ffa302;
}
.box-about .advantage
{
    position: relative;
    z-index: 4;

    margin-top: 160px;
    padding: 80px 0;

    background: rgba(217, 217, 217, .15);
}
@media (max-width: 1199px)
{
    .box-about .advantage
    {
        margin-top: 80px;
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .box-about .advantage
    {
        margin-top: 40px;
        padding: 30px 0;
    }
}
.box-about .advantage ul
{
    overflow: hidden;
}
.box-about .advantage ul li
{
    position: relative;

    padding: 0 3%;

    border-right: 1px solid #787672;
}
.box-about .advantage ul li:after
{
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;

    display: block;

    width: 1px;
    height: 18px;

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

    background-color: #ffa302;
}
.box-about .advantage ul li:last-child
{
    border: none;
}
.box-about .advantage ul li:last-child:after
{
    display: none;
}
@media (max-width: 991px)
{
    .box-about .advantage ul li
    {
        margin: 20px 0;
    }
    .box-about .advantage ul li:nth-child(2)
    {
        border: none;
    }
    .box-about .advantage ul li:nth-child(2):after
    {
        display: none;
    }
}
.box-about .advantage .item
{
    text-align: center;
}
.box-about .advantage .item .icon
{
    width: 70px;
    margin: 0 auto;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 767px)
{
    .box-about .advantage .item .icon
    {
        width: 50px;
    }
}
.box-about .advantage .item .icon img
{
    width: 100%;
}
.box-about .advantage .item b
{
    font-size: 18px;
    line-height: 1.66666667;

    display: block;

    margin-top: 10px;
}
@media (max-width: 767px)
{
    .box-about .advantage .item b
    {
        font-size: 16px;
    }
}
.box-about .advantage .item p
{
    line-height: 1.85714286;

    margin: 20px 0 0 0;
}
@media (max-width: 767px)
{
    .box-about .advantage .item p
    {
        margin-top: 10px;
    }
}
.box-about .advantage .item:hover .icon
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.common-cases-item
{
    cursor: pointer;
    text-align: center;
}
.common-cases-item .img-box
{
    padding-bottom: 61.40350877%;
}
.common-cases-item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-cases-item .title-project
{
    font-size: 16px;
    line-height: 1.625;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .common-cases-item .title-project
    {
        font-size: 14px;
        line-height: 1.625;

        margin-top: 10px;
    }
}
.common-cases-item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.common-cases-item:hover .title-project
{
    color: #ffa302;
}
.box-cases
{
    background: #f2f3f6;
}
.box-cases .cases-top
{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.box-cases .cases-top .title
{
    max-width: -webkit-calc(100% - 100px);
    max-width:         calc(100% - 100px);
}
@media (max-width: 767px)
{
    .box-cases .cases-top .title
    {
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .box-cases .cases-top .prev-next
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%;

        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }
}
.box-cases .cases
{
    margin-top: 40px;
    padding-left: var(--pad);
}
@media (max-width: 991px)
{
    .box-cases .cases
    {
        margin-top: 20px;
        padding-right: -webkit-calc(var(--bs-gutter-x)*.5);
        padding-right:         calc(var(--bs-gutter-x)*.5);
        padding-left: -webkit-calc(var(--bs-gutter-x)*.5);
        padding-left:         calc(var(--bs-gutter-x)*.5);

        --bs-gutter-x: 1.5rem;
    }
}
.box-cases .cases .slick-cases
{
    width: 110%;
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-cases .cases .slick-cases
    {
        width: 100%;
        margin: 0 -5px;
    }
}
.box-cases .cases .slick-cases .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-cases .cases .slick-cases .slick-slide
    {
        padding: 0 5px;
    }
}
.box-news .news-top
{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.box-news .news-top .title
{
    max-width: -webkit-calc(100% - 140px);
    max-width:         calc(100% - 140px);
}
@media (max-width: 767px)
{
    .box-news .news-top .title
    {
        max-width: 100%;
    }
}
.box-news .news
{
    overflow: hidden;
}
.box-news .news > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -40px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .box-news .news > ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 991px)
{
    .box-news .news > ul
    {
        margin: 0 -10px;
    }
}
.box-news .news > ul > li
{
    width: 33.33333333%;
    padding: 0 40px;
}
@media (max-width: 1199px)
{
    .box-news .news > ul > li
    {
        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .box-news .news > ul > li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .box-news .news > ul > li
    {
        width: 100%;

        border-bottom: 1px solid #d9d9d9;
    }
}
.box-news .news > ul > li:nth-child(1)
{
    width: 100%;

    border-bottom: 1px solid #d9d9d9;
}
.box-news .news > ul > li:nth-child(1) .item .text
{
    width: -webkit-calc(100% - 450px);
    width:         calc(100% - 450px);
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .box-news .news > ul > li:nth-child(1) .item .text
    {
        width: -webkit-calc(100% - 400px);
        width:         calc(100% - 400px);
        padding-left: 3%;
    }
}
@media (max-width: 991px)
{
    .box-news .news > ul > li:nth-child(1) .item .text
    {
        width: -webkit-calc(100% - 350px);
        width:         calc(100% - 350px);
    }
}
@media (max-width: 767px)
{
    .box-news .news > ul > li:nth-child(1) .item .text
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.box-news .news > ul > li:nth-child(1) .item .text p
{
    display: -webkit-box;
    overflow: hidden;

    height: 78px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-news .news .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 50px 0;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .box-news .news .item
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item
    {
        padding: 20px 0;
    }
}
.box-news .news .item .pic
{
    width: 450px;
}
@media (max-width: 1199px)
{
    .box-news .news .item .pic
    {
        width: 400px;
    }
}
@media (max-width: 991px)
{
    .box-news .news .item .pic
    {
        width: 350px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .pic
    {
        width: 100%;
    }
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 62.22222222%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .text .title-news
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .box-news .news .item .text .title-news
    {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 1199px)
{
    .box-news .news .item .text .title-news
    {
        font-size: 18px;
        line-height: 1.44444444;

        height: 26px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .text .title-news
    {
        font-size: 16px;
        line-height: 1.625;
    }
}
.box-news .news .item .text p
{
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .item .text .date
{
    line-height: 1.85714286;

    display: block;

    margin-top: 20px;

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

    color: #666;
}
.box-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .text .title-news,
.box-news .news .item:hover .text .date
{
    color: #ffa302;
}
.footer
{
    line-height: 2;

    overflow: hidden;

    color: #fff;
    background-color: #222;
}
.footer .foot-top
{
    padding: 40px 0;

    border-bottom: 1px solid #42464c;
}
@media (max-width: 991px)
{
    .footer .foot-top
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot-top
    {
        padding: 20px 0;
    }
}
.footer .foot-top .title-foot span
{
    font-size: 42px;
    font-weight: 700;
    line-height: 28px;

    color: #423e35;
}
@media (max-width: 1199px)
{
    .footer .foot-top .title-foot span
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-top .title-foot span
    {
        font-size: 30px;
    }
}
.footer .foot-top .title-foot h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    position: relative;
    z-index: 2;

    margin: -30px 0 0 0;
}
@media (max-width: 1199px)
{
    .footer .foot-top .title-foot h3
    {
        font-size: 20px;

        margin-top: -20px;
    }
}
.footer .foot-top .foot-message
{
    width: 70%;
}
@media (max-width: 1199px)
{
    .footer .foot-top .foot-message
    {
        width: 80%;
    }
}
@media (max-width: 991px)
{
    .footer .foot-top .foot-message
    {
        width: 100%;
    }
}
.footer .foot-top .foot-message form
{
    margin-top: 20px;
}
.footer .foot-top .foot-message form > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -5px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.footer .foot-top .foot-message form > ul > li
{
    width: 20%;
    margin-top: 10px;
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .footer .foot-top .foot-message form > ul > li
    {
        width: 50%;
    }
}
.footer .foot-top .foot-message form > ul > li:nth-child(3)
{
    width: -webkit-calc(60% - 130px);
    width:         calc(60% - 130px);
}
@media (max-width: 767px)
{
    .footer .foot-top .foot-message form > ul > li:nth-child(3)
    {
        width: 100%;
    }
}
.footer .foot-top .foot-message form > ul > li:nth-child(4)
{
    width: 130px;
}
.footer .foot-top .foot-message form input
{
    line-height: 44px;

    width: 100%;
    height: 44px;
    padding: 0 20px;

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

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

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

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

    color: #fff;
    border-radius: 0;
    background-color: #ffa302;

    -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: 767px)
{
    .footer .foot-top .foot-message form .submit
    {
        height: 34px;
    }
}
.footer .foot-top .foot-message form .submit .icon
{
    margin-left: 8px;
}
.footer .foot-top .foot-message form .submit:hover
{
    background-color: #f09800;
}
.footer .foot-top .share
{
    margin-top: 20px;
}
.footer .foot-top .share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -5px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer .foot-top .share ul li
{
    padding: 0 5px;
}
.footer .foot-top .share ul li a
{
    line-height: 40px;

    position: relative;

    display: block;

    width: 40px;
    height: 40px;

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

    color: #ffa302;
    border-radius: 50%;
    background-color: #2d2d2d;
}
.footer .foot-top .share ul li a .icon
{
    font-size: 20px;
}
.footer .foot-top .share ul li a img
{
    position: absolute;
    z-index: 6;
    top: 100%;
    left: -50px;

    display: none;

    width: 120px;

    border-radius: 5px;
}
.footer .foot-top .share ul li:hover a
{
    color: #fff;
    background-color: #ffa302;
}
.footer .foot-top .share ul li:hover a img
{
    display: block;
}
.footer .foot
{
    padding: 40px 0 80px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0 60px;
    }
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot .title-foot h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 1199px)
{
    .footer .foot .title-foot h3
    {
        font-size: 20px;
    }
}
.footer .foot .title-foot h3 span
{
    font-size: 20px;
    font-weight: normal;
}
@media (max-width: 1199px)
{
    .footer .foot .title-foot h3 span
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .title-foot h3 span
    {
        font-size: 16px;
    }
}
.footer .foot .foot-text
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-text
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-text
    {
        margin-top: 0;
    }
}
.footer .foot .foot-text > ul > li
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-text > ul > li
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-text > ul > li
    {
        width: 100%;
    }
}
.footer .foot .foot-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.footer .foot .foot-item .icon
{
    font-size: 20px;
    line-height: 40px;

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

    text-align: center;

    border: 1px solid #fff;
    border-radius: 50%;
}
.footer .foot .foot-item .note
{
    width: -webkit-calc(100% - 40px);
    width:         calc(100% - 40px);
    padding-left: 20px;
}
.footer .foot .foot-item .note span
{
    font-size: 15px;
    line-height: 1.86666667;

    color: #909090;
}
.footer .foot .foot-item .note p
{
    line-height: 1.85714286;

    margin: 0;
}
.footer .foot .foot-item .note a:hover
{
    text-decoration: underline;
}
.footer .copyright
{
    line-height: 30px;

    padding: 15px 0;

    text-align: center;

    color: #6f6f6f;
    background-color: #1d1d1d;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding-bottom: 70px;
    }
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright .cnzz
{
    margin: 0 10px;
}
.footer .copyright a:hover
{
    color: #fff;
}
@-webkit-keyframes animate
{
    0%
    {
        background-position: -2689px 0;
    }
    100%
    {
        background-position: 0 0;
    }
}
@keyframes animate
{
    0%
    {
        background-position: -2689px 0;
    }
    100%
    {
        background-position: 0 0;
    }
}
.wrap
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px)
{
    .wrap
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in span
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;

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

    margin-bottom: 14px;

    color: #ffa302;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .title-in span
    {
        font-size: 14px;

        margin-bottom: 6px;
    }
}
.title-in span:before
{
    margin-right: 4px;

    content: '—— ';
}
.title-in h2
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1560px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 18px;
    }
}
.title-in p
{
    line-height: 1.57142857;

    margin: 10px 0 0 0;
}
.wrap-location
{
    padding-top: 20px;

    background: #f2f3f6;
}
@media (max-width: 1199px)
{
    .wrap-location
    {
        padding-top: 0;
    }
}
.wrap-location .location
{
    position: relative;

    padding-left: 26px;

    color: #999;
    border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 767px)
{
    .wrap-location .location
    {
        padding: 10px 0 10px 26px;
    }
}
.wrap-location .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 56px;

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

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

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

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

    content: '>';
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-location .location > ul > li > a
{
    line-height: 26px;

    display: block;

    padding: 15px 0;

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

        padding: 10px 0;
    }
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #ffa302;
}
.wrap-sidenav
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    position: relative;

    margin-bottom: 10px;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 50px 10px 40px;

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

    background-color: #fff;
}
.wrap-sidenav .sidenav .slevel-1 > li .nav-more
{
    line-height: 50px;

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

    width: 40px;
    height: 50px;

    cursor: pointer;
    text-align: center;
}
.wrap-sidenav .sidenav .slevel-1 > li .nav-more:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: block;

    content: '\e625';
    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    color: #fff;
    background-color: #ffa302;
}
.wrap-sidenav .sidenav .slevel-1 > li.active .nav-more,
.wrap-sidenav .sidenav .slevel-1 > li:hover .nav-more
{
    color: #fff;
}
.wrap-sidenav .sidenav .slevel-1 > li.active .nav-more:before,
.wrap-sidenav .sidenav .slevel-1 > li:hover .nav-more:before
{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding: 10px 0;
}
.wrap-sidenav .sidenav .slevel-2 > li
{
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 16px;
    line-height: 1.4;

    position: relative;

    display: block;

    padding: 8px 20px 8px 40px;

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

    color: #444;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    color: #ffa302;
}
.xs-product-nav
{
    display: none;
    overflow: hidden;

    padding-top: 14px;

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

    margin: 0 -4px;

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

    height: auto;
    padding: 4px;

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

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

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

    text-transform: capitalize;

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .xs-product-nav ul > li > a
    {
        font-size: 13px;
        line-height: 30px;
    }
}
.xs-product-nav ul > li.active > a
{
    color: #fff;
    border-color: #ffa302;
    background-color: #ffa302;
}
.wrap-about
{
    background: #f2f3f6;
}
.wrap-about .about
{
    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-about .about
    {
        width: 100%;
    }
}
.wrap-about .about .text
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .about .text
    {
        margin-top: 20px;
    }
}
.wrap-about .pic
{
    width: 50%;
    padding-left: 7%;
}
@media (max-width: 991px)
{
    .wrap-about .pic
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
    .wrap-about .pic img
    {
        width: 100%;
    }
}
@-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(2.5);
                transform: translate(-50%, -50%) scale(2.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(2.5);
                transform: translate(-50%, -50%) scale(2.5);

        opacity: 0;
    }
}
.wrap-culture .text
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-culture .text
    {
        margin-top: 30px;
    }
}
.wrap-culture .text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    color: #ffa302;
}
@media (max-width: 1199px)
{
    .wrap-culture .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-culture .text h3
    {
        font-size: 18px;

        margin-bottom: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .text h3
    {
        font-size: 16px;
    }
}
.wrap-culture .text p
{
    line-height: 1.625;
}
.wrap-culture .culture
{
    position: relative;

    margin-top: 100px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .wrap-culture .culture
    {
        background-attachment: fixed;
    }
}
@media (max-width: 1199px)
{
    .wrap-culture .culture
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture
    {
        margin-top: 30px;
    }
}
.wrap-culture .culture:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .6);
}
.wrap-culture .culture ul
{
    position: relative;
    z-index: 6;

    overflow: hidden;
}
.wrap-culture .culture ul li
{
    position: relative;

    padding: 220px 3%;

    border-right: 1px solid #787672;
}
@media (max-width: 1470px)
{
    .wrap-culture .culture ul li
    {
        padding: 150px 3%;
    }
}
@media (max-width: 1199px)
{
    .wrap-culture .culture ul li
    {
        padding: 100px 3%;
    }
}
@media (max-width: 991px)
{
    .wrap-culture .culture ul li
    {
        padding: 60px 3%;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture ul li
    {
        padding: 30px 3%;
    }
}
.wrap-culture .culture ul li:after
{
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;

    display: block;

    width: 1px;
    height: 18px;

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

    background-color: #ffa302;
}
.wrap-culture .culture ul li:last-child
{
    border: none;
}
.wrap-culture .culture ul li:last-child:after
{
    display: none;
}
@media (max-width: 991px)
{
    .wrap-culture .culture ul li
    {
        margin: 20px 0;
    }
    .wrap-culture .culture ul li:nth-child(2)
    {
        border: none;
    }
    .wrap-culture .culture ul li:nth-child(2):after
    {
        display: none;
    }
}
.wrap-culture .culture .item
{
    text-align: center;
}
.wrap-culture .culture .item .icon
{
    width: 70px;
    margin: 0 auto;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .icon
    {
        width: 50px;
    }
}
.wrap-culture .culture .item .icon img
{
    width: 100%;
}
.wrap-culture .culture .item b
{
    font-size: 18px;
    line-height: 1.66666667;

    display: block;

    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-culture .culture .item b
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item b
    {
        font-size: 16px;

        margin-top: 14px;
    }
}
.wrap-culture .culture .item p
{
    line-height: 1.85714286;

    margin: 20px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item p
    {
        margin-top: 10px;
    }
}
.wrap-culture .culture .item:hover .icon
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-factory .factory
{
    margin-top: 10px;
}
.wrap-factory .factory > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory > ul > li
    {
        margin-top: 15px;
    }
}
.wrap-factory .factory .item
{
    cursor: pointer;
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-cases .cases > ul
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-cases .cases > ul
    {
        margin-top: -15px;
    }
}
.wrap-cases .cases > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-cases .cases > ul > li
    {
        margin-top: 15px;
    }
}
.wrap-message
{
    background-color: #f2f3f6;
}
.wrap-message .title-in h2
{
    font-size: 24px;
}
.wrap-contact .title-in h2
{
    font-size: 24px;
}
.wrap-contact .title-in h2 span
{
    font-weight: normal;
    font-weight: 20px;

    display: inline-block;

    vertical-align: middle;

    color: #222;
}
.wrap-contact .contact
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact
    {
        margin-top: 10px;
    }
}
.wrap-contact .contact > ul > li
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact > ul > li
    {
        width: 100%;
    }
}
.wrap-contact .contact .foot-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.wrap-contact .contact .foot-item .icon
{
    font-size: 20px;
    line-height: 40px;

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

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #ffa302;
}
.wrap-contact .contact .foot-item .note
{
    width: -webkit-calc(100% - 40px);
    width:         calc(100% - 40px);
    padding-left: 20px;
}
.wrap-contact .contact .foot-item .note span
{
    font-size: 15px;
    line-height: 1.86666667;

    color: #444;
}
.wrap-contact .contact .foot-item .note p
{
    line-height: 1.85714286;

    margin: 0;
}
.wrap-contact .contact .foot-item .note a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .foot-item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-map
{
    padding-top: 90px;
}
@media (max-width: 1199px)
{
    .wrap-map
    {
        padding-top: 60px;
    }
}
.wrap-map .map-content
{
    width: 100%;
    height: 500px;
}
@media (max-width: 991px)
{
    .wrap-map .map-content
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .wrap-map .map-content
    {
        height: 300px;
    }
}
.wrap-product
{
    background-color: #f2f3f6;
}
@media (max-width: 767px)
{
    .wrap-product
    {
        padding-top: 30px;
    }
}
.wrap-product .product > ul
{
    margin-top: -30px;
}
.wrap-product .product > ul > li
{
    margin-top: 30px;
}
.wrap-product-show
{
    padding-top: 50px;

    background-color: #f2f3f6;
}
@media (max-width: 767px)
{
    .wrap-product-show
    {
        padding-top: 30px;
    }
}
.wrap-product-show .product-show .carousel-wrap .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-product-show .product-show .carousel-wrap .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .product-show .carousel-wrap .item
{
    overflow: hidden;
}
.wrap-product-show .product-show .carousel-wrap .slider-for
{
    font-size: 0;

    position: relative;

    overflow: hidden;
}
.wrap-product-show .product-show .carousel-wrap .slider-for .zoom
{
    position: relative;

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

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

    overflow: hidden;

    cursor: pointer;

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

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

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

    width: 32px;
    height: 32px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #ffa302;
}
.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-current .item
{
    border: 1px solid #ffa302;
}
.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-arrow
{
    border: none;
}
.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-prev
{
    left: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .carousel-wrap .slider-nav .slick-prev
    {
        left: -10px;
    }
}
.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-next
{
    right: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .carousel-wrap .slider-nav .slick-next
    {
        right: -10px;
    }
}
.wrap-product-show .product-show .info-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column-reverse;

    height: 100%;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .info-box
    {
                flex-direction: column;

        height: auto;
        margin-top: 0;
        padding-left: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .info-box .title-info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .product-show .info-box .title-info-box span
{
    display: block;

    color: #ffa302;
}
.wrap-product-show .product-show .info-box .title-info-box h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 1560px)
{
    .wrap-product-show .product-show .info-box .title-info-box h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .info-box .title-info-box h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .product-show .info-box .text
{
    margin-top: 30px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .product-show .info-box .text
    {
        margin-top: 18px;
    }
}
.wrap-product-show .product-show .info-box .share
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-product-show .product-show .info-box .share p
{
    font-size: 14px;
    line-height: 1.8;

    margin: 0;

    color: #666;
}
.wrap-product-show .product-show .info-box .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 50px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .wrap-product-show .product-show .info-box .link
    {
        margin-top: 30px;
    }
}
.wrap-product-show .product-show .info-box .link .btn-inquiry
{
    line-height: 46px;

    display: inline-block;

    margin-right: 60px;
    padding: 0 60px;

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

    color: #fff;
    background-color: #ffa302;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info-box .link .btn-inquiry
    {
        line-height: 40px;

        margin-right: 20px;
        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .info-box .link .btn-inquiry
    {
        font-size: 14px;

        padding: 0 20px;
    }
}
.wrap-product-show .title-product-show h3
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.33333333;
}
@media (max-width: 1560px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 80px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 60px;
    }
}
.wrap-product-show .parameter .editor-content
{
    margin-top: 20px;
}
.wrap-product-show .inquiry .formbox input,
.wrap-product-show .inquiry .formbox textarea
{
    background: none;
}
.wrap-product-show .relate-product .slick-related
{
    margin: 0 -15px;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-related
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-related .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-related .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-product-show .relate-product .slick-arrow
{
    background: none;
}
.wrap-product-show .relate-product .slick-arrow:hover
{
    background-color: #222;
}
.wrap-news .news-top
{
    padding-bottom: 10px;

    border-bottom: 1px solid #d9d9d9;
}
.wrap-news .news-top > ul > li
{
    margin-bottom: 30px;
}
.wrap-news .news-top .item .pic .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-news .news-top .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news-top .item .text
{
    margin-top: 20px;
}
.wrap-news .news-top .item .text .title-news
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .wrap-news .news-top .item .text .title-news
    {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news-top .item .text .title-news
    {
        font-size: 18px;
        line-height: 1.44444444;

        height: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-top .item .text .title-news
    {
        font-size: 16px;
        line-height: 1.625;
    }
}
.wrap-news .news-top .item .text p
{
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news-top .item .text .date
{
    line-height: 1.85714286;

    display: block;

    margin-top: 20px;

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

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-news .news-top .item .text .date
    {
        margin-top: 10px;
    }
}
.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 .text .title-news,
.wrap-news .news-top .item:hover .text .date
{
    color: #ffa302;
}
.wrap-news .news .item
{
    padding: 46px 0;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        padding: 20px 0;
    }
}
.wrap-news .news .item .title-news
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .wrap-news .news .item .title-news
    {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .title-news
    {
        font-size: 18px;
        line-height: 1.44444444;

        height: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .title-news
    {
        font-size: 16px;
        line-height: 1.625;
    }
}
.wrap-news .news .item p
{
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .date
{
    line-height: 1.85714286;

    display: block;

    margin-top: 20px;

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

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item:hover .title-news,
.wrap-news .news .item:hover .date
{
    color: #ffa302;
}
.wrap-details .title-details h2
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;

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

    display: block;

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

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

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

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

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

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

    position: relative;

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

    height: 36px;

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

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

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

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

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

    color: #666;
    border: 1px solid rgba(255, 163, 2, .5);
    border-radius: 5px;
    background-color: rgba(255, 163, 2, .1);
}
.wrap-nosearch .nosearch .title-in
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .wrap-nosearch .nosearch .title-in h2
    {
        font-size: 30px;
    }
}
nav
{
    text-align: center;
}
.pagination
{
    display: block;

    margin-top: 50px;
}
@media (max-width: 767px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li
{
    display: inline-block;

    margin: 0 5px;

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

    display: block;

    content: '\eb60';
}
.pagination li.next a:before,
.pagination li.lastpage a:before
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.pagination li a
{
    font-size: 16px;
    line-height: 40px;

    display: block;

    min-width: 40px;
    height: 40px;
    padding: 0 5px;

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

    color: #666;
    border: none;
    border: 1px solid #999;
}
@media (max-width: 767px)
{
    .pagination li a
    {
        font-size: 14px;
        line-height: 34px;

        min-width: 34px;
        height: 34px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border-color: #ffa302;
    background-color: #ffa302;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #ffa302;
    background-color: #ffa302;
}
.editor-content p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #444;
}
@media (max-width: 991px)
{
    .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;
}
.editor-content .table-box
{
    font-size: 14px;
    line-height: 1.71428571;

    overflow: auto;

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

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

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

    padding: 10px 20px !important;

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

    background: none !important;
}
.editor-content .table-box table th
{
    text-align: center;
}
.auto-adjust-img 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;
}
