:root
{
    --pad: -webkit-calc(50vw - 705px);
    --pad:         calc(50vw - 705px);
}
@media (max-width: 1470px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 660px);
        --pad:         calc(50vw - 660px);
    }
}
@media (max-width: 1400px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 570px);
        --pad:         calc(50vw - 570px);
    }
}
@media (max-width: 1199px)
{
    :root
    {
        --pad: 5vw;
    }
}
@media (max-width: 767px)
{
    :root
    {
        --pad: 15px;
    }
}
.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Inter Tight';
    font-weight: normal;
    font-style: normal;

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

    src: local('Inter Tight Medium'), local('InterTight-Medium'), url('../fonts/InterTight-Medium.woff2') format('woff2'), url('../fonts/InterTight-Medium.woff') format('woff'), url('../fonts/InterTight-Medium.ttf') format('truetype');
    font-display: swap;
}
body
{
    font-family: 'Inter Tight', 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: #222;

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    overflow: hidden;

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

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

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

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

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

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

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

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

    overflow: hidden;

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

    overflow: hidden;

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

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

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

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

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

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

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

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

        left: -30px;

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

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

    display: block;

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

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

    display: inline-block;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
    vertical-align: middle;

    color: #222;
    background: #ededed;
}
.prev-next .slick-arrow.slick-next
{
    right: 0;

    margin-left: 16px;
}
.prev-next .slick-arrow:hover
{
    color: #fff;
    background-color: #10539e;
}
.slick-dots
{
    text-align: center;
}
@media (max-width: 1199px)
{
    .slick-dots
    {
        margin-top: 30px;
    }
}
.slick-dots li
{
    display: inline-block;

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

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

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

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

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

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

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

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

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

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

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

    position: relative;
    z-index: 2;

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

    resize: vertical;

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

        padding: 10px;
    }
}
.formbox form .group input:placeholder-shown + label,
.formbox form .group textarea:placeholder-shown + label
{
    top: 0;

    background-color: transparent;
}
.formbox form .group input:focus,
.formbox form .group textarea:focus
{
    border-color: #10539e;
}
.formbox form .group-read input
{
    color: #fff !important;
    border-color: #10539e !important;
    background-color: #10539e !important;
}
.formbox form .group input:focus + label,
.formbox form .group textarea:focus + label,
.formbox form .group input:valid + label,
.formbox form .group textarea:valid + label
{
    top: -30px;
    left: 20px;

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

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

    height: 50px;
    padding: 0 60px;

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

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

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

    margin-right: 10px;
}
.submit-group .submit:hover
{
    background-color: #fd7f00;
}
.wrap-reviews .title-product-show .write-review a
{
    line-height: 56px;

    display: inline-block;

    padding: 0 30px;

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

    border-radius: 50px;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-reviews .title-product-show .write-review a
    {
        line-height: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-reviews .title-product-show .write-review a
    {
        padding: 0 14px;
    }
}
.wrap-reviews .title-product-show .write-review a .icon
{
    font-size: 20px;

    display: inline-block;

    margin-left: 6px;

    vertical-align: middle;
}
.wrap-reviews .title-product-show .write-review a:hover
{
    color: #fff;
    background-color: #10539e;
}
.wrap-reviews .feedback
{
    display: none;

    padding-top: 10px;
}
.wrap-reviews .feedback .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    background-color: #fff;
}
.wrap-reviews .feedback .item span
{
    line-height: 50px;

    display: block;

    white-space: nowrap;

    color: #666;
}
.wrap-reviews .feedback .item input,
.wrap-reviews .feedback .item textarea
{
    line-height: 30px;

    width: 100%;
    padding: 10px;

    resize: vertical;
}
.wrap-reviews .feedback .rating
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
            flex-direction: row-reverse;

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

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
.wrap-reviews .feedback .rating-0
{
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.wrap-reviews .feedback .rating > input
{
    display: none;
}
.wrap-reviews .feedback .rating > label
{
    font-size: 20px;

    margin-top: auto;
    margin-right: 8px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    color: #d9d9d9;
}
.wrap-reviews .feedback .rating > label:before
{
    font-family: 'iconfont' !important;

    content: '\e635';
}
.wrap-reviews .feedback .rating > input:checked ~ label,
.wrap-reviews .feedback .rating > input:checked ~ label ~ label
{
    color: #fd7f00;
}
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover,
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover ~ label
{
    color: #fd7f00;
}
.wrap-reviews .review-list
{
    overflow: hidden;

    margin-top: 20px;
}
.wrap-reviews .review-list .item
{
    padding: 20px 0;
}
@media (max-width: 991px)
{
    .wrap-reviews .review-list .item
    {
        padding: 10px 0;
    }
}
.wrap-reviews .review-list .item h3
{
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .wrap-reviews .review-list .item h3
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .wrap-reviews .review-list .item h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-reviews .review-list .item h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-reviews .review-list .item h3
    {
        font-size: 20px;
    }
}
.wrap-reviews .review-list .item h3 .date
{
    font-size: 16px;
    font-weight: normal;

    margin-left: 40px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-reviews .review-list .item h3 .date
    {
        font-size: 14px;

        margin-left: 20px;
    }
}
.wrap-reviews .review-list .item p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #555;
}
@media (max-width: 767px)
{
    .wrap-reviews .review-list .item p
    {
        font-size: 14px;
    }
}
.wrap-reviews .review-list .item .starbox
{
    margin: 20px 0 14px;
}
@media (max-width: 991px)
{
    .wrap-reviews .review-list .item .starbox
    {
        margin: 10px 0;
    }
}
.wrap-reviews .review-list .item .starbox span
{
    font-size: 18px;

    display: inline-block;

    vertical-align: middle;

    color: #555;
}
.wrap-reviews .review-list .item .starbox .icon
{
    font-size: 20px;
    line-height: 26px;

    display: inline-block;

    vertical-align: middle;

    color: #fd7f00;
}
.header
{
    position: fixed;
    z-index: 10;

    width: 100%;
    padding: 0 5%;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        padding: 0 15px;
    }
}
.header .logo
{
    height: 90px;

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

    height: 100px;
}
@media (max-width: 1199px)
{
    .header .logo img
    {
        height: 68px;
    }
}
.header .logo .logo-color
{
    display: none;
}
.header .header-nav
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .header-right
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .pc-search
{
    position: relative;

    display: inline-block;

    vertical-align: middle;

    border-radius: 50px;
    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search input
{
    line-height: 46px;

    display: inline-block;

    width: 220px;
    padding: 0 20px;

    vertical-align: middle;

    background: none;
}
@media (max-width: 1400px)
{
    .header .pc-search input
    {
        width: 160px;
    }
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: #666;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: #666;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: #666;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: #666;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search .submit
{
    line-height: 46px;

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

    display: block;

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

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

    border-radius: 50%;
    background: url(../images/search.svg) no-repeat center;
    background-size: 18px;
}
.header .serach-part
{
    display: none;

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

        vertical-align: middle;
    }
}
.header .find
{
    font-size: 14px;
    line-height: 42px;

    display: inline-block;

    height: 42px;
    padding: 0 20px 0 0;

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

    color: #10539e;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 32px;

        height: 32px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        font-size: 0;

        padding: 0 10px;
    }
}
.header .find .icon
{
    font-size: 20px;
    line-height: inherit;
}
@media (max-width: 767px)
{
    .header .find .icon
    {
        margin-right: 0;
    }
}
.header .find:hover
{
    color: #fd7f00;
}
.header .search-wrap
{
    font-size: 14px;

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

    display: none;

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

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

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

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

    overflow: hidden;

    width: 80%;

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

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

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

    width: 100%;
    padding: 15px;

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

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

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

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

    border-radius: 0;
    background: url(../images/search.svg) no-repeat center;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.header .search-wrap .submit:hover
{
    background-color: #fd7f00;
}
.header .language
{
    margin-left: 26px;
}
.header .language a
{
    line-height: 46px;

    display: block;

    width: 46px;
    height: 46px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #222;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.header .language a:hover
{
    background-color: #10539e;
}
.header .cart
{
    line-height: 90px;

    position: relative;

    display: block;

    margin-left: 26px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        line-height: 60px;

        margin: 0 10px 0 15px;
    }
}
@media (max-width: 767px)
{
    .header .cart
    {
        padding: 0 5px;
    }
}
.header .cart:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/cart.svg) no-repeat center;
    background-size: cover;
}
.header .cart:hover
{
    color: #10539e;
}
.header .pc-nav
{
    display: inline-block;

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

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

    position: relative;

    display: inline-block;

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

    position: relative;

    display: block;

    padding: 0 36px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 30px;
    }
}
@media (max-width: 1400px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 20px;
    }
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    color: #10539e;
}
.header .pc-nav .nav-list2
{
    font-size: 14px;

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

    display: none;

    min-width: 200px;

    text-align: left;

    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list2 > li
{
    position: relative;
}
.header .pc-nav .nav-list2 > li > a
{
    font-size: 14px;
    line-height: 26px;

    display: block;

    padding: 8px 24px;

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

    display: none;

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

    display: block;

    padding: 5px 20px;

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

    display: none;

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

        margin-left: 10px;

        vertical-align: middle;
    }
}
@media (max-width: 375px)
{
    .header .btn-menu
    {
        margin-left: 0;
    }
}
.header .btn-menu div
{
    position: absolute;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;

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

    height: 2px;

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

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

    height: 2px;
    margin: 5px 0;

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

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

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

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

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

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

    display: inline-block;

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

    display: none;

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

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

    padding: 5px;

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

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

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

    position: relative;

    display: block;

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

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

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

        width: 30px;
        height: 30px;
    }
}
.online-wrap .online a:before
{
    font-size: 20px;
}
.online-wrap .online a:hover
{
    border-radius: 0 50px 50px 0;
    background-color: #fd7f00;
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 0;

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

    display: inline-block;

    margin: 0;
    padding: 0 20px;

    vertical-align: middle;

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

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

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

    content: '\e601';
}
.online-wrap .icon-cart span
{
    font-size: 14px;
    line-height: 20px;

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

    width: 20px;
    height: 20px;

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

    display: block;

    content: '\e622';
}
.online-wrap .icon-arrow-top:hover
{
    border-radius: 50px !important;
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

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

    display: none;

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

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

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    display: none;

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

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

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

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

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

    width: 100%;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .swiper-pagination
    {
        bottom: 10px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet
{
    position: relative;

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

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

    opacity: 1;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: rgba(255, 255, 255, .3);
}
.banner .swiper-pagination .swiper-pagination-bullet:before
{
    position: absolute;
    z-index: 4;
    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-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    background-color: #fd7f00;
}
.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: #fd7f00;
    background: none;
}
.banner .slick-prev
{
    left: 2%;
}
@media (max-width: 991px)
{
    .banner .slick-prev
    {
        left: 0;
    }
}
.banner .slick-next
{
    right: 2%;
}
@media (max-width: 991px)
{
    .banner .slick-next
    {
        right: 0;
    }
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    display: block;

    padding-bottom: 50%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #10539e !important;
}
.banner .mobile-video
{
    position: relative;

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

    content: '';

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

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

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

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

    overflow: hidden;

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

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (min-width: 1920px)
{
    .banner-in img
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .banner-in img
    {
        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-in .banner-text
{
    position: absolute;
    z-index: 6;
    top: -webkit-calc(50% + 65px);
    top:         calc(50% + 65px);
    left: 50%;

    min-width: 450px;
    padding: 20px;

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

    color: #fff;
    border: 2px solid rgba(255, 255, 255, .2);
}
@media (max-width: 1199px)
{
    .banner-in .banner-text
    {
        top: -webkit-calc(50% + 45px);
        top:         calc(50% + 45px);

        min-width: 300px;
        padding: 10px;
    }
}
.banner-in .banner-text h2
{
    font-size: 36px;
    line-height: 1.3;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .banner-text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner-in .banner-text h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-text h2
    {
        font-size: 18px;

        margin: 0;
    }
}
.banner-in .banner-text .location ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 991px)
{
    .banner-in .banner-text .location ul
    {
        font-size: 14px;
    }
}
.banner-in .banner-text .location ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.banner-in .banner-text .location ul li:after
{
    margin: 0 6px;

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

    display: block;

    text-transform: capitalize;
}
.banner-in .banner-text .location a:hover
{
    text-decoration: underline;
}
@-webkit-keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
.box
{
    position: relative;
    z-index: 3;

    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px)
{
    .box
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.common-more
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .common-more
    {
        margin-top: 30px;
    }
}
.common-more a
{
    line-height: 56px;

    display: inline-block;

    padding: 0 44px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #222;
}
@media (max-width: 1199px)
{
    .common-more a
    {
        line-height: 40px;

        padding: 0 30px;
    }
}
.common-more a .icon
{
    font-size: 16px;

    float: right;

    margin-left: 8px;
}
.common-more a:hover
{
    color: #fff;
    background-color: #10539e;
}
.common-more.white a
{
    color: #222;
    background-color: #fff;
}
.common-more.white a:hover
{
    color: #fff;
    background-color: #fd7f00;
}
.common-more.nobg a
{
    color: #222;
    border: 1px solid #ccc;
    background: none;
}
.common-more.nobg a:hover
{
    color: #fff;
    border-color: #10539e;
    background-color: #10539e;
}
.title
{
    max-width: 1130px;
    margin: 0 auto;
}
.title span
{
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

    text-transform: capitalize;

    border: 1px solid #ccc;
    border-radius: 30px;
}
.title span:before,
.title span:after
{
    display: inline-block;

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

    content: '';
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    vertical-align: middle;

    background-color: #fd7f00;
}
.title h2
{
    font-size: 56px;
    font-weight: 500;
    line-height: 1.35714286;

    margin: 40px 0 0 0;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;

        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 1.625;

    max-width: 750px;
    margin: 0 auto;
    margin-top: 16px;

    color: #555;
}
@media (max-width: 991px)
{
    .title p
    {
        font-size: 14px;
    }
}
.box-subscribe
{
    padding: 20px 0;

    color: #fff;
}
@media (min-width: 1200px)
{
    .box-subscribe
    {
        background-attachment: fixed;
    }
}
.box-subscribe .subscribe
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .box-subscribe .subscribe
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.box-subscribe .subscribe p
{
    font-size: 20px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-subscribe .subscribe p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-subscribe .subscribe p
    {
        font-size: 16ox;

        width: 100%;
    }
}
.box-subscribe .contact
{
    min-width: 140px;
}
@media (max-width: 767px)
{
    .box-subscribe .contact
    {
        margin-top: 10px;
    }
}
.box-subscribe .contact a
{
    display: inline-block;
}
.box-subscribe .contact a:before
{
    display: inline-block;

    margin-right: 40px;

    content: '|';
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .box-subscribe .contact a:before
    {
        margin-right: 20px;
    }
}
.box-subscribe .contact a .icon
{
    float: right;

    margin-left: 10px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-subscribe .contact a:hover
{
    text-decoration: underline;
}
.box-subscribe .contact a:hover .icon
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.common-product-item
{
    display: block;
}
.common-product-item .pic
{
    position: relative;
}
.common-product-item .pic .addcart
{
    position: absolute;
    z-index: 6;

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

    width: 56px;
    height: 56px;

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

    opacity: 0;
    border-radius: 50%;
    background: rgba(34, 34, 34, .9);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 1200px)
{
    .common-product-item .pic .addcart
    {
        top: 50%;
        left: 50%;

        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
    }
}
@media (max-width: 1199px)
{
    .common-product-item .pic .addcart
    {
        line-height: 40px;

        top: 10px;
        right: 10px;

        width: 40px;
        height: 40px;

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

        width: 30px;
        height: 30px;
    }
}
.common-product-item .pic .addcart:before
{
    display: block;

    width: 24px;
    height: 24px;

    content: '';

    background: url(../images/cart-white.svg) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .common-product-item .pic .addcart:before
    {
        width: 18px;
        height: 18px;
    }
}
.common-product-item .pic .addcart:hover
{
    background-color: #10539e;
}
.common-product-item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-product-item .note
{
    padding: 20px 5% 30px 0;

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

    border-bottom: 1px solid #ccc;
}
.common-product-item .note h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-bottom: 14px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .common-product-item .note h3
    {
        font-size: 18px;
        line-height: 1.33333333;
    }
}
@media (max-width: 991px)
{
    .common-product-item .note h3
    {
        font-size: 16px;
        line-height: 1.5;

        margin-bottom: 6px;
    }
}
.common-product-item .note h3 a
{
    display: block;
}
.common-product-item .note p
{
    font-size: 16px;
    line-height: 1.625;

    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    margin: 0;

    color: #555;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .common-product-item .note p
    {
        font-size: 14px;
        line-height: 1.71428571;

        height: 72px;
    }
}
@media (min-width: 1200px)
{
    .common-product-item:hover .pic .addcart
    {
        opacity: 1;
    }
    .common-product-item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .common-product-item:hover .note h3
    {
        color: #10539e;
    }
}
.box-product
{
    background: #f7f7f7;
}
.box-product .product
{
    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .box-product .product
    {
        margin-top: 40px;
    }
}
.box-product .product .common-product-item .note
{
    opacity: 0;
}
.box-product .swiper-product
{
    overflow: visible;
}
.box-product .swiper-slide-visible .common-product-item .note
{
    opacity: 1;
}
.box-product .prev-next
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .box-product .prev-next
    {
        margin-top: 30px;
    }
}
.box-product .prev-next .slick-arrow
{
    color: #fff;
    background-color: #222;
}
.box-product .prev-next .slick-arrow:hover
{
    background-color: #10539e;
}
@-webkit-keyframes roate
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes roate
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.box-about
{
    background: #f7f7f7;
}
.box-about .about
{
    width: 50%;
    padding-right: 3%;
}
@media (max-width: 767px)
{
    .box-about .about
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-about .about .editor-content
{
    margin-top: 30px;
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .box-about .about .editor-content
    {
        margin-top: 20px;
    }
}
.box-about .more-play
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 80px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .box-about .more-play
    {
        margin-top: 30px;
    }
}
.box-about .more-play .common-more
{
    margin-top: 0;
    margin-right: 16px;
}
.box-about .more-play .play
{
    line-height: 56px;

    width: 56px;
    height: 56px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #222;
}
@media (max-width: 1199px)
{
    .box-about .more-play .play
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.box-about .more-play .play:hover
{
    background-color: #fd7f00;
}
.box-about .pic
{
    position: relative;

    width: 50%;
    height: 100%;
}
@media (max-width: 767px)
{
    .box-about .pic
    {
        width: 100%;
        margin-top: 20px;
    }
}
.box-about .pic:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: point_kuo 8s linear infinite;
            animation: point_kuo 8s linear infinite;

    border-radius: 50%;
    background: #f0f0f0;
}
.box-about .pic:after
{
    position: absolute;
    z-index: 3;
    top: 10%;
    left: 10%;

    display: block;

    width: 80%;
    height: 80%;

    content: '';

    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fd7f00), to(rgba(253, 127, 0, 0)));
    background: -webkit-linear-gradient(top, #fd7f00 0%, rgba(253, 127, 0, 0) 100%);
    background:         linear-gradient(180deg, #fd7f00 0%, rgba(253, 127, 0, 0) 100%);
    box-shadow: 0 12px 12px 0 rgba(253, 127, 0, .25);
}
.box-about .pic .img-box
{
    position: relative;
    z-index: 4;
}
@-webkit-keyframes point_kuo
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);

        opacity: 1;
    }
}
@keyframes point_kuo
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);

        opacity: 1;
    }
}
.box-factory
{
    position: relative;

    padding-top: 120px;
}
@media (max-width: 767px)
{
    .box-factory
    {
        padding-top: 80px;
    }
}
.box-factory:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 17%;

    display: block;

    width: 450px;
    height: 30px;

    content: '';

    background-color: #f7f7f7;

    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 4% 100%);
            clip-path: polygon(0 0, 100% 0, 95% 100%, 4% 100%);
}
@media (max-width: 767px)
{
    .box-factory:before
    {
        right: 50%;

        width: 200px;

        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
    }
}
.box-factory .factory-left
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 450px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .box-factory .factory-left
    {
        width: 350px;
    }
}
@media (max-width: 767px)
{
    .box-factory .factory-left
    {
        width: 100%;
    }
}
.box-factory .factory-left .title h2
{
    font-size: 32px;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 1199px)
{
    .box-factory .factory-left .title h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .box-factory .factory-left .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .box-factory .factory-left .title h2
    {
        font-size: 18px;
    }
}
.box-factory .factory-left .common-more
{
    margin: 20px 0;
}
.box-factory .factory-left .share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.box-factory .factory-left .share ul li
{
    margin-right: 6px;
}
.box-factory .factory-left .share a
{
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #222;
}
.box-factory .factory-left .share a .icon
{
    font-size: 20px;
}
.box-factory .factory-left .share a:hover
{
    background-color: #fd7f00;
}
.box-factory .factory
{
    width: -webkit-calc(100% - 450px);
    width:         calc(100% - 450px);
}
@media (max-width: 1199px)
{
    .box-factory .factory
    {
        width: -webkit-calc(100% - 350px);
        width:         calc(100% - 350px);
    }
}
@media (max-width: 767px)
{
    .box-factory .factory
    {
        width: 100%;
        padding: 0 10px;
    }
}
.box-factory .factory .slick-factory
{
    width: 150%;
}
@media (max-width: 767px)
{
    .box-factory .factory .slick-factory
    {
        width: 100%;
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.box-factory .factory .slick-factory .slick-slide
{
    padding: 0 5px;
}
.box-factory .factory .item
{
    overflow: hidden;

    cursor: pointer;
}
.box-factory .factory .item .img-box
{
    padding-bottom: 74.50980392%;
}
.box-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-factory .factory .item .title-project
{
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 10px;

    text-align: center;

    color: #fff;
}
.box-factory .factory .item .title-project h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    text-transform: capitalize;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-factory .factory .item .title-project h3
    {
        font-size: 14px;
    }
}
.box-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-factory .factory .slick-dots
{
    position: absolute;
    right: 35%;
    bottom: -50px;

    width: auto;
}
@media (max-width: 767px)
{
    .box-factory .factory .slick-dots
    {
        right: 0;
    }
}
.box-factory .factory .title-factory
{
    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;
}
.box-factory .factory .title-factory h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;

    margin: 0;
    margin-right: 20px;
}
.box-factory .factory .num-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #555;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-factory .factory .num-box .prev
{
    color: #10539e;
}
.box-factory .factory .num-box .prev:after
{
    margin: 0 4px;

    content: '/';

    color: #555;
}
@media (min-width: 1200px)
{
    .box-advantage
    {
        background-position: bottom center;
    }
}
.box-advantage .title
{
    max-width: 1190px;
}
.box-advantage .advantage
{
    position: relative;
}
.box-advantage .advantage .pic
{
    z-index: 1;

    width: 40%;
    margin: 0 auto;
}
@media (min-width: 992px)
{
    .box-advantage .advantage .pic
    {
        position: absolute;
        top: 50%;
        left: 50%;

        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
    }
}
@media (max-width: 991px)
{
    .box-advantage .advantage .pic
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .box-advantage .advantage .pic
    {
        width: 80%;
    }
}
.box-advantage .advantage .pic img
{
    width: 100%;
}
.box-advantage .advantage > ul
{
    position: relative;
    z-index: 4;
}
.box-advantage .advantage > ul > li
{
    margin-top: 30px;
}
.box-advantage .advantage > ul > li:nth-child(2n) .item
{
    margin-left: 35%;
}
@media (max-width: 991px)
{
    .box-advantage .advantage > ul > li:nth-child(2n) .item
    {
        margin: 0;
    }
}
.box-advantage .advantage .item
{
    width: 65%;
    height: 100%;
    min-height: 310px;
    padding: 30px;

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

    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75);

    -webkit-clip-path: polygon(41% 0, 44% 10%, 87% 10%, 89% 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(41% 0, 44% 10%, 87% 10%, 89% 0, 100% 0, 100% 100%, 0 100%, 0 0);
    -webkit-backdrop-filter: blur(3.5px);
            backdrop-filter: blur(3.5px);
}
@media (max-width: 991px)
{
    .box-advantage .advantage .item
    {
        width: 100%;
        min-height: auto;
    }
}
.box-advantage .advantage .item .icon
{
    position: relative;

    width: 56px;
    height: 56px;

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

    border-radius: 50%;
    background-color: #222;
}
@media (max-width: 991px)
{
    .box-advantage .advantage .item .icon
    {
        width: 40px;
        height: 40px;
    }
}
.box-advantage .advantage .item .icon img
{
    width: 100%;
}
.box-advantage .advantage .item .icon .icon-hover
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
}
.box-advantage .advantage .item h3
{
    font-size: 20px;

    margin-top: 20px;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .box-advantage .advantage .item h3
    {
        font-size: 18px;
    }
}
.box-advantage .advantage .item p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

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

    color: #555;
}
@media (max-width: 991px)
{
    .box-advantage .advantage .item p
    {
        font-size: 14px;
    }
}
.box-advantage .advantage .item:hover
{
    color: #fff;
    background-color: #10539e;
}
.box-advantage .advantage .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;

    background-color: #fd7f00;
}
.box-advantage .advantage .item:hover .icon .icon-now
{
    opacity: 0;
}
.box-advantage .advantage .item:hover .icon .icon-hover
{
    opacity: 1;
}
.box-advantage .advantage .item:hover p
{
    color: #fff;
}
.box-news
{
    background: #f7f7f7;
}
.box-news .news
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .box-news .news
    {
        margin-top: 20px;
    }
}
.box-news .news ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -30px;
}
@media (max-width: 1470px)
{
    .box-news .news ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 1199px)
{
    .box-news .news ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.box-news .news ul li
{
    width: 25%;
    margin-top: 30px;
    padding: 0 30px;
}
@media (max-width: 1470px)
{
    .box-news .news ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .box-news .news ul li
    {
        width: 50% !important;
    }
}
@media (max-width: 767px)
{
    .box-news .news ul li
    {
        width: 100% !important;
        margin-top: 14px;
    }
}
@media (min-width: 992px)
{
    .box-news .news .active
    {
        width: 50%;
    }
    .box-news .news .active .item:before
    {
        opacity: 1;
    }
    .box-news .news .active .item .pic
    {
        height: 100%;
    }
    .box-news .news .active .item .note
    {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;

        padding: 30px;

        color: #fff;
    }
    .box-news .news .active .item .more
    {
        color: #fff;
        border-color: #fd7f00;
        background-color: #fd7f00;
    }
    .box-news .news .active .item h3
    {
        display: -webkit-box;
        overflow: hidden;

        height: 52px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .box-news .news .active .item .date
    {
        color: #fd7f00;
    }
    .box-news .news .active .item p
    {
        max-height: 52px;
    }
    .box-news .news .active .item:hover:before
    {
        opacity: 0;
    }
    .box-news .news .active .item:hover:after
    {
        opacity: 1;
    }
}
.box-news .news .item
{
    position: relative;

    display: block;

    height: 470px;

    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (max-width: 767px)
{
    .box-news .news .item
    {
        height: auto;
    }
}
.box-news .news .item:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 83, 158, 0)), color-stop(30%, rgba(16, 83, 158, 0)), color-stop(80%, rgba(16, 83, 158, .9)));
    background: -webkit-linear-gradient(top, rgba(16, 83, 158, 0) 0%, rgba(16, 83, 158, 0) 30%, rgba(16, 83, 158, .9) 80%);
    background:         linear-gradient(180deg, rgba(16, 83, 158, 0) 0%, rgba(16, 83, 158, 0) 30%, rgba(16, 83, 158, .9) 80%);
}
.box-news .news .item:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background-color: rgba(16, 83, 158, .8);
}
.box-news .news .item .pic
{
    height: 240px;

    border-radius: 3px;
    background-position: center;
}
.box-news .news .item .more
{
    line-height: 56px;

    display: block;

    width: 56px;
    height: 56px;
    margin-top: 20px;

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

    border: 1px solid #ccc;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .box-news .news .item .more
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.box-news .news .item h3
{
    font-size: 20px;
    line-height: 1.3;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .box-news .news .item h3
    {
        font-size: 18px;
        line-height: 1.44444444;

        height: auto;
        max-height: 78px;
        margin-top: 10px;
    }
}
.box-news .news .item .date
{
    font-size: 16px;
    line-height: 1.625;

    display: block;

    margin: 10px 0;

    color: #555;
}
@media (max-width: 991px)
{
    .box-news .news .item .date
    {
        font-size: 14px;
    }
}
.box-news .news .item p
{
    font-size: 16px;
    line-height: 1.625;

    display: -webkit-box;
    overflow: hidden;

    max-height: 0;
    margin: 0;

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

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

    padding: 200px 0;
}
@media (min-width: 1200px)
{
    .box-message
    {
        background-attachment: fixed;
    }
}
@media (max-width: 1470px)
{
    .box-message
    {
        padding: 140px 0;
    }
}
@media (max-width: 1199px)
{
    .box-message
    {
        padding: 100px 0;
    }
}
@media (max-width: 991px)
{
    .box-message
    {
        padding: 70px 0;
    }
}
.box-message:before
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 50%;

    display: block;

    width: 450px;
    height: 30px;

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

    background-color: #f7f7f7;

    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 4% 100%);
            clip-path: polygon(0 0, 100% 0, 95% 100%, 4% 100%);
}
@media (max-width: 767px)
{
    .box-message:before
    {
        top: -2px;

        width: 200px;
    }
}
.box-message .title
{
    max-width: 890px;
}
.box-message .title h2
{
    font-size: 32px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-message .title h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .box-message .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .box-message .title h2
    {
        font-size: 20px;
    }
}
.box-message .message
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .box-message .message
    {
        margin-top: 30px;
    }
}
.box-message .message form
{
    line-height: 56px;

    position: relative;

    width: 510px;
    height: 56px;
    margin: 0 auto;
    padding-right: 56px;

    border: 1px solid #fff;
    border-radius: 50px;
    background: rgba(255, 255, 255, .85);

    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
@media (max-width: 767px)
{
    .box-message .message form
    {
        line-height: 40px;

        width: 100%;
        height: 40px;
        padding-right: 40px;
    }
}
.box-message .message form input
{
    padding: 0 20px;

    background: none;
}
.box-message .message form input::-webkit-input-placeholder,
.box-message .message form textarea::-webkit-input-placeholder
{
    color: #222;
}
.box-message .message form input:-o-placeholder,
.box-message .message form textarea:-o-placeholder
{
    color: #222;
}
.box-message .message form input::-moz-placeholder,
.box-message .message form textarea::-moz-placeholder
{
    color: #222;
}
.box-message .message form input:-ms-input-placeholder,
.box-message .message form textarea:-ms-input-placeholder
{
    color: #222;
}
.box-message .message form input:focus::-webkit-input-placeholder,
.box-message .message form textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.box-message .message form input:focus::-o-placeholder,
.box-message .message form textarea:focus::-o-placeholder
{
    color: #666;
}
.box-message .message form input:focus::-moz-placeholder,
.box-message .message form textarea:focus::-moz-placeholder
{
    color: #666;
}
.box-message .message form input:focus::-ms-input-placeholder,
.box-message .message form textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.box-message .message form .submit
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

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

    outline: none;
    background: url(../images/submit.svg) no-repeat center;
}
@media (max-width: 767px)
{
    .box-message .message form .submit
    {
        width: 40px;
        height: 40px;
    }
}
.foot-share
{
    border-top: 1px solid #ccc;
}
.foot-share > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.foot-share > ul > li
{
    width: 20%;

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

    border-right: 1px solid #ccc;
}
.foot-share > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

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

    padding: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .foot-share > ul > li > a
    {
        font-size: 0;
        line-height: 24px;

        padding: 10px;
    }
}
.foot-share > ul > li > a .icon
{
    font-size: 24px;

    margin-right: 10px;
}
@media (max-width: 767px)
{
    .foot-share > ul > li > a .icon
    {
        margin: 0;
    }
}
.foot-share > ul > li:hover
{
    color: #fff;
}
.foot-share > ul > li.instagram:hover
{
    background: -webkit-linear-gradient(45deg, #f58529, #feda77, #dd2a7b, #8134af, #515bd4);
    background:         linear-gradient(45deg, #f58529, #feda77, #dd2a7b, #8134af, #515bd4);
}
.foot-share > ul > li.linkedin:hover
{
    background-color: #0077b5;
}
.foot-share > ul > li.facebook:hover
{
    background-color: #1877f2;
}
.foot-share > ul > li.youtube:hover
{
    background-color: #f00;
}
.foot-share > ul > li.twitter:hover
{
    background-color: #1da1f2;
}
.footer
{
    font-size: 16px;
    line-height: 1.875;

    overflow: hidden;

    color: #999;
    background-color: #000;
}
@media (max-width: 991px)
{
    .footer
    {
        font-size: 14px;
    }
}
.footer .foot
{
    padding: 80px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 50%;
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .title-foot
{
    position: relative;
    z-index: 2;
}
@media (max-width: 767px)
{
    .footer .title-foot
    {
        margin: 0;
    }
}
.footer .title-foot h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    text-transform: capitalize;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .title-foot h3
    {
        font-size: 18px;
    }
}
.footer .item-logo img
{
    height: 80px;
}
@media (max-width: 767px)
{
    .footer .item-logo img
    {
        height: 50px;
    }
}
.footer .item-contact
{
    max-width: 410px;
}
@media (max-width: 1199px)
{
    .footer .item-contact
    {
        max-width: 280px;
    }
}
@media (max-width: 767px)
{
    .footer .item-contact
    {
        max-width: 100%;
    }
}
.footer .item-contact .item-text
{
    position: relative;

    margin-top: 20px;
    padding-left: 26px;
}
@media (max-width: 767px)
{
    .footer .item-contact .item-text
    {
        margin-top: 10px;
    }
}
.footer .item-contact .item-text p
{
    margin: 0;
}
.footer .item-contact .item-text img
{
    position: absolute;
    top: 8px;
    left: 0;
}
.footer .item-contact .item-text a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .item-nav .info
{
    margin-top: 24px;
}
@media (max-width: 991px)
{
    .footer .item-nav .info
    {
        margin-top: 10px;
    }
}
.footer .item-nav .info a
{
    line-height: 26px;

    position: relative;

    display: block;

    padding: 5px 0;
}
@media (max-width: 767px)
{
    .footer .item-nav .info a
    {
        line-height: 20px;

        display: inline-block;

        margin-right: 15px;

        vertical-align: middle;
    }
}
.footer .item-nav .info a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright
{
    line-height: 24px;

    padding: 15px 0;

    text-align: center;

    border-top: 1px solid #222;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 10px 0 60px;
    }
}
.footer .copyright p
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.footer .copyright a,
.footer .copyright span
{
    display: inline-block;

    vertical-align: middle;
}
.footer .copyright a:hover
{
    text-decoration: underline;
}
.footer .copyright .power
{
    padding: 0 10px;
}
.footer .copyright .sitemap img
{
    display: inline-block;

    width: 18px;

    vertical-align: middle;
}
@-webkit-keyframes animate
{
    0%
    {
        background-position: -2689px 0;
    }
    100%
    {
        background-position: 0 0;
    }
}
@keyframes animate
{
    0%
    {
        background-position: -2689px 0;
    }
    100%
    {
        background-position: 0 0;
    }
}
.wrap
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 1560px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.title-in h2
{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.wrap-location .location
{
    font-size: 16px;

    position: relative;

    padding-left: 26px;

    color: #555;
}
@media (max-width: 767px)
{
    .wrap-location .location
    {
        font-size: 14px;

        padding: 10px 0 10px 26px;
    }
}
.wrap-location .location:before
{
    position: absolute;
    top: 0;
    top: 20px;
    left: 0;

    width: 18px;
    height: 18px;

    content: '';

    background: url(../images/address.svg) no-repeat center;
    background-size: cover;
}
.wrap-location .location > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

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

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

    display: block;

    padding: 15px 0;

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

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

    color: #10539e;
}
@media (max-width: 767px)
{
    .wrap-about-sidenav .about-sidenav
    {
        padding: 10px 0;
    }
}
.wrap-about-sidenav .about-sidenav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-about-sidenav .about-sidenav > 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-sidenav .about-sidenav > ul > li > a
{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;

    display: block;

    padding: 15px 70px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .wrap-about-sidenav .about-sidenav > ul > li > a
    {
        padding: 15px 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-about-sidenav .about-sidenav > ul > li > a
    {
        font-size: 16px;

        padding: 15px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-sidenav .about-sidenav > ul > li > a
    {
        line-height: 24px;

        padding: 5px 20px;
    }
}
.wrap-about-sidenav .about-sidenav > ul > li:after
{
    display: inline-block;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #ccc;
}
.wrap-about-sidenav .about-sidenav > ul > li:last-child:after
{
    display: none;
}
.wrap-about-sidenav .about-sidenav > ul > li.active > a,
.wrap-about-sidenav .about-sidenav > ul > li:hover > a
{
    color: #10539e;
}
.wrap-sidenav
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    position: relative;

    margin-bottom: 10px;

    border-radius: 3px;
    background: #fff;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 40px 10px 20px;

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

    border-radius: 3px;
}
.wrap-sidenav .sidenav .slevel-1 > li .nav-more
{
    position: absolute;
    z-index: 8;
    top: 22px;
    right: 0;

    width: 30px;
    height: 40px;

    cursor: pointer;
    text-align: center;
    text-align: right;
}
.wrap-sidenav .sidenav .slevel-1 > li .nav-more:before
{
    display: block;

    width: 0;
    height: 0;
    margin: 0 auto;

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

    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #222;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    color: #fff;
    background-color: #10539e;
}
.wrap-sidenav .sidenav .slevel-1 > li.active .nav-more:before,
.wrap-sidenav .sidenav .slevel-1 > li:hover .nav-more:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    border-color: transparent transparent transparent #fff;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding: 14px 0;
}
.wrap-sidenav .sidenav .slevel-2 > li
{
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 0 20px;

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

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

    color: #10539e;
}
.xs-product-nav
{
    display: none;
    overflow: hidden;

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

    margin: 0 -4px;

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

    height: auto;
    padding: 4px;

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

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

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

    text-transform: capitalize;

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .xs-product-nav ul > li > a
    {
        font-size: 13px;
        line-height: 20px;
    }
}
.xs-product-nav ul > li.active > a
{
    color: #fff;
    border-color: #10539e;
    background-color: #10539e;
}
.wrap-about
{
    background: #f5f5f5;
}
.wrap-about .editor-content
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .editor-content
    {
        margin-top: 20px;
    }
}
.wrap-about .editor-content h3
{
    font-size: 20px;
    line-height: 1.5;

    color: #10539e;
}
@media (max-width: 1199px)
{
    .wrap-about .editor-content h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .editor-content h3
    {
        font-size: 16px;
    }
}
.wrap-about .pic
{
    margin: 50px 0;
}
@media (max-width: 991px)
{
    .wrap-about .pic
    {
        margin: 30px 0;
    }
}
.wrap-about .pic img
{
    width: 100%;
}
.wrap-factory .editor-content
{
    margin-top: 30px;
}
.wrap-factory .editor-content h3
{
    font-size: 20px;
    line-height: 1.5;

    color: #10539e;
}
@media (max-width: 1199px)
{
    .wrap-factory .editor-content h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .editor-content h3
    {
        font-size: 16px;
    }
}
.wrap-factory .factory > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory > ul > li
    {
        margin-top: 14px;
    }
}
.wrap-factory .factory .item
{
    overflow: hidden;

    cursor: pointer;

    border-radius: 3px;
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 74.50980392%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor
{
    background-color: #f7f7f7;
}
.wrap-honor .honor
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-honor .honor
    {
        margin-top: 10px;
    }
}
.wrap-honor .honor .slick-honor
{
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .slick-honor
    {
        margin: 0 -5px;
    }
}
.wrap-honor .honor .slick-honor .slick-slide
{
    padding: 10px 15px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .slick-honor .slick-slide
    {
        padding: 10px 5px;
    }
}
.wrap-honor .honor .item
{
    position: relative;

    cursor: pointer;
    text-align: center;
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 133.76623377%;

    border-radius: 3px;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item h3
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33333333;

    margin: 20px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item h3
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .prev-next
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-honor .prev-next
    {
        margin-top: 30px;
    }
}
.wrap-message .title
{
    width: -webkit-calc(100% - 540px);
    width:         calc(100% - 540px);
    padding-right: 5%;
}
@media (max-width: 1470px)
{
    .wrap-message .title
    {
        width: -webkit-calc(100% - 440px);
        width:         calc(100% - 440px);
    }
}
@media (max-width: 1199px)
{
    .wrap-message .title
    {
        width: -webkit-calc(100% - 340px);
        width:         calc(100% - 340px);
    }
}
@media (max-width: 767px)
{
    .wrap-message .title
    {
        width: 100%;
    }
}
.wrap-message .title p
{
    margin-left: 0;
}
.wrap-message .message
{
    width: 540px;
    padding: 0 40px 40px 40px;

    border-radius: 3px;
    background: rgba(255, 255, 255, .9);
}
@media (max-width: 1470px)
{
    .wrap-message .message
    {
        width: 440px;
    }
}
@media (max-width: 1199px)
{
    .wrap-message .message
    {
        width: 340px;
        padding: 0 20px 30px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-message .message
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-message .message .formbox form .group label
{
    left: 0;
}
.wrap-message .message .formbox form input,
.wrap-message .message .formbox form textarea
{
    padding-right: 0;
    padding-left: 0;

    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: none;
}
.wrap-contact .contact ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .wrap-contact .contact ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.wrap-contact .contact ul li
{
    padding: 0 10px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact ul li
    {
        width: 50%;
        margin: 10px 0;
    }
}
.wrap-contact .contact .item b
{
    font-size: 20px;
    font-weight: normal;

    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: 991px)
{
    .wrap-contact .contact .item b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item b
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .item b img
{
    width: 24px;
    margin-right: 4px;
}
.wrap-contact .contact .item p
{
    font-size: 20px;
    line-height: 1.3;

    max-width: 400px;
    margin: 10px 0 0 0;

    color: #555;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .item a:hover
{
    text-decoration: underline;

    color: #10539e;
}
.wrap-product-top
{
    padding-top: 70px;

    background: #f7f7f7;
}
@media (max-width: 1199px)
{
    .wrap-product-top
    {
        padding-top: 40px;
    }
}
.wrap-product
{
    background: #f7f7f7;
}
.wrap-product .product > ul
{
    margin-top: -50px;
}
.wrap-product .product > ul > li
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-product .product > ul > li
    {
        margin-top: 30px;
    }
}
#product
{
    position: relative;
    top: -50px;
}
.wrap-product-contact
{
    padding: 40px 0;
}
@media (max-width: 767px)
{
    .wrap-product-contact
    {
        padding: 30px 0;
    }
}
.wrap-product-contact .text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.41666667;
}
@media (max-width: 1199px)
{
    .wrap-product-contact .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-contact .text h3
    {
        font-size: 18px;
        line-height: 1.33333333;
    }
}
@media (max-width: 767px)
{
    .wrap-product-contact .link
    {
        display: block;

        margin-top: 10px;
    }
}
.wrap-product-contact .link a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 44px;

    display: block;

    padding: 0 30px;

    color: #fff;
    background-color: #222;
}
@media (max-width: 767px)
{
    .wrap-product-contact .link a
    {
        line-height: 34px;
    }
}
.wrap-product-contact .link a:hover
{
    text-decoration: underline;
}
.wrap-product-show
{
    background: #f7f7f7;
}
.wrap-product-show .product-show .carousel-wrap .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .product-show .carousel-wrap .item
{
    overflow: hidden;
}
.wrap-product-show .product-show .carousel-wrap .slider-for
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    border-radius: 3px;
}
.wrap-product-show .product-show .carousel-wrap .slider-for .zoom
{
    position: relative;

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

    width: 100%;
    height: 100%;
}
.wrap-product-show .product-show .carousel-wrap .slider-for .slick-arrow
{
    background: rgba(34, 34, 34, .5);
}
.wrap-product-show .product-show .carousel-wrap .slider-for .slick-arrow:hover
{
    color: #fff;
    background-color: #10539e;
}
.wrap-product-show .product-show .carousel-wrap .slider-for .slick-prev
{
    left: 0;
}
.wrap-product-show .product-show .carousel-wrap .slider-for .slick-next
{
    right: 0;
}
.wrap-product-show .product-show .carousel-wrap .slider-nav
{
    font-size: 0;

    margin: 0 -5px;
    margin-top: 16px;
}
.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 5px;
}
.wrap-product-show .product-show .carousel-wrap .slider-nav .item
{
    position: relative;

    overflow: hidden;

    cursor: pointer;

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

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

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

    width: 32px;
    height: 32px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #10539e;
}
.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-current .item
{
    border: 1px solid #10539e;
}
.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-arrow
{
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    height: 32px;

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

    border: none;
    border-radius: 8px;
}
.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-arrow:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
{
    top: auto;
    bottom: 0;
}
.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.wrap-product-show .product-show .carousel-wrap .slider-nav .slick-arrow:hover
{
    color: #fff;
    background-color: #10539e;
}
.wrap-product-show .product-show .info-box
{
    height: 100%;
    padding-left: 4%;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .info-box
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .product-show .info-box .title-info-box
{
    padding-bottom: 30px;

    border-bottom: 1px solid #ccc;
}
.wrap-product-show .product-show .info-box .title-info-box h2
{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .info-box .title-info-box h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info-box .title-info-box h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .product-show .info-box .title-info-box p
{
    font-size: 16px;

    margin: 0;

    color: #555;

    lighting-color: 1.625;
}
.wrap-product-show .product-show .info-box .text
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info-box .text
    {
        margin-top: 18px;
    }
}
.wrap-product-show .product-show .info-box .text h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .info-box .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info-box .text h3
    {
        font-size: 16px;
    }
}
.wrap-product-show .product-show .info-box .share
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;
}
@media (max-width: 1400px)
{
    .wrap-product-show .product-show .info-box .share
    {
        margin-top: 20px;
    }
}
.wrap-product-show .product-show .info-box .share p
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .info-box .share p
    {
        font-size: 16px;
    }
}
.wrap-product-show .product-show .info-box .link
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .info-box .link
    {
        margin-top: 10px;
    }
}
.wrap-product-show .product-show .info-box .link a
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

    min-width: 230px;
    margin-top: 20px;
    padding: 0 10px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #10539e;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info-box .link a
    {
        line-height: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .info-box .link a
    {
        font-size: 14px;

        min-width: auto;
        padding: 0 20px;
    }
}
.wrap-product-show .product-show .info-box .link a .icon,
.wrap-product-show .product-show .info-box .link a img
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .product-show .info-box .link a .icon
{
    font-size: 20px;

    margin-right: 8px;
}
.wrap-product-show .product-show .info-box .link a:hover
{
    background-color: #fd7f00;
}
.wrap-product-show .product-show .info-box .link .btn-inquiry
{
    margin-right: 20px;
}
.wrap-product-show .product-show .info-box .link .addcart
{
    background-color: #222;
}
.wrap-product-show .product-show .info-box .link .addcart img
{
    margin-top: -4px;
}
.wrap-product-show .wrap-show-menu
{
    z-index: 9;

    overflow: hidden;

    border-radius: 3px;
    background-color: #fff;
}
.wrap-product-show .wrap-show-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -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;
}
.wrap-product-show .wrap-show-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-product-show .wrap-show-menu ul li:after
{
    display: inline-block;

    width: 1px;
    height: 16px;

    content: '';
    vertical-align: middle;

    background-color: #ccc;
}
.wrap-product-show .wrap-show-menu ul li:last-child:after
{
    display: none;
}
.wrap-product-show .wrap-show-menu ul li a
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44444444;

    position: relative;

    display: inline-block;

    padding: 15px 70px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}
@media (max-width: 1400px)
{
    .wrap-product-show .wrap-show-menu ul li a
    {
        padding: 15px 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .wrap-show-menu ul li a
    {
        padding: 15px 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .wrap-show-menu ul li a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .wrap-show-menu ul li a
    {
        font-size: 14px;
        line-height: 1.42857143;
    }
}
.wrap-product-show .wrap-show-menu ul li.active a
{
    color: #10539e;
}
.wrap-product-show .wrap-show-menu.sticky
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .title-product-show h3
{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.33333333;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 24px;
    }
}
.wrap-product-show .product-show-info
{
    position: relative;

    padding-top: 80px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show-info
    {
        padding-top: 60px;
    }
}
.wrap-product-show .stickybox
{
    padding: 80px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .stickybox
    {
        padding-top: 60px;
    }
}
.wrap-product-show .parameter .editor-content
{
    margin-top: 20px;
}
.wrap-product-show .parameter .editor-content h3
{
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 1199px)
{
    .wrap-product-show .parameter .editor-content h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .editor-content h3
    {
        font-size: 16px;
    }
}
.wrap-product-show .inquiry
{
    background-color: #f5f5f5;
}
.wrap-product-show .inquiry .formbox
{
    margin-top: 10px;
}
.wrap-product-show .relate-product .slick-related
{
    margin: 0 -15px;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-related
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-related .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-related .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-product-show .relate-product .prev-next
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .prev-next
    {
        margin-top: 30px;
    }
}
.wrap-news
{
    background-color: #f7f7f7;
}
.wrap-news .news > ul
{
    margin-top: -50px;
}
.wrap-news .news > ul > li
{
    margin-top: 50px;
}
.wrap-news .news .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    border-radius: 8px;
    background-color: #f5f5f5;

    -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;
}
.wrap-news .news .item .pic
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 480px;
    height: 100%;

    border-radius: 3px;
}
@media (max-width: 1400px)
{
    .wrap-news .news .item .pic
    {
        width: 400px;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .pic
    {
        width: 320px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 75.53191489%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .text
{
    width: -webkit-calc(100% - 540px);
    width:         calc(100% - 540px);

    border-bottom: 1px solid #ccc;
}
@media (max-width: 1400px)
{
    .wrap-news .news .item .text
    {
        width: -webkit-calc(100% - 440px);
        width:         calc(100% - 440px);
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .text
    {
        width: -webkit-calc(100% - 350px);
        width:         calc(100% - 350px);
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        width: 100%;
        padding: 20px 0;
    }
}
.wrap-news .news .item .text .more
{
    line-height: 56px;

    display: block;

    width: 56px;
    height: 56px;

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

    border: 1px solid #ccc;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .text .more
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-news .news .item .text .news-tit
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .text .date
{
    font-size: 16px;
    line-height: 1.5;

    display: block;

    margin-top: 10px;

    color: #fd7f00;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text .date
    {
        font-size: 14px;
    }
}
.wrap-news .news .item .text p
{
    font-size: 16px;
    line-height: 1.625;

    display: -webkit-box;
    overflow: hidden;

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

    color: #555;

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

        max-height: 48px;
    }
}
.wrap-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .text .news-tit
{
    color: #10539e;
}
.wrap-news .news .item:hover .text .more
{
    color: #fff;
    border-color: #fd7f00;
    background-color: #fd7f00;
}
.wrap-details .title-details h2
{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;

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

    display: block;

    margin-top: 10px;

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

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

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

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

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

    position: relative;

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

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

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

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

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

    display: block;

    width: 36px;
    height: 36px;

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

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

    width: 1px;
    height: 16px;

    content: '';

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

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

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

    display: inline-block;

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

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

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

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

    background-color: #10539e;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    position: relative;

    list-style: none;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a img
{
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1);
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
{
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover > a
{
    color: #10539e;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #10539e;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap-vertical
    {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap-vertical > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > a
    {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul
    {
        margin-top: 0;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li
{
    position: relative;

    list-style: none;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > a
    {
        font-size: 15px;

        padding: 5px 10px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
{
    font-size: 14px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
    {
        padding: 5px 15px;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a
{
    text-decoration: underline;

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

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

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

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

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

    margin: 0 5px;

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

    display: block;

    content: '\e834';
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.pagination li.next a:before,
.pagination li.lastpage a:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.pagination li a
{
    line-height: 56px;

    display: block;

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

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

    color: #fff;
    border: none;
    border-radius: 50%;
    background: #222;
}
@media (max-width: 1199px)
{
    .pagination li a
    {
        line-height: 40px;

        min-width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .pagination li a
    {
        font-size: 14px;
        line-height: 34px;

        min-width: 34px;
        height: 34px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    background-color: #10539e;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    background-color: #10539e;
}
.wrap-inquiryinfo .inquiry-info
{
    font-size: 0;

    width: 100%;

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

    background-color: #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info
    {
        padding: 0;
    }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info > div
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div
    {
        font-size: 14px;

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

    display: inline-block;

    padding: 20px 10px;

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

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

    margin: 0;
    padding: 0;

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

    margin: 0;
    padding: 0;

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

    display: inline-block;

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

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

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

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

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

    content: '\e656';

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

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

    content: '\e656';

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

    position: relative;

    width: 60px;
    height: 34px;

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

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

        width: 25px;
        height: 25px;

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

    display: inline-block;

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

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

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

        position: relative;
        z-index: 8;

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

        border-radius: 2px;
    }
}
.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover
{
    color: #fff;
    border-color: #10539e;
    background-color: #10539e;
}
.wrap-inquiryinfo .inquiry-info .add1
{
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic
{
    border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info p
{
    line-height: 24px;

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

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

    cursor: pointer;
    text-align: center;

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

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .iclose::after
    {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after
{
    color: #10539e;
}
.wrap-inquiryinfo .inquiry-message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry-message
    {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry
    {
        padding-top: 50px;
    }
}
.editor-content p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #555;
}
@media (max-width: 991px)
{
    .editor-content p
    {
        font-size: 14px;
    }
}
.editor-content ul,
.editor-content ol
{
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li
{
    list-style: inherit;
}
.editor-content .table-box
{
    font-size: 14px;
    line-height: 1.71428571;

    overflow: auto;

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

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

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

    padding: 10px 20px !important;

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

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

    overflow-x: hidden;

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

    margin: 5px;
}
