:root
{
    --pad: -webkit-calc(50vw - 825px);
    --pad:         calc(50vw - 825px);
}
@media (max-width: 1720px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 705px);
        --pad:         calc(50vw - 705px);
    }
}
@media (max-width: 1470px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 660px);
        --pad:         calc(50vw - 660px);
    }
}
@media (max-width: 1400px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 570px);
        --pad:         calc(50vw - 570px);
    }
}
@media (max-width: 1199px)
{
    :root
    {
        --pad: 6vw;
    }
}
@media (max-width: 991px)
{
    :root
    {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px)
{
    :root
    {
        --pad: 15px;
    }
}
@-webkit-keyframes fadeInUp
{
    from
    {
        -webkit-transform: translate3d(0, 50%, 0);
                transform: translate3d(0, 50%, 0);

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

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

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

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

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

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

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

        opacity: 1;
    }
}
.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
.iconfont
{
    font-size: inherit;
}
body
{
    font-family: Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: 400;

    overflow-x: hidden;

    color: #333;
    background-color: #ededed;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
@media (max-width: 767px)
{
    body
    {
        font-size: 14px;
    }
}
.row
{
    --bs-gutter-x: 1.875rem;
}
:root
{
    scroll-behavior: unset;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

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

    overflow: hidden;

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

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

    list-style: none;
}
a,
a:hover,
a:link,
a:visited,
a:focus
{
    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%;
}
.container
{
    max-width: 1200px;
}
@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: 48px;

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

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

    width: 48px;
    height: 48px;
    padding: 0;

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

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

    -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: -4%;
    }
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        line-height: 40px;

        left: -30px;

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

        left: -12px;

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

    display: block;

    content: '\e610';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -6%;
    left: auto;
}
@media (max-width: 1560px)
{
    .slick-arrow.slick-next
    {
        right: -4%;
    }
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: -30px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -12px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    border-color: #003755;
    background-color: #003755;
}
@media (max-width: 767px)
{
    .arrow-top-right
    {
        padding-bottom: 50px;
    }
}
.arrow-top-right .slick-arrow
{
    top: -100px;
    right: 54px;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 1199px)
{
    .arrow-top-right .slick-arrow
    {
        top: -80px;
    }
}
@media (max-width: 767px)
{
    .arrow-top-right .slick-arrow
    {
        top: auto;
        bottom: 0;
        left: 50%;

        margin-left: -50px;
    }
}
.arrow-top-right .slick-arrow.slick-next
{
    right: 0;
}
@media (max-width: 767px)
{
    .arrow-top-right .slick-arrow.slick-next
    {
        right: 50%;
        left: auto;

        margin-right: -50px;
    }
}
.prev-next
{
    font-size: 0;
}
.prev-next .slick-arrow
{
    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

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

    margin-left: 12px;
}
.slick-dots
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.slick-dots li
{
    width: 8px;
    height: 8px;
    margin: 0 6px;

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

    border-radius: 50%;
    background-color: rgba(0, 55, 85, .2);
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #003755;
}
.center
{
    top: 50%;
    left: 50%;

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

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

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

    margin: 0 -6px;

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

    padding: 0 6px;

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

    display: block;

    width: 32px;
    height: 32px;

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

    color: #003755;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .common-share ul li a
    {
        line-height: 26px;

        width: 26px;
        height: 26px;
    }
}
.common-share ul li a:hover
{
    color: #fff;
    background-color: #003755;
}
.common-share ul li .iconfont
{
    font-size: 18px;
}
@media (max-width: 991px)
{
    .common-share ul li .iconfont
    {
        font-size: 16px;
    }
}
.formbox
{
    margin-top: 20px;
}
.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
{
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;

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

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

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

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

    position: relative;
    z-index: 2;

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

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

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

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

    background-color: transparent;
}
.formbox form .group-read input
{
    font-size: 15px;

    color: #fff !important;
    border-color: #003755 !important;
    background: #003755 !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: -34px;
    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-bgwhite form .group input,
.formbox-bgwhite form .group textarea
{
    background-color: #fff;
}
.submit-group
{
    margin-top: 30px;
}
.submit-group .submit
{
    line-height: 46px;

    display: inline-block;

    padding: 0 24px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #003755;
}
.submit-group .submit .iconfont
{
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

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

    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .submit-group .submit:hover
    {
        background-color: #003ea1;
    }
}
.wrap-reviews .title-product-show .write-review
{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-reviews .title-product-show .write-review a
{
    font-size: 18px;
    line-height: 30px;

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

    color: #003755;
}
@media (max-width: 1199px)
{
    .wrap-reviews .title-product-show .write-review a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-reviews .title-product-show .write-review a
    {
        font-size: 14px;
    }
}
.wrap-reviews .title-product-show .write-review a:hover
{
    text-decoration: underline;
}
.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;

    border: 1px solid #d9d9d9;
}
.wrap-reviews .feedback .item span
{
    font-size: 14px;
    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;

    background: none;
}
.wrap-reviews .feedback .submit-group .submit
{
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #222;
    border: 1px solid #222;
    background: none;
}
.wrap-reviews .feedback .submit-group .submit:hover
{
    color: #fff;
    border-color: #003755;
    background-color: #003755;
}
.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: #003ea1;
}
.wrap-reviews .feedback .rating > label:before
{
    font-family: 'iconfont' !important;

    content: '\e62e';
}
.wrap-reviews .feedback .rating > input:checked ~ label,
.wrap-reviews .feedback .rating > input:checked ~ label ~ label
{
    color: #003ea1;
}
.wrap-reviews .feedback .rating > input:checked ~ label:before,
.wrap-reviews .feedback .rating > input:checked ~ label ~ label:before
{
    font-family: 'iconfont' !important;

    content: '\e635';
}
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover,
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover ~ label
{
    color: #003ea1;
}
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover:before,
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover ~ label:before
{
    font-family: 'iconfont' !important;

    content: '\e635';
}
.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-family: 'Bricolage Grotesque', Arial;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15384615;

    margin: 0;

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

    margin-left: 40px;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-reviews .review-list .item h3 span
    {
        margin-left: 20px;
    }
}
.wrap-reviews .review-list .item p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

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

    color: #003ea1;
}
@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;

    margin-right: 14px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-reviews .review-list .item .starbox span
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-reviews .review-list .item .starbox span
    {
        font-size: 14px;
    }
}
.wrap-reviews .review-list .item .starbox .icon
{
    font-size: 18px;
    line-height: 26px;

    display: inline-block;

    vertical-align: middle;
}
.header
{
    position: -webkit-sticky;
    position:         sticky;
    z-index: 10;
    top: 0;

    width: 100%;

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

    border-bottom: 1px solid #d1d1d1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
    background-image: -webkit-linear-gradient(#fff, #e9e9e9);
    background-image:         linear-gradient(#fff, #e9e9e9);
}
.header .logo
{
    position: relative;

    display: block;

    height: 44px;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1560px)
{
    .header .logo
    {
        height: 30px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 5px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        padding: 15px 0;
    }
}
.header .logo .logob
{
    display: none;
}
@media (max-width: 767px)
{
    .header .logo .logob
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .header .logo .logoa
    {
        display: none;
    }
}
.header .logo img
{
    position: relative;
    z-index: 6;

    display: block;

    height: 100%;
}
.header .serach-part
{
    cursor: pointer;
}
.header .find
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: 16px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1400px)
{
    .header .find
    {
        margin: 0;
    }
}
.header .find:after
{
    display: block;

    width: 1px;
    height: 10px;

    content: '';

    background-color: rgba(255, 255, 255, .6);
}
@media (max-width: 767px)
{
    .header .find:after
    {
        display: none;
    }
}
.header .find .iconfont
{
    font-size: 24px;

    padding: 0 16px;
}
@media (max-width: 767px)
{
    .header .find .iconfont
    {
        padding: 0 6px;
    }
}
.header .cart
{
    line-height: 90px;

    padding: 0 16px;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        line-height: 60px;
    }
}
@media (max-width: 767px)
{
    .header .cart
    {
        padding: 0 6px;
    }
}
.header .cart .iconfont
{
    font-size: 20px;
}
.header .language
{
    position: relative;
}
.header .language p
{
    line-height: 20px;

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

    margin: 0;
    padding: 10px 16px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .header .language p
    {
        font-size: 14px;

        padding: 10px;
    }
}
@media (max-width: 1400px)
{
    .header .language p
    {
        font-size: 0;
    }
}
@media (max-width: 1199px)
{
    .header .language p
    {
        padding: 10px 5px;

        border: none;
    }
}
.header .language p .iconfont
{
    font-size: 20px;

    margin-right: 10px;
}
@media (max-width: 1400px)
{
    .header .language p .iconfont
    {
        margin-right: 0;
    }
}
.header .language p:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e602';
}
@media (max-width: 1400px)
{
    .header .language p:after
    {
        display: none;
    }
}
.header .language ul
{
    font-size: 0;

    position: absolute;
    z-index: 6;
    top: 100%;
    right: -30px;

    display: none;

    width: 500px;
    padding: 20px;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .header .language ul
    {
        right: -40px;

        width: 300px;
    }
}
.header .language ul li
{
    font-size: 16px;

    display: inline-block;

    width: 33.333%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .header .language ul li
    {
        font-size: 14px;

        width: 50%;
    }
}
.header .language ul li a
{
    line-height: 30px;

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

    padding: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .header .language ul li a
    {
        line-height: 24px;
    }
}
.header .language ul li a img
{
    display: block;

    width: 30px;
    margin-right: 10px;
}
.header .language ul li:hover a
{
    background-color: #eee;
}
.header .search-wrap
{
    font-size: 14px;

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

    display: none;

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

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

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

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

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

    overflow: hidden;

    width: 80%;

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

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

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

    width: 100%;
    padding: 15px;

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

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

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

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

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

    content: '\e60e';
}
.header .search-wrap .submit:hover
{
    color: #fff;
    background-color: #003755;
}
.header .translate
{
    margin-left: 30px;
}
@media (max-width: 767px)
{
    .header .translate
    {
        margin-left: 6px;
    }
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
.header .pc-nav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -16px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .header .pc-nav > ul
    {
        margin: 0 -10px;
    }
}
@media (max-width: 1400px)
{
    .header .pc-nav > ul
    {
        margin: 0 -7px;
    }
}
.header .pc-nav > ul > li
{
    position: relative;

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

    padding: 0 16px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .header .pc-nav > ul > li
    {
        padding: 0 10px;
    }
}
@media (max-width: 1400px)
{
    .header .pc-nav > ul > li
    {
        padding: 0 7px;
    }
}
.header .pc-nav > ul > li > a
{
    position: relative;

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

    height: 90px;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .header .pc-nav > ul > li > a
    {
        font-size: 15px;
    }
}
.header .pc-nav > ul > li:hover > a
{
    font-weight: bold;
}
.header .pc-nav > ul > li.active > a
{
    font-size: 18px;
    font-weight: bold;
}
.header .pc-nav .nav-list2
{
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 50%;

    display: none;

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

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: left;

    border-radius: 0 0 6px 6px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(96, 118, 172, .25);
}
.header .pc-nav .nav-list2 > li
{
    position: relative;
}
.header .pc-nav .nav-list2 > li > a
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 10px 24px;

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

    color: #475467;
}
@media (max-width: 1560px)
{
    .header .pc-nav .nav-list2 > li > a
    {
        padding: 5px 20px;
    }
}
.header .pc-nav .nav-list2 > li:hover > a
{
    color: #003755;
}
.header .pc-nav .nav-list3
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

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

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;

    color: #444;
}
.header .pc-nav .nav-list3 > li:hover > a
{
    color: #003755;
}
.header .btn-menu
{
    position: relative;

    display: none;

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

        margin-left: 10px;

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

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

    width: 100%;
    height: 100%;

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

    height: 2px;

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

    background: #fff;
}
@media (max-width: 767px)
{
    .header .btn-menu div:before,
    .header .btn-menu div:after
    {
        background-color: #003755;
    }
}
.header .btn-menu div span
{
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #fff;
}
@media (max-width: 767px)
{
    .header .btn-menu div span
    {
        background-color: #003755;
    }
}
.header.stuck
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.stuck .btn-menu div:before,
.header.stuck .btn-menu div:after
{
    background: #003755;
}
.header.stuck .btn-menu div span
{
    background: #003755;
}
.hc-mobile-nav
{
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone
{
    display: none;
}
.hc-mobile-nav p
{
    margin: 0;
}
.hc-mobile-nav li.nav-close
{
    padding-top: 40px;
}
.hc-mobile-nav .nav-list2 li.nav-parent > a
{
    padding-right: 44px;
    padding-left: 30px;
}
.hc-mobile-nav .nav-list3 li a
{
    padding-left: 40px;
}
.hc-mobile-nav ul
{
    text-indent: 0 !important;
}
.hc-mobile-nav .nav-wrapper
{
    color: #333;
    background-color: #fff;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover
{
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before
{
    border-color: #222;
}
.hc-mobile-nav:not(.touch-device) a:hover
{
    background-color: #eee;
}
.online-wrap
{
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 5px;

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

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

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

    display: inline-block;

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

    display: none;

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

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

    -webkit-transition: right .3s;
            transition: right .3s;

    color: #fff;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        padding: 0;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        position: absolute;
        top: auto;
        right: -60px;
        bottom: 70px;

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

    position: relative;

    display: block;

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

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

    color: #003755;
    border-radius: 3px;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.online-wrap .online a .iconfont
{
    font-size: 26px;
}
.online-wrap .online a:hover
{
    color: #fff;
    border-radius: 0 50px 50px 0;
    background-color: #003755;
}
@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 .codenum
{
    position: relative;
}
.online-wrap .online .codenum .open-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

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

    display: block;

    margin: 0;
    padding: 0 20px;

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

    width: 18px;
    height: 18px;

    text-align: center;

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

    display: none;

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

    color: #fff;
    background-color: #003755;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online .open-top
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;

    background-color: #003755;
}
.xs-online .open-top a
{
    line-height: 24px;

    display: inline-block;

    padding: 5px 10px;

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

    border-right: 1px solid rgba(255, 255, 255, .3);
}
.xs-online .open-top a .iconfont
{
    font-size: 20px;

    display: block;
}
.xs-online ul
{
    margin: 0;
    padding: 0;

    text-align: center;
}
.xs-online ul li
{
    position: relative;

    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:hover .open-top
{
    display: block;
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
.xs-online ul li > a .iconfont
{
    font-size: 20px;

    display: block;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

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

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 50%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .slick-prev
{
    left: 2%;
}
@media (max-width: 991px)
{
    .banner .slick-prev
    {
        left: 0;
    }
}
.banner .slick-next
{
    right: 2%;
}
@media (max-width: 991px)
{
    .banner .slick-next
    {
        right: 0;
    }
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner .banner-text
{
    position: absolute;
    z-index: 6;
    bottom: 80px;

    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);

    opacity: 0;
    color: #fff;
}
@media (max-width: 1199px)
{
    .banner .banner-text
    {
        bottom: 30px;

        padding: 0 5%;
    }
}
.banner .banner-text .banner-text-info
{
    padding: 24px 0 24px;

    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.banner .banner-text .banner-text-left
{
    width: -webkit-calc(100% - 250px);
    width:         calc(100% - 250px);
    padding-right: 18%;
}
@media (max-width: 1199px)
{
    .banner .banner-text .banner-text-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.banner .banner-text .banner-text-left h2
{
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
}
@media (max-width: 1560px)
{
    .banner .banner-text .banner-text-left h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text .banner-text-left h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text .banner-text-left h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .banner-text-left h2
    {
        font-size: 20px;
    }
}
.banner .banner-text .banner-text-left h3
{
    font-size: 24px;
    font-weight: normal;

    color: rgba(255, 255, 255, .6);
}
@media (max-width: 1560px)
{
    .banner .banner-text .banner-text-left h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text .banner-text-left h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text .banner-text-left h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .banner-text-left h3
    {
        font-size: 14px;
    }
}
.banner .banner-text .banner-text-right
{
    width: 250px;
}
@media (max-width: 1199px)
{
    .banner .banner-text .banner-text-right
    {
        display: none;
    }
}
.banner .banner-text .banner-text-right .item
{
    padding: 14px;

    border-radius: 6px;
    background: rgba(255, 255, 255, .16);
}
.banner .banner-text .banner-text-right .item .title-banner,
.banner .banner-text .banner-text-right .item .title-banner-bottom
{
    font-size: 18px;
    line-height: 24px;
}
.banner .banner-text .banner-text-right .item .pic
{
    position: relative;

    overflow: hidden;

    margin: 8px 0;

    border-radius: 20px;
}
.banner .banner-text .banner-text-right .item .pic .more
{
    line-height: 36px;

    position: absolute;
    z-index: 6;
    right: 8px;
    bottom: 8px;

    width: 36px;
    height: 36px;

    text-align: center;

    color: #003755;
    border: 1px solid #003755;
    border-radius: 50%;
}
.banner .banner-text .banner-text-right .item .pic .more .iconfont
{
    font-size: 18px;
}
.banner .banner-text .banner-text-right .item .img-box
{
    padding-bottom: 75%;
}
.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: #003755 !important;
}
.banner .mobile-video
{
    position: relative;

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

    content: '';

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

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

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

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner .banner-swiper-pagination
{
    bottom: 3%;

    text-align: center;
}
.banner .swiper-pagination-bullet
{
    width: 10px;
    height: 10px;
    margin: 0 10px !important;

    border-radius: 50%;
}
.banner .swiper-pagination-bullet-active
{
    background-color: #333;
}
.banner .banner-button
{
    position: absolute;
    z-index: 8;
    bottom: 20px;

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

    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .banner .banner-button
    {
        bottom: 0;
    }
}
.banner .swiper-slide-active .banner-text
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}
.banner .exhibition
{
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 0;

    width: 180px;
}
@media (max-width: 1199px)
{
    .banner .exhibition
    {
        width: 140px;
    }
}
@media (max-width: 991px)
{
    .banner .exhibition
    {
        width: 120px;
    }
}
@media (max-width: 767px)
{
    .banner .exhibition
    {
        width: 80px;
    }
}
.banner .slick-arrow
{
    top: 0;

    width: 50px;
    height: 100%;

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

    opacity: 0;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .6);
}
.banner .slick-arrow:hover
{
    opacity: 1;
    color: #333;
}
.banner-in
{
    position: relative;

    overflow: hidden;
}
.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%;
    }
}
.banner-in .banner-in-text
{
    position: absolute;
    z-index: 6;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner-in .banner-in-text h2
{
    font-size: 56px;
    font-weight: 500;
    line-height: 1.5;

    letter-spacing: -1.12px;
}
@media (max-width: 1560px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 46px;
    }
}
@media (max-width: 1400px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 24px;
    }
}
.banner-in .wrap-location .location > ul
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@-webkit-keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
.box
{
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1560px)
{
    .box
    {
        padding: 90px 0;
    }
}
@media (max-width: 1400px)
{
    .box
    {
        padding: 80px 0;
    }
}
@media (max-width: 1199px)
{
    .box
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.common-more a
{
    line-height: 28px;

    position: relative;

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

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

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .common-more a
    {
        line-height: 24px;
    }
}
.common-more a .iconfont
{
    font-size: 20px;

    margin-left: 16px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (min-width: 1200px)
{
    .common-more a:hover
    {
        background-color: #003ea1;
    }
    .common-more a:hover .iconfont
    {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
}
.common-more-other a
{
    border-color: #003ea1;
    background-color: #003ea1;
}
.common-more-other a:hover
{
    text-decoration: underline;
}
.title h2
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 16px;
    }
}
.box-category
{
    overflow: hidden;

    padding: 20px 0;
}
@media (max-width: 767px)
{
    .box-category
    {
        display: none;
    }
}
.box-category h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.box-category .menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.box-category .menu ul li a
{
    line-height: 30px;

    display: block;

    padding: 0 15px;

    color: #757575;
}
.box-category .menu ul li:hover a
{
    color: #003755;
}
.common-product-item
{
    display: block;
    overflow: hidden;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
.common-product-item .pic
{
    position: relative;

    padding: 30px;
}
@media (max-width: 767px)
{
    .common-product-item .pic
    {
        padding: 0;
    }
}
.common-product-item .img-box
{
    padding-bottom: 47.27272727%;
}
.common-product-item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-product-item .hot
{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

    width: 70px;
    height: 70px;

    color: #fff;
    background-color: #003755;

    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media (max-width: 767px)
{
    .common-product-item .hot
    {
        width: 50px;
        height: 50px;
    }
}
.common-product-item .hot span
{
    font-size: 14px;
    line-height: 1;

    display: block;

    -webkit-transform: rotate(-45deg) translate3d(-18px, 8px, 0);
            transform: rotate(-45deg) translate3d(-18px, 8px, 0);
}
@media (max-width: 767px)
{
    .common-product-item .hot span
    {
        font-size: 12px;

        -webkit-transform: rotate(-45deg) translate3d(-14px, 6px, 0);
                transform: rotate(-45deg) translate3d(-14px, 6px, 0);
    }
}
.common-product-item .title-products
{
    padding: 20px;
}
@media (max-width: 767px)
{
    .common-product-item .title-products
    {
        padding: 10px;
    }
}
.common-product-item .title-products .tags
{
    line-height: 30px;

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

    height: 30px;

    color: #666;

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

        height: 24px;
    }
}
.common-product-item .title-products b
{
    line-height: 30px;

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

    height: 30px;

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

        height: 24px;
    }
}
@media (min-width: 1200px)
{
    .common-product-item:hover
    {
        box-shadow: inset 0 0 25px rgba(0, 0, 0, .2);
    }
    .common-product-item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.box-products
{
    padding: 0 0 30px 0;
}
.box-products .products
{
    overflow: hidden;

    margin-top: 30px;

    border-radius: 8px;
    background-color: #fff;
}
.box-products .title
{
    padding: 10px 30px;

    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .box-products .title
    {
        padding: 10px;
    }
}
.box-products .more a
{
    font-size: 18px;
    line-height: 30px;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .box-products .more a
    {
        font-size: 16px;
    }
}
.box-products .more a .iconfont
{
    line-height: 20px;

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

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
.box-products .more a:hover
{
    color: #003755;
}
.box-products .products-listbox ul
{
    margin: 0;
}
.box-products .products-listbox ul li
{
    margin-top: -1px;
    padding: 0;

    border: 1px solid #efefef;
}
.box-products .products-listbox ul li:nth-child(2n)
{
    border-left: none;
}
@media (min-width: 1200px)
{
    .box-cases
    {
        background-attachment: fixed;
    }
}
.box-cases .title
{
    color: #fff;
}
.box-cases .title .editor-content p
{
    color: #fff;
}
.box-cases .cases
{
    margin-top: 40px;
}
@media (min-width: 1200px)
{
    .box-cases .cases ul
    {
        display: grid;

        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .box-cases .cases ul
    {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 991px)
{
    .box-cases .cases ul
    {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}
@media (min-width: 1200px)
{
    .box-cases .cases ul li:nth-child(1)
    {
        grid-area: 1 / 1 / 2 / 2;
    }
    .box-cases .cases ul li:nth-child(2)
    {
        grid-area: 1 / 2 / 3 / 3;
    }
    .box-cases .cases ul li:nth-child(2) .item .img-box
    {
        padding-bottom: 133.33333333%;
    }
    .box-cases .cases ul li:nth-child(3)
    {
        grid-area: 1 / 3 / 2 / 4;
    }
    .box-cases .cases ul li:nth-child(4)
    {
        grid-area: 2 / 1 / 3 / 2;
    }
    .box-cases .cases ul li:nth-child(5)
    {
        grid-area: 2 / 3 / 3 / 4;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .box-cases .cases ul li:nth-child(2) .item .img-box
    {
        padding-bottom: 135.29411765%;
    }
}
.box-cases .cases ul li:nth-child(2) .item .img-box
{
    padding-bottom: 133.33333333%;
}
@media (max-width: 1470px)
{
    .box-cases .cases ul li:nth-child(2) .item .img-box
    {
        padding-bottom: 135.29411765%;
    }
}
.box-cases .cases .item
{
    position: relative;

    display: block;
    overflow: hidden;

    border-radius: 6px;
}
.box-cases .cases .item .img-box
{
    padding-bottom: 63.63636364%;
}
.box-cases .cases .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-cases .cases .item .text
{
    position: absolute;
    z-index: 2;
    bottom: 0;

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

    width: 100%;
    padding: 80px 18px 18px 18px;

    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 70, 167, 0)), to(rgba(11, 27, 65, .8)));
    background: -webkit-linear-gradient(top, rgba(29, 70, 167, 0) 0%, rgba(11, 27, 65, .8) 100%);
    background:         linear-gradient(180deg, rgba(29, 70, 167, 0) 0%, rgba(11, 27, 65, .8) 100%);

    -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: 1560px)
{
    .box-cases .cases .item .text
    {
        padding-top: 60px;
    }
}
@media (max-width: 1470px)
{
    .box-cases .cases .item .text
    {
        padding-top: 30px;
    }
}
@media (max-width: 991px)
{
    .box-cases .cases .item .text
    {
        padding: 10px;
    }
}
.box-cases .cases .item .text .title-cases
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    padding-right: 10px;

    letter-spacing: -.4px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-cases .cases .item .text .title-cases
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .box-cases .cases .item .text .title-cases
    {
        font-size: 16px;
    }
}
.box-cases .cases .item .text .more
{
    line-height: 48px;

    width: 48px;
    height: 48px;

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

    border: 1px solid #fff;
    border-radius: 50%;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .box-cases .cases .item .text .more
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.box-cases .cases .item .text .more .iconfont
{
    font-size: 20px;
}
@media (max-width: 1199px)
{
    .box-cases .cases .item .text .more .iconfont
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px)
{
    .box-cases .cases .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-cases .cases .item:hover .text .more
    {
        border-color: #003755;
        background-color: #003755;
    }
}
.box-about .about-top .title
{
    width: 35%;
}
@media (max-width: 767px)
{
    .box-about .about-top .title
    {
        width: 100%;
    }
}
.box-about .about-top .text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 65%;
    padding-left: 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .box-about .about-top .text
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.box-about .about-top .common-more
{
    margin-top: 20px;
}
.box-about .about
{
    position: relative;

    margin-top: 60px;
}
@media (max-width: 767px)
{
    .box-about .about
    {
        margin-top: 30px;
    }
}
.box-about .about .pic
{
    position: relative;
}
.box-about .about .pic img
{
    width: 100%;

            mask-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 1600 512\'><path fill=\'white\' d=\'M2 2C0 4 0 5.3 0 256s0 252 2 254 3.3 2 798 2 796 0 798-2 2-3.3 2-219 0-217-2-219-3.3-2-124.8-2c-109.5 0-123-.2-125-1.6-2.2-1.5-2.2-1.6-2.2-33 0-30.1-.1-31.5-2-33.4-2-2-3.3-2-671-2S4 0 2 2\'/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 1600 512\'><path fill=\'white\' d=\'M2 2C0 4 0 5.3 0 256s0 252 2 254 3.3 2 798 2 796 0 798-2 2-3.3 2-219 0-217-2-219-3.3-2-124.8-2c-109.5 0-123-.2-125-1.6-2.2-1.5-2.2-1.6-2.2-33 0-30.1-.1-31.5-2-33.4-2-2-3.3-2-671-2S4 0 2 2\'/></svg>');
            mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
            mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
            mask-position: center;
    -webkit-mask-position: center;
}
.box-about .about .pic .play
{
    font-size: 24px;

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

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

    width: 13%;

    cursor: pointer;
    text-align: center;

    color: #003755;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1400px)
{
    .box-about .about .pic .play
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .box-about .about .pic .play
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .box-about .about .pic .play
    {
        font-size: 16px;
    }
}
.box-about .about .pic .play .iconfont
{
    margin-right: 20px;
}
@media (max-width: 1400px)
{
    .box-about .about .pic .play .iconfont
    {
        margin-right: 10px;
    }
}
.box-about .about .pic .play:hover
{
    color: #003ea1;
}
.box-about .number
{
    position: absolute;
    z-index: 6;
    bottom: 24px;
    left: 24px;

    width: -webkit-calc(100% - 48px);
    width:         calc(100% - 48px);
    padding: 24px 5%;

    border-radius: 6px;
    background: rgba(255, 255, 255, .8);

    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
@media (max-width: 767px)
{
    .box-about .number
    {
        position: relative;
        bottom: 0;
        left: 0;

        width: 100%;
        margin-top: 20px;
    }
}
.box-about .number ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .box-about .number ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.box-about .number ul li
{
    max-width: 25%;
}
@media (max-width: 767px)
{
    .box-about .number ul li
    {
        width: 50%;
        max-width: 50%;
        margin: 10px 0;
    }
}
.box-about .number .item
{
    text-align: center;

    color: #003755;
}
.box-about .number .item b
{
    font-size: 48px;
    line-height: 1;

    display: block;
}
@media (max-width: 1560px)
{
    .box-about .number .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .box-about .number .item b
    {
        font-size: 36px;
    }
}
.box-about .number .item p
{
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .box-about .number .item p
    {
        line-height: 20px;
    }
}
.box-contact
{
    position: relative;

    padding-bottom: 20px;
}
@media (min-width: 1200px)
{
    .box-contact
    {
        padding-top: 80px;
    }
}
.box-contact:before
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 13, 42, .4)), color-stop(94.14%, rgba(1, 13, 42, 0)));
    background: -webkit-linear-gradient(top, rgba(1, 13, 42, .4) 0%, rgba(1, 13, 42, 0) 94.14%);
    background:         linear-gradient(180deg, rgba(1, 13, 42, .4) 0%, rgba(1, 13, 42, 0) 94.14%);
}
.box-contact:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 100%;
    height: 40px;

    content: '';

    background-color: #f5f8ff;
}
.box-contact .container
{
    position: relative;
    z-index: 6;
}
.box-contact .title
{
    width: -webkit-calc(100% - 470px);
    width:         calc(100% - 470px);
    padding-right: 10%;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-contact .title
    {
        width: -webkit-calc(100% - 400px);
        width:         calc(100% - 400px);
    }
}
@media (max-width: 991px)
{
    .box-contact .title
    {
        width: -webkit-calc(100% - 350px);
        width:         calc(100% - 350px);
    }
}
@media (max-width: 767px)
{
    .box-contact .title
    {
        width: 100%;
    }
}
.box-contact .title h2
{
    font-weight: 500;
}
.box-contact .editor-content p
{
    color: #fff;
}
.box-contact .message
{
    overflow: hidden;

    width: 470px;

    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, .25);
}
@media (max-width: 1199px)
{
    .box-contact .message
    {
        width: 400px;
    }
}
@media (max-width: 991px)
{
    .box-contact .message
    {
        width: 350px;
    }
}
@media (max-width: 767px)
{
    .box-contact .message
    {
        width: 100%;
        margin-top: 20px;
    }
}
.box-contact .message .title-contact
{
    padding: 20px 24px;

    color: #fff;
    background-color: #003755;
}
.box-contact .message .title-contact h3
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-contact .message .title-contact h3
    {
        font-size: 20px;
    }
}
.box-contact .message form
{
    padding: 24px;
}
.box-contact .message form ul
{
    margin-top: -16px;
}
.box-contact .message form ul li
{
    margin-top: 16px;
}
.box-contact .message form input,
.box-contact .message form textarea
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    padding: 10px;

    border: 1px solid rgba(71, 84, 103, .2);
    border-radius: 6px;
}
.box-contact .message form input::-webkit-input-placeholder,
.box-contact .message form textarea::-webkit-input-placeholder
{
    color: rgba(71, 84, 103, .69);
}
.box-contact .message form input:-o-placeholder,
.box-contact .message form textarea:-o-placeholder
{
    color: rgba(71, 84, 103, .69);
}
.box-contact .message form input::-moz-placeholder,
.box-contact .message form textarea::-moz-placeholder
{
    color: rgba(71, 84, 103, .69);
}
.box-contact .message form input:-ms-input-placeholder,
.box-contact .message form textarea:-ms-input-placeholder
{
    color: rgba(71, 84, 103, .69);
}
.box-contact .message form input:focus::-webkit-input-placeholder,
.box-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.box-contact .message form input:focus::-o-placeholder,
.box-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.box-contact .message form input:focus::-moz-placeholder,
.box-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.box-contact .message form input:focus::-ms-input-placeholder,
.box-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.box-contact .message form .submit
{
    line-height: 28px;

    position: relative;

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

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin: 0 auto;
    margin-top: 24px;
    padding: 10px 24px;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-contact .message form .submit .iconfont
{
    font-size: 20px;

    margin-left: 16px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (min-width: 1200px)
{
    .box-contact .message form .submit:hover
    {
        background-color: #003ea1;
    }
    .box-contact .message form .submit:hover .iconfont
    {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
}
.common-news-item
{
    padding: 24px;

    border-radius: 6px;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .common-news-item
    {
        padding: 10px;
    }
}
.common-news-item .pic
{
    overflow: hidden;

    border-radius: 6px;
}
.common-news-item .pic .img-box
{
    padding-bottom: 68.91891892%;
}
.common-news-item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-news-item .text
{
    margin-top: 24px;
}
@media (max-width: 1199px)
{
    .common-news-item .text
    {
        margin-top: 14px;
    }
}
.common-news-item .text .date
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #475467;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.common-news-item .text .date .iconfont
{
    font-size: 24px;

    margin-right: 10px;
}
.common-news-item .text .title-news
{
    font-size: 24px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 28px;
    margin-top: 16px;

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

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

        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .common-news-item .text .title-news
    {
        font-size: 18px;
    }
}
.common-news-item .text .title-news span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#003755), to(#003755));
    background-image: -webkit-linear-gradient(left, #003755 0%, #003755 100%);
    background-image:         linear-gradient(to right, #003755 0%, #003755 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.common-news-item .text .editor-content
{
    display: -webkit-box;
    overflow: hidden;

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

    color: rgba(71, 84, 103, .8);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .common-news-item .text .editor-content
    {
        margin-top: 10px;
    }
}
.common-news-item .text .more
{
    margin-top: 32px;
}
@media (max-width: 1470px)
{
    .common-news-item .text .more
    {
        margin-top: 20px;
    }
}
.common-news-item .text .more a
{
    line-height: 48px;

    display: block;

    width: 48px;
    height: 48px;

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

    color: #475467;
    border: 1px solid rgba(71, 84, 103, .6);
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .common-news-item .text .more a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.common-news-item .text .more a .iconfont
{
    font-size: 20px;
}
@media (max-width: 1199px)
{
    .common-news-item .text .more a .iconfont
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px)
{
    .common-news-item:hover
    {
        box-shadow: 0 4px 20px 0 rgba(96, 118, 172, .1);
    }
    .common-news-item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .common-news-item:hover .text .title-news
    {
        color: #003755;
    }
    .common-news-item:hover .text .title-news span
    {
        background-size: 100% 1px;
    }
    .common-news-item:hover .text .more a
    {
        color: #fff;
        border-color: #003755;
        background-color: #003755;
    }
}
@media (min-width: 1200px)
{
    .box-news
    {
        border-top: 80px;
    }
}
.box-news .news
{
    margin-top: 28px;
}
@media (max-width: 1560px)
{
    .box-news .news
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .box-news .news
    {
        margin-top: 0;
    }
}
.box-news .slick-slide
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer
{
    overflow: hidden;

    padding: 30px 0;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 80px;
    }
}
.footer .foot
{
    padding-bottom: 30px;
}
.footer .foot-logo
{
    display: block;
}
.footer .foot-logo img
{
    height: 67px;
}
@media (max-width: 767px)
{
    .footer .foot-logo img
    {
        height: 40px;
    }
}
.footer .foot-text
{
    margin-top: 20px;
}
.footer .foot-text p
{
    line-height: 1.875;

    margin: 0;
}
.footer .foot-text p a:hover
{
    text-decoration: underline;
}
@media (max-width: 767px)
{
    .footer .foot-erweima
    {
        margin-top: 20px;
    }
}
.footer .foot-erweima img
{
    height: 160px;
}
@media (max-width: 767px)
{
    .footer .foot-erweima img
    {
        height: 120px;
    }
}
.footer .copyright
{
    padding-top: 20px;

    border-top: 1px solid #e6e6e6;
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright p a
{
    margin: 0 10px;
}
.footer .copyright .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;
    margin-right: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.footer .copyright .link a
{
    padding: 0 15px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .copyright .link span
{
    font-size: 12px;
}
.footer .copyright a:hover
{
    color: #003755;
}
.wrap
{
    margin-bottom: 23px;

    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background-color: #fff;
}
.title-in
{
    padding: 15px 30px;

    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .title-in
    {
        padding: 15px;
    }
}
.title-in h2
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.title-in h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.15384615;
}
@media (max-width: 1199px)
{
    .title-in h3
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .title-in h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .title-in h3
    {
        font-size: 16px;

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

    padding-left: 30px;

    color: #666;
}
.wrap-location .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

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

    width: 100%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-location .location > ul:after
{
    content: ':';
}
.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
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .wrap-location .location > ul > li > a
    {
        font-size: 16px;
    }
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #003755;
}
.wrap-sidenav
{
    position: -webkit-sticky;
    position:         sticky;
    top: 90px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .sidenav-menu > ul > li > a
{
    line-height: 50px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 50px;
    padding: 0 12px 0 32px;

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

    color: #fff;
    background-color: #003755;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-sidenav .sidenav-menu > ul > li > ul > li
{
    border-bottom: 1px solid #cfcfcf;
}
.wrap-sidenav .sidenav-menu > ul > li > ul > li > a
{
    line-height: 24px;

    display: block;

    padding: 5px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-sidenav .sidenav-menu > ul > li > ul > li:hover > a
{
    color: #fff;
    background-color: #003755;
}
.xs-product-nav
{
    display: none;
    overflow: hidden;

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

    margin: 0 -4px;

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

    height: auto;
    padding: 4px;

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

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

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

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .xs-product-nav ul > li > a
    {
        line-height: 20px;

        padding: 5px 10px;
    }
}
.xs-product-nav ul > li.active > a
{
    color: #fff;
    border-color: #003755;
    background-color: #003755;
}
.wrap-about-menu
{
    z-index: 9;

    background-color: #ededed;
}
.wrap-about-menu .sidenav-deputy ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-about-menu .sidenav-deputy ul li a
{
    line-height: 30px;

    display: block;

    padding: 10px 24px;

    cursor: pointer;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-about-menu .sidenav-deputy ul li a
    {
        line-height: 24px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-about-menu .sidenav-deputy ul li a
    {
        padding: 5px 10px;
    }
}
.wrap-about-menu .sidenav-deputy ul li:hover a,
.wrap-about-menu .sidenav-deputy ul li.active a
{
    color: #003755;
}
.wrap-about .about
{
    background: url(../images/earthbg.png) no-repeat center #fff;
    background-size: auto 100%;
}
.wrap-about .about-content
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .about-content
    {
        padding: 20px 15px;
    }
}
.wrap-about .about-content .pic
{
    overflow: hidden;

    width: 300px;

    border-radius: 8px;
}
@media (max-width: 1199px)
{
    .wrap-about .about-content .pic
    {
        width: 200px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about-content .pic
    {
        width: 100%;
    }
}
.wrap-about .about-content .pic img
{
    width: 100%;
}
.wrap-about .about-content .text
{
    width: -webkit-calc(100% - 600px);
    width:         calc(100% - 600px);
    padding: 0 3%;
}
@media (max-width: 1199px)
{
    .wrap-about .about-content .text
    {
        width: -webkit-calc(100% - 400px);
        width:         calc(100% - 400px);
    }
}
@media (max-width: 991px)
{
    .wrap-about .about-content .text
    {
        width: 100%;
    }
}
.wrap-about .about-content .text h3
{
    font-size: 22px;
}
.wrap-about .about-content .about-logo
{
    width: 300px;
}
@media (max-width: 1199px)
{
    .wrap-about .about-content .about-logo
    {
        width: 200px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about-content .about-logo
    {
        width: 100%;
    }
}
.wrap-about .about-content .about-logo img
{
    width: 100%;
}
.wrap-about .about-text
{
    margin-top: 50px;
}
.wrap-certification .certification-list
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .wrap-certification .certification-list
    {
        padding: 20px 15px;
    }
}
.wrap-certification .certification-list > ul > li
{
    margin: 15px 0;
}
.wrap-certification .certification-list .item .img-box
{
    padding-bottom: 142%;
}
.wrap-factory .text
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .wrap-factory .text
    {
        padding: 20px 15px;
    }
}
.wrap-parts .parts-list
{
    padding: 30px;
}
@media (min-width: 1200px)
{
    .wrap-parts .parts-list ul li
    {
        width: 20%;
    }
}
@media (max-width: 1199px)
{
    .wrap-parts .parts-list
    {
        padding: 15px;
    }
}
.wrap-parts .parts-list ul li
{
    margin: 8px 0;
}
.wrap-parts .parts-list .item
{
    text-align: center;
}
.wrap-parts .parts-list .item .pic
{
    overflow: hidden;

    border-radius: 9px;
}
.wrap-parts .parts-list .item .pic .img-box
{
    padding-bottom: 75%;
}
.wrap-parts .parts-list .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-parts .parts-list .item .title-parts
{
    line-height: 24px;

    margin-top: 8px;
}
@media (min-width: 1200px)
{
    .wrap-parts .parts-list .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.wrap-download .wrap
{
    padding: 30px;
}
.wrap-download .download
{
    margin-top: 20px;
}
.wrap-download .download .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border-bottom: 1px solid #dcdcdc;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrap-download .download .item .title-download
{
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 0 15px 40px;
}
.wrap-download .download .item .title-download:before
{
    position: absolute;
    top: 15px;
    left: 0;

    display: block;

    width: 30px;
    height: 30px;

    content: '';

    background: url(../images/pdf.svg) no-repeat center;
    background-size: cover;
}
.wrap-download .download .item .down
{
    line-height: 30px;

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

    color: #666;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-download .download .item .down .iconfont
{
    margin-right: 10px;
}
.wrap-download .download .item:hover
{
    color: #003755;
}
.wrap-download .download .item:hover .down
{
    color: #003755;
}
.wrap-download-full .download
{
    min-height: 51vh;
}
.wrap-exhibition .exhibition .exhibition-content
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .wrap-exhibition .exhibition .exhibition-content
    {
        padding: 20px 15px;
    }
}
.wrap-exhibition .exhibition .exhibition-content table
{
    width: 100%;

    background-color: #efefef;
}
.wrap-exhibition .exhibition .exhibition-content table td,
.wrap-exhibition .exhibition .exhibition-content table th
{
    line-height: 24px;

    padding: 10px;

    text-align: center;

    border: 2px solid #fff;
}
.wrap-recent-exhibition .exhibition-content
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .wrap-recent-exhibition .exhibition-content
    {
        padding: 20px 15px;
    }
}
.wrap-recent-exhibition .exhibition-content img
{
    width: 100%;

    border-radius: 8px;
}
.wrap-exhibition-history .exhibition-content
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .wrap-exhibition-history .exhibition-content
    {
        padding: 20px 15px;
    }
}
.wrap-exhibition-history .exhibition-content .title-exhibition h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.wrap-exhibition-history .exhibition-content .exhibition-list > ul
{
    margin: 0 -10px;
}
.wrap-exhibition-history .exhibition-content .exhibition-list > ul > li
{
    padding: 0 10px;
}
.wrap-exhibition-history .exhibition-content .exhibition-list .item
{
    margin-top: 30px;
}
.wrap-exhibition-history .exhibition-content .exhibition-list .item img
{
    width: 100%;

    border-radius: 8px;
}
.wrap-video .video > ul > li
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-video .video > ul > li
    {
        margin-top: 20px;
    }
}
.wrap-video .video .item
{
    position: relative;

    overflow: hidden;
}
.wrap-video .video .item .img-box
{
    padding-bottom: 75.67567568%;
}
.wrap-contact
{
    margin-top: 30px;
}
.wrap-contact .contact-content
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-content
    {
        padding: 20px 15px;
    }
}
.wrap-contact .contact-content .text p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;
}
.wrap-contact .contact-content .text p a:hover
{
    text-decoration: underline;

    color: #003755;
}
.wrap-contact .contact-content .title-contact h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.wrap-contact .contact-content .itembox
{
    margin-top: 30px;
}
.wrap-contact .contact-content .itembox .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border: 1px solid #d9d9d9;
    border-radius: 8px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-contact .contact-content .itembox .item .text
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-content .itembox .item .text
    {
        width: 100%;
    }
}
.wrap-contact .contact-content .itembox .item .text h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.wrap-contact .contact-content .itembox .item .erweima
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 50%;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-content .itembox .item .erweima
    {
        width: 100%;

        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.wrap-contact .contact-content .itembox .item .erweima .whatsapp,
.wrap-contact .contact-content .itembox .item .erweima .erweima
{
    font-size: 30px;

    width: 50px;
    padding: 0 10px;

    color: #199e0f;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-contact .contact-content .itembox .item .erweima img
{
    width: 100px;
}
.wrap-contact .contact-content .map
{
    margin-top: 30px;
}
.wrap-contact .contact-content .map .item
{
    overflow: hidden;

    border-radius: 8px;
}
.wrap-contact .contact-content .map .item img
{
    width: 100%;
}
.wrap-contact-other .contact-other .title-in h2 span
{
    font-style: italic;

    color: #999;
}
.wrap-contact-other .contact-other .list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .wrap-contact-other .contact-other .list
    {
        padding: 20px 15px;
    }
}
.wrap-contact-other .contact-other .list .text
{
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .wrap-contact-other .contact-other .list .text
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact-other .contact-other .list .text p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;
}
.wrap-contact-other .contact-other .list .text p a:hover
{
    text-decoration: underline;

    color: #003755;
}
.wrap-contact-other .contact-other .list .pic
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-contact-other .contact-other .list .pic
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-contact-other .contact-other .list .pic img
{
    width: 100%;
}
.wrap-product
{
    overflow: hidden;

    padding-top: 30px;
}
@media (min-width: 1200px)
{
    .wrap-product
    {
        overflow: visible;
    }
}
.wrap-product .title
{
    padding: 10px 30px;
}
@media (max-width: 767px)
{
    .wrap-product .title
    {
        padding: 10px;
    }
}
.wrap-product .products-listbox ul
{
    margin: 0;
}
.wrap-product .products-listbox ul li
{
    margin-top: -1px;
    padding: 0;

    border: 1px solid #efefef;
}
.wrap-product .products-listbox ul li:nth-child(2n)
{
    border-left: none;
}
#productcontent
{
    position: relative;
    top: -120px;
}
@media (max-width: 1199px)
{
    #productcontent
    {
        top: -80px;
    }
}
.wrap-product-show .carousel-wrap img
{
    width: 100%;

    mix-blend-mode: multiply;
}
.wrap-product-show .product-show-info
{
    background-color: #fff;
}
.wrap-product-show .wrap-show-menu
{
    z-index: 9;

    padding: 10px 0;

    background-color: #ededed;
}
.wrap-product-show .wrap-show-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow-x: auto;
    overflow-y: hidden;

    margin: 0 -12px;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    height: 4px;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.wrap-product-show .wrap-show-menu ul li
{
    padding: 0 12px;
}
.wrap-product-show .wrap-show-menu ul li a
{
    font-size: 16px;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 10px 32px;

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

    border-radius: 6px;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-product-show .wrap-show-menu ul li a
    {
        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .wrap-show-menu ul li a
    {
        line-height: 24px;

        padding: 10px;
    }
}
.wrap-product-show .wrap-show-menu ul li.active a,
.wrap-product-show .wrap-show-menu ul li:hover a
{
    color: #fff;
    background-color: #003755;
}
.wrap-product-show .title-product-show
{
    padding: 10px 20px;

    border-bottom: 1px solid #d9d9d9;
}
.wrap-product-show .title-product-show h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .parameter .parameter-info
{
    margin-top: 30px;
}
.wrap-product-show .parameter .parameter-info img
{
    margin: 10px 0;

    border-radius: 8px;
}
.wrap-product-show .photos
{
    margin-top: 30px;
    margin-bottom: 23px;

    border: 1px solid #d9d9d9;
    border-radius: 8px;
}
.wrap-product-show .photos .photos-info
{
    margin-top: 30px;
    padding: 0 10px;
}
.wrap-product-show .photos .photos-info img
{
    margin: 10px 0;

    border-radius: 8px;
}
.wrap-product-show .inquiry
{
    padding-bottom: 48px;
}
.wrap-product-show .wrap-relate-product
{
    position: relative;

    width: -webkit-calc(100% + 96px);
    width:         calc(100% + 96px);
    margin-left: -48px;
    padding-top: 80px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .wrap-relate-product
    {
        width: -webkit-calc(100% + 60px);
        width:         calc(100% + 60px);
        margin-left: -30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .wrap-relate-product
    {
        width: -webkit-calc(100% + 30px);
        width:         calc(100% + 30px);
        margin-left: -15px;
    }
}
.wrap-product-show .wrap-relate-product:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: -webkit-calc(100% + 96px);
    width:         calc(100% + 96px);
    height: 100%;

    content: '';

    background-color: #f5f8ff;
}
@media (max-width: 1560px)
{
    .wrap-product-show .wrap-relate-product
    {
        padding-top: 60px;
    }
}
.wrap-product-show .wrap-relate-product .title-in,
.wrap-product-show .wrap-relate-product .slick-related
{
    position: relative;
    z-index: 5;
}
.wrap-relate-product
{
    position: relative;
}
.wrap-relate-product .slick-arrow
{
    color: #003755;
    border-color: #003755;
    background: none;
}
@media (min-width: 1200px)
{
    .wrap-relate-product .slick-arrow
    {
        top: -70px;
    }
}
.wrap-relate-product .slick-arrow:hover
{
    color: #fff;
    background-color: #003755;
}
.wrap-relate-product .slick-slide
{
    padding-bottom: 20px;
}
@media (max-width: 1199px)
{
    .wrap-relate-product .slick-slide
    {
        padding-bottom: 0;
    }
}
.wrap-relate-product .slick-related
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-relate-product .slick-related
    {
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-relate-product .slick-arrow
    {
        top: -60px;
    }
}
@media (max-width: 767px)
{
    .wrap-relate-product .slick-arrow
    {
        top: auto;
        bottom: 0;
    }
}
.wrap-accessories-show .accessories-show
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-accessories-show .accessories-show-left
{
    width: 340px;
}
@media (max-width: 1199px)
{
    .wrap-accessories-show .accessories-show-left
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .wrap-accessories-show .accessories-show-left
    {
        width: 250px;
    }
}
@media (max-width: 767px)
{
    .wrap-accessories-show .accessories-show-left
    {
        width: 100%;
    }
}
.wrap-accessories-show .accessories-show-left .title-accessories-show-left h3
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1560px)
{
    .wrap-accessories-show .accessories-show-left .title-accessories-show-left h3
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .wrap-accessories-show .accessories-show-left .title-accessories-show-left h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-accessories-show .accessories-show-left .title-accessories-show-left h3
    {
        font-size: 20px;
    }
}
.wrap-accessories-show .accessories-show-left .title-accessories-show-left h3:after
{
    display: block;

    width: 80px;
    height: 2px;
    margin-top: 10px;

    content: '';

    background-color: #003755;
}
@media (max-width: 1199px)
{
    .wrap-accessories-show .accessories-show-left .title-accessories-show-left h3:after
    {
        width: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-accessories-show .accessories-show-left .title-accessories-show-left h3:after
    {
        width: 30px;
    }
}
.wrap-accessories-show .accessories-show-left .accessories-menu1 > li
{
    padding: 24px 0;

    border-bottom: 1px solid rgba(71, 84, 103, .1);
}
@media (max-width: 1199px)
{
    .wrap-accessories-show .accessories-show-left .accessories-menu1 > li
    {
        padding: 10px 0;
    }
}
.wrap-accessories-show .accessories-show-left .accessories-menu1 > li > a
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    color: #003755;
}
@media (max-width: 1199px)
{
    .wrap-accessories-show .accessories-show-left .accessories-menu1 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .wrap-accessories-show .accessories-show-left .accessories-menu2
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.wrap-accessories-show .accessories-show-left .accessories-menu2 > li
{
    margin-top: 16px;
}
@media (max-width: 1199px)
{
    .wrap-accessories-show .accessories-show-left .accessories-menu2 > li
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-accessories-show .accessories-show-left .accessories-menu2 > li
    {
        margin-top: 6px;
    }
}
.wrap-accessories-show .accessories-show-left .accessories-menu2 > li > a
{
    line-height: 26px;

    position: relative;

    display: block;

    padding: 0 20px;

    color: #475467;
}
.wrap-accessories-show .accessories-show-left .accessories-menu2 > li > a:before
{
    position: absolute;
    top: 8px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #475467;
}
.wrap-accessories-show .accessories-show-right
{
    width: -webkit-calc(100% - 340px);
    width:         calc(100% - 340px);
    padding-left: 3%;
}
@media (max-width: 1199px)
{
    .wrap-accessories-show .accessories-show-right
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 991px)
{
    .wrap-accessories-show .accessories-show-right
    {
        width: -webkit-calc(100% - 250px);
        width:         calc(100% - 250px);
    }
}
@media (max-width: 767px)
{
    .wrap-accessories-show .accessories-show-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-sitemap .wrap
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .wrap
    {
        padding: 30px 15px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

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

    display: inline-block;

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

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

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

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

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

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

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a img
{
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1);
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;

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

    display: block;

    padding: 5px 30px;

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

    color: #003755;
}
.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: #003755;
}
.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: #003755;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #003755;
}
.wrap-policy .wrap
{
    padding: 30px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-policy .wrap
    {
        padding: 30px 15px;
    }
}
.wrap-policy .details-text
{
    min-height: 60vh;
    margin-top: 30px;
}
.wrap-nosearch
{
    margin: 30px 0;
}
.wrap-nosearch h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

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

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

    color: #666;
    border: 1px solid rgba(0, 55, 85, .5);
    border-radius: 5px;
    background-color: rgba(0, 55, 85, .1);
}
.wrap-nosearch .title-in
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .wrap-nosearch .title-in h2
    {
        font-size: 30px;
    }
}
.pagination-info
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .pagination-info
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .pagination-info
    {
        margin-top: 30px;
    }
}
.pagination
{
    position: relative;

    display: inline-block;
}
.pagination a,
.pagination span
{
    font-size: 18px;
    line-height: 48px;

    position: relative;
    z-index: 6;

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

    min-width: 28px;
    height: 48px;
    margin: 0 4px;
    padding: 0 5px;

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

    color: #000;
    background: none;

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

        min-width: 28px;
        height: 30px;
    }
    .pagination a:active,
    .pagination span:active
    {
        color: #003755;
    }
}
@media (max-width: 767.98px)
{
    .pagination a,
    .pagination span
    {
        font-size: 14px;

        margin: 0 3px;
    }
}
.pagination span.current
{
    color: #003755;
}
.pagination span.current.prev,
.pagination span.current.next
{
    opacity: 0;
}
.pagination .next,
.pagination .prev
{
    width: 48px;

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

    border: 1px solid #475467;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .pagination .next,
    .pagination .prev
    {
        width: 30px;
    }
}
.pagination .next:hover,
.pagination .prev:hover
{
    color: #fff;
    background-color: #003755;
}
.pagination .prev:before
{
    font-family: 'iconfont' !important;

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

    content: '\eb49';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.editor-content p
{
    line-height: 24px;

    margin: 0;

    color: #555;
}
.editor-content h3
{
    font-size: 22px;
    line-height: 1;

    margin: 16px 0;
}
@media (max-width: 1199px)
{
    .editor-content h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .editor-content h3
    {
        font-size: 18px;
    }
}
.editor-content h4
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
@media (max-width: 1199px)
{
    .editor-content h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .editor-content h4
    {
        font-size: 16px;
    }
}
.editor-content img
{
    max-width: 100% !important;
    height: auto !important;
}
.editor-content ul,
.editor-content ol
{
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li
{
    list-style: inherit;
}
.editor-content .table-box
{
    line-height: 1.625;

    overflow: auto;

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

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

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

    padding: 15px 20px !important;

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

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

    overflow-x: hidden;

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

    margin: 5px;
}
