:root
{
    --pad: -webkit-calc(50vw - 825px);
    --pad:         calc(50vw - 825px);
}
@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;
    }
}
.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: 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;
}
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: #111;

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

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

    display: block;

    width: 56px;
    height: 36px;
    margin: 0;
    padding: 0;

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

    color: #fff;
    border-radius: 40px;
    background: #e96021;
}
.slick-arrow::after
{
    display: none;
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e9b6';
}
.slick-arrow.active
{
    color: #99a2bb;
    background-color: #fff;
}
.slick-prev:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-button-next
{
    line-height: 40px;

    position: relative;
    left: 0;

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

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

    color: #111;
    border: 1px solid #111;
    border-radius: 50%;
    background: none;
}
.swiper-button-prev:after,
.swiper-button-next:after
{
    display: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover
{
    line-height: 50px;

    width: 50px;
    height: 50px;
}
.swiper-button-next
{
    right: 0;

    margin-left: 10px;
}
.slick-dots
{
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.slick-dots li
{
    width: 10px;
    height: 10px;
    margin: 0 5px;

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

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

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

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

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

    margin: 0 -4px;

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

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

    display: block;

    width: 30px;
    height: 30px;

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.common-share ul li a:hover
{
    color: #fff;
    border-color: #e96021;
    background-color: #e96021;
}
.formbox
{
    margin-top: 20px;
}
.formbox form ul
{
    margin: 0 -10px;
}
.formbox form ul li
{
    padding: 0 10px;
}
.formbox form .group
{
    position: relative;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .formbox form .group
    {
        margin-top: 20px;
    }
}
.formbox form .group label
{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    margin-bottom: 10px;
}
.formbox form .group input,
.formbox form .group textarea,
.formbox form .group select
{
    line-height: 30px;

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

    border: 2px solid #f6f0ed;
    border-radius: 10px;
    outline: none;
    background: #fcf9f8;
}
@media (max-width: 767px)
{
    .formbox form .group input,
    .formbox form .group textarea,
    .formbox form .group select
    {
        line-height: 24px;
    }
}
.formbox form .group select
{
    height: 40px;

    color: rgba(17, 17, 17, .2);
}
.formbox form .group select option
{
    color: #222;
}
.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;
    border-color: #111 !important;
    border-radius: 4px !important;
    background: #111 !important;
}
.formbox form .file-wrap
{
    font-size: 18px;

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

    color: #21e9d4;
}
.formbox form .file-wrap .iconfont
{
    font-size: 22px;
}
.formbox form .file-wrap:hover
{
    color: #e96021;
}
.formbox form .submit-group
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .formbox form .submit-group
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .formbox form .submit-group
    {
        margin-top: 20px;
    }
}
.formbox form .submit-group .submit
{
    width: 180px;
    height: 61px;

    color: rgba(255, 255, 255, .8);
    border-radius: 31px;
    background: -webkit-gradient(linear, left bottom, left top, from(#e95321), to(#f58a35));
    background: -webkit-linear-gradient(bottom, #e95321 0%, #f58a35 100%);
    background:         linear-gradient(0deg, #e95321 0%, #f58a35 100%);
}
@media (max-width: 1199px)
{
    .formbox form .submit-group .submit
    {
        width: 140px;
        height: 40px;
    }
}
.formbox form .submit-group .submit:hover
{
    background: -webkit-gradient(linear, left top, left bottom, from(#e95321), to(#f58a35));
    background: -webkit-linear-gradient(top, #e95321 0%, #f58a35 100%);
    background:         linear-gradient(180deg, #e95321 0%, #f58a35 100%);
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;

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

    background-color: rgba(255, 255, 255, .8);
}
@media (max-width: 767px)
{
    .header
    {
        position: -webkit-sticky;
        position:         sticky;
    }
}
.header-index
{
    top: 80px;

    background: none;
}
@media (max-width: 1560px)
{
    .header-index
    {
        top: 60px;
    }
}
@media (max-width: 1199px)
{
    .header-index
    {
        top: 0;

        background-color: rgba(255, 255, 255, .8);
    }
}
.header-index .header-left
{
    padding: 0 8px 0 20px;

    border-radius: 40px;
    background-color: #fff;
}
.header-index .header-right .contact a
{
    line-height: 80px;
}
.header .header-left
{
    width: -webkit-calc(100% - 180px);
    width:         calc(100% - 180px);
}
@media (max-width: 1400px)
{
    .header .header-left
    {
        width: -webkit-calc(100% - 150px);
        width:         calc(100% - 150px);
    }
}
@media (max-width: 1199px)
{
    .header .header-left
    {
        width: 100%;
        padding: 0;

        background: none;
    }
}
.header .header-right
{
    width: 170px;
}
@media (max-width: 1199px)
{
    .header .header-right
    {
        width: auto;

        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
                flex-shrink: 0;
    }
}
@media (max-width: 1199px)
{
    .header .header-right .contact
    {
        display: none;
    }
}
.header .header-right .contact a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 66px;

    display: block;

    width: 170px;

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

    border-radius: 41px;
    background-color: #fff;
}
@media (max-width: 1400px)
{
    .header .header-right .contact a
    {
        width: 150px;
    }
}
.header .header-right .contact a:hover
{
    background: #f6f2ed;
}
.header .logo
{
    display: block;

    height: 58px;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.header .serach-part
{
    display: none;

    cursor: pointer;
}
@media (max-width: 1199px)
{
    .header .serach-part
    {
        display: block;
    }
}
.header .pc-search
{
    margin-left: 30px;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 246px;
    height: 64px;

    border-radius: 34px;
    background: #f6f2ed;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1400px)
{
    .header .pc-search form
    {
        width: 150px;
    }
}
.header .pc-search form .submit
{
    font-size: 20px;

    width: 50px;

    text-align: center;

    background: none;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.header .pc-search form input
{
    font-size: 16px;
    line-height: 64px;

    width: 100%;
    height: 64px;

    color: #111;
    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 .find
{
    font-size: 18px;
    line-height: 40px;

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

    margin-left: 30px;

    -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: 1199px)
{
    .header .find
    {
        display: block;

        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        font-size: 16px;
    }
}
.header .find .iconfont
{
    font-size: 24px;

    margin-right: 6px;
}
.header .find:hover
{
    color: #f58a35;
}
.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: #656c78;
}
.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: #e96021;
}
@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;

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

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

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

    position: relative;

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

    height: 80px;
    padding: 0 12px;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .pc-nav > ul > li > a .iconfont
{
    font-size: 20px;

    margin-right: 6px;
}
.header .pc-nav > ul > li.more > a:after
{
    font-family: 'iconfont' !important;
    font-size: 14px;

    margin-left: 6px;

    content: '\e602';
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    color: #f58a35;
}
.header .pc-nav .nav-list2
{
    position: absolute;
    top: 100%;
    left: 50%;

    display: none;

    padding: 20px 0;

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

    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list2 > li
{
    position: relative;
}
.header .pc-nav .nav-list2 > li > a
{
    line-height: 24px;

    display: block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;
}
.header .pc-nav .nav-list2 > li:hover > a
{
    color: #fff;
    background-color: #e96021;
}
.header .pc-nav .nav-list3
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 20px 0;

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

    display: block;

    padding: 5px 20px;

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

    height: 2px;
    margin: 5px 0;

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

    background: #e96021;
}
.header .translate
{
    margin-left: 3vw;
}
.header.stuck
{
    top: 0;

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

    display: inline-block;

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

    display: none;

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

    max-width: 100%;
}
.online-wrap .online
{
    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: 50px;

    display: block;

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

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);

    -webkit-backdrop-filter: blur(1.5px);
            backdrop-filter: blur(1.5px);
}
.online-wrap .online a .iconfont
{
    font-size: 22px;
}
.online-wrap .online a b
{
    font-weight: normal;
}
.online-wrap .online a:hover
{
    color: #fff;
    background-color: #e96021;
}
.online-wrap .online a:hover .iconfont
{
    color: #fff;
}
.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: 50px;
    background: #e96021;
}
@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: #f58a35;
}
.online-wrap .online .backtop:before
{
    display: block;

    width: 20px;
    height: 1px;
    margin: 0 auto;

    content: '';

    background-color: rgba(255, 255, 255, .4);
}
.xs-online
{
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

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

    color: #fff;
    background-color: #e96021;
    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-box
{
    overflow: hidden;

    padding: 30px 30px 0 30px;
}
@media (max-width: 1199px)
{
    .banner-box
    {
        padding: 0;
    }
}
.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;

    border-radius: 60px;
}
@media (max-width: 1560px)
{
    .banner
    {
        border-radius: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner
    {
        border-radius: 0;
    }
}
.banner img
{
    display: block;

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

    width: auto;
    height: auto;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .swiper-pagination
    {
        left: 15px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet
{
    font-size: 24px;

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

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    width: auto !important;
    height: auto !important;
    margin: 10px 0;

    text-align: center;

    opacity: .8;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .banner .swiper-pagination .swiper-pagination-bullet
    {
        font-size: 20px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet:before
{
    content: '0';
}
.banner .swiper-pagination .swiper-pagination-bullet i
{
    font-style: normal;
}
.banner .swiper-pagination .swiper-pagination-bullet:after
{
    display: block;

    width: 0;
    height: 2px;
    margin-left: 10px;

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

    background-color: rgba(255, 255, 255, .8);
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:after
{
    width: 70px;
}
.banner .slick-arrow
{
    top: -webkit-calc(50% + 40px);
    top:         calc(50% + 40px);

    width: auto;

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

    color: #fff;
    border: none;
    background: none;
}
.banner .slick-arrow:before
{
    font-size: 30px;
}
.banner .slick-arrow:hover
{
    color: #f58a35;
    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: #e96021 !important;
}
.banner .mobile-video
{
    position: relative;

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

    content: '';

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

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

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

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

    overflow: hidden;
}
.banner-in img
{
    width: 100%;
}
.banner-in .banner-in-text
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner-in .banner-in-text h2
{
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 1560px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 80px;
    }
}
@media (max-width: 1470px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 70px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 28px;
    }
}
.banner-in .banner-in-text p
{
    font-size: 24px;
    line-height: 1.25;

    margin: 20px 0 0 0;

    color: rgba(233, 96, 33, .8);
}
@media (max-width: 1560px)
{
    .banner-in .banner-in-text p
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .banner-in-text p
    {
        font-size: 18px;

        margin: 0;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-in-text p
    {
        font-size: 14px;
    }
}
.banner-in .banner-in-text-white p
{
    color: #fff;
}
.box
{
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1560px)
{
    .box
    {
        padding: 100px 0;
    }
}
@media (max-width: 1400px)
{
    .box
    {
        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);
    }
}
.title h2
{
    font-size: 72px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    color: rgba(17, 17, 17, .05);
}
@media (max-width: 1560px)
{
    .title h2
    {
        font-size: 60px;
    }
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1400px)
{
    .title h2
    {
        font-size: 44px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 30px;
    }
}
.title h3
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1;

    position: relative;
    z-index: 6;

    margin: 0;
    margin-top: -30px;
}
@media (max-width: 1560px)
{
    .title h3
    {
        font-size: 40px;

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

        margin-top: -15px;
    }
}
.title .editor-content
{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
}
.title-other
{
    position: relative;

    padding-left: 80px;
}
@media (max-width: 767px)
{
    .title-other
    {
        padding-left: 60px;
    }
}
.title-other:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 57px;
    height: 57px;

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

    background: url(../images/title-category-icon.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .title-other:before
    {
        width: 40px;
        height: 40px;

        -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
                transform: translateY(-40%);
    }
}
@-webkit-keyframes slideFromLeft
{
    from
    {
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);

        opacity: 0;
    }
    to
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}
@keyframes slideFromLeft
{
    from
    {
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);

        opacity: 0;
    }
    to
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
}
@-webkit-keyframes slideFromRight
{
    from
    {
        -webkit-transform: translateX(100px) rotate(180deg);
                transform: translateX(100px) rotate(180deg);

        opacity: 0;
    }
    to
    {
        -webkit-transform: translateX(0) rotate(180deg);
                transform: translateX(0) rotate(180deg);

        opacity: 1;
    }
}
@keyframes slideFromRight
{
    from
    {
        -webkit-transform: translateX(100px) rotate(180deg);
                transform: translateX(100px) rotate(180deg);

        opacity: 0;
    }
    to
    {
        -webkit-transform: translateX(0) rotate(180deg);
                transform: translateX(0) rotate(180deg);

        opacity: 1;
    }
}
.box-category .category-top
{
    position: relative;

    padding-left: 80px;
}
@media (max-width: 767px)
{
    .box-category .category-top
    {
        padding-left: 60px;
    }
}
.box-category .category-top:before
{
    position: absolute;
    top: 30px;
    left: 0;

    display: block;

    width: 57px;
    height: 57px;

    content: '';

    background: url(../images/title-category-icon.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-category .category-top:before
    {
        top: 10px;
    }
}
@media (max-width: 767px)
{
    .box-category .category-top:before
    {
        width: 40px;
        height: 40px;
    }
}
.box-category .editor-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1400px)
{
    .box-category .editor-content
    {
        margin-top: 10px;
    }
}
.box-category .editor-content .txt
{
    margin-right: 60px;
}
@media (max-width: 1560px)
{
    .box-category .editor-content .txt
    {
        margin-right: 30px;
    }
}
.box-category .editor-content .txt p
{
    font-size: 18px;
    line-height: 1.33333333;

    margin: 0;

    color: rgba(17, 17, 17, .5);
}
@media (max-width: 767px)
{
    .box-category .editor-content .txt p
    {
        font-size: 16px;
    }
}
.box-category .editor-content .more a
{
    line-height: 32px;

    display: block;

    width: 71px;
    height: 32px;

    text-align: center;

    border-radius: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f58a35), to(#e95321));
    background: -webkit-linear-gradient(top, #f58a35 0%, #e95321 100%);
    background:         linear-gradient(180deg, #f58a35 0%, #e95321 100%);
}
.box-category .editor-content .more a .iconfont
{
    font-size: 24px;
}
.box-category .editor-content .more a:hover
{
    background: -webkit-gradient(linear, left top, left bottom, from(#e95321), to(#f58a35));
    background: -webkit-linear-gradient(top, #e95321 0%, #f58a35 100%);
    background:         linear-gradient(180deg, #e95321 0%, #f58a35 100%);
}
.box-category .category-content
{
    margin-top: 100px;
}
@media (max-width: 1560px)
{
    .box-category .category-content
    {
        margin-top: 80px;
    }
}
@media (max-width: 1199px)
{
    .box-category .category-content
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .box-category .category-content
    {
        margin-top: 30px;
    }
}
.box-category .category-sort
{
    width: 350px;
}
@media (max-width: 1400px)
{
    .box-category .category-sort
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .box-category .category-sort
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .box-category .category-sort
    {
        width: 100%;
    }
}
.box-category .category-sort ul
{
    border-left: 2px solid rgba(17, 17, 17, .4);
}
@media (max-width: 767px)
{
    .box-category .category-sort ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin: 0 -5px;

        border: none;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media (max-width: 767px)
{
    .box-category .category-sort ul > li
    {
        width: 50%;
        margin-top: 10px;
        padding: 0 5px;
    }
}
.box-category .category-sort ul > li > a
{
    position: relative;

    display: block;

    padding: 15px 0 15px 30px;
}
@media (max-width: 1470px)
{
    .box-category .category-sort ul > li > a
    {
        padding: 10px 0 10px 20px;
    }
}
@media (max-width: 767px)
{
    .box-category .category-sort ul > li > a
    {
        line-height: 24px;

        height: 100%;
        padding: 10px;

        word-break: break-word;

        border-radius: 5px;
        background-color: #f5eeeb;
    }
}
.box-category .category-sort ul > li > a:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 4px;
    height: 0;

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

    background-color: #111;
}
@media (max-width: 767px)
{
    .box-category .category-sort ul > li > a:before
    {
        display: none;
    }
}
.box-category .category-sort ul > li.active > a:before
{
    height: 100%;
}
.box-category .category-sort ul > li.active .title-category
{
    margin-bottom: 20px;
}
@media (max-width: 1470px)
{
    .box-category .category-sort ul > li.active .title-category
    {
        margin-bottom: 10px;
    }
}
@media (max-width: 1400px)
{
    .box-category .category-sort ul > li.active .title-category
    {
        margin-bottom: 0;
    }
}
.box-category .category-sort ul > li.active .editor-content
{
    max-height: 96px;
}
.box-category .category-sort .title-category
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 767px)
{
    .box-category .category-sort .title-category
    {
        font-size: 16px;
    }
}
.box-category .category-sort .editor-content
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px)
{
    .box-category .category-sort .editor-content
    {
        display: none;
    }
}
.box-category .category-sort .editor-content p
{
    color: rgba(17, 17, 17, .8);
}
.box-category .category
{
    width: -webkit-calc(100% - 350px);
    width:         calc(100% - 350px);
    padding-left: 5%;
}
@media (max-width: 1400px)
{
    .box-category .category
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
        padding-left: 3%;
    }
}
@media (max-width: 991px)
{
    .box-category .category
    {
        width: 60%;
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .box-category .category
    {
        width: 100%;
    }
}
.box-category .category-list > ul
{
    margin: 0 -8px;
}
.box-category .category-list > ul > li
{
    margin-top: 16px;
    padding: 0 8px;
}
.box-category .category-list .item
{
    position: relative;

    display: block;
    overflow: hidden;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1199px)
{
    .box-category .category-list .item
    {
        border-radius: 20px;
    }
}
@media (max-width: 767px)
{
    .box-category .category-list .item
    {
        border-radius: 10px;
    }
}
.box-category .category-list .item:before
{
    position: absolute;
    z-index: 6;
    top: -1px;
    right: -1px;

    display: block;

    width: 55px;
    height: 49px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translate3d(100%, -100%, 0);
            transform: translate3d(100%, -100%, 0);

    background: url(../img/category-item-top.png) no-repeat center;
    background-size: 100% 100%;
}
.box-category .category-list .item .pic
{
    position: relative;

    overflow: hidden;

    border-radius: 40px;
}
@media (max-width: 1400px)
{
    .box-category .category-list .item .pic
    {
        border-radius: 30px;
    }
}
@media (max-width: 991px)
{
    .box-category .category-list .item .pic
    {
        border-radius: 20px;
    }
}
@media (max-width: 767px)
{
    .box-category .category-list .item .pic
    {
        border-radius: 10px;
    }
}
.box-category .category-list .item .pic:before
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}
.box-category .category-list .item .title-category
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

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

    padding: 30px 10%;

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

    opacity: 0;
    color: #fff;
}
@media (max-width: 1199px)
{
    .box-category .category-list .item .title-category
    {
        font-size: 14px;
        line-height: 20px;

        z-index: 6;
        top: auto;
        bottom: 0;

        width: 100%;
        padding: 10px;

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

        opacity: 1;
        background-color: rgba(0, 0, 0, .5);
    }
}
@media (min-width: 1200px)
{
    .box-category .category-list .item:hover .pic:before
    {
        opacity: 1;
    }
    .box-category .category-list .item:hover:before
    {
        -webkit-transform: translate3d(0%, 0%, 0);
                transform: translate3d(0%, 0%, 0);
    }
    .box-category .category-list .item:hover .title-category
    {
        opacity: 1;
    }
}
.box-about
{
    padding-right: 30px;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .box-about
    {
        padding-right: 0;
        padding-left: 0;
    }
}
.box-about .about
{
    position: relative;
    z-index: 6;

    margin-top: -10px;
    padding: 80px 0 40px;

    border-radius: 60px 60px 0 0;
    background: #faf7f4;
}
@media (max-width: 1560px)
{
    .box-about .about
    {
        padding: 50px 3%;

        border-radius: 40px 40px 0 0 0;
    }
}
@media (max-width: 1470px)
{
    .box-about .about
    {
        margin-top: 0;
    }
}
@media (max-width: 1199px)
{
    .box-about .about
    {
        border-radius: 30px 30px 0 0;
    }
}
@media (max-width: 991px)
{
    .box-about .about
    {
        border-radius: 20px 20px 0 0;
    }
}
@media (max-width: 767px)
{
    .box-about .about
    {
        border-radius: 10px 10px 0 0;
    }
}
.box-about .text
{
    width: 60%;
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .box-about .text
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-about .title-why h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 767px)
{
    .box-about .title-why h3
    {
        font-size: 20px;
    }
}
.box-about .note
{
    margin-top: 30px;
    padding-bottom: 60px;

    border-bottom: 2px solid rgba(17, 17, 17, .2);
}
@media (max-width: 1560px)
{
    .box-about .note
    {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .box-about .note
    {
        margin-top: 20px;
    }
}
.box-about .note p
{
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .box-about .note p
    {
        line-height: 24px;
    }
}
@media (min-width: 1200px)
{
    .box-about .culture > ul
    {
        margin: 0 -30px;
    }
}
.box-about .culture > ul > li
{
    margin-top: 20px;
}
@media (min-width: 1200px)
{
    .box-about .culture > ul > li
    {
        padding: 0 30px;
    }
}
.box-about .culture .item
{
    color: #e96021;
}
.box-about .culture .item .icon
{
    width: 40px;
}
.box-about .culture .item .icon img
{
    width: 100%;
}
.box-about .culture .item .editor-content p
{
    font-weight: bold;
}
.box-about .pic
{
    width: 40%;
}
@media (max-width: 991px)
{
    .box-about .pic
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-about .pic img
{
    width: 100%;
}
.box-factory .factory-left
{
    position: relative;

    width: 450px;
    padding: 70px 30px;

    background: url(../images/factory-text.png) no-repeat center;
    background-size: 100% 100%;
}
@media (max-width: 767px)
{
    .box-factory .factory-left
    {
        width: 300px;
        padding: 40px 15px;
    }
}
.box-factory .factory-left .play
{
    font-size: 20px;
    line-height: 56px;

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

    width: 56px;
    height: 56px;

    cursor: pointer;
    text-align: center;

    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#e95321), to(#e97121));
    background: -webkit-linear-gradient(bottom, #e95321 0%, #e97121 100%);
    background:         linear-gradient(0deg, #e95321 0%, #e97121 100%);
}
@media (max-width: 767px)
{
    .box-factory .factory-left .play
    {
        font-size: 18px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.box-factory .factory-left .title-factory h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
.box-factory .factory-left .title-factory h3 b
{
    font-size: 36px;
}
@media (max-width: 767px)
{
    .box-factory .factory-left .title-factory h3 b
    {
        font-size: 30px;
    }
}
.box-factory .factory-left .more
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .box-factory .factory-left .more
    {
        margin-top: 30px;
    }
}
.box-factory .factory-left .more a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-factory .factory-left .more a span
{
    line-height: 30px;

    display: block;

    padding: 0 18px;

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

    border: 1px solid #111;
    border-radius: 16px;
}
.box-factory .factory-left .more a .iconfont
{
    line-height: 30px;

    width: 30px;
    height: 30px;

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

    color: #e96021;
    border-radius: 50%;
    background-color: #111;
}
.box-factory .factory-left .more a:hover span
{
    color: #fff;
    border-color: #e96021;
    background-color: #e96021;
}
.box-factory .factory-left .more a:hover .iconfont
{
    color: #fff;
    background-color: #e96021;
}
.box-factory .number
{
    width: -webkit-calc(90% - 450px);
    width:         calc(90% - 450px);
    padding: 30px 3%;

    background: url(../images/number_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1400px)
{
    .box-factory .number
    {
        width: -webkit-calc(95% - 450px);
        width:         calc(95% - 450px);
    }
}
@media (max-width: 991px)
{
    .box-factory .number
    {
        width: 100%;
        margin-top: 30px;
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .box-factory .number
    {
        padding: 20px 15px;
    }
}
.box-factory .number ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .box-factory .number ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.box-factory .number ul li
{
    margin: 10px 0;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .box-factory .number ul li
    {
        width: 50%;
    }
}
.box-factory .number .item b
{
    font-size: 48px;
    line-height: 1;

    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1400px)
{
    .box-factory .number .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .box-factory .number .item b
    {
        font-size: 30px;
    }
}
.box-factory .number .item p
{
    font-size: 14px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
.box-factory .number .item:hover b
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-product .product
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .box-product .product
    {
        margin-top: 30px;
    }
}
.box-product .product .swiper-product
{
    width: 120%;
}
@media (max-width: 1560px)
{
    .box-product .product .swiper-product
    {
        width: 110%;
    }
}
@media (max-width: 991px)
{
    .box-product .product .swiper-product
    {
        width: 100%;
    }
}
.box-product .product .swiper-slide-next .item .pic .img-box
{
    padding-bottom: 71.05263158%;
}
.box-product .product .swiper-slide-next + .swiper-slide .item .pic .img-box
{
    padding-bottom: 63.15789474%;
}
.box-product .product .swiper-slide-next + .swiper-slide .item:hover .pic .img-box
{
    padding-bottom: 100%;
}
.box-product .product .item .pic
{
    position: relative;

    display: block;
    overflow: hidden;

    border-radius: 40px 40px 0 40px;
}
@media (max-width: 991px)
{
    .box-product .product .item .pic
    {
        border-radius: 20px 20px 0 20px;
    }
}
.box-product .product .item .pic:before
{
    position: relative;
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;

    display: block;

    width: 78px;
    height: 78px;

    content: '';

    background: url(../images/product-top.png) no-repeat center;
    background-size: 100% 100%;
}
@media (max-width: 991px)
{
    .box-product .product .item .pic:before
    {
        width: 66px;
        height: 66px;
    }
}
.box-product .product .item .pic .img-box
{
    padding-bottom: 78.94736842%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (max-width: 767px)
{
    .box-product .product .item .pic .img-box
    {
        padding-bottom: 100%;
    }
}
.box-product .product .item .pic .img-box img
{
    top: 50%;

    height: auto;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.box-product .product .item .pic .more
{
    line-height: 56px;

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

    width: 56px;
    height: 56px;

    text-align: center;

    border-radius: 50%;
    background: #faf7f4;
}
@media (max-width: 991px)
{
    .box-product .product .item .pic .more
    {
        line-height: 46px;

        width: 46px;
        height: 46px;
    }
}
.box-product .product .item .pic .more .iconfont
{
    font-size: 24px;

    display: block;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.box-product .product .item .text
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-product .product .item .text
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item .text
    {
        margin-top: 10px;
    }
}
.box-product .product .item .text .title-product
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .box-product .product .item .text .editor-content
    {
        margin-top: 10px;
    }
}
@media (min-width: 1200px)
{
    .box-product .product .item:hover .pic .img-box
    {
        padding-bottom: 100%;
    }
}
.box-news
{
    padding-bottom: 200px;

    background: url(../images/news_bg.jpg) no-repeat top center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-news
    {
        padding-bottom: 100px;
    }
}
.box-news .news
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .box-news .news
    {
        margin-top: 30px;
    }
}
.box-news .news ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.box-news .news ul li
{
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .box-news .news ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .box-news .news ul li
    {
        width: 100%;
        margin-top: 20px;
    }
}
@media (min-width: 1200px)
{
    .box-news .news ul li:nth-child(1)
    {
        width: 25%;
    }
    .box-news .news ul li:nth-child(1) .pic .img-box
    {
        padding-bottom: 130.3030303%;
    }
    .box-news .news ul li:nth-child(1) .pic .img-box img
    {
        right: 0;
        left: auto;

        width: auto;
        height: 100%;
    }
    .box-news .news ul li:nth-child(2)
    {
        width: 41.7%;
    }
    .box-news .news ul li:nth-child(3)
    {
        width: 33.3%;
    }
    .box-news .news ul li:nth-child(3) .pic .img-box
    {
        padding-bottom: 95.55555556%;
    }
    .box-news .news ul li:nth-child(3) .pic .img-box img
    {
        right: 0;
        left: auto;

        width: auto;
        height: 100%;
    }
}
.box-news .news .item
{
    display: block;
}
.box-news .news .item .pic
{
    position: relative;

    overflow: hidden;

    border-radius: 40px 0 40px 40px;
}
@media (max-width: 1560px)
{
    .box-news .news .item .pic
    {
        border-radius: 30px 0 30px 30px;
    }
}
@media (max-width: 1199px)
{
    .box-news .news .item .pic
    {
        border-radius: 20px 0 20px 20px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .pic
    {
        border-radius: 10px;
    }
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 75%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 570 430\'><path fill=\'white\' d=\'M0 215v215h570V250.4c0-115.2-.4-180.2-1-181.4-1.9-3.5-6.8-4.2-32.5-5-14.3-.4-26.2-1.2-27.8-1.8-1.5-.7-3.2-2.3-3.7-3.7-.6-1.5-1-13.5-1-27 0-23.7-.6-29-3.3-30.7C500 .4 387.1 0 249.8 0H0z\'/></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 570 430\'><path fill=\'white\' d=\'M0 215v215h570V250.4c0-115.2-.4-180.2-1-181.4-1.9-3.5-6.8-4.2-32.5-5-14.3-.4-26.2-1.2-27.8-1.8-1.5-.7-3.2-2.3-3.7-3.7-.6-1.5-1-13.5-1-27 0-23.7-.6-29-3.3-30.7C500 .4 387.1 0 249.8 0H0z\'/></svg>');
            mask-repeat: no-repeat;
            mask-position: center;
            mask-size: 100% 100%;
}
.box-news .news .item .pic .more
{
    line-height: 56px;

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

    width: 56px;
    height: 56px;

    text-align: center;

    border-radius: 50%;
    background: #faf7f4;
}
@media (max-width: 1199px)
{
    .box-news .news .item .pic .more
    {
        line-height: 46px;

        width: 46px;
        height: 46px;
    }
}
.box-news .news .item .pic .more .iconfont
{
    font-size: 24px;

    display: block;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.box-news .news .item .title-news
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

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

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

    display: inline-block;

    min-width: 90px;
    height: 30px;
    margin-top: 30px;

    text-align: center;

    border: 1px solid #111;
    border-radius: 16px;
}
@media (max-width: 1199px)
{
    .box-news .news .item .tag
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .tag
    {
        margin-top: 10px;
    }
}
@media (min-width: 1200px)
{
    .box-news .news .item:hover .pic .more
    {
        background: -webkit-gradient(linear, left bottom, left top, from(#e95321), to(#e97121));
        background: -webkit-linear-gradient(bottom, #e95321 0%, #e97121 100%);
        background:         linear-gradient(0deg, #e95321 0%, #e97121 100%);
    }
    .box-news .news .item:hover .title-news
    {
        color: #e96021;
    }
}
.box-contact
{
    position: relative;
    z-index: 6;

    margin-top: -100px;
    margin-bottom: -100px;
    padding: 0 30px;
}
@media (max-width: 1199px)
{
    .box-contact
    {
        margin-top: -50px;
        margin-bottom: -50px;
    }
}
@media (max-width: 767px)
{
    .box-contact
    {
        margin-bottom: 0;
        padding: 0;
    }
}
.box-contact .contact
{
    position: relative;

    overflow: hidden;

    padding: 120px 5%;

    border-radius: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .box-contact .contact
    {
        background-attachment: fixed;
    }
}
@media (max-width: 1560px)
{
    .box-contact .contact
    {
        border-radius: 40px;
    }
}
@media (max-width: 1470px)
{
    .box-contact .contact
    {
        padding: 100px 3%;
    }
}
@media (max-width: 1199px)
{
    .box-contact .contact
    {
        padding: 100px 30px;

        border-radius: 30px;
    }
}
@media (max-width: 991px)
{
    .box-contact .contact
    {
        padding: 60px 30px;

        border-radius: 20px;
    }
}
@media (max-width: 767px)
{
    .box-contact .contact
    {
        padding: 40px 30px;

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

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .7);
}
.box-contact .contact .title-contact
{
    position: relative;
    z-index: 6;

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

    text-align: center;
}
.box-contact .contact .title-contact h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-contact .contact .title-contact h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-contact .contact .title-contact h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .box-contact .contact .title-contact h2
    {
        font-size: 20px;
        line-height: 1.4;
    }
}
.box-contact .send-email
{
    position: relative;
    z-index: 6;

    margin-top: 80px;
}
@media (max-width: 1470px)
{
    .box-contact .send-email
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .box-contact .send-email
    {
        margin-top: 30px;
    }
}
.box-contact .send-email form
{
    position: relative;

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

    width: 100%;
    max-width: 610px;
    margin: 0 auto;

    -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: 767px)
{
    .box-contact .send-email form
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.box-contact .send-email form::before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 60px;

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

    content: '\e6a4';
}
.box-contact .send-email form input::-webkit-input-placeholder,
.box-contact .send-email form textarea::-webkit-input-placeholder
{
    color: #333;
}
.box-contact .send-email form input:-o-placeholder,
.box-contact .send-email form textarea:-o-placeholder
{
    color: #333;
}
.box-contact .send-email form input::-moz-placeholder,
.box-contact .send-email form textarea::-moz-placeholder
{
    color: #333;
}
.box-contact .send-email form input:-ms-input-placeholder,
.box-contact .send-email form textarea:-ms-input-placeholder
{
    color: #333;
}
.box-contact .send-email form input:focus::-webkit-input-placeholder,
.box-contact .send-email form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.box-contact .send-email form input:focus::-o-placeholder,
.box-contact .send-email form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.box-contact .send-email form input:focus::-moz-placeholder,
.box-contact .send-email form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.box-contact .send-email form input:focus::-ms-input-placeholder,
.box-contact .send-email form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.box-contact .send-email form input
{
    line-height: 60px;

    width: -webkit-calc(100% - 190px);
    width:         calc(100% - 190px);
    height: 60px;
    padding: 0 20px 0 50px;

    border-radius: 31px;
}
@media (max-width: 767px)
{
    .box-contact .send-email form input
    {
        width: 100%;
    }
}
.box-contact .send-email form .submit
{
    width: 180px;
    height: 60px;

    border-radius: 31px;
    background: -webkit-gradient(linear, left bottom, left top, from(#e95321), to(#f58a35));
    background: -webkit-linear-gradient(bottom, #e95321 0%, #f58a35 100%);
    background:         linear-gradient(0deg, #e95321 0%, #f58a35 100%);
}
@media (max-width: 767px)
{
    .box-contact .send-email form .submit
    {
        width: 150px;
        height: 40px;
        margin: 0 auto;
        margin-top: 20px;
    }
}
.footer
{
    overflow: hidden;

    padding-top: 160px;

    color: rgba(255, 255, 255, .6);
    background: #111;
}
@media (max-width: 1199px)
{
    .footer
    {
        padding-top: 100px;
    }
}
@media (max-width: 991px)
{
    .footer
    {
        padding-top: 60px;
        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(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer a:hover
{
    color: #fff;
}
.footer a:hover span
{
    background-size: 100% 1px;
}
.footer .title-foot
{
    margin-top: 20px;
}
.footer .title-foot h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.15384615;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot-logo
    {
        width: 100%;
    }
}
.footer .foot-logo .logo
{
    display: block;

    height: 58px;
}
.footer .foot-logo .logo img
{
    height: 100%;
}
.footer .foot-txt
{
    max-width: 180px;
}
@media (max-width: 767px)
{
    .footer .foot-txt
    {
        max-width: 100%;
    }
}
.footer .foot-txt .foot-info
{
    margin-top: 40px;
}
@media (max-width: 1400px)
{
    .footer .foot-txt .foot-info
    {
        margin-top: 20px;
    }
}
.footer .foot-txt .txt
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot-txt .txt
    {
        margin-top: 10px;
    }
}
.footer .foot-txt .txt b
{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;

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

    color: #9999af;
}
.footer .foot-txt .txt p
{
    line-height: 20px;

    margin: 4px 0 0 0;

    color: #eeeef1;
}
.footer .foot-txt .txt:hover b,
.footer .foot-txt .txt:hover p
{
    color: #fff;
}
.footer .foot-nav
{
    max-width: 200px;
}
@media (max-width: 767px)
{
    .footer .foot-nav
    {
        max-width: 100%;
    }
}
.footer .foot-nav .foot-info
{
    margin-top: 40px;
}
@media (max-width: 1400px)
{
    .footer .foot-nav .foot-info
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav .foot-info
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .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: 767px)
{
    .footer .foot-nav .foot-info > ul > li
    {
        margin-right: 20px;
    }
}
.footer .foot-nav .foot-info > ul > li > a
{
    line-height: 24px;

    display: block;

    padding: 3px 0;
}
@media (max-width: 767px)
{
    .footer .foot-nav .foot-info > ul > li > a
    {
        line-height: 22px;
    }
}
.footer .foot-scroll-top
{
    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;
}
.footer .foot-scroll-top a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 2px;

    border-radius: 31px;
    background: -webkit-gradient(linear, left bottom, left top, from(#e95321), to(#f58a35));
    background: -webkit-linear-gradient(bottom, #e95321 0%, #f58a35 100%);
    background:         linear-gradient(0deg, #e95321 0%, #f58a35 100%);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.footer .foot-scroll-top a span
{
    display: block;

    padding: 0 30px;

    color: #111;
    background: none;
}
.footer .foot-scroll-top a .iconfont
{
    font-size: 30px;
    line-height: 60px;

    width: 60px;
    height: 60px;

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

    color: #e96021;
    border-radius: 50%;
    background: #111;
}
@media (max-width: 1199px)
{
    .footer .foot-scroll-top a .iconfont
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-scroll-top a .iconfont
    {
        font-size: 24px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.footer .foot-scroll-top a:hover
{
    background: -webkit-gradient(linear, left top, left bottom, from(#e95321), to(#f58a35));
    background: -webkit-linear-gradient(top, #e95321 0%, #f58a35 100%);
    background:         linear-gradient(180deg, #e95321 0%, #f58a35 100%);
}
.footer .foot-bigtext
{
    font-size: 300px;
    font-weight: bold;
    line-height: .7;

    margin-top: 50px;

    text-align: center;

    color: #fff;
}
@media (max-width: 1560px)
{
    .footer .foot-bigtext
    {
        font-size: 240px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-bigtext
    {
        font-size: 200px;
        line-height: .5;
    }
}
@media (max-width: 991px)
{
    .footer .foot-bigtext
    {
        font-size: 150px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-bigtext
    {
        font-size: 100px;
    }
}
.wrap
{
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1560px)
{
    .wrap
    {
        padding: 100px 0;
    }
}
@media (max-width: 1400px)
{
    .wrap
    {
        padding: 80px 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;
    }
}
.wrap-about-menu
{
    z-index: 7;

    background: #fff;
    box-shadow: 0 6px 12px 1px rgba(1, 1, 1, .1);
}
.wrap-about-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow-x: auto;
}
.wrap-about-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-about-menu ul li:after
{
    content: '|';

    color: rgba(17, 17, 17, .4);
}
.wrap-about-menu ul li:last-child:after
{
    display: none;
}
.wrap-about-menu ul li a
{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

    display: block;

    padding: 70px 40px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;
}
@media (max-width: 1560px)
{
    .wrap-about-menu ul li a
    {
        padding: 50px 30px;
    }
}
@media (max-width: 1470px)
{
    .wrap-about-menu ul li a
    {
        padding: 30px;
    }
}
@media (max-width: 1400px)
{
    .wrap-about-menu ul li a
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about-menu ul li a
    {
        padding: 20px 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-menu ul li a
    {
        font-size: 14px;

        padding: 10px;
    }
}
.wrap-about-menu ul li a span
{
    position: relative;

    display: block;
}
.wrap-about-menu ul li a span:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 2px;

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

    background-color: #e96021;
}
.wrap-about-menu ul li.active a
{
    color: #e96021 !important;
    background: #ebeaea;
}
.wrap-about-menu ul li.active a span:after
{
    width: 100%;
}
.wrap-left
{
    width: 360px;
}
.wrap-right
{
    width: -webkit-calc(100% - 360px);
    width:         calc(100% - 360px);
    padding-left: 4%;
}
@media (max-width: 1199px)
{
    .wrap-right
    {
        width: 100%;
        padding-left: 15px;
    }
}
.wrap-location
{
    padding: 10px 0;

    background: #f6f7f8;
}
.wrap-location .location
{
    line-height: 35px;

    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: '\e676';
}
.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: #f58a35;
}
.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: #e96021;
    background-color: #e96021;
}
.wrap-sidenav
{
    position: relative;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .title-sidenav
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    position: relative;
    z-index: 6;

    color: #e96021;
}
.wrap-sidenav .sidenav
{
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    position: relative;

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

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

    padding: 20px 0;

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

    border-bottom: 1px solid #e0e0e0;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-sidenav .sidenav .slevel-1 > li > a:after
{
    font-size: 18px;
    line-height: 22px;

    width: 26px;
    height: 26px;

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

    color: #fff;
    border-radius: 50%;
    background: #1e131c;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.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);

    background-color: #e96021;
}
.wrap-sidenav .sidenav .slevel-1 > li.active .slevel-2
{
    display: block;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding: 20px 0;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    line-height: 24px;

    position: relative;

    display: block;

    padding: 5px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    color: #e96021;
}
.xs-product-nav
{
    display: none;
    overflow: hidden;

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

    margin: 0 -4px;

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

    height: auto;
    padding: 4px;

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

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

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

    text-transform: capitalize;

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .xs-product-nav ul > li > a
    {
        line-height: 20px;
    }
}
.xs-product-nav ul > li.active > a
{
    color: #fff;
    border-color: #e96021;
    background-color: #e96021;
}
.wrap-about .about
{
    position: relative;
}
.wrap-about .about:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 20%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: rgba(17, 17, 17, .5);
}
@media (max-width: 767px)
{
    .wrap-about .about:before
    {
        display: none;
    }
}
.wrap-about .title
{
    position: relative;
    z-index: 6;

    width: 40%;
    padding: 20px 0 40px;

    text-align: center;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-about .title
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-about .title img
{
    height: 58px;
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .wrap-about .title img
    {
        height: 40px;
    }
}
.wrap-about .text
{
    position: relative;
    z-index: 6;

    width: 60%;
}
@media (max-width: 767px)
{
    .wrap-about .text
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-about .pic
{
    position: relative;
    z-index: 6;

    overflow: hidden;

    margin-top: 120px;

    border-radius: 100px 100px 0 0;
}
@media (max-width: 1560px)
{
    .wrap-about .pic
    {
        margin-top: 100px;

        border-radius: 80px 80px 0 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .pic
    {
        margin-top: 80px;

        border-radius: 60px 60px 0 0;
    }
}
@media (max-width: 991px)
{
    .wrap-about .pic
    {
        margin-top: 60px;

        border-radius: 30px 30px 0 0;
    }
}
@media (max-width: 767px)
{
    .wrap-about .pic
    {
        margin-top: 30px;

        border-radius: 10px 10px 0 0;
    }
}
.wrap-about .pic img
{
    width: 100%;
}
.wrap-about .number-box .title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-about .number-box .title h3
{
    margin: 0;
}
.wrap-about .number-box .title h4
{
    font-size: 30px;
    line-height: 1;

    margin-top: 20px;

    color: #e96021;
}
@media (max-width: 1560px)
{
    .wrap-about .number-box .title h4
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .number-box .title h4
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .number-box .title h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number-box .title h4
    {
        font-size: 18px;
    }
}
.wrap-about .number-box .title img
{
    height: 40px;
    margin-top: 20px;
}
.wrap-about .number
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-about .number
    {
        margin-top: 0;
    }
}
.wrap-about .number ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    display: block;

    margin-top: 20px;
}
@media (max-width: 1560px)
{
    .wrap-about .number .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .number .item b
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .number .item b
    {
        font-size: 30px;
    }
}
.wrap-about .number .item p
{
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (min-width: 1200px)
{
    .wrap-culture
    {
        background-attachment: fixed;
    }
}
.wrap-culture .title
{
    width: 40%;
    padding-top: 30px;

    text-align: center;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-culture .title
    {
        padding-top: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .title
    {
        width: 100%;
    }
}
.wrap-culture .title h3
{
    margin-top: 0;
}
.wrap-culture .culture-list
{
    width: 60%;
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .wrap-culture .culture-list
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-culture .culture-list > ul > li
{
    padding-top: 100px;
}
@media (max-width: 767px)
{
    .wrap-culture .culture-list > ul > li
    {
        margin-top: 30px;
        padding-top: 0;
    }
}
.wrap-culture .culture-list > ul > li:nth-child(2)
{
    padding-top: 0;
}
.wrap-culture .culture-list > ul > li.active .item
{
    color: #fff;
}
@media (min-width: 1470px)
{
    .wrap-culture .culture-list > ul > li.active .item
    {
        width: 246px;
        height: 274px;
    }
}
.wrap-culture .culture-list > ul > li.active .item:before
{
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
}
.wrap-culture .culture-list > ul > li.active .item .icon
{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.wrap-culture .culture-list .item
{
    position: relative;

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

    width: 203px;
    height: 226px;
    margin: 0 auto;
    padding: 0 10%;

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

    color: #111;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1470px)
{
    .wrap-culture .culture-list .item
    {
        padding: 0 15%;
    }
}
@media (max-width: 1199px)
{
    .wrap-culture .culture-list .item
    {
        width: 160px;
        height: 180px;
        padding: 0 20%;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture-list .item
    {
        width: 203px;
        height: 226px;
        padding: 0 10%;
    }
}
.wrap-culture .culture-list .item:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: url(../images/culture_item_bg.png) no-repeat center;
    background-size: 100% 100%;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.wrap-culture .culture-list .item .icon,
.wrap-culture .culture-list .item b,
.wrap-culture .culture-list .item .editor-content
{
    position: relative;
    z-index: 6;
}
.wrap-culture .culture-list .item .icon
{
    width: 35px;
}
.wrap-culture .culture-list .item .icon img
{
    width: 100%;
}
.wrap-culture .culture-list .item b
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    margin-top: 14px;
}
.wrap-culture .culture-list .item .editor-content
{
    margin-top: 10px;
}
.wrap-culture .culture-list .item .editor-content p
{
    line-height: 18px;
}
@media (max-width: 1199px)
{
    .wrap-culture .culture-list .item .editor-content p
    {
        font-size: 12px;
        line-height: 1;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture-list .item .editor-content p
    {
        font-size: 14px;
    }
}
.wrap-partner
{
    position: relative;
}
.wrap-partner:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 70%;
    height: 100%;

    content: '';

    background: #eeeceb;
}
.wrap-partner .partner
{
    position: relative;
    z-index: 6;
}
.wrap-partner .partner-text
{
    position: relative;
    z-index: 6;

    width: 600px;
}
@media (max-width: 1199px)
{
    .wrap-partner .partner-text
    {
        width: 500px;
    }
}
@media (max-width: 991px)
{
    .wrap-partner .partner-text
    {
        width: 100%;
    }
}
.wrap-partner .title-partner
{
    padding-top: 80px;
}
@media (max-width: 767px)
{
    .wrap-partner .title-partner
    {
        padding-top: 0;
    }
}
.wrap-partner .title-partner h3
{
    font-size: 24px;
}
@media (max-width: 1560px)
{
    .wrap-partner .title-partner h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-partner .title-partner h3
    {
        font-size: 18px;
    }
}
.wrap-partner .title-partner h2
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 1560px)
{
    .wrap-partner .title-partner h2
    {
        font-size: 54px;
    }
}
@media (max-width: 1400px)
{
    .wrap-partner .title-partner h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .wrap-partner .title-partner h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-partner .title-partner h2
    {
        font-size: 30px;
    }
}
.wrap-partner .text
{
    margin-top: 100px;
    padding: 50px;

    color: #fff;
    border-radius: 0 100px 0 0;
    background-color: #e96021;
}
@media (max-width: 1560px)
{
    .wrap-partner .text
    {
        margin-top: 80px;

        border-radius: 0 80px 0 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-partner .text
    {
        margin-top: 60px;
        padding: 30px;

        border-radius: 0 60px 0 0;
    }
}
@media (max-width: 991px)
{
    .wrap-partner .text
    {
        width: 100%;
        margin-top: 30px;

        border-radius: 0 30px 0 0;
    }
}
@media (max-width: 767px)
{
    .wrap-partner .text
    {
        padding: 20px;

        border-radius: 0 10px 0 0;
    }
}
.wrap-partner .partner-logo
{
    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-partner .partner-logo img
{
    height: 30px;
}
.wrap-partner .partner-logo h3
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.38888889;

    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: 1560px)
{
    .wrap-partner .partner-logo h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-partner .partner-logo h3
    {
        font-size: 24px;
    }
}
.wrap-partner .partner-logo h3:before
{
    display: block;

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

    content: '';

    background: #eeeceb;
}
@media (max-width: 767px)
{
    .wrap-partner .partner-logo h3:before
    {
        width: 60px;
    }
}
.wrap-partner .partner-pic
{
    position: relative;
    z-index: 1;

    width: -webkit-calc(100% - 350px);
    width:         calc(100% - 350px);
    margin-left: -350px;
}
@media (max-width: 1199px)
{
    .wrap-partner .partner-pic
    {
        width: -webkit-calc(100% - 250px);
        width:         calc(100% - 250px);
        margin-left: -250px;
    }
}
@media (max-width: 991px)
{
    .wrap-partner .partner-pic
    {
        width: 100%;
        margin: 30px 0 0 0;
    }
}
.wrap-partner .partner-pic img
{
    border-radius: 100px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-partner .partner-pic img
    {
        width: 100%;

        border-radius: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-partner .partner-pic img
    {
        border-radius: 10px;
    }
}
.wrap-manufaturing .manufaturing-top
{
    position: relative;
}
@media (min-width: 1200px)
{
    .wrap-manufaturing .manufaturing-top
    {
        background-attachment: fixed;
    }
}
.wrap-manufaturing .manufaturing-top:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

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

    color: #fff;
}
.wrap-manufaturing .manufaturing-list
{
    width: 45%;
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .wrap-manufaturing .manufaturing-list
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-manufaturing .manufaturing-list > ul
{
    margin-top: -40px;
}
@media (max-width: 991px)
{
    .wrap-manufaturing .manufaturing-list > ul
    {
        margin-top: -20px;
    }
}
.wrap-manufaturing .manufaturing-list > ul > li
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-manufaturing .manufaturing-list > ul > li
    {
        margin-top: 20px;
    }
}
.wrap-manufaturing .manufaturing-list .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.wrap-manufaturing .manufaturing-list .item .icon
{
    width: 40px;
}
.wrap-manufaturing .manufaturing-list .item .icon img
{
    width: 100%;
}
.wrap-manufaturing .manufaturing-list .item .txt
{
    padding-left: 50px;
}
@media (max-width: 1470px)
{
    .wrap-manufaturing .manufaturing-list .item .txt
    {
        padding-left: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-manufaturing .manufaturing-list .item .txt
    {
        padding-left: 10px;
    }
}
.wrap-manufaturing .manufaturing-list .item .txt h3
{
    font-size: 24px;
    line-height: 1;
}
@media (max-width: 1199px)
{
    .wrap-manufaturing .manufaturing-list .item .txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-manufaturing .manufaturing-list .item .txt h3
    {
        font-size: 18px;
    }
}
.wrap-manufaturing .manufaturing-list .item .txt p
{
    line-height: 24px;

    margin: 0;
}
.wrap-manufaturing .manufaturing-content
{
    width: 55%;
}
@media (max-width: 767px)
{
    .wrap-manufaturing .manufaturing-content
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-manufaturing .manufaturing-content .title h3
{
    margin: 0;

    color: #e96021;
}
.wrap-manufaturing .manufaturing-content .editor-content
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .wrap-manufaturing .manufaturing-content .editor-content p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-manufaturing .manufaturing-content .editor-content
    {
        margin-top: 20px;
    }
}
.wrap-manufaturing .manufaturing-content .pic
{
    overflow: hidden;

    margin-top: 50px;

    border-radius: 20px;
}
@media (max-width: 1199px)
{
    .wrap-manufaturing .manufaturing-content .pic
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-manufaturing .manufaturing-content .pic
    {
        margin-top: 20px;
    }
}
.wrap-manufaturing .manufaturing-content .pic img
{
    width: 100%;
}
.wrap-manufaturing .manufaturing-imgbox .item
{
    border: 2px solid #fff;
}
.wrap-manufaturing .manufaturing-imgbox .item .img-box
{
    padding-bottom: 73.68421053%;
}
.wrap-network .network
{
    position: relative;

    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .wrap-network .network
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .wrap-network .network
    {
        margin-top: 30px;
    }
}
.wrap-network .network img
{
    width: 100%;
}
.wrap-network .network .item
{
    position: absolute;

    text-align: center;
}
.wrap-network .network .item .dot
{
    position: relative;

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

    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 6px 8px 1px rgba(6, 0, 1, .18);
}
@media (max-width: 1199px)
{
    .wrap-network .network .item .dot
    {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-network .network .item .dot
    {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-network .network .item .dot
    {
        width: 20px;
        height: 20px;
    }
}
.wrap-network .network .item .dot:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 10px;
    height: 10px;

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

    border-radius: 50%;
    background: #fff;
}
.wrap-network .network .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 8px 0 0 0;

    color: #656c78;
}
@media (max-width: 991px)
{
    .wrap-network .network .item p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-network .network .item p
    {
        font-size: 12px;
    }
}
.wrap-network .network .item-1
{
    top: 22%;
    left: 14%;
}
.wrap-network .network .item-2
{
    top: 36%;
    left: 16%;
}
.wrap-network .network .item-3
{
    top: 40%;
    left: 47%;
}
.wrap-network .network .item-4
{
    top: 53%;
    left: 44%;
}
.wrap-network .network .item-5
{
    top: 40%;
    left: 56%;
}
.wrap-network .network .item-6
{
    top: 20%;
    left: 67%;
}
.wrap-network .network .item-7
{
    top: 35%;
    left: 77%;
}
.wrap-network .network .item-7 .dot
{
    background-color: rgba(233, 96, 33, .5);
}
.wrap-network .network .item-7 .dot:before
{
    background-color: #e96021;
}
.wrap-network .network .item-7 p
{
    color: rgba(233, 96, 33, .6);
}
.wrap-ready
{
    position: relative;
    z-index: 5;

    background: url(../images/ready_bg.png) no-repeat top;
    background-size: cover;
}
@media (max-width: 767px)
{
    .wrap-ready .title-ready
    {
        width: 100%;
    }
}
.wrap-ready .title-ready h3
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-ready .title-ready h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-ready .title-ready h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-ready .title-ready h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-ready .link
    {
        margin-top: 20px;
    }
}
.wrap-ready .link a
{
    line-height: 30px;

    padding: 15px 20px;

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

    border-radius: 31px;
    background: #21e9d4;
}
@media (max-width: 1199px)
{
    .wrap-ready .link a
    {
        line-height: 24px;

        padding: 10px 20px;
    }
}
.wrap-ready .link a:hover
{
    color: #e96021;
    background-color: #fff;
}
.wrap-contact
{
    position: relative;
    z-index: 6;

    margin-top: -100px;
}
@media (max-width: 767px)
{
    .wrap-contact
    {
        margin-top: 0;
    }
}
.wrap-contact .contact-top > ul > li
{
    margin-top: 20px;
}
.wrap-contact .contact-top > ul > li:nth-child(2) .item .link a
{
    color: rgba(233, 96, 33, .5);
}
.wrap-contact .contact-top .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    height: 100%;
    padding: 40px;

    text-align: center;

    border-radius: 20px;
    background: #fff;

    -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;
}
.wrap-contact .contact-top .item .icon
{
    width: 60px;
    margin: 0 auto;
}
@media (max-width: 1400px)
{
    .wrap-contact .contact-top .item .icon
    {
        width: 50px;
    }
}
.wrap-contact .contact-top .item .icon img
{
    width: 100%;
}
.wrap-contact .contact-top .item .title-contact
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    margin-top: 30px;
}
@media (max-width: 1560px)
{
    .wrap-contact .contact-top .item .title-contact
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .contact-top .item .title-contact
    {
        font-size: 20px;
    }
}
.wrap-contact .contact-top .item .editor-content
{
    margin-top: 30px;
}
@media (max-width: 1560px)
{
    .wrap-contact .contact-top .item .editor-content
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact-top .item .editor-content
    {
        margin-top: 10px;
    }
}
.wrap-contact .contact-top .item .editor-content p
{
    font-size: 18px;
    line-height: 1.66666667;

    color: #444;
}
@media (max-width: 1560px)
{
    .wrap-contact .contact-top .item .editor-content p
    {
        font-size: 16px;
    }
}
.wrap-contact .contact-top .item .link
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .wrap-contact .contact-top .item .link
    {
        margin-top: 60px;
    }
}
@media (max-width: 1400px)
{
    .wrap-contact .contact-top .item .link
    {
        margin-top: 30px;
    }
}
.wrap-contact .contact-top .item .link a
{
    font-size: 20px;
    line-height: 30px;

    display: block;

    color: rgba(33, 233, 212, .8);
}
@media (max-width: 767px)
{
    .wrap-contact .contact-top .item .link a
    {
        font-size: 18px;
    }
}
.wrap-contact .contact-top .item .link a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact-message
{
    padding-top: 120px;
}
@media (max-width: 1560px)
{
    .wrap-contact .contact-message
    {
        padding-top: 100px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .contact-message
    {
        padding-top: 80px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact-message
    {
        padding-top: 60px;
    }
}
.wrap-contact .message
{
    width: -webkit-calc(100% - 300px);
    width:         calc(100% - 300px);
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .formbox
{
    margin-top: 60px;
    padding: 50px 8% 80px;

    border-radius: 20px;
    background: #fff;
}
@media (max-width: 1199px)
{
    .wrap-contact .formbox
    {
        margin-top: 30px;
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .formbox
    {
        padding: 30px 15px;
    }
}
.wrap-contact .contact
{
    width: 300px;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact
    {
        padding-bottom: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-contact .contact .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .item
    {
        margin-top: 30px;
    }
}
.wrap-contact .contact .item h3
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item h3
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .item .note
{
    font-weight: bold;

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

    margin-top: 10px;
}
.wrap-contact .contact .item .note .icon
{
    font-weight: normal;
    line-height: 1;

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

    color: #e96021;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-contact .contact .item .note .icon .iconfont
{
    font-size: 30px;
}
.wrap-contact .contact .item .note p
{
    font-size: 16px;
    line-height: 30px;

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

    color: #e96021;
}
.wrap-contact .common-share
{
    padding-top: 20px;

    border-top: 2px solid #f3ebe8;
}
.wrap-contact .common-share a
{
    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f3ebe8;
}
.wrap-contact .common-share a:hover
{
    background-color: #f58a35;
}
.wrap-map
{
    position: relative;
    z-index: 1;

    margin-top: -100px;
    margin-bottom: -100px;
}
@media (max-width: 1199px)
{
    .wrap-map
    {
        margin-top: 0;
        margin-bottom: -50px;
    }
}
.wrap-map img
{
    width: 100%;
}
.wrap-product .fixcontent
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .wrap-product .fixcontent
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product .fixcontent
    {
        margin-top: 30px;
    }
}
.wrap-product .product > ul
{
    margin-top: -30px;
}
@media (max-width: 1199px)
{
    .wrap-product .product > ul
    {
        margin-top: 0;
    }
}
.wrap-product .product > ul > li
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-product .product > ul > li
    {
        margin-top: 20px;
    }
}
.wrap-product .product .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 15px;

    border-radius: 6px;
    background: rgba(235, 235, 235, .37);

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .wrap-product .product .item
    {
        padding: 10px;
    }
}
.wrap-product .product .item .pic
{
    overflow: hidden;

    width: 280px;
    height: 100%;

    border: 1px solid #999;
    border-radius: 6px;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .pic
    {
        width: 250px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .pic
    {
        width: 100%;
    }
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: -webkit-calc(100% - 280px);
    width:         calc(100% - 280px);
    padding: 20px 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: 991px)
{
    .wrap-product .product .item .text
    {
        width: -webkit-calc(100% - 250px);
        width:         calc(100% - 250px);
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text
    {
        width: 100%;
        padding: 20px 10px;
    }
}
.wrap-product .product .item .text .title-products
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .text .note
    {
        margin-top: 10px;
    }
}
.wrap-product .product .item .text .more
{
    margin-top: 20px;
}
.wrap-product .product .item .text .more a
{
    line-height: 26px;

    display: inline-block;

    padding: 10px 40px;

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

    color: #fff;
    border-radius: 6px;
    background: #222;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .more a
    {
        line-height: 20px;

        padding: 10px 30px;
    }
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product .product .item:hover .text .title-products
    {
        color: #e96021;
    }
    .wrap-product .product .item:hover .text .more a
    {
        background-color: #e96021;
    }
}
#productcontent
{
    position: relative;
    top: -120px;
}
@media (max-width: 1199px)
{
    #productcontent
    {
        top: 0;
    }
}
.wrap-product-show .carousel-wrap
{
    margin-top: 100px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 80px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 60px;
    }
}
.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 .slider-for
{
    font-size: 0;

    position: relative;

    width: 79.5%;

    border: 1px solid #e3e3e3;
    border-radius: 6px;
}
@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(20.5% - 18px);
    width:         calc(20.5% - 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;

    overflow: hidden;

    cursor: pointer;

    border: 1px solid #e3e3e3;
    border-radius: 6px;
}
.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: 32px;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

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

    color: #fff;
    border-radius: 50%;
    text-shadow: 0 0 10px #e96021;
}
.wrap-product-show .slider-nav .slick-current .item
{
    border: 1px solid #e96021;
}
.wrap-product-show .info-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    min-height: 100%;
    padding: 20px 0 20px 8%;

    -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;
}
@media (max-width: 1560px)
{
    .wrap-product-show .info-box .title-info-box
    {
        padding-bottom: 10px;
    }
}
.wrap-product-show .info-box .title-info-box:after
{
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 0;

    display: block;

    width: 47px;
    height: 3px;

    content: '';

    background: #e96021;
}
.wrap-product-show .info-box .title-info-box h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .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: 767px)
{
    .wrap-product-show .info-box .text
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .text h3
{
    font-size: 18px;
    line-height: 1.66666667;

    color: #444;
}
@media (min-width: 1200px)
{
    .wrap-product-show .info-box .text p
    {
        line-height: 24px;
    }
}
.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;
}
.wrap-product-show .info-box .share p
{
    font-size: 18px;

    margin: 0;
    margin-right: 10px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .share p
    {
        font-size: 16px;
    }
}
.wrap-product-show .info-box .link
{
    overflow: hidden;

    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .link ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.wrap-product-show .info-box .link a
{
    font-size: 14px;
    line-height: 26px;

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

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

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

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

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

    margin-left: 12px;
}
.wrap-product-show .info-box .link a:hover
{
    background-color: #f58a35;
}
.wrap-product-show .title-product-show h3
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 24px;
    }
}
.wrap-product-show .parameter
{
    padding-top: 60px;
}
.wrap-product-show .parameter .editor-content
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .editor-content
    {
        margin-right: 20px;
    }
}
.wrap-product-show .inquiry
{
    padding-top: 60px;
}
.wrap-product-show .inquiry .formbox form ul
{
    margin: 0 -5px;
}
.wrap-product-show .inquiry .formbox form ul li
{
    padding: 0 5px;
}
.wrap-product-show .inquiry .formbox form .group
{
    margin-top: 10px;
}
.wrap-product-show .inquiry .formbox form input,
.wrap-product-show .inquiry .formbox form textarea
{
    line-height: 28px;

    padding: 10px 20px;

    color: #666;
    border-radius: 4px;
    background: #f9f5f3;
}
.wrap-product-show .inquiry .formbox form input::-webkit-input-placeholder,
.wrap-product-show .inquiry .formbox form textarea::-webkit-input-placeholder
{
    color: #656c78;
}
.wrap-product-show .inquiry .formbox form input:-o-placeholder,
.wrap-product-show .inquiry .formbox form textarea:-o-placeholder
{
    color: #656c78;
}
.wrap-product-show .inquiry .formbox form input::-moz-placeholder,
.wrap-product-show .inquiry .formbox form textarea::-moz-placeholder
{
    color: #656c78;
}
.wrap-product-show .inquiry .formbox form input:-ms-input-placeholder,
.wrap-product-show .inquiry .formbox form textarea:-ms-input-placeholder
{
    color: #656c78;
}
.wrap-product-show .inquiry .formbox form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .formbox form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .formbox form input:focus::-o-placeholder,
.wrap-product-show .inquiry .formbox form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .formbox form input:focus::-moz-placeholder,
.wrap-product-show .inquiry .formbox form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .formbox form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .formbox form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .formbox form .submit-group
{
    margin-top: 30px;

    text-align: center;
}
.wrap-product-show .inquiry .formbox form .submit
{
    width: auto;
    height: 46px;
    padding: 0 30px;

    color: #fff;
    border-radius: 6px;
    background-color: #e96021;
}
.wrap-product-show .relate-product
{
    padding-top: 60px;
}
.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 .item
{
    display: block;

    padding: 10px;

    text-align: center;

    border-radius: 6px;
    background: #f9f5f3;
}
.wrap-product-show .relate-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item .title-products
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 10px 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-show .relate-product .item .more
{
    line-height: 34px;

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

    color: #fff;
    border-radius: 6px;
    background: #111;
}
@media (min-width: 1200px)
{
    .wrap-product-show .relate-product .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product-show .relate-product .item:hover .title-products
    {
        color: #e96021;
    }
    .wrap-product-show .relate-product .item:hover .more
    {
        color: #fff;
        background-color: #e96021;
    }
}
@media (min-width: 768px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        font-size: 0;
        line-height: 40px;

        position: absolute;
        top: -80px;
        right: 40px;
        left: auto;

        width: 40px;
        height: 40px;

        text-align: center;

        color: #333;
        border-radius: 0;
        background: none;
    }
    .wrap-product-show .relate-product .slick-arrow:before
    {
        font-size: 24px;

        content: '\e625';
    }
    .wrap-product-show .relate-product .slick-arrow:hover
    {
        color: #e96021;
    }
    .wrap-product-show .relate-product .slick-next
    {
        right: 0;
    }
    .wrap-product-show .relate-product .slick-next:after
    {
        font-size: 16px;

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

        display: block;

        width: 1px;
        height: 10px;

        content: '';

        color: #999;
        background-color: #c1c1c1;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        top: -60px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        font-size: 0;

        position: absolute;
        top: 50%;
        left: 0;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .wrap-product-show .relate-product .slick-arrow.slick-next
    {
        right: 0;
        left: auto;
    }
    .wrap-product-show .relate-product .slick-arrow:before
    {
        font-size: 16px;
    }
}
.news-menu
{
    position: absolute;
    z-index: 6;
    bottom: 8vw;

    width: 100%;
}
@media (max-width: 767px)
{
    .news-menu
    {
        bottom: 10px;
    }
}
.news-menu .menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -50px;

    -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: 1470px)
{
    .news-menu .menu ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 767px)
{
    .news-menu .menu ul
    {
        margin: 0 -5px;
    }
}
.news-menu .menu ul li
{
    margin: 0 50px;
}
@media (max-width: 1470px)
{
    .news-menu .menu ul li
    {
        margin: 0 30px;
    }
}
@media (max-width: 767px)
{
    .news-menu .menu ul li
    {
        margin: 0 5px;
    }
}
.news-menu .menu ul li a
{
    font-size: 24px;
    line-height: 22px;

    padding: 20px;

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

    color: rgba(255, 255, 255, .6);
    border: 2px solid rgba(255, 255, 255, .6);
    border-radius: 20px;
}
@media (max-width: 1560px)
{
    .news-menu .menu ul li a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .news-menu .menu ul li a
    {
        font-size: 18px;

        padding: 10px 20px;

        border-radius: 10px;
    }
}
@media (max-width: 767px)
{
    .news-menu .menu ul li a
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.news-menu .menu ul li.active a,
.news-menu .menu ul li:hover a
{
    color: #fff;
    border-color: #e96021;
    background-color: #e96021;
}
.wrap-news .news-top
{
    padding-bottom: 80px;

    border-bottom: 2px solid #e1dfde;
}
@media (max-width: 1560px)
{
    .wrap-news .news-top
    {
        padding-bottom: 60px;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news-top
    {
        padding-bottom: 30px;
    }
}
.wrap-news .news-top .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: 40%;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .pic
    {
        width: 100%;
    }
}
.wrap-news .news-top .pic .img-box
{
    padding-bottom: 75%;
}
.wrap-news .news-top .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news-top .text
{
    width: 60%;
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .text
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-news .news-top .title-news
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .title-news
    {
        font-size: 20px;
    }
}
.wrap-news .news-top .note
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top .note
    {
        margin-top: 20px;
    }
}
.wrap-news .news-top .date-more
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 50px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top .date-more
    {
        margin-top: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news-top .date-more
    {
        margin-top: 20px;
    }
}
.wrap-news .news-top .date
{
    color: #333;
}
.wrap-news .news-top .more a
{
    line-height: 30px;

    display: block;

    padding: 0 15px;

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

    color: #fff;
    border: 1px solid #111;
    border-radius: 30px;
    border-radius: 16px;
    background-color: #e96021;
}
.wrap-news .news-top .more a:hover
{
    background-color: #f58a35;
}
@media (min-width: 1200px)
{
    .wrap-news .news-top:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-news .news-top:hover .title-news
    {
        color: #e96021;
    }
}
.wrap-news .news .item
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-news .news .item .d-flex
{
    padding: 60px 0;

    border-bottom: 1px solid #e1dfde;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .d-flex
    {
        padding: 30px 0;
    }
}
.wrap-news .news .item .date
{
    position: relative;

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

    width: 210px;
    height: 210px;

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

    border: 2px solid #e1dfde;
    background: url(../images/date_bg.png) no-repeat center;
    background-size: 100% 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date
    {
        width: auto;
        width: 100%;
        height: auto;

        border: none;

        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
}
.wrap-news .news .item .date b
{
    font-size: 36px;
    line-height: 1;

    display: block;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .date b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date b
    {
        font-size: 24px;
    }
}
.wrap-news .news .item .date span
{
    font-size: 24px;
    line-height: 1.25;

    display: block;

    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .date span
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date span
    {
        font-size: 18px;
    }
}
.wrap-news .news .item .date .more
{
    line-height: 30px;

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

    width: 30px;
    height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    text-align: center;

    opacity: 0;
    color: #e96021;
    border-radius: 50%;
    background: #fff;
}
.wrap-news .news .item .text
{
    width: -webkit-calc(100% - 540px);
    width:         calc(100% - 540px);
    padding-right: 30px;
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .text
    {
        width: -webkit-calc(100% - 490px);
        width:         calc(100% - 490px);
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text
    {
        width: -webkit-calc(100% - 210px);
        width:         calc(100% - 210px);
        padding-right: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.wrap-news .news .item .text .title-news
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;

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

        max-height: 24px;
    }
}
.wrap-news .news .item .pic
{
    width: 330px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .pic
    {
        width: 280px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 75%;
}
.wrap-news .news .item .note
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note
    {
        margin-top: 20px;
    }
}
@media (min-width: 1200px)
{
    .wrap-news .news .item:hover
    {
        color: #fff;
        background-color: #e96021;
    }
    .wrap-news .news .item:hover .date
    {
        border-color: transparent;
    }
    .wrap-news .news .item:hover .date .more
    {
        opacity: 1;
    }
}
.wrap-details .title-details
{
    padding-bottom: 30px;

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

    margin: 10px 0 0 0;
}
@media (max-width: 1560px)
{
    .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
{
    font-size: 16px;
    line-height: 1.875;

    color: #f58a35;
}
@media (max-width: 991px)
{
    .wrap-details .title-details .date
    {
        font-size: 14px;
    }
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1199px)
{
    .wrap-details .details .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .details .text h3
    {
        font-size: 18px;
    }
}
.wrap-details .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: #e96021;
}
.wrap-advantage .advantage
{
    position: relative;

    margin: 180px 0 100px;
}
@media (max-width: 1560px)
{
    .wrap-advantage .advantage
    {
        margin: 160px 0 80px;
    }
}
@media (max-width: 1199px)
{
    .wrap-advantage .advantage
    {
        margin: 80px 0 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin: 60px -10px 0 -10px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.wrap-advantage .advantage .img
{
    position: relative;

    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .img
    {
        display: none;
    }
}
.wrap-advantage .advantage .img img
{
    width: 100%;
}
.wrap-advantage .advantage .img .advantage-logo
{
    position: absolute;
    top: -50px;
    left: 50%;

    width: 158px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.wrap-advantage .advantage .img .advantage-logo img
{
    -webkit-animation: advantage 3s linear infinite;
            animation: advantage 3s linear infinite;
}
.wrap-advantage .advantage .item
{
    position: absolute;

    max-width: 280px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item
    {
        position: relative;

        width: 50%;
        max-width: 50%;
        padding: 0 10px;
    }
}
.wrap-advantage .advantage .item .iconbg
{
    position: relative;

    display: inline-block;
}
.wrap-advantage .advantage .item .iconbg:before
{
    position: absolute;
    z-index: 1;
    top: -50%;
    left: 50%;

    display: block;

    width: 300%;
    height: 200%;

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

    background-color: #fff;

    -webkit-filter: blur(20px);
            filter: blur(20px);
}
.wrap-advantage .advantage .item .icon
{
    position: relative;
    z-index: 6;

    display: block;

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

    border-radius: 50%;
    background-color: #e96021;
}
.wrap-advantage .advantage .item .icon img
{
    width: 100%;
}
.wrap-advantage .advantage .item .public-note
{
    position: relative;
    z-index: 6;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item .public-note
    {
        margin-top: 10px;
    }
}
.wrap-advantage .advantage .item .public-note p
{
    font-weight: bold;

    color: #e96021;
}
@media (min-width: 1200px)
{
    .wrap-advantage .advantage .item-1
    {
        top: 30%;
        left: -35px;

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

        text-align: left;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .wrap-advantage .advantage .item-1 .public-note
    {
        margin-top: 0;
        margin-bottom: 10px;

        text-align: center;
    }
    .wrap-advantage .advantage .item-1 .icon
    {
        margin-left: 0;
    }
    .wrap-advantage .advantage .item-2
    {
        top: 80%;
        left: 10%;
    }
    .wrap-advantage .advantage .item-3
    {
        top: 88%;
        left: 40%;
    }
    .wrap-advantage .advantage .item-4
    {
        top: 80%;
        left: 70%;
    }
    .wrap-advantage .advantage .item-5
    {
        top: -20%;
        left: 70%;

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

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .wrap-advantage .advantage .item-5 .iconbg
    {
        width: -webkit-fit-content;
        width:    -moz-fit-content;
        width:         fit-content;
        margin: 0 auto;
    }
    .wrap-advantage .advantage .item-6
    {
        top: -25%;
        left: 10%;

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

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .wrap-advantage .advantage .item-6 .iconbg
    {
        width: -webkit-fit-content;
        width:    -moz-fit-content;
        width:         fit-content;
        margin: 0 auto;
    }
}
.wrap-qualifications
{
    background: url(../images/qualifications_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-qualifications .title
{
    color: #fff;
}
.wrap-qualifications .title h2
{
    color: rgba(255, 255, 255, .05);
}
.wrap-qualifications .qualifications
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .wrap-qualifications .qualifications
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .wrap-qualifications .qualifications
    {
        margin-top: 30px;
    }
}
@media (min-width: 1200px)
{
    .wrap-qualifications .qualifications ul li:nth-child(3n+1)
    {
        margin-top: 30px;
    }
    .wrap-qualifications .qualifications ul li:nth-child(3n+2)
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .wrap-qualifications .qualifications ul li
    {
        margin-top: 15px;
    }
}
.wrap-qualifications .qualifications .item
{
    border: 10px solid #e96021;
}
.wrap-qualifications .qualifications .item .img-box
{
    padding-bottom: 142.10526316%;
}
.wrap-exhibition .exhibition > ul > li
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .wrap-exhibition .exhibition > ul > li:nth-child(1)
    {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .wrap-exhibition .exhibition > ul > li:nth-child(2)
    {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
                order: 2;
    }
    .wrap-exhibition .exhibition > ul > li:nth-child(3)
    {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
                order: 3;
    }
    .wrap-exhibition .exhibition > ul > li:nth-child(4)
    {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
                order: 4;
    }
    .wrap-exhibition .exhibition > ul > li:nth-child(5)
    {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
                order: 6;
    }
    .wrap-exhibition .exhibition > ul > li:nth-child(6)
    {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
                order: 5;
    }
}
.wrap-exhibition .exhibition .item
{
    cursor: pointer;
}
.wrap-exhibition .exhibition .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-exhibition .exhibition .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (min-width: 1200px)
{
    .wrap-exhibition .exhibition .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.wrap-exhibition .exhibition .item-more
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    height: 100%;
    padding: 40px;

    color: #fff;
    background-color: #e96021;

    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
@media (max-width: 1199px)
{
    .wrap-exhibition .exhibition .item-more
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-exhibition .exhibition .item-more
    {
        padding: 20px 15px;
    }
}
.wrap-exhibition .exhibition .item-more .title-exhibition
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 1199px)
{
    .wrap-exhibition .exhibition .item-more .title-exhibition
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-exhibition .exhibition .item-more .title-exhibition
    {
        font-size: 18px;
    }
}
.wrap-exhibition .exhibition .item-more .more
{
    margin-top: 30px;
}
.wrap-exhibition .exhibition .item-more .more span
{
    line-height: 40px;

    display: inline-block;

    padding: 0 26px;

    color: #e96021;
    background: #111;
}
@-webkit-keyframes advantage
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes advantage
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.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: #e96021;
    background-color: #e96021;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

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

    color: #e96021;
}
.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: #656c78;
}
@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: #e96021;
}
.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: #e96021;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #e96021;
}
.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(233, 96, 33, .5);
    border-radius: 5px;
    background-color: rgba(233, 96, 33, .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: 18px;
    font-weight: 500;
    line-height: 45px;

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

    min-width: 26px;
    height: 45px;
    margin: 0 4px;

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

    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 1200px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        -webkit-transition: .2s;
                transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover
    {
        text-decoration: underline;

        color: #f58a35;
    }
}
@media (max-width: 1199.98px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        line-height: 30px;

        min-width: 20px;
        height: 30px;
    }
    .pagination a:active,
    .pagination span:not(.ellipsis):active
    {
        text-decoration: underline;

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

        margin: 0 3px;
    }
}
.pagination span.current
{
    text-decoration: underline;

    color: #f58a35;
}
.pagination span.current.prev,
.pagination span.current.next
{
    display: none;
}
.pagination .next,
.pagination .prev
{
    width: 40px;
    height: 40px;

    border-radius: 6px;
    background: #e9e8ee;
}
.pagination .next:hover,
.pagination .prev:hover
{
    color: #fff;
    background-color: #e96021;
}
.pagination .prev:before
{
    font-family: 'iconfont' !important;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.pagination .next:before
{
    font-family: 'iconfont' !important;

    content: '\e625';
}
.editor-content p
{
    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 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 -5px !important;
    padding: 0;
}
@media (min-width: 768px)
{
    .auto-adjust-img p.contains-pictures
    {
        white-space: nowrap;
    }
}
.auto-adjust-img p.contains-pictures > img
{
    display: inline-block;

    margin: 5px;
}
