:root
{
    --pad: -webkit-calc(50vw - 830px);
    --pad:         calc(50vw - 830px);
}
@media (max-width: 1720px)
{
    :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: 6vw;
    }
}
@media (max-width: 991px)
{
    :root
    {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px)
{
    :root
    {
        --pad: 15px;
    }
}
@-webkit-keyframes fadeInUp
{
    from
    {
        -webkit-transform: translate3d(0, 50%, 0);
                transform: translate3d(0, 50%, 0);

        opacity: 1;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
@keyframes fadeInUp
{
    from
    {
        -webkit-transform: translate3d(0, 50%, 0);
                transform: translate3d(0, 50%, 0);

        opacity: 1;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown
{
    from
    {
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);

        opacity: 0;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
@keyframes fadeInDown
{
    from
    {
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);

        opacity: 0;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
: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: 6vw;
    }
}
@media (max-width: 991px)
{
    :root
    {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px)
{
    :root
    {
        --pad: 15px;
    }
}
.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
.iconfont
{
    font-size: inherit;
}
@font-face
{
    font-family: 'Helvetica Neue LT Pro';
    font-weight: bold;
    font-style: normal;

    src: local('Helvetica Neue LT Pro 75 Bold'), local('HelveticaNeueLTPro-Bd'), url('../fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'), url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 500;
    font-style: normal;

    src: local('Helvetica Neue LT Pro 65 Medium'), local('HelveticaNeueLTPro-Md'), url('../fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'), url('../fonts/HelveticaNeueLTPro-Md.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Md.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Helvetica Neue LT Pro';
    font-weight: normal;
    font-style: normal;

    src: local('Helvetica Neue LT Pro 55 Roman'), local('HelveticaNeueLTPro-Roman'), url('../fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueLTPro-Roman.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Roman.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'DORIMOUS';
    font-weight: bold;
    font-style: normal;

    src: local('DORIMOUS Bold'), local('DORIMOUSBold'), url('../fonts/DORIMOUSBold.woff2') format('woff2'), url('../fonts/DORIMOUSBold.woff') format('woff'), url('../fonts/DORIMOUSBold.ttf') format('truetype');
    font-display: swap;
}
body
{
    font-family: 'Helvetica Neue LT Pro', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    overflow-x: hidden;

    color: #010100;

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    overflow: hidden;

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

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

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

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

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

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

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

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1470px)
{
    .container
    {
        max-width: 1440px;
    }
}
@media (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;
}
.swiper-button
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 118px;
    margin: 0 auto;
    padding: 2px;

    border-radius: 40px;
    background: #d4d8dd;

    -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;
}
.slick-arrow
{
    font-size: 0;
    line-height: 58px;

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

    display: block;

    width: 58px;
    height: 58px;
    margin: 0;
    padding: 0;

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

    border-radius: 10px;
    background: #fff;
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        line-height: 40px;

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

    display: block;

    content: '\e6ed';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #010100;
}
.slick-next
{
    right: 0;
    left: auto;
}
.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
@media (min-width: 768px)
{
    .arrow-top-right .slick-arrow
    {
        position: absolute;
        top: -80px;
        right: 40px;
        left: auto;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .arrow-top-right .slick-arrow.slick-next
    {
        right: 0;
    }
}
.arrow-bottom
{
    padding-bottom: 80px;
}
.arrow-bottom .slick-arrow
{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;

    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
}
.arrow-bottom .slick-arrow.slick-next
{
    right: 50%;
    left: auto;

    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
}
.arrow-bottom .slick-arrow:hover
{
    background-color: #a8c32d;
}
.slick-dots
{
    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: 1199px)
{
    .slick-dots
    {
        margin-top: 30px;
    }
}
.slick-dots li
{
    width: 30px;
    height: 2px;

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

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

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

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

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.mt-30
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .mt-30
    {
        margin-top: 15px;
    }
}
.mt-40
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .mt-40
    {
        margin-top: 20px;
    }
}
.mt-50
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .mt-50
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .mt-50
    {
        margin-top: 15px;
    }
}
.mt-60
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .mt-60
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .mt-60
    {
        margin-top: 15px;
    }
}
.mt-80
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .mt-80
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .mt-80
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .mt-80
    {
        margin-top: 15px;
    }
}
.common-share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -2px;

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

    padding: 0 2px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.common-share ul li a
{
    font-size: 18px;

    display: block;

    width: 30px;
    height: 30px;
    padding: 5px;

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

    color: #fff;
    border: 1px solid #818180;
    border-radius: 50%;
}
.common-share ul li a .iconfont
{
    font-size: 14px;
    line-height: 20px;

    display: block;

    width: 20px;
    height: 20px;

    border-radius: 50%;
    background: #010100;
}
.common-share ul li a:hover
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.formbox form ul
{
    margin: 0 -10px;
}
.formbox form ul li
{
    margin: 20px 0;
    padding: 0 10px;
}
@media (max-width: 1199px)
{
    .formbox form ul li
    {
        margin: 10px 0;
    }
}
.formbox form .group
{
    position: relative;
}
.formbox form .group label
{
    font-size: 18px;
    line-height: 30px;

    margin-bottom: 10px;
}
@media (max-width: 1199px)
{
    .formbox form .group label
    {
        font-size: 16px;
    }
}
.formbox form .group label span
{
    color: #c7371f;
}
.formbox form .group input,
.formbox form .group textarea,
.formbox form .group select
{
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    padding: 10px 20px;

    border: 2px solid #f6f0ed;
    border-radius: 10px;
    background: #fcf9f8;
}
@media (max-width: 1199px)
{
    .formbox form .group input,
    .formbox form .group textarea,
    .formbox form .group select
    {
        line-height: 24px;
    }
}
.formbox form .group select
{
    color: rgba(17, 17, 17, .2);
}
.formbox form .group input::-webkit-input-placeholder,
.formbox form .group textarea::-webkit-input-placeholder
{
    color: rgba(17, 17, 17, .2);
}
.formbox form .group input:-o-placeholder,
.formbox form .group textarea:-o-placeholder
{
    color: rgba(17, 17, 17, .2);
}
.formbox form .group input::-moz-placeholder,
.formbox form .group textarea::-moz-placeholder
{
    color: rgba(17, 17, 17, .2);
}
.formbox form .group input:-ms-input-placeholder,
.formbox form .group textarea:-ms-input-placeholder
{
    color: rgba(17, 17, 17, .2);
}
.formbox form .group input:focus::-webkit-input-placeholder,
.formbox form .group textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.formbox form .group input:focus::-o-placeholder,
.formbox form .group textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.formbox form .group input:focus::-moz-placeholder,
.formbox form .group textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.formbox form .group input:focus::-ms-input-placeholder,
.formbox form .group textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.formbox form .group-read input
{
    color: #fff !important;
    background: #a8c32d !important;
}
.formbox form .upload-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
.formbox form .upload-box input
{
    display: none;
}
.formbox form .upload-btn
{
    font-size: 18px;
    font-weight: normal;

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

    height: 48px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: .3s;
            transition: .3s;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}
.formbox form .upload-btn:hover
{
    text-decoration: underline;
}
.formbox form .upload-btn .icon
{
    font-size: 24px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.formbox form .file-name
{
    font-size: 18px;

    color: rgba(255, 255, 255, .6);
}
@media (max-width: 1199px)
{
    .formbox form .file-name
    {
        font-size: 16px;
    }
}
.formbox form .submit
{
    font-size: 14px;
    font-weight: 500;

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

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    height: 50px;
    margin-top: 30px;
    padding: 0 40px;

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

    color: #fff;
    border-radius: 5px;
    background: #000;

    -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)
{
    .formbox form .submit
    {
        height: 42px;
    }
}
.formbox form .submit .iconfont
{
    margin-left: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.formbox form .submit:hover
{
    background-color: #94b113;
}
.formbox form .submit:hover .iconfont
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.formbox-other form ul li
{
    margin: 10px 0;
}
.formbox-other form .group input,
.formbox-other form .group textarea,
.formbox-other form .group select
{
    border-color: #f9f5f3;
    background: #f9f5f3;
}
.formbox-other form .group input::-webkit-input-placeholder,
.formbox-other form .group textarea::-webkit-input-placeholder
{
    color: #717171;
}
.formbox-other form .group input:-o-placeholder,
.formbox-other form .group textarea:-o-placeholder
{
    color: #717171;
}
.formbox-other form .group input::-moz-placeholder,
.formbox-other form .group textarea::-moz-placeholder
{
    color: #717171;
}
.formbox-other form .group input:-ms-input-placeholder,
.formbox-other form .group textarea:-ms-input-placeholder
{
    color: #717171;
}
.formbox-other form .group input:focus::-webkit-input-placeholder,
.formbox-other form .group textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.formbox-other form .group input:focus::-o-placeholder,
.formbox-other form .group textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.formbox-other form .group input:focus::-moz-placeholder,
.formbox-other form .group textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.formbox-other form .group input:focus::-ms-input-placeholder,
.formbox-other form .group textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.formbox-other form .submit-group
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.formbox-other form .submit-group .submit
{
    margin: 0 auto;
}
.wrap-reviews
{
    position: relative;

    overflow: hidden;

    background-color: #f4f6f7;
}
.wrap-reviews .slick-reviews
{
    margin-top: 50px;
}
.wrap-reviews .slick-arrow
{
    top: -100px;
}
@media (max-width: 1199px)
{
    .wrap-reviews .slick-arrow
    {
        top: -70px;
    }
}
@media (max-width: 991px)
{
    .wrap-reviews .slick-arrow
    {
        top: -60px;
    }
}
@media (max-width: 767px)
{
    .wrap-reviews .slick-arrow
    {
        top: 50%;
        left: -12px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.wrap-reviews .item
{
    padding: 10px 30px;

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

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

    padding: 10px 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-reviews .item .title-reviews h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;

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

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

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

    margin-right: 4px;

    color: #a41517;
}
.wrap-reviews .item .note
{
    padding: 14px 0;
}
.wrap-reviews .write-reviews
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-reviews .write-reviews
    {
        margin-top: 20px;
    }
}
.wrap-reviews .write-reviews .title-write h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 991px)
{
    .wrap-reviews .write-reviews .title-write h3
    {
        font-size: 20px;
    }
}
.wrap-reviews .write-reviews .message form ul
{
    margin: 0 -10px;
}
.wrap-reviews .write-reviews .message form ul li
{
    padding: 0 10px;
}
.wrap-reviews .write-reviews .message form .group
{
    position: relative;

    margin-top: 20px;

    background: #fff;
}
.wrap-reviews .write-reviews .message form .group-read
{
    overflow: hidden;

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

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

    border-radius: 5px;
    outline: none;
    background: none;
    background: #f9f9f9;
}
@media (max-width: 1560px)
{
    .wrap-reviews .write-reviews .message form .group-read input
    {
        padding: 10px 30px;
    }
}
@media (max-width: 1400px)
{
    .wrap-reviews .write-reviews .message form .group-read input
    {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group label
{
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;

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

    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
@media (max-width: 1560px)
{
    .wrap-reviews .write-reviews .message form .group label
    {
        left: 30px;
    }
}
@media (max-width: 1400px)
{
    .wrap-reviews .write-reviews .message form .group label
    {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input,
.wrap-reviews .write-reviews .message form .group textarea
{
    font-size: 14px;
    line-height: 30px;

    position: relative;
    z-index: 2;

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

    border-radius: 0;
    border-radius: 5px;
    outline: 0;
    background: none;
}
@media (max-width: 1560px)
{
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea
    {
        padding: 10px 30px;
    }
}
@media (max-width: 1400px)
{
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea
    {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input:placeholder-shown + label,
.wrap-reviews .write-reviews .message form .group textarea:placeholder-shown + label
{
    top: 0;

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

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

    opacity: .8;
    color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-reviews .write-reviews .message form .group input:focus + label,
    .wrap-reviews .write-reviews .message form .group textarea:focus + label,
    .wrap-reviews .write-reviews .message form .group input:valid + label,
    .wrap-reviews .write-reviews .message form .group textarea:valid + label
    {
        left: 30px;
    }
}
@media (max-width: 1400px)
{
    .wrap-reviews .write-reviews .message form .group input:focus + label,
    .wrap-reviews .write-reviews .message form .group textarea:focus + label,
    .wrap-reviews .write-reviews .message form .group input:valid + label,
    .wrap-reviews .write-reviews .message form .group textarea:valid + label
    {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group textarea
{
    resize: none;
}
.wrap-reviews .write-reviews .message form .submit-group .submit
{
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background: #94b113;
}
.wrap-reviews .write-reviews .message form .submit-group .submit:hover
{
    background-color: #a8c32d;
}
.open-quote
{
    display: none;

    width: 96%;
    max-width: 860px;
    padding: 0;

    border-radius: 20px;
}
.open-quote .pic img
{
    width: 100%;
}
.open-quote .quote-message
{
    width: 100%;
    padding: 30px;
}
.open-quote .quote-message .title-in h2
{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.11111111;

    color: #a8c32d;
}
@media (max-width: 1560px)
{
    .open-quote .quote-message .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .open-quote .quote-message .title-in h2
    {
        font-size: 24px;
    }
}
.open-quote .quote-message .formbox .group input
{
    color: #a8c32d;
}
.open-quote .quote-message .formbox .group input::-webkit-input-placeholder,
.open-quote .quote-message .formbox .group textarea::-webkit-input-placeholder
{
    color: #a8c32d;
}
.open-quote .quote-message .formbox .group input:-o-placeholder,
.open-quote .quote-message .formbox .group textarea:-o-placeholder
{
    color: #a8c32d;
}
.open-quote .quote-message .formbox .group input::-moz-placeholder,
.open-quote .quote-message .formbox .group textarea::-moz-placeholder
{
    color: #a8c32d;
}
.open-quote .quote-message .formbox .group input:-ms-input-placeholder,
.open-quote .quote-message .formbox .group textarea:-ms-input-placeholder
{
    color: #a8c32d;
}
.open-quote .quote-message .formbox .group input:focus::-webkit-input-placeholder,
.open-quote .quote-message .formbox .group textarea:focus::-webkit-input-placeholder
{
    color: rgba(168, 195, 45, .2);
}
.open-quote .quote-message .formbox .group input:focus::-o-placeholder,
.open-quote .quote-message .formbox .group textarea:focus::-o-placeholder
{
    color: rgba(168, 195, 45, .2);
}
.open-quote .quote-message .formbox .group input:focus::-moz-placeholder,
.open-quote .quote-message .formbox .group textarea:focus::-moz-placeholder
{
    color: rgba(168, 195, 45, .2);
}
.open-quote .quote-message .formbox .group input:focus::-ms-input-placeholder,
.open-quote .quote-message .formbox .group textarea:focus::-ms-input-placeholder
{
    color: rgba(168, 195, 45, .2);
}
.open-quote .quote-message .formbox .submit
{
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 0 40px;
}
.fancybox-close-small:after
{
    background-color: #fff;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    padding: 0 5%;

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

    color: #fff;
    border-bottom: 1px solid #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        position: -webkit-sticky;
        position:         sticky;

        border-bottom-color: #a8c32d;
        background-color: rgba(0, 0, 0, .8);

        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
    }
}
.header .header-top-content
{
    position: relative;

    height: 100px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .header-top-content
    {
        height: 60px;
    }
}
.header .logo
{
    height: 120px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1560px)
{
    .header .logo
    {
        height: 100px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 10px 0;
    }
}
.header .logo img
{
    display: block;

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

    width: -webkit-calc(100% - 250px);
    width:         calc(100% - 250px);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1560px)
{
    .header .header-right
    {
        width: -webkit-calc(100% - 150px);
        width:         calc(100% - 150px);
    }
}
@media (max-width: 1199px)
{
    .header .header-right
    {
        width: auto;

        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
}
.header .common-share
{
    margin-right: 40px;
}
@media (max-width: 1199px)
{
    .header .common-share
    {
        display: none;
    }
}
.header .pc-search form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 280px;

    color: #111;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1690px)
{
    .header .pc-search form
    {
        width: 200px;
    }
}
@media (max-width: 1199px)
{
    .header .pc-search form
    {
        display: none;
    }
}
.header .pc-search form input
{
    line-height: 60px;

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

    background: none;
}
.header .pc-search form input::-webkit-input-placeholder,
.header .pc-search form textarea::-webkit-input-placeholder
{
    color: #111;
}
.header .pc-search form input:-o-placeholder,
.header .pc-search form textarea:-o-placeholder
{
    color: #111;
}
.header .pc-search form input::-moz-placeholder,
.header .pc-search form textarea::-moz-placeholder
{
    color: #111;
}
.header .pc-search form input:-ms-input-placeholder,
.header .pc-search form textarea:-ms-input-placeholder
{
    color: #111;
}
.header .pc-search form input:focus::-webkit-input-placeholder,
.header .pc-search form textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.header .pc-search form input:focus::-o-placeholder,
.header .pc-search form textarea:focus::-o-placeholder
{
    color: #999;
}
.header .pc-search form input:focus::-moz-placeholder,
.header .pc-search form textarea:focus::-moz-placeholder
{
    color: #999;
}
.header .pc-search form input:focus::-ms-input-placeholder,
.header .pc-search form textarea:focus::-ms-input-placeholder
{
    color: #999;
}
.header .pc-search form .submit
{
    font-size: 20px;

    width: 60px;
    height: 60px;

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

    background: none;
}
.header .pc-search form .submit:hover
{
    color: #a8c32d;
}
.header .tel
{
    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 .tel .icon
{
    font-size: 40px;

    margin-right: 20px;

    color: #a8c32d;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1560px)
{
    .header .tel .icon
    {
        font-size: 30px;
    }
}
.header .tel .txt b
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;

    display: block;
}
.header .tel .txt p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1400px)
{
    .header .tel .txt p
    {
        font-size: 18px;
    }
}
.header .tel .txt p a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .tel .txt p a:hover
{
    color: #a8c32d;
}
.header .serach-part
{
    display: none;

    cursor: pointer;
}
@media (max-width: 1199px)
{
    .header .serach-part
    {
        display: block;

        margin-right: 20px;
    }
}
.header .find
{
    font-size: 18px;
    line-height: 40px;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .header .find
    {
        font-size: 16px;
    }
}
.header .find .iconfont
{
    font-size: 24px;

    margin-right: 6px;
}
.header .find:hover
{
    color: #94b113;
}
.header .search-wrap
{
    font-size: 14px;

    position: fixed;
    z-index: 9;
    top: -15px;
    left: 50%;

    display: none;

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

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

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

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

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

    overflow: hidden;

    width: 80%;

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

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

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

    width: 100%;
    padding: 15px;

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

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

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

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

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

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

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

    padding: 0 12px;

    color: #fff;
    border-radius: 6px;
    background-color: #a8c32d;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .header .cart
    {
        font-size: 0;
    }
}
.header .cart .iconfont
{
    font-size: 22px;

    margin-right: 6px;
}
@media (max-width: 767px)
{
    .header .cart .iconfont
    {
        margin-right: 0;
    }
}
.header .cart:hover
{
    background-color: #94b113;
}
.header .language
{
    position: relative;

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

    margin-left: 24px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .header .language
    {
        margin-left: 10px;
    }
}
.header .language p
{
    line-height: 34px;

    margin: 0;
    padding: 0 10px;

    cursor: pointer;

    color: #a8c32d;
    border-radius: 6px;
    background: rgba(229, 0, 18, .1);
}
@media (max-width: 767px)
{
    .header .language p
    {
        font-size: 0;
    }
}
.header .language p img
{
    margin-right: 8px;
}
@media (max-width: 767px)
{
    .header .language p img
    {
        margin-right: 0;
    }
}
.header .language p .iconfont
{
    font-size: 12px;

    margin-left: 8px;
}
@media (max-width: 767px)
{
    .header .language p .iconfont
    {
        display: none;
    }
}
.header .language ul
{
    position: absolute;
    z-index: 9;
    top: 100%;

    display: none;

    min-width: 100%;

    text-align: center;

    color: #fff;
    border-radius: 6px;
    background: #a8c32d;
}
.header .language ul li
{
    margin: 10px 0;
}
.header .language ul li a
{
    line-height: 34px;

    display: block;

    padding: 0 10px;
}
.header .language ul li a:hover
{
    background-color: rgba(255, 255, 255, .3);
}
.header .header-nav
{
    text-align: center;

    color: #fff;
    background-color: #a8c32d;
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
.header .pc-nav > ul
{
    position: relative;

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

    margin: 0 -35px;

    -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)
{
    .header .pc-nav > ul
    {
        margin: 0 -30px;
    }
}
.header .pc-nav > ul > li
{
    position: relative;

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

    padding: 0 35px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .header .pc-nav > ul > li
    {
        padding: 0 30px;
    }
}
@media (max-width: 1470px)
{
    .header .pc-nav > ul > li
    {
        padding: 0 25px;
    }
}
@media (max-width: 1400px)
{
    .header .pc-nav > ul > li
    {
        padding: 0 15px;
    }
}
.header .pc-nav > ul > li > a
{
    font-size: 18px;
    font-weight: bold;

    position: relative;

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

    height: 180px;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .header .pc-nav > ul > li > a
    {
        height: 140px;
    }
}
@media (max-width: 1400px)
{
    .header .pc-nav > ul > li > a
    {
        height: 120px;
    }
}
.header .pc-nav > ul > li > a:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #a8c32d;
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    color: #a8c32d;
}
.header .pc-nav > ul > li.active > a:after,
.header .pc-nav > ul > li:hover > a:after
{
    width: 100%;
}
.header .nav-list2
{
    position: absolute;
    z-index: 50;
    top: 100%;

    display: none;

    min-width: 230px;
    padding: 20px 0;

    text-align: left;

    color: #333;
    border-radius: 0 0 10px 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -webkit-backdrop-filter: blur(6.5999999px);
            backdrop-filter: blur(6.5999999px);
}
.header .nav-list2 li
{
    position: relative;

    list-style: none;
}
.header .nav-list2 li > a
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 6px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .nav-list2 li.active > a,
.header .nav-list2 li:hover > a
{
    color: #a8c32d;
}
.header .nav-list3
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px;

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

    display: block;

    padding: 5px 20px;

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

    display: none;

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

        margin-left: 10px;

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

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

    width: 100%;
    height: 100%;

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

    height: 2px;

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

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

    height: 2px;
    margin: 5px 0;

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

    background: #a8c32d;
}
.header .translate
{
    margin-left: 3vw;
}
.stuck
{
    border-bottom-color: #a8c32d;
    background-color: rgba(0, 0, 0, .6);

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

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

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

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

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

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

    display: inline-block;

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

    display: none;

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

    max-width: 100%;
}
.online-wrap .online
{
    position: relative;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        position: absolute;
        top: auto;
        right: -60px;
        bottom: 70px;

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

    display: block;

    width: 46px;
    height: 46px;
    margin: 7px 0;

    text-align: center;

    color: #fff;
    border-radius: 23.04px;
    background: rgba(0, 0, 0, .4);
}
.online-wrap .online a .iconfont
{
    font-size: 22px;
}
.online-wrap .online a b
{
    font-weight: normal;
}
.online-wrap .online a:hover
{
    background-color: #a8c32d;
}
.online-wrap .online .codenum
{
    position: relative;
}
.online-wrap .online .codenum .open-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

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

    display: block;

    margin: 0;
    padding: 0 20px;

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

    display: none;

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .online-cart span
{
    font-size: 12px;
    line-height: 18px;

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

    width: 18px;
    height: 18px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #94b113;
}
.xs-online
{
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    color: #fff;
    background-color: #a8c32d;
    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;
}
.xs-online ul li > a .iconfont
{
    font-size: 20px;

    display: block;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.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%;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.banner .item a
{
    height: 100%;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 42.708%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    position: absolute;
    z-index: 2;
    bottom: 24px;

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

    opacity: .5;
    border-radius: 0;
    background: #1a1e07;
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    height: 35px;

    background-color: #a8c32d;
}
.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;
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        top: 50%;
    }
}
.banner .slick-arrow:before
{
    font-size: 50px;

    content: '\e640';
}
@media (max-width: 767px)
{
    .banner .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner .slick-arrow:hover
{
    color: #94b113;
    background: none;
}
.banner .slick-prev
{
    left: 2%;
}
@media (max-width: 991px)
{
    .banner .slick-prev
    {
        left: 0;
    }
}
.banner .slick-next
{
    right: 2%;
}
@media (max-width: 991px)
{
    .banner .slick-next
    {
        right: 0;
    }
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.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: #a8c32d !important;
}
.banner .mobile-video
{
    position: relative;

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

    content: '';

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

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

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

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner .banner-text
{
    font-size: 16px;

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

    width: 100%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .banner-text
    {
        padding: 0 8%;
    }
}
.banner .banner-text .subtitle
{
    font-size: 18px;
    line-height: 1.33333333;
}
@media (max-width: 1199px)
{
    .banner .banner-text .subtitle
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .subtitle
    {
        display: none;
    }
}
.banner .banner-text h2
{
    font-size: 64px;
    font-weight: bold;
    line-height: 1;

    max-width: 50%;
    margin-top: 20px;
}
@media (max-width: 1560px)
{
    .banner .banner-text h2
    {
        font-size: 58px;
    }
}
@media (max-width: 1470px)
{
    .banner .banner-text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1400px)
{
    .banner .banner-text h2
    {
        font-size: 44px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text h2
    {
        font-size: 40px;

        max-width: 70%;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text h2
    {
        font-size: 20px;

        max-width: 100%;
        margin: 0;
    }
}
.banner .banner-text h2 span
{
    display: block;

    color: #a8c32d;
}
.banner .banner-text p
{
    font-size: 18px;
    line-height: 1.33333333;

    max-width: 50%;
    margin: 30px 0 0 0;
}
@media (max-width: 1199px)
{
    .banner .banner-text p
    {
        font-size: 16px;

        max-width: 70%;
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text p
    {
        display: none;
    }
}
.banner .banner-text .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.banner .banner-text .link a
{
    font-size: 14px;
    line-height: 30px;

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

    margin-right: 20px;
    padding: 20px 30px;

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

    border: 2px solid #fff;
    border-radius: 4px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .banner .banner-text .link a
    {
        line-height: 24px;

        padding: 15px 20px;
    }
}
@media (max-width: 1400px)
{
    .banner .banner-text .link a
    {
        line-height: 24px;

        padding: 10px 20px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text .link a
    {
        line-height: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .link a
    {
        font-size: 12px;
        line-height: 1;

        padding: 5px 10px;
    }
}
.banner .banner-text .link a .iconfont
{
    display: none;
}
.banner .banner-text .link a.active
{
    color: #111;
    background-color: #fff;
}
.banner .banner-text .link a.active .iconfont
{
    display: block;

    margin-left: 4px;
}
.banner .swiper-slide-active .banner-text .subtitle,
.banner .swiper-slide-active .banner-text h2,
.banner .swiper-slide-active .banner-text p,
.banner .swiper-slide-active .banner-text .link
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner-in
{
    position: relative;

    overflow: hidden;

    -webkit-clip-path: polygon(100% 0, 100% 90%, 76% 100%, 49% 91%, 0 91%, 0 0);
            clip-path: polygon(100% 0, 100% 90%, 76% 100%, 49% 91%, 0 91%, 0 0);
}
.banner-in img
{
    width: 100%;
}
.box
{
    overflow: hidden;

    padding: 150px 0;
}
@media (max-width: 1560px)
{
    .box
    {
        padding: 120px 0;
    }
}
@media (max-width: 1400px)
{
    .box
    {
        padding: 100px 0;
    }
}
@media (max-width: 1400px)
{
    .box
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.box.pad-120
{
    padding: 120px 0;
}
@media (max-width: 1560px)
{
    .box.pad-120
    {
        padding: 100px 0;
    }
}
@media (max-width: 1400px)
{
    .box.pad-120
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
@-webkit-keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.common-more
{
    margin-top: 40px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1400px)
{
    .common-more
    {
        margin-top: 20px;
    }
}
.common-more a
{
    font-size: 14px;
    line-height: 30px;

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

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    min-width: 200px;
    padding: 15px 20px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #101010;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1199px)
{
    .common-more a
    {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .common-more a
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.common-more a .iconfont
{
    font-size: 20px;

    margin-left: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .common-more a .iconfont
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .common-more a .iconfont
    {
        margin-left: 4px;
    }
}
.common-more a:hover
{
    background-color: #94b113;
}
.common-more a:hover .iconfont
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.common-more1 a
{
    background-color: #a8c32d;
}
.common-more1 a .iconfont
{
    font-size: 12px;
    line-height: 20px;

    width: 20px;
    height: 20px;

    text-align: center;

    color: #a8c32d;
    border-radius: 50%;
    background: #fff;
}
.common-more2 a
{
    color: #010100;
    background-color: #fff;
}
.common-more2 a .iconfont
{
    font-size: 12px;
    line-height: 20px;

    width: 20px;
    height: 20px;

    text-align: center;

    color: #fff;
    color: #a8c32d;
    border-radius: 50%;
    background: #010100;
}
.common-more.text-center a
{
    margin: 0 auto;
}
.title .subtitle
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;

    margin-bottom: 20px;

    color: #a8c32d;
}
@media (max-width: 767px)
{
    .title .subtitle
    {
        margin-bottom: 10px;
    }
}
.title h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.41176471;
}
@media (max-width: 1560px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
        line-height: 1.16666667;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title .editor-content
{
    max-width: 1000px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .title .editor-content
    {
        margin-top: 10px;
    }
}
.title.text-center .editor-content
{
    margin: 0 auto;
    margin-top: 20px;
}
.box-top .title
{
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .box-top .title
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-productbg
{
    background: url(../images/product_bg.jpg) repeat center;
}
.box-productbg .product .slick-product .slick-slide
{
    padding-bottom: 2px;
}
.box-partner
{
    color: #fff;
}
.box-partner .partner-left,
.box-partner .partner-right
{
    width: 50%;
}
@media (max-width: 991px)
{
    .box-partner .partner-left,
    .box-partner .partner-right
    {
        width: 100%;
    }
}
.box-partner .partner-left
{
    padding-right: 8%;
}
@media (max-width: 991px)
{
    .box-partner .partner-left
    {
        padding-right: 0;
    }
}
.box-partner .partner-right
{
    position: relative;

    overflow: hidden;

    padding: 100px;

    color: #010100;
    border-radius: 80px 0 0 0;
    background: url(../images/partner_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px)
{
    .box-partner .partner-right
    {
        padding: 80px;

        border-radius: 60px 0 0 0;
    }
}
@media (max-width: 1400px)
{
    .box-partner .partner-right
    {
        padding: 60px;
    }
}
@media (max-width: 991px)
{
    .box-partner .partner-right
    {
        margin-top: 30px;
        padding: 30px;

        border-radius: 30px 0 0 0;
    }
}
@media (max-width: 767px)
{
    .box-partner .partner-right
    {
        padding: 30px 15px;

        border-radius: 10px 0 0 0;
    }
}
.box-partner .partner-right:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(255, 255, 255, .9);
}
.box-partner .partner-right .title-partner,
.box-partner .partner-right .editor-content,
.box-partner .partner-right .partner-list
{
    position: relative;
    z-index: 6;
}
.box-partner .partner-right .title-partner h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
}
@media (max-width: 767px)
{
    .box-partner .partner-right .title-partner h3
    {
        line-height: 1.33333333;
    }
}
.box-partner .partner-right .text p
{
    color: #666;
}
.box-partner .partner-right .partner-list
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-partner .partner-right .partner-list
    {
        margin-top: 20px;
    }
}
.box-partner .partner-right .partner-list > ul > li
{
    padding: 20px 0;

    border-bottom: 2px solid #e0e0e0;
}
.box-partner .partner-right .partner-list .item
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    padding-left: 30px;
}
.box-partner .partner-right .partner-list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

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

    content: '\e622';

    color: #a8c32d;
}
.box-partner .partner-right .partner-list .item p
{
    font-weight: 500;

    margin: 0;
}
.box-partner .partner-right .partner-list .item p b
{
    font-size: 24px;
    font-weight: 500;

    color: #a8c32d;
}
.box-about .about-left
{
    position: relative;

    width: 50%;
    height: 100%;
    padding-right: 10%;
    padding-bottom: 80px;
}
@media (max-width: 1560px)
{
    .box-about .about-left
    {
        padding-right: 5%;
    }
}
@media (max-width: 991px)
{
    .box-about .about-left
    {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
}
.box-about .about-left .pic
{
    position: relative;

    width: 100%;
}
.box-about .about-left .pic img
{
    width: 100%;
}
.box-about .about-left .pic .play
{
    font-weight: 500;
    line-height: 30px;

    position: absolute;
    z-index: 6;
    bottom: 40px;
    left: 30px;

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

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 25px 20px;

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

    color: #fff;
    background-color: #a8c32d;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .box-about .about-left .pic .play
    {
        line-height: 24px;

        bottom: 10px;
        left: 10px;

        padding: 10px;
    }
}
.box-about .about-left .pic .play:hover
{
    background-color: #94b113;
}
.box-about .about-left .pic .play .iconfont
{
    margin-right: 10px;
}
.box-about .about-left .pic2
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 50%;

    border: 30px solid #fff;
}
@media (max-width: 1560px)
{
    .box-about .about-left .pic2
    {
        border-width: 20px;
    }
}
@media (max-width: 1199px)
{
    .box-about .about-left .pic2
    {
        border-width: 10px;
    }
}
.box-about .about-right
{
    width: 50%;
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .box-about .about-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.box-about .about-content
{
    margin-top: 60px;
}
@media (max-width: 1400px)
{
    .box-about .about-content
    {
        margin-top: 30px;
    }
}
.box-about .about-content .about-icon
{
    width: 60px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .box-about .about-content .about-icon
    {
        width: 50px;
    }
}
@media (max-width: 767px)
{
    .box-about .about-content .about-icon
    {
        display: none;
    }
}
.box-about .about-content .about-icon img
{
    width: 100%;
}
.box-about .about-content .text
{
    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
    padding-left: 3%;
}
@media (max-width: 991px)
{
    .box-about .about-content .text
    {
        width: 100%;
        padding-left: 0;
    }
}
.box-about .number
{
    margin-top: 40px;
}
@media (max-width: 1400px)
{
    .box-about .number
    {
        margin-top: 20px;
    }
}
.box-about .number > ul > li
{
    padding: 20px 0;

    border-bottom: 2px solid #e0e0e0;
}
.box-about .number .item
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    padding-left: 30px;
}
.box-about .number .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

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

    content: '\e622';

    color: #a8c32d;
}
.box-about .number .item p
{
    font-weight: 500;

    margin: 0;
}
.box-about .number .item p b
{
    font-size: 24px;
    font-weight: 500;

    color: #a8c32d;
}
@-webkit-keyframes play
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);

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

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

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

        opacity: 0;
    }
}
@media (max-width: 991px)
{
    .box-factory
    {
        margin-top: 30px;
    }
}
.box-factory .factory-gallery
{
    width: 50%;
    /* 响应式适配：小屏幕改为单列 */
}
@media (max-width: 991px)
{
    .box-factory .factory-gallery
    {
        width: 100%;
    }
}
.box-factory .factory-gallery .item
{
    overflow: hidden;

    width: 100%;
    height: 100%;

    border: 4px solid #fff;
}
.box-factory .factory-gallery .item img
{
    /* 保持图片比例，裁剪溢出部分 */
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.box-factory .factory-gallery > ul
{
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 60px;
    gap: 10px;
}
.box-factory .factory-gallery > ul > li
{
    /* 按位置定义每个图片的跨度 */
}
.box-factory .factory-gallery > ul > li:nth-child(1)
{
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
.box-factory .factory-gallery > ul > li:nth-child(2)
{
    grid-column: 3 / 5;
    grid-row: 1 / 5;
}
.box-factory .factory-gallery > ul > li:nth-child(3)
{
    grid-column: 1 / 3;
    grid-row: 3 / 5;
}
.box-factory .factory-gallery > ul > li:nth-child(4)
{
    grid-column: 1 / 3;
    grid-row: 5 / 9;
}
.box-factory .factory-gallery > ul > li:nth-child(5)
{
    grid-column: 3 / 5;
    grid-row: 5 / 7;
}
.box-factory .factory-gallery > ul > li:nth-child(6)
{
    grid-column: 1 / 3;
    grid-row: 9/ 13;
}
.box-factory .factory-gallery > ul > li:nth-child(7)
{
    grid-column: 3 / 5;
    grid-row: 7/ 13;
}
.box-factory .factory-gallery > ul > li:nth-child(7) .item
{
    border-radius: 0 0 100px 0;
}
@media (max-width: 1560px)
{
    .box-factory .factory-gallery > ul > li:nth-child(7) .item
    {
        border-radius: 0 0 80px 0;
    }
}
@media (max-width: 1400px)
{
    .box-factory .factory-gallery > ul > li:nth-child(7) .item
    {
        border-radius: 0 0 60px 0;
    }
}
@media (max-width: 1199px)
{
    .box-factory .factory-gallery > ul > li:nth-child(7) .item
    {
        border-radius: 0 0 30px 0;
    }
}
@media (max-width: 768px)
{
    .box-factory .factory-gallery .factory-gallery
    {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .box-factory .factory-gallery .factory-gallery > ul > li
    {
        grid-column: 1 / 2;
        grid-row: auto;
    }
}
.box-factory .factory-right
{
    width: 50%;
    padding: 60px 5%;

    color: #fff;
}
@media (max-width: 1560px)
{
    .box-factory .factory-right
    {
        padding: 30px 3%;
    }
}
@media (max-width: 991px)
{
    .box-factory .factory-right
    {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.box-factory .factory-right .text p
{
    color: #666;
}
.box-factory .faqs
{
    border-top: 4px solid #a8c32d;
}
.box-factory .faqs > ul > li
{
    padding: 30px 0;

    border-bottom: 2px solid rgba(224, 224, 224, .2);
}
@media (max-width: 1560px)
{
    .box-factory .faqs > ul > li
    {
        padding: 20px 0;
    }
}
.box-factory .faqs .item
{
    position: relative;

    padding-left: 50px;
}
.box-factory .faqs .item:before
{
    font-family: 'iconfont' !important;
    line-height: 30px;

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

    display: block;

    width: 30px;
    height: 30px;

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

    color: #010100;
    border-radius: 50%;
    background-color: #fff;
}
.box-factory .faqs .item .title-faqs
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
}
.box-factory .faqs .item .note
{
    display: none;

    margin-top: 20px;
}
.box-factory .faqs .item .note p
{
    color: rgba(255, 255, 255, .5);
}
.box-factory .faqs .current .item:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    color: #fff;
    background-color: #a8c32d;
}
.common-product-item
{
    position: relative;

    display: block;

    border: 2px solid #5d5d5d;
}
.common-product-item .pic
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.common-product-item .pic .img-box
{
    padding-bottom: 130%;
}
.common-product-item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-product-item .title-product
{
    line-height: 50px;

    position: absolute;
    z-index: 6;
    bottom: 20px;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 50px;
    padding: 0 15px;

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

    opacity: 0;
    color: #fff;
    background-color: #a8c32d;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .common-product-item .title-product
    {
        position: relative;
        bottom: 0;

        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .common-product-item .title-product
    {
        line-height: 30px;

        height: 30px;
    }
}
@media (min-width: 1200px)
{
    .common-product-item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .common-product-item:hover .title-product
    {
        opacity: 1;
    }
}
.common-product-item-other
{
    border-color: #ecf0e8;
}
.common-product-item-other .pic
{
    background: #ecf0e8;
}
.common-product-item-other .pic .img-box
{
    mix-blend-mode: multiply;
}
@media (min-width: 1200px)
{
    .common-product-item-other:hover
    {
        border-color: #a8c32d;
    }
    .common-product-item-other:hover .pic
    {
        background-color: #fff;
    }
}
.box-product
{
    position: relative;

    margin-top: 10vw;
    padding-left: var(--pad);
}
@media (max-width: 1199px)
{
    .box-product
    {
        margin-top: 60px;
    }
}
.box-product:before
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 50%;

    content: '';

    background-color: #fff;
}
.box-product .product-content
{
    position: relative;

    overflow: hidden;

    padding: 100px var(--pad) 100px 90px;

    border-radius: 100px 0 0 0;
    background: url(../images/product_bg1.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px)
{
    .box-product .product-content
    {
        padding: 60px var(--pad) 60px 50px;

        border-radius: 60px 0 0 0;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-content
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-content
    {
        padding: 30px 15px;
    }
}
.box-product .product-content:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(168, 195, 45, .9);
}
.box-product .product-menu
{
    position: relative;
    z-index: 6;

    padding-right: 120px;
}
@media (max-width: 767px)
{
    .box-product .product-menu
    {
        padding-right: 0;
    }
}
.box-product .product-menu > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -25px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1560px)
{
    .box-product .product-menu > ul
    {
        margin: 0 -15px;
    }
}
.box-product .product-menu > ul > li
{
    margin: 10px 0;
    padding: 0 25px;
}
@media (max-width: 1560px)
{
    .box-product .product-menu > ul > li
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-menu > ul > li
    {
        width: 50%;
    }
}
.box-product .product-menu > ul > li > a
{
    font-size: 20px;
    font-weight: bold;

    display: block;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-product .product-menu > ul > li > a
    {
        font-size: 18px;
    }
}
.box-product .product-menu > ul > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#101010), to(#101010));
    background-image: -webkit-linear-gradient(left, #101010 0%, #101010 100%);
    background-image:         linear-gradient(to right, #101010 0%, #101010 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.box-product .product-menu > ul > li.active > a
{
    color: #101010;
}
.box-product .product-menu > ul > li.active > a span
{
    background-size: 100% 1px;
}
.box-product .product-list
{
    position: relative;
    z-index: 6;
}
.box-product .product .slick-list
{
    overflow: visible;
}
.box-product .product .slick-slide:has(+ .slick-current)
{
    opacity: 0;
}
.box-product .product-bottom
{
    position: relative;
    z-index: 6;

    color: #fff;
}
.box-product .product-bottom .title
{
    width: -webkit-calc(100% - 330px);
    width:         calc(100% - 330px);
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .box-product .product-bottom .title
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-product .product-bottom .note
{
    width: 330px;
}
@media (max-width: 767px)
{
    .box-product .product-bottom .note
    {
        width: 100%;
        margin-top: 10px;
    }
}
.box-product .product-bottom .note p
{
    font-weight: bold;
    line-height: 18px;
}
.box-product .product-bottom .note p a
{
    text-decoration: underline;

    color: #010100;
}
.box-market .advantage
{
    width: 350px;
}
@media (max-width: 991px)
{
    .box-market .advantage
    {
        width: 100%;
    }
}
.box-market .advantage > ul
{
    margin-top: -20px;
}
.box-market .advantage > ul > li
{
    margin-top: 20px;
}
.box-market .advantage .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.box-market .advantage .item .icon
{
    width: 70px;
}
@media (max-width: 991px)
{
    .box-market .advantage .item .icon
    {
        width: 60px;
    }
}
@media (max-width: 767px)
{
    .box-market .advantage .item .icon
    {
        width: 50px;
    }
}
.box-market .advantage .item .icon img
{
    width: 100%;
}
.box-market .advantage .item .txt
{
    width: -webkit-calc(100% - 70px);
    width:         calc(100% - 70px);
    padding: 20px 0 20px 20px;

    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .box-market .advantage .item .txt
    {
        width: -webkit-calc(100% - 60px);
        width:         calc(100% - 60px);
        padding: 10px 0 10px 10px;
    }
}
@media (max-width: 767px)
{
    .box-market .advantage .item .txt
    {
        width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px);
    }
}
.box-market .advantage .item .txt .title-advantage
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 991px)
{
    .box-market .advantage .item .txt .title-advantage
    {
        font-size: 18px;
    }
}
.box-market .advantage .item .txt .editor-content
{
    margin-top: 14px;
}
.box-market .advantage .item .txt .editor-content p
{
    line-height: 20px;

    color: #666;
}
.box-market .network
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: -webkit-calc(100% - 350px);
    width:         calc(100% - 350px);
    padding-left: 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
@media (max-width: 991px)
{
    .box-market .network
    {
        width: 100%;
        margin-top: 50px;
        padding-left: 0;
    }
}
.box-market .network .title
{
    max-width: 350px;
}
.box-market .network .network-info
{
    margin-top: -30px;
}
@media (max-width: 991px)
{
    .box-market .network .network-info
    {
        margin-top: 30px;
    }
}
.box-market .network .pic
{
    position: relative;
}
.box-market .network .pic img
{
    width: 100%;
}
.box-market .network .item
{
    position: absolute;
}
.box-market .network .item .dot
{
    width: 23px;
    height: 23px;

    cursor: pointer;
}
.box-market .network .item .dot::before,
.box-market .network .item .dot::after
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

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

    border-radius: 50%;
    background: rgba(168, 195, 45, .28);
}
.box-market .network .item .dot span
{
    position: relative;
    z-index: 6;

    display: block;

    width: 100%;
    height: 100%;

    border-radius: 50%;
    background: #fff;
}
.box-market .network .item .dot span:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 50%;
    height: 50%;

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

    border-radius: 50%;
    background-color: #a8c32d;
}
.box-market .network .item .note
{
    position: absolute;
    bottom: -webkit-calc(100% + 20px);
    bottom:         calc(100% + 20px);
    left: -50px;

    display: none;

    width: 250px;
    padding: 30px 50px;

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

    opacity: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 15px 1px rgba(7, 0, 2, .1);
}
@media (max-width: 1199px)
{
    .box-market .network .item .note
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .box-market .network .item .note
    {
        width: 100px;
        padding: 10px;
    }
}
.box-market .network .item .note:after
{
    position: absolute;
    top: 100%;
    left: 40px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.box-market .network .item .note b
{
    font-size: 48px;
    line-height: 1;

    display: block;

    color: #a8c32d;
}
@media (max-width: 1560px)
{
    .box-market .network .item .note b
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .box-market .network .item .note b
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .box-market .network .item .note b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-market .network .item .note b
    {
        font-size: 18px;
    }
}
.box-market .network .item .note p
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66666667;

    margin: 10px 0 0 0;
}
@media (max-width: 1199px)
{
    .box-market .network .item .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .box-market .network .item .note p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .box-market .network .item .note p
    {
        font-size: 12px;
    }
}
.box-market .network .item-1
{
    top: 35%;
    left: 19%;
}
.box-market .network .item-1 .dot:before
{
    -webkit-animation: dot 3s linear infinite;
            animation: dot 3s linear infinite;
}
.box-market .network .item-2
{
    top: 57%;
    left: 28%;
}
.box-market .network .item-2 .dot:before
{
    -webkit-animation: dot 4s 1s linear infinite;
            animation: dot 4s 1s linear infinite;
}
.box-market .network .item-3
{
    top: 61%;
    left: 33%;
}
.box-market .network .item-3 .dot:before
{
    -webkit-animation: dot 5s 2s linear infinite;
            animation: dot 5s 2s linear infinite;
}
.box-market .network .item-4
{
    top: 80%;
    left: 31%;
}
.box-market .network .item-4 .dot:before
{
    -webkit-animation: dot 4s 1s linear infinite;
            animation: dot 4s 1s linear infinite;
}
.box-market .network .item-5
{
    top: 20%;
    left: 58%;
}
.box-market .network .item-5 .dot:before
{
    -webkit-animation: dot 3s 0s linear infinite;
            animation: dot 3s 0s linear infinite;
}
.box-market .network .item-6
{
    top: 36%;
    left: 60%;
}
.box-market .network .item-6 .dot:before
{
    -webkit-animation: dot 4s 1s linear infinite;
            animation: dot 4s 1s linear infinite;
}
.box-market .network .item-7
{
    top: 55%;
    left: 55%;
}
.box-market .network .item-7 .dot:before
{
    -webkit-animation: dot 5s 2s linear infinite;
            animation: dot 5s 2s linear infinite;
}
.box-market .network .item-8
{
    top: 77%;
    left: 84%;
}
.box-market .network .item-8 .dot:before
{
    -webkit-animation: dot 3s 0s linear infinite;
            animation: dot 3s 0s linear infinite;
}
.box-market .network .item.active
{
    z-index: 8;
}
.box-market .network .item.active .note
{
    display: block;

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

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(2);
                transform: translate3d(-50%, -50%, 0) scale(2);

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

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(2);
                transform: translate3d(-50%, -50%, 0) scale(2);

        opacity: 0;
    }
}
.box-customer
{
    padding: 0 5%;
}
@media (max-width: 1760px)
{
    .box-customer
    {
        padding: 0 2%;
    }
}
.box-customer .customer-left
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 40%;
    padding: 100px 5% 100px -webkit-calc(var(--pad) - 6%);
    padding: 100px 5% 100px calc(var(--pad) - 6%);

    color: #fff;
    background: url(../img/customer_left_bg.png) no-repeat bottom center #a8c32d;
    background-size: 100% auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1560px)
{
    .box-customer .customer-left
    {
        padding: 80px 3% 80px var(--pad);
    }
}
@media (max-width: 991px)
{
    .box-customer .customer-left
    {
        width: 100%;
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .box-customer .customer-left
    {
        padding: 30px 15px;
    }
}
.box-customer .customer-right
{
    position: relative;

    overflow: hidden;

    width: -webkit-calc(60% - 30px);
    width:         calc(60% - 30px);
    margin-left: 30px;
    padding: 100px -webkit-calc(var(--pad) - 6%) 100px 5%;
    padding: 100px calc(var(--pad) - 6%) 100px 5%;

    background: url(../img/customer_right_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px)
{
    .box-customer .customer-right
    {
        padding: 80px var(--pad) 80px 3%;
    }
}
@media (max-width: 991px)
{
    .box-customer .customer-right
    {
        width: 100%;
        margin-left: 0;
        padding: 30px;
    }
}
.box-customer .customer-right:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(16, 16, 16, .9);
}
.box-customer .customer-right .customer-list
{
    position: relative;
    z-index: 6;
}
.box-customer .customer-right .customer-list .slick-list
{
    overflow: visible;
}
.box-customer .customer-right .customer-list .slick-slide:has(+ .slick-current)
{
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
}
.box-customer .customer-right .customer-list .item .pic
{
    position: relative;
    z-index: 6;

    overflow: hidden;

    width: 90px;
    height: 100px;
    margin-left: 30px;

    border-radius: 10px;
}
@media (max-width: 767px)
{
    .box-customer .customer-right .customer-list .item .pic
    {
        width: 60px;
        height: 70px;
    }
}
.box-customer .customer-right .customer-list .item .pic img
{
    width: 100%;
}
.box-customer .customer-right .customer-list .item .note
{
    position: relative;
    z-index: 2;

    margin-top: -50px;
    padding: 80px 30px 50px 30px;

    border-radius: 40px 40px 40px 0;
    background: #fff;
}
@media (max-width: 1199px)
{
    .box-customer .customer-right .customer-list .item .note
    {
        padding: 60px 20px 30px 20px;

        border-radius: 30px 30px 30px 0;
    }
}
@media (max-width: 767px)
{
    .box-customer .customer-right .customer-list .item .note
    {
        margin-top: -35px;
        padding: 60px 15px 30px 15px;
    }
}
.box-customer .customer-right .customer-list .item .note:after
{
    position: absolute;
    right: 30px;
    bottom: 16px;

    display: block;

    width: 42px;
    height: 38px;

    content: '';

    background: url(../images/yinhao.png) no-repeat center;
    background-size: cover;
}
.box-customer .customer-right .customer-list .item .note:before
{
    position: absolute;
    top: 100%;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.box-customer .customer-right .customer-list .item .note .editor-content
{
    overflow-y: auto;

    max-height: 192px;
}
.box-customer .customer-right .customer-list .item .note .editor-content::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 4px;
}
.box-customer .customer-right .customer-list .item .note .editor-content::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.box-customer .customer-right .customer-list .item .note .editor-content::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.box-customer .customer-right .customer-list .item .title-customer
{
    margin-top: 20px;
    padding: 0 30px;
}
.box-customer .customer-right .customer-list .item .title-customer .name
{
    font-size: 16px;
    line-height: 24px;

    color: #fff;
}
.box-customer .customer-right .customer-list .item .title-customer .position
{
    line-height: 20px;

    color: #666;
}
.box-customer .customer-right .reviews
{
    position: relative;
    z-index: 6;

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

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

    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .1);

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1560px)
{
    .box-customer .customer-right .reviews
    {
        margin-top: 80px;
    }
}
@media (max-width: 1199px)
{
    .box-customer .customer-right .reviews
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .box-customer .customer-right .reviews
    {
        margin-top: 30px;
    }
}
.box-customer .customer-right .reviews .starbox
{
    font-size: 20px;
    line-height: 30px;

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

    width: 40%;

    color: #a8c32d;
}
@media (max-width: 767px)
{
    .box-customer .customer-right .reviews .starbox
    {
        font-size: 18px;

        width: 100%;
    }
}
.box-customer .customer-right .reviews .starbox .iconfont
{
    margin-right: 10px;
}
.box-customer .customer-right .reviews .note
{
    width: 60%;
}
@media (max-width: 767px)
{
    .box-customer .customer-right .reviews .note
    {
        width: 100%;
    }
}
.box-customer .customer-right .reviews .note p
{
    line-height: 1.71428571;
}
.box-customer .customer-right .reviews .note p a
{
    text-decoration: underline;

    color: #a8c32d;
}
.common-news-item
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.common-news-item .pic
{
    position: relative;

    display: block;
    overflow: hidden;
}
.common-news-item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.common-news-item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-news-item .date
{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

    width: 60px;
    padding: 10px;

    text-align: center;

    color: #fff;
    background: #010100;
}
.common-news-item .date b
{
    font-size: 36px;
    line-height: 1.2;

    display: block;

    border-bottom: 1px solid #fff;
}
@media (max-width: 1199px)
{
    .common-news-item .date b
    {
        font-size: 30px;
    }
}
.common-news-item .date span
{
    font-size: 16px;
    line-height: 1.5;

    display: block;

    margin-top: 6px;
}
@media (max-width: 767px)
{
    .common-news-item .date span
    {
        font-size: 14px;
    }
}
.common-news-item .text
{
    padding: 40px 30px;
}
@media (max-width: 1560px)
{
    .common-news-item .text
    {
        padding: 30px 20px;
    }
}
@media (max-width: 1199px)
{
    .common-news-item .text
    {
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .common-news-item .text
    {
        padding: 10px 0 0 0;
    }
}
.common-news-item .text .subtitle
{
    line-height: 1.71428571;

    color: #a8c32d;
}
.common-news-item .title-news
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 90px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .common-news-item .title-news
    {
        font-size: 18px;
        line-height: 24px;

        max-height: 72px;
    }
}
@media (max-width: 767px)
{
    .common-news-item .title-news
    {
        max-width: 100%;
    }
}
.common-news-item .editor-content
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.common-news-item .editor-content p
{
    color: #666;
}
.common-news-item .more
{
    line-height: 30px;

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

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-top: 50px;
    padding: 15px 30px;

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

    border: 1px solid rgba(1, 1, 0, .5);
    border-radius: 4px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .common-news-item .more
    {
        margin-top: 30px;
        padding: 10px 30px;
    }
}
@media (max-width: 1400px)
{
    .common-news-item .more
    {
        line-height: 24px;
    }
}
@media (max-width: 1199px)
{
    .common-news-item .more
    {
        padding: 10px 20px;
    }
}
.common-news-item .more .iconfont
{
    margin-left: 10px;
}
@media (min-width: 1200px)
{
    .common-news-item:hover
    {
        box-shadow: 0 4px 23px 4px rgba(1, 1, 0, .15);
    }
    .common-news-item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .common-news-item:hover .more
    {
        color: #fff;
        background: #010100;
    }
}
.box-news .news .slick-news .slick-slide
{
    padding-bottom: 30px;
}
.box-news .common-more2 a
{
    font-size: 20px;
}
@media (max-width: 1199px)
{
    .box-news .common-more2 a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .box-news .common-more2 a
    {
        font-size: 16px;
    }
}
.box-news .common-more2 a .iconfont
{
    font-size: 20px;
    line-height: 35px;

    width: 35px;
    height: 35px;
    margin-right: 20px;
    margin-left: 0;

    color: #fff;
    border-radius: 50%;
    background: #a8c32d;
}
.box-news .common-more2 a:hover
{
    color: #a8c32d;
    background: none;
}
.footer
{
    overflow: hidden;

    color: rgba(255, 255, 255, .6);
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 80px;
    }
}
.footer a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

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

    border-bottom: 2px solid #2d2d2d;
}
@media (max-width: 1199px)
{
    .footer .foot-message
    {
        padding: 30px 0;
    }
}
.footer .foot-message .formwrap
{
    width: 70%;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .footer .foot-message .formwrap
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.footer .foot-message form input
{
    line-height: 30px;

    width: -webkit-calc(100% - 300px);
    width:         calc(100% - 300px);
    padding: 15px 30px;

    color: #fff;
    border-radius: 4px;
    background: #272827;
    box-shadow: 0 6px 9px 1px #030300;
}
@media (max-width: 767px)
{
    .footer .foot-message form input
    {
        line-height: 24px;

        width: 100%;
        padding: 10px 20px;
    }
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, .4);
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: rgba(255, 255, 255, .4);
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: rgba(255, 255, 255, .4);
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: rgba(255, 255, 255, .4);
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, .6);
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: rgba(255, 255, 255, .6);
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: rgba(255, 255, 255, .6);
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: rgba(255, 255, 255, .6);
}
.footer .foot-message form .submit
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 260px;
    height: 60px;
    margin-left: 40px;

    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 9px 1px #030300;

    -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;
}
.footer .foot-message form .submit .iconfont
{
    margin-left: 8px;
}
@media (max-width: 767px)
{
    .footer .foot-message form .submit
    {
        height: 40px;
        margin: 20px 0 0 0;
    }
}
.footer .foot-message p
{
    margin: 30px 0 0 0;

    text-align: center;

    color: rgba(255, 255, 255, .6);
}
.footer .foot
{
    padding: 100px 0;
}
@media (max-width: 1560px)
{
    .footer .foot
    {
        padding: 80px 0;
    }
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 60px 0;
    }
}
.footer .title-foot h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.15384615;

    color: #fff;
}
.footer .foot
{
    padding: 70px 0;
}
@media (max-width: 1400px)
{
    .footer .foot
    {
        padding: 50px 0;
    }
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.footer .foot-txt
{
    max-width: 300px;
}
@media (max-width: 1470px)
{
    .footer .foot-txt
    {
        max-width: 300px;
    }
}
@media (max-width: 1400px)
{
    .footer .foot-txt
    {
        max-width: 250px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-txt
    {
        max-width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-txt
    {
        max-width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-txt .foot-info
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .footer .foot-txt .foot-info
    {
        margin-top: 20px;
    }
}
.footer .foot-txt .txt
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #a8c32d;
}
.footer .foot-txt .txt .iconfont
{
    font-size: 24px;
    line-height: 24px;

    margin-right: 10px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.footer .foot-txt .directions
{
    margin-top: 30px;
}
.footer .foot-txt .directions a
{
    line-height: 24px;

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

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.footer .foot-txt .directions a .iconfont
{
    font-size: 20px;

    margin-right: 10px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.footer .foot-txt .link
{
    line-height: 24px;

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

    margin-top: 30px;

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.footer .foot-txt .link span
{
    margin: 0 4px;
}
@media (max-width: 767px)
{
    .footer .foot-nav
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-nav
    {
        width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-nav .foot-info
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .footer .foot-nav .foot-info
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-nav .foot-info > ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media (max-width: 991px)
{
    .footer .foot-nav .foot-info > ul > li
    {
        margin-right: 20px;
    }
}
.footer .foot-nav .foot-info > ul > li > a
{
    display: block;

    padding: 3px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .copyright
{
    padding: 20px 0;

    color: #8d8d8c;
    border-bottom: 6px solid #a8c32d;
    background: #fff;
}
.footer .copyright .foot-logo
{
    margin-right: 30px;
}
.footer .copyright .foot-logo img
{
    height: 60px;
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright p span
{
    color: #a8c32d;
}
.footer .copyright a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.footer .copyright .backtop a
{
    line-height: 30px;

    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;
}
.footer .copyright .backtop a .iconfont
{
    line-height: 30px;

    width: 30px;
    height: 30px;
    margin-left: 10px;

    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-align: center;

    color: #a8c32d;
    border-radius: 15px;
    background: #010100;
}
.footer .copyright .backtop a:hover .iconfont
{
    color: #fff;
    background-color: #a8c32d;
}
@media (max-width: 1199px)
{
    .footer .copyright .copyright-right
    {
        width: 100%;
        margin-top: 15px;
    }
}
.wrap
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px)
{
    .wrap
    {
        padding: 80px 0;
    }
}
@media (max-width: 1400px)
{
    .wrap
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.pt-60
{
    padding-top: 60px;
}
@media (max-width: 1199px)
{
    .pt-60
    {
        padding-top: 50px;
    }
}
@media (max-width: 991px)
{
    .pt-60
    {
        padding-top: 40px;
    }
}
.title-in h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1560px)
{
    .title-in h2
    {
        font-size: 44px;
    }
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in h2 span
{
    color: #a8c32d;
}
.title-in p
{
    font-weight: 500;
    line-height: 1.71428571;

    margin: 10px 0 0 0;
}
.wrap-left
{
    width: 380px;
}
@media (max-width: 1400px)
{
    .wrap-left
    {
        width: 330px;
    }
}
.wrap-right
{
    width: -webkit-calc(100% - 380px);
    width:         calc(100% - 380px);
    padding-left: 3%;
}
@media (max-width: 1400px)
{
    .wrap-right
    {
        width: -webkit-calc(100% - 330px);
        width:         calc(100% - 330px);
    }
}
@media (max-width: 1199px)
{
    .wrap-right
    {
        width: 100%;
        padding-left: 15px;
    }
}
.wrap-location
{
    padding: 10px 0;

    color: #fff;
    background: #a8c32d;
}
.wrap-location .location
{
    line-height: 30px;

    position: relative;

    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .wrap-location .location
    {
        line-height: 24px;
    }
}
.wrap-location .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

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

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

    width: 100%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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
{
    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #94b113;
}
.wrap-menu
{
    position: relative;
    z-index: 9;

    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-menu
    {
        margin-top: -25px;
    }
}
.wrap-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -5px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-menu ul li
{
    padding: 5px;
}
.wrap-menu ul li a
{
    font-weight: 600;
    line-height: 1.625;

    display: block;

    padding: 12px 34px;

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

    color: #fff;
    border: 1px solid #ebe9d9;
    border-radius: 30px;
    background: #2b2b2b;
}
@media (max-width: 1199px)
{
    .wrap-menu ul li a
    {
        padding: 12px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-menu ul li a
    {
        font-size: 14px;
        line-height: 1.42857143;

        padding: 10px;
    }
}
.wrap-menu ul li.active a,
.wrap-menu ul li:hover a
{
    color: #fff;
    border-color: #a8c32d;
    background-color: #a8c32d;
}
.wrap-sidenav
{
    position: relative;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .title-sidenav h3
{
    font-size: 40px;
    font-weight: 600;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    letter-spacing: -.8px;
}
@media (max-width: 1400px)
{
    .wrap-sidenav .title-sidenav h3
    {
        font-size: 34px;
    }
}
.wrap-sidenav .title-sidenav h3 span
{
    color: #a8c32d;
}
.wrap-sidenav .sidenav
{
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    position: relative;

    overflow: hidden;

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

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

    padding: 25px 40px;

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

    background: #f9f9f3;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1400px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        font-size: 20px;

        padding: 20px 30px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    color: #fff;
    background-color: #a8c32d;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

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

    padding: 24px;
}
@media (max-width: 1400px)
{
    .wrap-sidenav .sidenav .slevel-2
    {
        padding: 15px;
    }
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 15px 0 15px 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);

    border-radius: 10px;
}
@media (max-width: 1400px)
{
    .wrap-sidenav .sidenav .slevel-2 > li > a
    {
        padding: 10px 0 10px 20px;
    }
}
.wrap-sidenav .sidenav .slevel-2 > li > a:before
{
    font-family: 'iconfont' !important;

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

    display: block;

    content: '\e637';

    opacity: 0;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

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

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

    margin: 0 -4px;

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

    height: auto;
    padding: 4px;

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

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

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

    text-transform: capitalize;

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .xs-product-nav ul > li > a
    {
        line-height: 20px;
    }
}
.xs-product-nav ul > li.active > a
{
    color: #fff;
    border-color: #a8c32d;
    background-color: #a8c32d;
}
.wrap-about .about-left
{
    width: 40%;
}
@media (max-width: 991px)
{
    .wrap-about .about-left
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about-left .title-about
    {
        max-width: 60%;
    }
}
.wrap-about .about-left .title-about h2
{
    font-family: 'DORIMOUS';
    font-size: 140px;
    font-weight: bold;
    line-height: .8;
}
@media (max-width: 1560px)
{
    .wrap-about .about-left .title-about h2
    {
        font-size: 120px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .about-left .title-about h2
    {
        font-size: 100px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about-left .title-about h2
    {
        font-size: 80px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about-left .title-about h2
    {
        font-size: 40px;
    }
}
.wrap-about .about-left .title-about2
{
    text-align: right;
}
.wrap-about .about-left .title-about3
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.wrap-about .about-left .title-about .play
{
    line-height: 42px;

    position: relative;

    width: 42px;
    height: 42px;
    margin-left: 30px;

    cursor: pointer;
}
.wrap-about .about-left .title-about .play span
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

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

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

    width: 100%;
    height: 100%;

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

    border-radius: 50%;
    background: rgba(168, 195, 45, .28);
}
.wrap-about .about-left .title-about .play::after
{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.wrap-about .about-left .title-about .play::before
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.wrap-about .about-right
{
    width: 60%;
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .wrap-about .about-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-about .about-right .title-about-right h3
{
    font-size: 34px;
    line-height: 1;

    color: #a8c32d;
}
@media (max-width: 1560px)
{
    .wrap-about .about-right .title-about-right h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .about-right .title-about-right h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about-right .title-about-right h3
    {
        font-size: 20px;
    }
}
.wrap-about .about-right .note
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-about .about-right .note
    {
        margin-top: 30px;
    }
}
.wrap-about .about-picbox
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 80px;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
@media (max-width: 1560px)
{
    .wrap-about .about-picbox
    {
        margin-top: 60px;
    }
}
.wrap-about .about-picbox img
{
    width: 100%;
}
.wrap-about .about-picbox .pic-1
{
    width: 28%;
}
.wrap-about .about-picbox .pic-2
{
    width: 47%;
    padding: 0 10px;
}
.wrap-about .about-picbox .pic-3
{
    width: 25%;
}
@-webkit-keyframes point_kuo
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);

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

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

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

        opacity: 0;
    }
}
.wrap-honor
{
    position: relative;
}
.wrap-honor .title-in
{
    position: absolute;
    top: 5vw;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-honor .title-in
    {
        position: relative;
        top: 0;
    }
}
.wrap-honor .title-in img
{
    margin-bottom: 20px;
}
@media (max-width: 1199px)
{
    .wrap-honor .title-in img
    {
        width: 30px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .pic
    {
        margin-top: 20px;
    }
}
.wrap-honor .pic img
{
    width: 100%;
}
@media (min-width: 1200px)
{
    .wrap-environment
    {
        /* 左边第二行 */
        /* 中间第二行 */
    }
    .wrap-environment .factory-grid
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        gap: 24px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .wrap-environment .factory-left
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 32.3%;
            -ms-flex: 0 0 32.3%;
                flex: 0 0 32.3%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .wrap-environment .factory-center
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.5%;
            -ms-flex: 0 0 41.5%;
                flex: 0 0 41.5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .wrap-environment .factory-right
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .wrap-environment .pic
    {
        overflow: hidden;

        background: #f5f5f5;
    }
    .wrap-environment .pic img
    {
        display: block;

        width: 100%;
        height: 100%;

        -webkit-transition: .45s;
                transition: .45s;

        object-fit: cover;
    }
    .wrap-environment .pic:hover img
    {
        -webkit-transform: scale(1.06);
            -ms-transform: scale(1.06);
                transform: scale(1.06);
    }
    .wrap-environment .img
    {
        width: 100%;
    }
    .wrap-environment .intro
    {
        min-width: 140%;
        min-height: 250px;
        padding-right: 18px;
    }
    .wrap-environment .intro .title-home
    {
        margin-bottom: 42px;
    }
    .wrap-environment .intro .editor-content
    {
        max-width: 560px;
    }
    .wrap-environment .left-row
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin-bottom: 24px;

        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                align-items: stretch;
        gap: 18px;
    }
    .wrap-environment .deco1
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60px;
            -ms-flex: 0 0 60px;
                flex: 0 0 60px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .wrap-environment .deco1 img
    {
        display: block;

        width: 100%;
    }
    .wrap-environment .center-row
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin: 24px 0;

        gap: 24px;
    }
    .wrap-environment .deco2
    {
        margin-top: 24px;
    }
    .wrap-environment .deco2 img
    {
        display: block;

        width: 100%;
    }
    .wrap-environment .img2
    {
        margin-bottom: 24px;
    }
    .wrap-environment .img6
    {
        margin-top: auto;
    }
    .wrap-environment .img1
    {
        padding-left: 45%;
    }
    .wrap-environment .img4
    {
        width: 55.5%;
    }
    .wrap-environment .img5
    {
        width: 44.5%;
    }
    .wrap-environment .img8
    {
        width: 160%;
    }
}
@media (min-width: 1200px) and (max-width: 1400px)
{
    .wrap-environment .deco1
    {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48px;
            -ms-flex: 0 0 48px;
                flex: 0 0 48px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .wrap-environment .deco1
    {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30px;
            -ms-flex: 0 0 30px;
                flex: 0 0 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-environment .deco
    {
        display: none;
    }
    .wrap-environment img
    {
        width: 100%;
    }
    .wrap-environment .img
    {
        margin-top: 20px;
    }
    .wrap-environment .factory-center
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .wrap-environment .factory-center .center-row
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .wrap-environment .factory-center .center-row .img4
    {
        width: 54.5%;
    }
    .wrap-environment .factory-center .center-row .img5
    {
        width: 43.5%;
        margin-left: 2%;
    }
    .wrap-environment .factory-right
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .wrap-environment .factory-right .img2
    {
        width: 48%;
    }
    .wrap-environment .factory-right .img6
    {
        width: 50%;
        margin-left: 2%;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .wrap-environment .img
    {
        margin-top: 10px;
    }
}
.wrap-partners
{
    background-color: #e1e2e1;
}
.wrap-partners .partners
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .wrap-partners .partners
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .wrap-partners .partners
    {
        margin-top: 30px;
    }
}
.wrap-partners .swiper-partners-logo .item
{
    overflow: hidden;

    width: 130px;
    margin: 0 auto;

    border-radius: 50%;
}
@media (max-width: 1560px)
{
    .wrap-partners .swiper-partners-logo .item
    {
        width: 110px;
    }
}
@media (min-width: 1200px)
{
    .wrap-partners .swiper-partners-logo .swiper-slide
    {
        margin-top: 300px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .wrap-partners .swiper-partners-logo .swiper-slide-active
    {
        margin-top: 230px;
    }
    .wrap-partners .swiper-partners-logo .swiper-slide-active + .swiper-slide
    {
        margin-top: 130px;
    }
    .wrap-partners .swiper-partners-logo .swiper-slide-active + .swiper-slide + .swiper-slide
    {
        margin-top: 70px;
    }
    .wrap-partners .swiper-partners-logo .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide
    {
        margin-top: 30px;
    }
    .wrap-partners .swiper-partners-logo .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide
    {
        margin-top: 0;
    }
    .wrap-partners .swiper-partners-logo .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide
    {
        margin-top: 20px;
    }
    .wrap-partners .swiper-partners-logo .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide
    {
        margin-top: 70px;
    }
    .wrap-partners .swiper-partners-logo .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide
    {
        margin-top: 150px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .wrap-partners .swiper-partners-logo .swiper-slide-active
    {
        margin-top: 200px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .wrap-partners .swiper-partners-logo .swiper-slide-active + .swiper-slide
    {
        margin-top: 100px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .wrap-partners .swiper-partners-logo .swiper-slide-active + .swiper-slide + .swiper-slide
    {
        margin-top: 50px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .wrap-partners .swiper-partners-logo .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide
    {
        margin-top: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .wrap-partners .swiper-partners-logo .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide
    {
        margin-top: 50px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .wrap-partners .swiper-partners-logo .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide
    {
        margin-top: 100px;
    }
}
.wrap-partners .swiper-partners-logo .partners-button .swiper-button-prev,
.wrap-partners .swiper-partners-logo .partners-button .swiper-button-next
{
    position: relative;
}
.wrap-partners .partners-text
{
    position: relative;

    margin-top: -5vw;
    padding-top: 120px;
}
@media (max-width: 1560px)
{
    .wrap-partners .partners-text
    {
        margin-top: -8vw;
    }
}
@media (max-width: 1470px)
{
    .wrap-partners .partners-text
    {
        margin-top: -15vw;
    }
}
@media (max-width: 1199px)
{
    .wrap-partners .partners-text
    {
        margin-top: 0;
        margin-top: 30px;
        padding-top: 60px;
    }
}
.wrap-partners .partners-text .pic
{
    position: absolute;
    top: 0;

    width: 100%;
    height: 100%;
}
.wrap-partners .partners-text .pic img
{
    width: 100%;
}
.wrap-partners .partners-text .swiper-partners-text
{
    width: 600px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .wrap-partners .partners-text .swiper-partners-text
    {
        width: 90%;
    }
}
.wrap-partners .partners-text .item
{
    text-align: center;
}
.wrap-partners .partners-text .item .title-partners
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    color: #a8c32d;
}
.wrap-partners .partners-text .item .note
{
    margin-top: 20px;
}
.wrap-partners .partners-text .item .note p
{
    color: #898989;
}
.wrap-partners .partners-text .partners-button
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.wrap-partners .partners-text .partners-button .swiper-button-prev,
.wrap-partners .partners-text .partners-button .swiper-button-next
{
    line-height: 31px;

    position: relative;
    z-index: 6;
    top: 0;
    right: 0;
    left: 0;

    width: 35px;
    height: 35px;
    margin: 0;

    text-align: center;

    color: #333;
    border: 2px solid #bcbcbb;
    border-radius: 50%;
    background: none;
}
.wrap-partners .partners-text .partners-button .swiper-button-prev:after,
.wrap-partners .partners-text .partners-button .swiper-button-next:after
{
    display: none;
}
.wrap-partners .partners-text .partners-button .swiper-button-prev:hover,
.wrap-partners .partners-text .partners-button .swiper-button-next:hover
{
    color: #fff;
    border-color: #a8c32d;
    background-color: #a8c32d;
}
.wrap-partners .partners-text .partners-button .swiper-button-prev
{
    margin-right: 30px;
}
.wrap-contact .title-contact .subtitle
{
    line-height: 30px;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-bottom: 40px;
    padding: 15px 20px;

    color: #fff;
    border-radius: 20px 0 20px 0;
    background-color: #a8c32d;
}
@media (max-width: 1199px)
{
    .wrap-contact .title-contact .subtitle
    {
        line-height: 24px;

        margin-bottom: 20px;
        padding: 10px 20px;
    }
}
.wrap-contact .title-contact h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 1560px)
{
    .wrap-contact .title-contact h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .title-contact h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .title-contact h2
    {
        font-size: 30px;
    }
}
.wrap-contact .title-contact h2 span
{
    font-size: 34px;
}
@media (max-width: 1560px)
{
    .wrap-contact .title-contact h2 span
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .title-contact h2 span
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .title-contact h2 span
    {
        font-size: 20px;
    }
}
.wrap-contact .title-contact p
{
    font-weight: 500;
    line-height: 1.71428571;

    margin: 0;
}
.wrap-contact .contact
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .wrap-contact .contact
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .contact
    {
        margin-top: 30px;
    }
}
.wrap-contact .contact .title-contact-info
{
    padding-bottom: 20px;

    border-bottom: 1px solid rgba(1, 1, 0, .1);
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .title-contact-info
    {
        padding-bottom: 10px;
    }
}
.wrap-contact .contact .title-contact-info h3
{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33333333;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .title-contact-info h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .title-contact-info h3
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .contact-list1
{
    padding: 40px 0;

    border-bottom: 1px solid rgba(1, 1, 0, .1);
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .contact-list1
    {
        padding: 20px 0;
    }
}
.wrap-contact .contact .contact-list1 .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 10px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-contact .contact .contact-list1 .item .icon
{
    font-size: 28px;
    line-height: 60px;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #010100;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .contact-list1 .item .icon
    {
        font-size: 24px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.wrap-contact .contact .contact-list1 .item .note
{
    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .contact-list1 .item .note
    {
        padding-left: 20px;
    }
}
.wrap-contact .contact .contact-list1 .item .note p
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .contact-list1 .item .note p
    {
        line-height: 24px;
    }
}
.wrap-contact .contact .contact-list2
{
    padding: 40px 0;

    border-bottom: 1px solid rgba(1, 1, 0, .1);
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .contact-list2
    {
        padding: 20px 0;
    }
}
.wrap-contact .contact .contact-list2 .item
{
    margin: 10px 0;
}
.wrap-contact .contact .contact-list2 .item h4
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .contact-list2 .item h4
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .contact-list2 .item p
{
    font-size: 16px;
    font-weight: 500;

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

    margin: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-contact .contact .contact-list2 .item p .iconfont
{
    font-size: 24px;

    margin-right: 10px;

    color: #a8c32d;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-contact .contact .contact-list2 .item p a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-contact .contact .contact-list2 .item p a:hover
{
    color: #a8c32d;
}
.wrap-map img
{
    width: 100%;
}
.wrap-message
{
    position: relative;
    z-index: 6;

    margin-top: -8vw;

    background: url(../images/message_bg.webp) no-repeat top center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-message
    {
        background: url(../images/message_bg_xs.jpg) no-repeat top center;
        background-size: cover;
    }
}
.wrap-message .message-left
{
    width: 470px;
    padding-top: 8vw;
}
@media (max-width: 991px)
{
    .wrap-message .message-left
    {
        width: 100%;
    }
}
.wrap-message .worktime
{
    line-height: 30px;

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

    margin-top: 50px;

    color: #a8c32d;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .wrap-message .worktime
    {
        margin-top: 20px;
    }
}
.wrap-message .worktime .iconfont
{
    font-size: 36px;

    margin-right: 20px;
}
.wrap-message .worktime p
{
    margin: 0;

    text-decoration: underline;
}
.wrap-message .title-message h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5;

    color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-message .title-message h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-message .title-message h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .wrap-message .title-message h2
    {
        font-size: 30px;
    }
}
.wrap-message .title-message h2 span
{
    font-size: 36px;

    display: block;
}
@media (max-width: 1560px)
{
    .wrap-message .title-message h2 span
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-message .title-message h2 span
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-message .title-message h2 span
    {
        font-size: 20px;
    }
}
.wrap-message .message-right
{
    width: -webkit-calc(100% - 470px);
    width:         calc(100% - 470px);
    padding: 80px;

    border-radius: 20px 20px 0 0;
    background-color: #a8c32d;
}
@media (max-width: 1560px)
{
    .wrap-message .message-right
    {
        padding: 60px;
    }
}
@media (max-width: 1199px)
{
    .wrap-message .message-right
    {
        padding: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-message .message-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-message .message-right
    {
        padding: 20px 15px;
    }
}
.wrap-message .message-right form .group label
{
    color: #fff;
}
.wrap-product .product-content
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-product .product-content
    {
        margin-top: 30px;
    }
}
.wrap-product .product > ul
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-product .product > ul
    {
        margin-top: -30px;
    }
}
.wrap-product .product > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product .product > ul > li
    {
        margin-top: 20px;
    }
}
#productcontent
{
    position: relative;
    top: -120px;
}
@media (max-width: 1199px)
{
    #productcontent
    {
        top: 0;
    }
}
.wrap-product-show .product-show
{
    margin-top: 70px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .product-show
    {
        margin-top: 50px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    padding-right: 1px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.wrap-product-show .carousel-wrap .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .item
{
    overflow: hidden;

    border: 2px solid #cecece;
    border-radius: 6px;
    background: #ecf0e8;
}
.wrap-product-show .carousel-wrap .item .img-box
{
    padding-bottom: 130%;
}
.wrap-product-show .carousel-wrap .slider-for
{
    font-size: 0;

    position: relative;

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

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

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .slick-arrow
{
    left: 2%;
}
.wrap-product-show .carousel-wrap .slick-arrow.slick-next
{
    right: 2%;
    left: auto;
}
.wrap-product-show .slider-nav
{
    font-size: 0;

    width: -webkit-calc(21% - 18px);
    width:         calc(21% - 18px);
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product-show .slider-nav .slick-list
{
    margin: -9px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav .slick-list
    {
        margin: 0 -4px;
    }
}
.wrap-product-show .slider-nav .slick-slide
{
    padding: 9px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav .slick-slide
    {
        padding: 0 4px;
    }
}
.wrap-product-show .slider-nav .item
{
    position: relative;

    cursor: pointer;

    border-radius: 10px;
}
.wrap-product-show .slider-nav .item-video
{
    position: relative;

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

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

    display: block;

    width: 40px;
    height: 40px;

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

    color: #a8c32d;
    border-radius: 50%;
    background-color: #f6f7f8;
}
.wrap-product-show .slider-nav .slick-current .item
{
    border: 1px solid #a8c32d;
}
.wrap-product-show .info-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    min-height: 100%;
    padding: 40px 0 40px 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1560px)
{
    .wrap-product-show .info-box
    {
        padding: 20px 0 20px 5%;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box
    {
        padding: 0 0 0 3%;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        min-height: auto;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title-info-box
{
    position: relative;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;
}
.wrap-product-show .info-box .title-info-box:after
{
    position: absolute;
    z-index: 4;
    bottom: -2px;

    display: block;

    width: 47px;
    height: 3px;

    content: '';

    background: #a8c32d;
}
.wrap-product-show .info-box .title-info-box h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.22727273;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .text
{
    margin-top: 30px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .info-box .text
    {
        margin-top: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .text h3
{
    font-size: 18px;
    line-height: 28px;

    color: #616161;
}
.wrap-product-show .info-box .text ul li
{
    margin-top: 10px;
}
.wrap-product-show .info-box .link-share
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link-share
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .share
    {
        width: 100%;
        margin-top: 10px;
    }
}
.wrap-product-show .info-box .share p
{
    font-size: 15px;

    margin: 0;
    margin-right: 10px;
}
.wrap-product-show .info-box .link
{
    overflow: hidden;

    margin-top: 20px;
}
.wrap-product-show .info-box .link a
{
    line-height: 26px;

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

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 10px 30px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #a8c32d;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-product-show .info-box .link a .iconfont
{
    font-size: 20px;

    display: block;

    margin-left: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product-show .info-box .link a:hover
{
    background: #94b113;
}
.wrap-product-show .info-box .link a:hover .iconfont
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.wrap-product-show .stickybox
{
    padding: 60px 0;
}
.wrap-product-show .wrap-show-menu
{
    z-index: 8;
}
.wrap-product-show .sidenav-deputy
{
    z-index: 9;

    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
}
.wrap-product-show .sidenav-deputy ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow-x: auto;
    overflow-y: hidden;

    margin: 0 -60px;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .wrap-product-show .sidenav-deputy ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .sidenav-deputy ul
    {
        margin: 0 -20px;
    }
}
.wrap-product-show .sidenav-deputy ul::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    height: 4px;
}
.wrap-product-show .sidenav-deputy ul::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.wrap-product-show .sidenav-deputy ul::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.wrap-product-show .sidenav-deputy ul li a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 60px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    letter-spacing: -.36px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .sidenav-deputy ul li a
    {
        padding: 15px 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .sidenav-deputy ul li a
    {
        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .sidenav-deputy ul li a
    {
        font-size: 16px;
    }
}
.wrap-product-show .sidenav-deputy ul li.active a
{
    color: #a8c32d;
}
.wrap-product-show .title-product-show h3
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
}
@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: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 24px;
    }
}
.wrap-product-show .parameter .editor-content
{
    margin-top: 20px;
}
.wrap-product-show .parameter .editor-content h3
{
    font-size: 20px;
    font-weight: bold;
    font-weight: normal;
    line-height: 1.8;
}
@media (max-width: 1199px)
{
    .wrap-product-show .parameter .editor-content h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .editor-content h3
    {
        font-size: 16px;
    }
}
.wrap-product-show .parameter .editor-content p
{
    color: #666;
}
.wrap-product-show .relate-product .slick-related
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .slick-related
    {
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-arrow
{
    line-height: 40px;

    width: 40px;
    height: 40px;
}
.wrap-product-show .relate-product .slick-arrow:before
{
    content: '\e72f';
}
.wrap-product-show .relate-product .slick-arrow:hover
{
    color: #a8c32d;
    background: none;
}
.wrap-product-show .relate-product .slick-next:after
{
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 0;

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

    color: #999;
}
.wrap-news .news-menu
{
    position: relative;

    margin-top: 30px;
    padding-left: 40px;
}
.wrap-news .news-menu:before
{
    font-family: 'iconfont' !important;
    line-height: 28px;

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

    display: block;

    width: 28px;
    height: 28px;

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

    color: #fff;
    border-radius: 50%;
    background: #a8c32d;
}
.wrap-news .news-menu > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.wrap-news .news-menu > 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-news .news-menu > ul > li:after
{
    content: '|';

    color: rgba(1, 1, 0, .2);
}
.wrap-news .news-menu > ul > li:last-child:after
{
    display: none;
}
.wrap-news .news-menu > ul > li > a
{
    font-weight: bold;
    line-height: 28px;

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-news .news-menu > ul > li.active > a,
.wrap-news .news-menu > ul > li:hover > a
{
    color: #a8c32d;
}
.wrap-news .common-news-item .title-news
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news-top
{
    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news-top
    {
        margin-top: 30px;
    }
}
.wrap-news .news-top .common-news-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-news .news-top .pic
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-news .news-top .pic
    {
        width: 100%;
    }
}
.wrap-news .news-top .text
{
    width: 50%;
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .wrap-news .news-top .text
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-news .news-top .date
{
    line-height: 24px;

    position: relative;

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

    text-align: left;

    color: #666;
    background: none;
}
.wrap-news .news
{
    margin-top: 80px;

    border-top: 1px solid rgba(1, 1, 0, .1);
}
.wrap-news .news > ul > li
{
    border-bottom: 1px solid rgba(1, 1, 0, .1);
}
.wrap-news .news .common-news-item
{
    position: relative;

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

    padding: 80px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1690px)
{
    .wrap-news .news .common-news-item
    {
        padding: 60px 0;
    }
}
@media (max-width: 1400px)
{
    .wrap-news .news .common-news-item
    {
        padding: 40px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .common-news-item
    {
        padding: 20px 0;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .common-news-item
    {
        position: relative;

        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.wrap-news .news .common-news-item:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;

    display: block;

    width: 300%;
    height: 100%;

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

    opacity: 0;
    background-color: #a8c32d;
    box-shadow: 0 6px 29px 6px rgba(1, 1, 0, .32);
}
.wrap-news .news .common-news-item .pic
{
    position: relative;
    z-index: 6;

    overflow: hidden;

    width: 390px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .common-news-item .pic
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .common-news-item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .common-news-item .text
{
    position: relative;
    z-index: 6;

    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-news .news .common-news-item .text
    {
        width: 100%;
    }
}
.wrap-news .news .common-news-item .date
{
    line-height: 24px;

    position: relative;
    z-index: 6;

    width: 90px;
    height: auto;
    padding: 25px 15px;

    color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-news .news .common-news-item .date
    {
        padding: 20px 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .common-news-item .date
    {
        position: absolute;
        z-index: 8;
        top: 40px;
        left: 0;

        width: 80px;
        padding: 10px;
    }
}
.wrap-news .news .common-news-item .title-news
{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-transition: all .2s;
            transition: all .2s;
    letter-spacing: 0;

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

        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .common-news-item .title-news
    {
        font-size: 20px;
        line-height: 24px;

        max-height: 48px;
        margin-top: 10px;
    }
}
.wrap-news .news .common-news-item .title-news span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#a8c32d), to(#a8c32d));
    background-image: -webkit-linear-gradient(left, #a8c32d 0%, #a8c32d 100%);
    background-image:         linear-gradient(to right, #a8c32d 0%, #a8c32d 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-news .news .common-news-item .editor-content
{
    font-size: 18px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1470px)
{
    .wrap-news .news .common-news-item .editor-content
    {
        margin-top: 10px;
    }
}
.wrap-news .news .common-news-item .editor-content p
{
    color: #646464;
}
.wrap-news .news .common-news-item .more
{
    font-size: 16px;
    font-weight: 500;

    padding: 0;

    border: none;
}
.wrap-news .news .common-news-item:hover
{
    box-shadow: none;
}
.wrap-news .news .common-news-item:hover:before
{
    opacity: 1;
}
.wrap-news .news .common-news-item:hover .date
{
    background: none;
}
.wrap-news .news .common-news-item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .common-news-item:hover .title-news
{
    color: #fff;
}
.wrap-news .news .common-news-item:hover .title-news span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 100% 1px;
    background-size: 0 1px;
}
.wrap-news .news .common-news-item:hover .editor-content p
{
    color: rgba(255, 255, 255, .5);
}
.wrap-news .news .common-news-item:hover .more
{
    color: #fff;
    background: none;
}
.wrap-details .title-details
{
    padding-bottom: 30px;

    border-bottom: 1px solid #eee;
}
.wrap-details .title-details h2
{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;

    margin: 10px 0 0 0;
}
@media (max-width: 1560px)
{
    .wrap-details .title-details h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1470px)
{
    .wrap-details .title-details h2
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .wrap-details .title-details h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-details .title-details h2
    {
        font-size: 22px;
    }
}
.wrap-details .title-details .date
{
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 10px;

    text-align: center;

    color: #fff;
    background: #010100;
}
.wrap-details .title-details .date b
{
    font-size: 36px;
    line-height: 1.2;

    display: block;

    border-bottom: 1px solid #fff;
}
@media (max-width: 1199px)
{
    .wrap-details .title-details .date b
    {
        font-size: 30px;
    }
}
.wrap-details .title-details .date span
{
    font-size: 16px;
    line-height: 1.5;

    display: block;

    margin-top: 6px;
}
@media (max-width: 767px)
{
    .wrap-details .title-details .date span
    {
        font-size: 14px;
    }
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1199px)
{
    .wrap-details .details .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .details .text h3
    {
        font-size: 18px;
    }
}
.wrap-details .details .text p
{
    line-height: 28px;
}
.wrap-details .share
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .wrap-details .share
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .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
{
    margin-top: 20px;
}
.wrap-details .relate-details a
{
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;

    position: relative;

    display: inline-block;

    margin-top: 16px;
    padding-left: 76px;
}
@media (max-width: 1199px)
{
    .wrap-details .relate-details a
    {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-details .relate-details a:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 32px;

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

    display: block;

    width: 52px;
    height: 32px;

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

    border: 1px solid #d4d8dd;
    border-radius: 99px;
    background: #f6f7f8;
}
@media (max-width: 1199px)
{
    .wrap-details .relate-details a:before
    {
        line-height: 28px;

        height: 28px;
    }
}
.wrap-details .relate-details a.prev:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-details .relate-details a:hover:before
{
    color: #fff;
    background-color: #a8c32d;
}
.wrap-advantage
{
    padding-bottom: 15vw;

    background: url(../images/advantage_bg.jpg) no-repeat center;
    background-size: auto 100%;
}
@media (max-width: 1199px)
{
    .wrap-advantage
    {
        padding-bottom: 60px;
    }
}
.wrap-advantage .advantage ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .wrap-advantage .advantage ul li
    {
        width: 50%;
        margin: 10px 0;
    }
}
.wrap-advantage .advantage .line
{
    width: 2px;
    height: 140px;

    opacity: .1;
    background: #010100;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .line
    {
        display: none;
    }
}
.wrap-advantage .advantage .item
{
    max-width: 250px;
}
.wrap-advantage .advantage .item .icon
{
    width: 54px;
}
@media (max-width: 767px)
{
    .wrap-advantage .advantage .item .icon
    {
        width: 40px;
    }
}
.wrap-advantage .advantage .item .icon img
{
    width: 100%;
}
.wrap-advantage .advantage .item b
{
    font-size: 72px;
    line-height: 1;

    display: block;

    margin-top: 10px;
}
@media (max-width: 1560px)
{
    .wrap-advantage .advantage .item b
    {
        font-size: 66px;
    }
}
@media (max-width: 1470px)
{
    .wrap-advantage .advantage .item b
    {
        font-size: 60px;
    }
}
@media (max-width: 1400px)
{
    .wrap-advantage .advantage .item b
    {
        font-size: 54px;
    }
}
@media (max-width: 1199px)
{
    .wrap-advantage .advantage .item b
    {
        font-size: 46px;
    }
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-advantage .advantage .item b
    {
        font-size: 30px;
    }
}
.wrap-advantage .advantage .item p
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;

    margin: 10px 0 0 0;
}
@media (min-width: 1200px)
{
    .wrap-advantage .advantage .item:hover .icon
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
}
.wrap-engineering
{
    margin-top: -180px;
}
@media (max-width: 1199px)
{
    .wrap-engineering
    {
        margin: 0;
    }
}
.wrap-engineering .engineering > ul > li:nth-child(2n+1) .item
{
            flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
@media (max-width: 991px)
{
    .wrap-engineering .engineering > ul > li:nth-child(2n+1) .item
    {
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
}
.wrap-engineering .engineering > ul > li:nth-child(2n) .item .num
{
    text-align: right;
}
.wrap-engineering .engineering > ul > li:nth-child(2n) .item .text
{
    padding-right: 0;
    padding-left: 5%;
}
.wrap-engineering .engineering > ul > li:nth-child(2n) .item .text .note
{
    padding-right: 40%;
    padding-left: 0;
}
@media (max-width: 1400px)
{
    .wrap-engineering .engineering > ul > li:nth-child(2n) .item .text .note
    {
        padding-right: 30%;
    }
}
@media (max-width: 767px)
{
    .wrap-engineering .engineering > ul > li:nth-child(2n) .item .text .note
    {
        padding-right: 20%;
    }
}
.wrap-engineering .engineering > ul > li:nth-child(2n) .item .text .note:after
{
    float: none;

    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.wrap-engineering .engineering .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 100px 0;

    border-bottom: 1px solid #e5e5e4;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1560px)
{
    .wrap-engineering .engineering .item
    {
        padding: 80px 0;
    }
}
@media (max-width: 1400px)
{
    .wrap-engineering .engineering .item
    {
        padding: 60px 0;
    }
}
@media (max-width: 991px)
{
    .wrap-engineering .engineering .item
    {
                flex-direction: column-reverse;

        padding: 30px 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
}
.wrap-engineering .engineering .item .pic
{
    width: 60%;
}
@media (max-width: 991px)
{
    .wrap-engineering .engineering .item .pic
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-engineering .engineering .item .pic ul li
{
    width: 48%;
}
.wrap-engineering .engineering .item .pic ul li:nth-child(1)
{
    width: 52%;
}
.wrap-engineering .engineering .item .pic img
{
    width: 100%;
}
.wrap-engineering .engineering .item .text
{
    width: 40%;
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .wrap-engineering .engineering .item .text
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-engineering .engineering .item .text .num img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .wrap-engineering .engineering .item .text .num img
    {
        max-width: 50%;
    }
}
.wrap-engineering .engineering .item .text .note
{
    position: relative;
    z-index: 6;

    overflow: hidden;

    margin-top: -30px;
    padding-left: 40%;
}
@media (max-width: 1400px)
{
    .wrap-engineering .engineering .item .text .note
    {
        padding-left: 30%;
    }
}
@media (max-width: 767px)
{
    .wrap-engineering .engineering .item .text .note
    {
        padding-left: 20%;
    }
}
.wrap-engineering .engineering .item .text .note:after
{
    display: block;
    float: right;

    width: 41px;
    height: 31px;
    margin-top: 20px;

    content: '';

    background: url(../images/arrow.png) no-repeat center;
    background-size: cover;
}
.wrap-engineering .engineering .item .text .note .title-engineering
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1199px)
{
    .wrap-engineering .engineering .item .text .note .title-engineering
    {
        font-size: 20px;
    }
}
.wrap-engineering .engineering .item .text .note .editor-content
{
    margin-top: 30px;
}
@media (max-width: 1400px)
{
    .wrap-engineering .engineering .item .text .note .editor-content
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-engineering .engineering .item .text .note .editor-content
    {
        margin-top: 10px;
    }
}
.wrap-customer
{
    background: -webkit-gradient(linear, left bottom, left top, from(#a8c32d), to(#2dc38c));
    background: -webkit-linear-gradient(bottom, #a8c32d 0%, #2dc38c 100%);
    background:         linear-gradient(0deg, #a8c32d 0%, #2dc38c 100%);
}
.wrap-customer .title-in
{
    color: #fff;
}
.wrap-customer .title-in .editor-content
{
    max-width: 750px;
    margin: 0 auto;
    margin-top: 20px;
}
.wrap-customer .customer
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .wrap-customer .customer
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .wrap-customer .customer
    {
        margin-top: 30px;
    }
}
.wrap-customer .customer .swiper-slide
{
    max-width: 520px;
}
@media (max-width: 1400px)
{
    .wrap-customer .customer .swiper-slide
    {
        max-width: 440px;
    }
}
@media (max-width: 1199px)
{
    .wrap-customer .customer .swiper-slide
    {
        max-width: 400px;
    }
}
.wrap-customer .customer .item .img
{
    border: 6px solid #fff;
}
.wrap-customer .customer .item .img .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-customer .customer .swiper-pagination-customer
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-customer .customer .swiper-pagination-customer
    {
        margin-top: 30px;
    }
}
.wrap-customer .customer .swiper-pagination-customer span
{
    width: 10px;
    height: 10px;

    border-radius: 0;
    background: #fff;
}
.wrap-customer .customer .swiper-pagination-customer .swiper-pagination-bullet-active
{
    opacity: 1;
}
.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 #dcdcdc;
    border-radius: 10px;
}
@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;
    border-color: #a8c32d;
    background-color: #a8c32d;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

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

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

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

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

    color: #666;
    border: 1px solid rgba(168, 195, 45, .5);
    border-radius: 5px;
    background-color: rgba(168, 195, 45, .1);
}
.wrap-nosearch .title-in
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .wrap-nosearch .title-in h2
    {
        font-size: 30px;
    }
}
.pagination-info
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .pagination-info
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .pagination-info
    {
        margin-top: 30px;
    }
}
.pagination
{
    display: inline-block;
}
.pagination a,
.pagination span:not(.ellipsis)
{
    font-size: 14px;
    line-height: 38px;

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

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

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

    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: #000;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 1200px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        -webkit-transition: .2s;
                transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover
    {
        background-color: #a8c32d;
    }
}
@media (max-width: 1199.98px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
    .pagination a:active,
    .pagination span:not(.ellipsis):active
    {
        background-color: #a8c32d;
    }
}
@media (max-width: 767.98px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        font-size: 14px;

        margin: 0 3px;
    }
}
.pagination span.current
{
    background-color: #a8c32d;
}
.pagination span.current.prev,
.pagination span.current.next
{
    display: none;
}
.pagination .next:hover,
.pagination .prev:hover
{
    color: #fff;
    background-color: #a8c32d;
}
.pagination .prev
{
    font-size: 18px;
    font-weight: bold;
}
.pagination .prev:before
{
    font-family: 'iconfont' !important;

    content: '\e9b5';
}
.pagination .next
{
    font-size: 18px;
    font-weight: bold;
}
.pagination .next:before
{
    font-family: 'iconfont' !important;

    content: '\e72f';
}
.wrap-inquiryinfo
{
    padding-top: 50px;
}
.wrap-inquiryinfo .inquiry-info
{
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info
{
    text-transform: capitalize;

    background-color: rgba(168, 195, 45, .1);
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info
    {
        padding: 0;
    }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info > div
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .inquiry-list
{
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation
{
    font-size: 14px;

    display: inline-block;

    padding: 20px 10px;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .checkbox
{
    width: 10%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .Operation
{
    width: 14%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg
{
    width: 14%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .pimg
    {
        width: -webkit-calc(44% - 30px);
        width:         calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box
{
    overflow: hidden;

    border-radius: 10px;
}
.wrap-inquiryinfo .inquiry-info .number
{
    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .number
    {
        width: -webkit-calc(56% - 30px);
        width:         calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .pname
{
    width: 38%;
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite
{
    padding-left: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .check-all span
    {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span
{
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiryinfo .inquiry-info .check-all
{
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .hidden-xs
    {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .visible-xs
{
    display: none;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .visible-xs
    {
        display: block;
    }
}
.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

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

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

    -webkit-appearance: none;
}
.wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-inquiryinfo .inquiry-info .all:checked::after
{
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #a8c32d;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #a8c32d;
}
.wrap-inquiryinfo .inquiry-info input
{
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry-info input
    {
        width: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info input
    {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiryinfo .inquiry-info .del1,
.wrap-inquiryinfo .inquiry-info .add1
{
    font-size: 20px;
    line-height: 36px;

    display: inline-block;

    width: 34px;
    height: 36px;
    margin: 0;
    margin-top: -2px;
    padding: 0;

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

    border: 1px solid #e5e5e5;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .del1,
    .wrap-inquiryinfo .inquiry-info .add1
    {
        line-height: 25px;

        position: relative;
        z-index: 8;

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

        border-radius: 2px;
    }
}
.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover
{
    color: #fff;
    border-color: #a8c32d;
    background-color: #a8c32d;
}
.wrap-inquiryinfo .inquiry-info .add1
{
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic
{
    overflow: hidden;

    border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info p
{
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info p
    {
        font-size: 13px;

        margin-bottom: 4px;
    }
}
.wrap-inquiryinfo .iclose
{
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiryinfo .iclose::after
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .iclose::after
    {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after
{
    color: #a8c32d;
}
.wrap-inquiryinfo .inquiry-message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry-message
    {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry
    {
        padding-top: 50px;
    }
}
.wrap-inquiry .formbox form .group input,
.wrap-inquiry .formbox form .group textarea
{
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.wrap-inquiry .formbox form .group input::-webkit-input-placeholder,
.wrap-inquiry .formbox form .group textarea::-webkit-input-placeholder
{
    color: #6f6f6f;
}
.wrap-inquiry .formbox form .group input:-o-placeholder,
.wrap-inquiry .formbox form .group textarea:-o-placeholder
{
    color: #6f6f6f;
}
.wrap-inquiry .formbox form .group input::-moz-placeholder,
.wrap-inquiry .formbox form .group textarea::-moz-placeholder
{
    color: #6f6f6f;
}
.wrap-inquiry .formbox form .group input:-ms-input-placeholder,
.wrap-inquiry .formbox form .group textarea:-ms-input-placeholder
{
    color: #6f6f6f;
}
.wrap-inquiry .formbox form .group input:focus::-webkit-input-placeholder,
.wrap-inquiry .formbox form .group textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .formbox form .group input:focus::-o-placeholder,
.wrap-inquiry .formbox form .group textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .formbox form .group input:focus::-moz-placeholder,
.wrap-inquiry .formbox form .group textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .formbox form .group input:focus::-ms-input-placeholder,
.wrap-inquiry .formbox form .group textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .formbox form .submit-group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.wrap-inquiry .formbox form .submit-group .submit
{
    width: auto;
    padding: 0 30px;

    background: #a8c32d;
}
.editor-content p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}
.editor-content h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45454545;
}
@media (max-width: 1560px)
{
    .editor-content h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .editor-content h3
    {
        font-size: 18px;
    }
}
.editor-content img
{
    max-width: 100% !important;
    height: auto !important;
}
.editor-content.lh24 p
{
    line-height: 24px;
}
.editor-content.lh30 p
{
    line-height: 30px;
}
@media (max-width: 767px)
{
    .editor-content.lh30 p
    {
        line-height: 24px;
    }
}
.editor-content ul,
.editor-content ol
{
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li
{
    list-style: inherit;
}
.editor-content .table-box
{
    line-height: 1.625;

    overflow: auto;

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

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

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

    background: #fff;
}
.editor-content .table-box table p
{
    font-size: 16px;
}
.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 tr:nth-child(odd)
{
    background: #f9f5f3;
}
.editor-content .table-box table td,
.editor-content .table-box table th
{
    font-weight: normal;

    padding: 15px 20px !important;

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

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

    overflow-x: hidden;

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