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

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

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

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

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

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

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

    overflow-x: hidden;

    color: #000;

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    overflow: hidden;

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

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

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

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

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

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

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

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

    overflow: hidden;

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

    overflow: hidden;

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

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

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

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

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

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

    color: #0e4b9b;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background: none;

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

        left: -30px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        left: -15px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: block;

    content: '\e610';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -7%;
    left: auto;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: -30px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -15px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    border-color: #0e4b9b;
    background-color: #0e4b9b;
}
.prev-next
{
    font-size: 0;

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

    display: inline-block;

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

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

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

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

    border: 1px solid #fdc635;
    border-radius: 50%;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #fdc635;
}
.center
{
    top: 50%;
    left: 50%;

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

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

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.common-share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -20px;

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

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

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.common-share ul li a:hover
{
    color: #0e4b9b;
}
.common-share ul li:after
{
    display: block;

    width: 1px;
    height: 20px;

    content: '';

    background-color: #eee;
}
.common-share ul li .icon
{
    font-size: 20px;
}
.common-share ul li:last-child:after
{
    display: none;
}
.formbox
{
    margin-top: 10px;
}
.formbox form ul
{
    margin: 0 -10px;
}
.formbox form ul li
{
    padding: 0 10px;
}
.formbox form .group
{
    position: relative;

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

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

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

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

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

    position: relative;
    z-index: 2;

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

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

    border-radius: 0;
    border-radius: 8px;
    outline: 0;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .formbox form .group input,
    .formbox form .group textarea
    {
        line-height: 20px;
    }
}
.formbox form .group input:placeholder-shown + label,
.formbox form .group textarea:placeholder-shown + label
{
    top: 0;

    background-color: transparent;
}
.formbox form .group input:focus,
.formbox form .group textarea:focus
{
    border-color: #0e4b9b;
}
.formbox form .group-read input
{
    color: #fff !important;
    border-color: #0e4b9b !important;
    background-color: #0e4b9b !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: -32px;
    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-bg form .group input,
.formbox-bg form .group textarea
{
    border: 1px solid #dadee5;
    background: #f4f6fa;
}
.submit-group
{
    margin-top: 20px;
}
.submit-group .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;

    display: inline-block;

    padding: 10px 0;

    color: #0e4b9b;
    border-bottom: 1px solid #0e4b9b;
    border-radius: 0;
}
.submit-group .submit .iconfont
{
    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
.submit-group .submit:hover .iconfont
{
    margin-left: 20px;
}
.wrap-reviews .title-in
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrap-reviews .write-review a
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.875;

    display: inline-block;

    padding: 10px 0;

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

    color: #0e4b9b;
    border-bottom: 1px solid #0e4b9b;
}
.wrap-reviews .write-review a .iconfont
{
    display: inline-block;

    margin-right: 6px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
.wrap-reviews .write-review a:hover .iconfont
{
    margin-right: 10px;
}
.wrap-reviews .reviews-list
{
    margin-top: 10px;
}
.wrap-reviews .reviews-list > ul > li
{
    margin-top: 30px;
}
.wrap-reviews .reviews-list .item
{
    position: relative;

    padding: 30px 30px 30px 100px;

    border-radius: 3px;
    background: #f7f7f7;
}
@media (max-width: 767px)
{
    .wrap-reviews .reviews-list .item
    {
        padding: 15px;
    }
}
.wrap-reviews .reviews-list .item .iconfont
{
    font-size: 20px;
    line-height: 52px;

    position: absolute;
    top: 30px;
    left: 30px;

    display: block;

    width: 52px;
    height: 52px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0e4b9b;
}
@media (max-width: 767px)
{
    .wrap-reviews .reviews-list .item .iconfont
    {
        font-size: 16px;
        line-height: 40px;

        position: relative;
        top: 0;
        left: 0;

        width: 40px;
        height: 40px;
    }
}
.wrap-reviews .reviews-list .item .title-reviews
{
    font-family: 'Manrope', Arial;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
@media (max-width: 1400px)
{
    .wrap-reviews .reviews-list .item .title-reviews
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-reviews .reviews-list .item .title-reviews
    {
        font-size: 18px;
    }
}
.wrap-reviews .reviews-list .item .editor-content
{
    margin-top: 20px;
}
.wrap-reviews .reviews-message
{
    display: none;

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

    border-radius: 3px;
    background: #f7f7f7;
}
@media (max-width: 1199px)
{
    .wrap-reviews .reviews-message
    {
        margin-top: 30px;
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-reviews .reviews-message
    {
        padding: 30px 14px;
    }
}
.header
{
    position: -webkit-sticky;
    position:         sticky;
    z-index: 10;
    top: 0;

    width: 100%;

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

    background-color: #fff;
}
.header .header-top,
.header .header-nav
{
    padding: 0 5%;
}
.header .header-top
{
    color: #fff;
    background-color: #0e4b9b;
}
.header .header-txt
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .header-txt p
{
    line-height: 40px;

    height: 40px;
    margin: 0 20px 0 0;
}
@media (max-width: 1199px)
{
    .header .header-txt p
    {
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 767px)
{
    .header .header-txt p
    {
        font-size: 0;
    }
}
.header .header-txt p .iconfont
{
    font-size: 18px;

    float: left;

    margin-right: 4px;
}
.header .header-txt p a:hover
{
    text-decoration: underline;
}
.header .link > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -30px;
}
@media (max-width: 1199px)
{
    .header .link > ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 767px)
{
    .header .link > ul
    {
        margin: 0 -10px;
    }
}
.header .link > ul > li > a
{
    line-height: 40px;

    display: block;

    padding: 0 30px;
}
@media (max-width: 1199px)
{
    .header .link > ul > li > a
    {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .header .link > ul > li > a
    {
        padding: 0 10px;
    }
}
.header .link > ul > li > a:hover
{
    text-decoration: underline;
}
.header .header-nav
{
    position: relative;
}
.header .logo
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (min-width: 1200px)
{
    .header .logo
    {
        position: absolute;
        top: 0;
        left: 50%;

        height: 100px;
        padding: 0 80px;

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

        background-color: #fff;

        -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
                clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
    }
}
.header .logo img
{
    display: block;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1400px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 182px;

    border: 1px solid #f0f0f0;
    border-radius: 3px;
    background: #f7f7f7;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .pc-search form input
{
    line-height: 40px;

    width: -webkit-calc(100% - 40px);
    width:         calc(100% - 40px);
    height: 40px;
    padding: 0 16px;

    background: none;
}
.header .pc-search form .submit
{
    line-height: 40px;

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

    text-align: center;

    background: none;
}
.header .pc-search form .submit .iconfont
{
    font-size: 18px;
}
.header .serach-part
{
    display: none;

    cursor: pointer;
}
@media (max-width: 1400px)
{
    .header .serach-part
    {
        display: block;
    }
}
.header .find
{
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0e4b9b;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}
.header .find .icon
{
    font-size: 18px;

    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.header .find:hover .icon
{
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}
.header .search-wrap
{
    font-size: 14px;

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

    display: none;

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

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

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

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

    overflow: hidden;

    width: 80%;

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

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

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

    width: 100%;
    padding: 15px;

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

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

    width: 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: #0e4b9b;
}
.header .cart
{
    font-size: 16px;
    line-height: 1.875;

    position: relative;

    display: inline-block;
}
.header .cart:before
{
    margin: 0 30px;

    content: '|';
}
@media (max-width: 1470px)
{
    .header .cart:before
    {
        margin: 0 10px;
    }
}
@media (max-width: 767px)
{
    .header .cart
    {
        font-size: 0;
    }
}
.header .cart .iconfont
{
    font-size: 24px;

    margin-left: 10px;
}
@media (max-width: 767px)
{
    .header .cart .iconfont
    {
        margin-left: 0;
    }
}
.header .cart span
{
    font-size: 12px;
    line-height: 12px;

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

    width: 12px;
    height: 12px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0e4b9b;
}
@media (max-width: 767px)
{
    .header .cart span
    {
        right: -4px;
    }
}
.header .cart:hover
{
    color: #0e4b9b;
}
.header .language
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .language:before
{
    margin: 0 30px;

    content: '|';
}
@media (max-width: 1470px)
{
    .header .language:before
    {
        margin: 0 10px;
    }
}
.header .language p
{
    font-size: 16px;
    line-height: 42px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .header .language p
    {
        line-height: 38px;
    }
}
@media (max-width: 767px)
{
    .header .language p
    {
        font-size: 14px;
    }
}
.header .language p img
{
    height: 24px;
    margin-right: 10px;
}
.header .language p:after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 6px;

    content: '';
    vertical-align: middle;

    border-width: 6px 4px 0 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.header .language:hover
{
    color: #0e4b9b;
}
.header .language ul
{
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

    min-width: 100%;
    padding: 20px 0;

    color: #333;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .language ul li a
{
    display: block;

    padding: 10px 20px;
}
.header .language ul li a:hover
{
    text-decoration: underline;
}
.header .pc-nav
{
    display: inline-block;

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

    margin: 0 -30px;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .pc-nav > ul > li:nth-child(5),
.header .pc-nav > ul > li:nth-child(6)
{
    display: none;
}
.header .pc-nav > ul > li > a
{
    font-size: 16px;
    font-weight: 500;

    position: relative;

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

    height: 80px;
    padding: 0 30px;

    -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: 1470px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 20px;
    }
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    opacity: .8;
}
.header .pc-nav .nav-list2
{
    font-size: 14px;

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

    display: none;

    min-width: 100%;
    padding: 10px 0;

    text-align: left;

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

    display: block;

    padding: 5px 24px;

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

    display: none;

    background-color: #fff;
}
.header .pc-nav .nav-list3 > li > a
{
    line-height: 24px;

    display: block;

    padding: 5px 20px;

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

    display: none;

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

        margin-left: 0;

        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: #999;
}
.header .btn-menu div span
{
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #999;
}
.header.stuck
{
    color: #333;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.stuck .logo
{
    height: 80px;
}
@media (max-width: 1199px)
{
    .header.stuck .logo
    {
        height: 60px;
    }
}
.header.stuck .product-nav > ul > li > a
{
    color: #666;
}
.header.stuck .product-nav > ul > li.active > a,
.header.stuck .product-nav > ul > li:hover > a
{
    color: #0e4b9b;
}
.header.stuck .pc-nav > ul > li > a
{
    height: 60px;
}
.header.stuck .pc-nav > ul > li.active > a,
.header.stuck .pc-nav > ul > li:hover > a
{
    color: #0e4b9b;
}
.header.stuck .language
{
    border-color: #999;
}
.header.stuck .language p:after
{
    border-color: #dcdcdc transparent transparent transparent;
}
.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: 0;

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

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

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

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

    color: #fff;
    border: 1px solid #0e4b9b;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #0e4b9b;
}
@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;

    padding: 5px;

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

    border-radius: 100px;
    background: rgba(25, 25, 25, .35);

    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 70px;

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

    position: relative;

    display: block;

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

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

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

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

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

    padding-right: 0;

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

    display: block;

    margin: 0;
    padding: 0 20px;

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

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

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

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

    position: absolute;
    right: 4px;
    bottom: 4px;

    width: 14px;
    height: 14px;

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

    display: block;

    content: '\e622';
}
.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: #0e4b9b;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    margin: 0;
    padding: 0;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    display: none;

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

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;

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

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

    width: 100%;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .swiper-pagination
    {
        bottom: 10px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet
{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

    position: relative;

    width: 120px;
    height: auto;
    margin: 0;
    margin-left: -1px;

    opacity: 1;
    color: rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-radius: 0;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .swiper-pagination .swiper-pagination-bullet
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .banner .swiper-pagination .swiper-pagination-bullet
    {
        font-size: 16px;

        width: 100px;
    }
}
@media (max-width: 767px)
{
    .banner .swiper-pagination .swiper-pagination-bullet
    {
        width: 80px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet:before,
.banner .swiper-pagination .swiper-pagination-bullet:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 1px;
    height: 2px;

    content: '';

    background-color: rgba(255, 255, 255, .5);
}
.banner .swiper-pagination .swiper-pagination-bullet:after
{
    right: 0;
    left: auto;
}
.banner .swiper-pagination .swiper-pagination-bullet i
{
    font-style: normal;
}
.banner .swiper-pagination .swiper-pagination-bullet i:before
{
    content: '0';
}
.banner .swiper-pagination .swiper-pagination-bullet i:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 1px;
    height: 2px;

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

    background-color: rgba(255, 255, 255, .5);
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    z-index: 6;

    color: #fdc635;
    border-color: #fdc635;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:before,
.banner .swiper-pagination .swiper-pagination-bullet-active:after
{
    background-color: #fdc635;
}
.banner .swiper-pagination .swiper-pagination-bullet-active i:after
{
    background-color: #fdc635;
}
.banner .slick-arrow
{
    top: -webkit-calc(50% + 40px);
    top:         calc(50% + 40px);

    width: auto;

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

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

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

    width: 100%;
    height: 100%;

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

    display: block;

    padding-bottom: 50%;

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

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

    content: '';

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

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

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

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

    overflow: hidden;
}
.banner-in img
{
    position: relative;
    left: 50%;

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

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-in .banner-location
    {
        top: -webkit-calc(50% + 45px);
        top:         calc(50% + 45px);
    }
}
.banner-in .banner-location h2
{
    font-size: 48px;
    line-height: 1.3;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 991px)
{
    .banner-in .banner-location .location ul
    {
        font-size: 14px;
    }
}
.banner-in .banner-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;
}
.banner-in .banner-location .location ul li:after
{
    margin: 0 6px;

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

    display: block;

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

    overflow: hidden;

    padding: 110px 5%;
}
@media (max-width: 1560px)
{
    .box
    {
        padding: 100px 5%;
    }
}
@media (max-width: 1199px)
{
    .box
    {
        padding: 80px 5%;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 15px;
    }
}
.common-more
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .common-more
    {
        margin-top: 20px;
    }
}
.common-more a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    padding: 10px 0;

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

    color: #0e4b9b;
    border-bottom: 2px solid #0e4b9b;
}
@media (max-width: 991px)
{
    .common-more a
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.common-more a .iconfont
{
    display: inline-block;

    margin-left: 10px;

    -webkit-transition: margin .6s;
            transition: margin .6s;
    vertical-align: middle;
}
.common-more a:hover .iconfont
{
    margin-left: 20px;
}
@-webkit-keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.common-top .title
{
    width: 650px;
}
@media (max-width: 1400px)
{
    .common-top .title
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .common-top .title
    {
        width: 100%;
    }
}
.common-top .text
{
    width: 45%;
}
@media (max-width: 767px)
{
    .common-top .text
    {
        width: 100%;
        margin-top: 20px;
    }
}
.title span
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    display: block;

    margin-bottom: 10px;

    text-transform: capitalize;

    color: #0e4b9b;
}
@media (max-width: 991px)
{
    .title span
    {
        font-size: 16px;
    }
}
.title h2
{
    font-family: 'Manrope', Arial, serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.25;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1400px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 1.75;

    max-width: 930px;
    margin: 0 auto;
    margin-top: 14px;
}
@media (max-width: 991px)
{
    .title p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.common-product-item
{
    display: block;
    overflow: hidden;

    border-radius: 3px;
    background: #f7f7f7;
}
.common-product-item .img-box
{
    padding-bottom: 75%;
}
.common-product-item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-product-item .title-product
{
    font-family: 'Manrope', Arial;

    display: block;

    padding: 20px;
}
@media (max-width: 767px)
{
    .common-product-item .title-product
    {
        padding: 14px;
    }
}
.common-product-item .title-product b
{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1400px)
{
    .common-product-item .title-product b
    {
        font-size: 18px;
        line-height: 1.44444444;
    }
}
@media (max-width: 767px)
{
    .common-product-item .title-product b
    {
        font-size: 16px;
        line-height: 1.625;
    }
}
.common-product-item .addcart
{
    border-top: 1px solid #ededed;
}
.common-product-item .addcart a
{
    line-height: 50px;

    display: block;

    padding: 0 20px;

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

    color: #666;
}
@media (max-width: 767px)
{
    .common-product-item .addcart a
    {
        line-height: 40px;

        padding: 0 14px;
    }
}
.common-product-item .addcart a .iconfont
{
    font-size: 18px;

    margin-left: 8px;
}
@media (min-width: 1200px)
{
    .common-product-item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .common-product-item:hover .title-product b
    {
        color: #0e4b9b;
    }
    .common-product-item:hover .addcart a
    {
        color: #0e4b9b;
    }
}
.box-products .products
{
    position: relative;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-products .products
    {
        margin-top: 30px;
    }
}
.box-products .products-button
{
    position: relative;

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

    margin-top: 50px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
@media (max-width: 767px)
{
    .box-products .products-button
    {
        margin-top: 30px;
    }
}
.box-products .products-button:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: -webkit-calc(100% - 160px);
    width:         calc(100% - 160px);
    height: 3px;

    content: '';

    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .box-products .products-button:before
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
.box-products .products-button .slick-arrow
{
    position: relative;
    top: 0;
    left: 0;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.box-products .products-button .slick-arrow.slick-next
{
    right: 0;
    left: auto;

    margin-left: 10px;
}
.box-about
{
    position: relative;
}
.box-about .about
{
    position: relative;
    z-index: 6;

    width: 40%;
    padding-top: 40px;
}
@media (max-width: 1199px)
{
    .box-about .about
    {
        padding-top: 0;
    }
}
@media (max-width: 767px)
{
    .box-about .about
    {
        width: 100%;
    }
}
.box-about .about .editor-content
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .box-about .about .editor-content
    {
        margin-top: 20px;
    }
}
.box-about .video
{
    position: relative;
    z-index: 6;

    width: 40%;
    height: 100%;
    padding-right: 73px;
}
@media (max-width: 1470px)
{
    .box-about .video
    {
        width: 45%;
    }
}
@media (max-width: 1199px)
{
    .box-about .video
    {
        width: 50%;
        padding-right: 50px;
    }
}
@media (max-width: 767px)
{
    .box-about .video
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-about .video img
{
    width: 100%;
}
.box-about .video .play
{
    font-size: 30px;
    line-height: 146px;

    position: absolute;
    top: 40%;
    right: 0;

    width: 146px;
    height: 146px;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-about .video .play
    {
        font-size: 20px;
        line-height: 100px;

        width: 100px;
        height: 100px;
    }
}
.box-about .video .play:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: scrolltxt 10s linear infinite;
            animation: scrolltxt 10s linear infinite;

    background: url(../images/play.svg) no-repeat center;
    background-size: cover;
}
.box-about .video .play .iconfont
{
    position: relative;
    z-index: 5;
}
.box-about .common-more
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-about .common-more
    {
        margin-top: 30px;
    }
}
.box-about .scrolling-text
{
    position: absolute;
    bottom: 5%;
    left: 50%;

    width: 100%;

    -webkit-transform: translateX(-50%) scale(1.5);
        -ms-transform: translateX(-50%) scale(1.5);
            transform: translateX(-50%) scale(1.5);
}
.box-about .scrolling-text .item span
{
    font-size: 6vw;
    font-weight: 800;

    display: block;

    white-space: nowrap;

    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .1)), to(rgba(14, 75, 155, .1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(14, 75, 155, .1) 100%);
    background:         linear-gradient(90deg, rgba(0, 0, 0, .1) 0%, rgba(14, 75, 155, .1) 100%);
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
@-webkit-keyframes scrolltxt
{
    from
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes scrolltxt
{
    from
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.box-about-pic
{
    height: 80vh;
}
@media (max-width: 1470px)
{
    .box-about-pic
    {
        height: 70vh;
    }
}
@media (max-width: 1400px)
{
    .box-about-pic
    {
        height: 60vh;
    }
}
@media (max-width: 1199px)
{
    .box-about-pic
    {
        height: 500px;
    }
}
@media (max-width: 991px)
{
    .box-about-pic
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .box-about-pic
    {
        height: 300px;
    }
}
@media (min-width: 1200px)
{
    .box-about-pic
    {
        background-attachment: fixed;
    }
}
.box-project
{
    padding-right: 0;
}
.box-project .common-top
{
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .box-project .common-top
    {
        padding-right: 15px;
    }
}
.box-project .prev-next
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-project .prev-next
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .box-project .prev-next
    {
        text-align: right;
    }
}
.box-project .project
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .box-project .project
    {
        margin-top: 30px;
    }
}
.box-project .item .img-box
{
    overflow: hidden;

    padding-bottom: 58.65384615%;

    border-radius: 3px;
}
.box-project .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-project .item .title-project
{
    font-family: 'Manrope', Arial;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .box-project .item .title-project
    {
        font-size: 18px;
        line-height: 1.44444444;
    }
}
.box-project .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-project .project-left
{
    width: 45%;
}
@media (max-width: 767px)
{
    .box-project .project-left
    {
        width: 100%;
    }
}
.box-project .project-left .item .text
{
    position: relative;
    z-index: 8;

    width: 50%;
    margin-top: -50px;
    margin-left: 40%;
    padding: 30px;

    color: #fff;
    background-color: #0e4b9b;
}
@media (max-width: 1470px)
{
    .box-project .project-left .item .text
    {
        width: 60%;
        margin-left: 30%;
    }
}
@media (max-width: 1199px)
{
    .box-project .project-left .item .text
    {
        width: 70%;
        margin-left: 20%;
        padding: 14px;
    }
}
@media (max-width: 767px)
{
    .box-project .project-left .item .text
    {
        width: 90%;
        margin-left: 5%;
    }
}
.box-project .project-left .item .text .editor-content
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px)
{
    .box-project .project-left .item .text .editor-content
    {
        margin-top: 10px;
    }
}
.box-project .project-right
{
    width: 55%;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .box-project .project-right
    {
        display: none;
    }
}
.box-project .project-right .slick-project-right
{
    width: 150%;
}
.box-project .project-right .item .title-project
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .box-project .project-right .item .title-project
    {
        margin-top: 14px;
    }
}
.common-news-item .img-box
{
    padding-bottom: 68.29268293%;

    border-radius: 3px;
}
.common-news-item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-news-item .text
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .common-news-item .text
    {
        margin-top: 20px;
    }
}
.common-news-item .date
{
    font-family: 'Manrope', Arial;
    font-size: 16px;
    line-height: 1.5;

    display: block;

    color: #666;
}
@media (max-width: 767px)
{
    .common-news-item .date
    {
        font-size: 14px;
    }
}
.common-news-item .title-news
{
    font-family: 'Manrope', Arial;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;

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

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

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

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

        max-height: 120px;
    }
}
.common-news-item .common-more
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .common-news-item .common-more
    {
        margin-top: 20px;
    }
}
.common-news-item .common-more a
{
    padding: 0;

    color: #000;
    border-bottom-color: #000;
}
.common-news-item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.common-news-item:hover .title-news
{
    color: #0e4b9b;
}
.common-news-item:hover .common-more a
{
    color: #0e4b9b;
    border-bottom-color: #0e4b9b;
}
.box-news .news
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .box-news .news
    {
        margin-top: 30px;
    }
}
.box-news .slick-arrow
{
    top: 22%;
}
.footer
{
    font-size: 16px;
    line-height: 1.625;

    overflow: hidden;

    padding: 0 5%;

    color: #fff;
    background-color: #121315;
}
@media (max-width: 991px)
{
    .footer
    {
        font-size: 14px;

        padding: 0 15px;
        padding-bottom: 80px;
    }
}
.footer .foot
{
    padding: 80px 0 150px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 30px 0 10px;
    }
}
.footer .subscribe
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.footer .subscribe .title-subscribe h3
{
    font-family: 'Manrope', Arial;
    font-size: 20px;
    font-weight: 600;

    margin: 0;
    margin-right: 70px;
}
@media (max-width: 1400px)
{
    .footer .subscribe .title-subscribe h3
    {
        font-size: 18px;

        margin-right: 40px;
    }
}
@media (max-width: 991px)
{
    .footer .subscribe .title-subscribe h3
    {
        font-size: 16px;
    }
}
.footer .subscribe .message
{
    width: 390px;
}
@media (max-width: 991px)
{
    .footer .subscribe .message
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .footer .subscribe .message
    {
        width: 100%;
    }
}
.footer .subscribe .message form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    border-bottom: 1px solid #666;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.footer .subscribe .message form input
{
    line-height: 40px;

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

    color: #fff;
    background: none;
}
.footer .subscribe .message form .submit
{
    width: 40px;

    text-align: right;

    color: #fff;
}
.footer .subscribe .message form .submit .iconfont
{
    font-size: 20px;
}
.footer .foot-text
{
    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .footer .foot-text
    {
        margin-top: 30px;
    }
}
.footer .foot-text .address
{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
}
@media (max-width: 1400px)
{
    .footer .foot-text .address
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-text .address
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-text .address
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-text .address
    {
        font-size: 18px;
    }
}
.footer .foot-text .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 40px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .footer .foot-text .link
    {
        margin-top: 20px;
    }
}
.footer .foot-text .link p
{
    font-family: 'Manrope', Arial;
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 1199px)
{
    .footer .foot-text .link p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-text .link p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-text .link p
    {
        width: 100%;
    }
}
.footer .foot-text .link p .iconfont
{
    font-size: 24px;

    margin-right: 6px;
}
.footer .foot-text .link p:nth-child(1):after
{
    margin: 0 30px;

    content: '|';
}
@media (max-width: 767px)
{
    .footer .foot-text .link p:nth-child(1):after
    {
        display: none;
    }
}
.footer .foot-middle
{
    padding: 15px 0;

    border-top: 1px solid #333;
}
.footer .foot-nav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .footer .foot-nav > ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-nav > ul
    {
        margin: 0 -10px;
        margin-bottom: 10px;
    }
}
.footer .foot-nav > ul > li > a
{
    font-size: 16px;
    font-weight: 500;
    line-height: 3.125;

    display: block;

    padding: 0 30px;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .footer .foot-nav > ul > li > a
    {
        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-nav > ul > li > a
    {
        line-height: 2.14285714;

        padding: 0 10px;
    }
}
.footer .foot-nav > ul > li > a:hover
{
    text-decoration: underline;
}
.footer .share > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.footer .share > ul > li > a
{
    font-size: 22px;
    line-height: 50px;

    display: block;

    width: 40px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 991px)
{
    .footer .share > ul > li > a
    {
        font-size: 20px;
        line-height: 30px;

        width: 30px;
    }
}
.footer .share > ul > li > a:hover
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.footer .copyright
{
    position: relative;

    padding: 25px 0;

    border-top: 1px solid #333;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        line-height: 20px;

        padding: 10px 0;
    }
}
.footer .copyright p
{
    display: inline-block;

    margin: 0;

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

    vertical-align: middle;
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .copyright .link
    {
        width: 100%;
        margin-top: 20px;
    }
}
.footer .copyright .sitemap:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #fff;
}
.wrap
{
    position: relative;
    z-index: 3;

    overflow: hidden;

    padding: 110px 5%;
}
@media (max-width: 1560px)
{
    .wrap
    {
        padding: 100px 5%;
    }
}
@media (max-width: 1199px)
{
    .wrap
    {
        padding: 80px 5%;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 15px;
    }
}
.title-in span
{
    line-height: 36px;

    display: inline-block;

    margin-bottom: 20px;
    padding: 0 14px;

    text-transform: uppercase;

    color: #fff;
    border-radius: 30px;
    background-color: #0e4b9b;
}
.title-in h2
{
    font-size: 44px;
    font-weight: bold;
    line-height: 1.13636364;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.wrap-location
{
    line-height: 40px;

    padding: 10px 5%;

    background: #f7f7f7;
}
@media (max-width: 991px)
{
    .wrap-location
    {
        line-height: 30px;

        padding: 10px 15px;
    }
}
.wrap-location .location
{
    position: relative;

    padding-left: 38px;
}
.wrap-location .location:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

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

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

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

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

    content: '>';
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-location .location > ul > li > a
{
    display: block;

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

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

    color: #0e4b9b;
}
.wrap-show-menu
{
    z-index: 9;

    padding: 0 80px;

    background: #f7f7f7;
}
@media (max-width: 1560px)
{
    .wrap-show-menu
    {
        padding: 0 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-show-menu
    {
        padding: 0;
    }
}
.wrap-show-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .wrap-show-menu ul
    {
        overflow-x: auto;
        overflow-y: hidden;

        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.wrap-show-menu ul::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    height: 4px;
}
.wrap-show-menu ul::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.wrap-show-menu ul::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.wrap-show-menu ul li a
{
    font-family: 'Manrope', Arial;
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 0;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .wrap-show-menu ul li a
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-show-menu ul li a
    {
        font-size: 14px;
    }
}
.wrap-show-menu ul li a:after
{
    font-weight: normal;

    margin: 0 70px;

    content: '|';

    color: #ededed;
}
@media (max-width: 1199px)
{
    .wrap-show-menu ul li a:after
    {
        margin: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-show-menu ul li a:after
    {
        margin: 0 10px;
    }
}
.wrap-show-menu ul li:last-child a:after
{
    display: none;
}
.wrap-show-menu ul li.active a
{
    color: #0e4b9b;
}
.wrap-sidenav
{
    position: relative;

    border-radius: 3px;
    background: #f7f7f7;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .title-sidenav
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    position: relative;
    z-index: 6;

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

    overflow: hidden;

    border-bottom: 1px solid #ededed;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 20px 44px 20px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1400px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        font-size: 18px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li > a:after
{
    position: absolute;
    top: 30px;
    right: 20px;

    width: 0;
    height: 0;

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

    border-width: 8px 4px 0 4px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    color: #0e4b9b;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-sidenav .sidenav .slevel-1 > li.active .slevel-2
{
    display: block;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

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

    display: block;

    padding: 5px 20px;

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

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

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

    margin: 0 -4px;

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

    height: auto;
    padding: 4px;

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

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

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

    text-transform: capitalize;

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .xs-product-nav ul > li > a
    {
        font-size: 13px;
        line-height: 20px;
    }
}
.xs-product-nav ul > li.active > a
{
    color: #fff;
    border-color: #0e4b9b;
    background-color: #0e4b9b;
}
.wrap-about .common-more
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-about .common-more
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .common-more
    {
        margin-top: 20px;
    }
}
.wrap-about .video
{
    position: relative;

    height: 80vh;
}
@media (max-width: 1470px)
{
    .wrap-about .video
    {
        height: 70vh;
    }
}
@media (max-width: 1400px)
{
    .wrap-about .video
    {
        height: 60vh;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .video
    {
        height: 500px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .video
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .video
    {
        height: 300px;
    }
}
@media (min-width: 1200px)
{
    .wrap-about .video
    {
        background-attachment: fixed;
    }
}
.wrap-about .video .play
{
    font-size: 30px;
    line-height: 146px;

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

    width: 146px;
    height: 146px;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-about .video .play
    {
        font-size: 20px;
        line-height: 100px;

        width: 100px;
        height: 100px;
    }
}
.wrap-about .video .play:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: scrolltxt 10s linear infinite;
            animation: scrolltxt 10s linear infinite;

    background: url(../images/play.svg) no-repeat center;
    background-size: cover;
}
.wrap-about .video .play .iconfont
{
    position: relative;
    z-index: 5;
}
.wrap-workshop .common-top .prev-next
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-workshop .common-top .prev-next
    {
        margin-top: 20px;
    }
}
.wrap-workshop .workshop
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-workshop .workshop
    {
        margin-top: 30px;
    }
}
.wrap-workshop .workshop .slick-workshop
{
    margin: 0 -15px;
}
.wrap-workshop .workshop .slick-slide > div > div
{
    padding: 15px;
}
.wrap-workshop .workshop .item
{
    cursor: pointer;
}
.wrap-workshop .workshop .item .img-box
{
    overflow: hidden;

    padding-bottom: 59.25925926%;

    border-radius: 3px;
}
.wrap-workshop .workshop .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-workshop .workshop .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor
    {
        margin-top: 30px;
    }
}
.wrap-honor .honor .item
{
    cursor: pointer;
}
.wrap-honor .honor .item .pic
{
    padding: 40px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-honor .honor .item .pic
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item .pic
    {
        padding: 10px;
    }
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 148.38709677%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
@media (max-width: 1199px)
{
    .wrap-honor .slick-arrow
    {
        background: #fff;
    }
}
.wrap-message .pic
{
    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-message .pic
    {
        display: none;
    }
}
.wrap-message .message
{
    width: 50%;
    padding: 60px 5%;
}
@media (max-width: 991px)
{
    .wrap-message .message
    {
        width: 100%;
        padding: 50px 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-message .message
    {
        padding: 40px 15px;
    }
}
.wrap-message .message .formbox-message
{
    margin-top: 20px;
}
.wrap-message .message .group
{
    margin-top: 16px;
}
.wrap-message .message .group label
{
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 767px)
{
    .wrap-message .message .group label
    {
        font-size: 14px;
    }
}
.wrap-message .message .group input,
.wrap-message .message .group textarea
{
    line-height: 30px;

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

    border-radius: 3px;
}
@media (max-width: 767px)
{
    .wrap-message .message .group input,
    .wrap-message .message .group textarea
    {
        line-height: 24px;
    }
}
.wrap-contact .title
{
    width: 55%;
}
@media (max-width: 767px)
{
    .wrap-contact .title
    {
        width: 100%;
    }
}
.wrap-contact .editor-content
{
    width: 45%;
}
@media (max-width: 767px)
{
    .wrap-contact .editor-content
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-contact .contact-content
{
    margin-top: 18px;
}
.wrap-contact .contact-content > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-content > ul > li
    {
        margin-top: 20px;
    }
}
.wrap-contact .contact-content .item
{
    height: 100%;
    padding: 50px 30px;

    border-radius: 5px;
    background: #f7f7f7;
}
@media (max-width: 991px)
{
    .wrap-contact .contact-content .item
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact-content .item
    {
        padding: 20px;
    }
}
.wrap-contact .contact-content .item .icon
{
    font-size: 20px;
    line-height: 50px;

    width: 50px;
    height: 50px;

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

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-content .item .icon
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-contact .contact-content .item b
{
    font-size: 20px;
    line-height: 1.5;

    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-content .item b
    {
        font-size: 18px;

        margin-top: 20px;
    }
}
.wrap-contact .contact-content .item p
{
    font-size: 16px;
    line-height: 1.375;

    margin: 14px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-content .item p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact-content .item p a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact-content .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;

    color: #fff;
    background-color: #0e4b9b;
}
.wrap-contact .contact-content .item:hover p a
{
    color: #0e4b9b;
}
.wrap-produict-top
{
    padding: 100px 5% 0;
}
@media (max-width: 1470px)
{
    .wrap-produict-top
    {
        padding-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .wrap-produict-top
    {
        padding-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-produict-top .product-top
    {
        margin-top: 30px;
    }
}
.wrap-product .product
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-product .product
    {
        margin-top: -15px;
    }
}
.wrap-product .product > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product .product > ul > li
    {
        margin-top: 15px;
    }
}
#productcontent
{
    position: relative;
    top: -120px;
}
@media (max-width: 1199px)
{
    #productcontent
    {
        top: 0;
    }
}
.wrap-product-show
{
    max-width: 1920px;
    margin: 0 auto;
}
.wrap-product-show .container
{
    padding-right: 0;
    padding-left: 0;
}
.wrap-product-show .carousel-wrap .carousel
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .img-box
{
    padding-bottom: 75%;
}
.wrap-product-show .carousel-wrap .slider-for
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;

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

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

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

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

    overflow: hidden;

    cursor: pointer;

    border-radius: 5px;
}
.wrap-product-show .slider-nav .item-video
{
    position: relative;
}
.wrap-product-show .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 32px;

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

    display: block;

    width: 32px;
    height: 32px;

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

    color: #fff;
    border-radius: 50%;
}
.wrap-product-show .slider-nav .slick-current .item
{
    border: 1px solid #fdc635;
}
.wrap-product-show .carousel-right
{
    padding-left: 5%;
}
@media (max-width: 1400px)
{
    .wrap-product-show .carousel-right
    {
        padding-left: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-right
    {
        padding-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title span
{
    font-weight: normal;
}
@media (min-width: 1200px)
{
    .wrap-product-show .info-box .title span
    {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .title h2
{
    text-transform: none;
}
.wrap-product-show .info-box .text
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 40px;

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

    margin: 0;
    margin-right: 10px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .share p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .share p
    {
        font-size: 16px;
    }
}
.wrap-product-show .info-box .link
{
    margin-top: 70px;
    padding: 30px;

    border-radius: 3px;
    background: #f7f7f7;
}
@media (max-width: 1560px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .link ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-product-show .info-box .link ul li
{
    width: 50%;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link ul li
    {
        width: 100%;
    }
}
.wrap-product-show .info-box .link a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: block;

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

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

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

        width: 100%;
    }
}
.wrap-product-show .info-box .link a .iconfont
{
    font-size: 22px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-product-show .info-box .link a.addcart .iconfont
{
    font-size: 18px;

    margin-right: 0;
    margin-left: 10px;
}
.wrap-product-show .info-box .link .active a
{
    background: #0e4b9b;
}
.wrap-product-show .product-show-info
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show-info
    {
        margin-top: 30px;
    }
}
.wrap-product-show .title-in h2
{
    font-family: 'Manrope', Arial;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1560px)
{
    .wrap-product-show .title-in h2
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-in h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-in h2
    {
        font-size: 22px;
    }
}
.wrap-product-show .wrap-show-menu ul
{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrap-product-show .stickybox
{
    padding-top: 80px;
}
@media (max-width: 767px)
{
    .wrap-product-show .stickybox
    {
        padding-top: 60px;
    }
}
.wrap-product-show .parameter
{
    padding-bottom: 80px;

    border-bottom: 1px solid #ededed;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter
    {
        padding-bottom: 60px;
    }
}
.wrap-product-show .parameter .editor-content
{
    margin-top: 20px;
}
.wrap-product-show .inquiry .formbox form input,
.wrap-product-show .inquiry .formbox form textarea
{
    background: #f7f7f7;

    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
.wrap-product-show .relate-product .slick-related
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-related
    {
        margin-top: 20px;
    }
}
.wrap-product-show .submit-group
{
    text-align: center;
}
.wrap-news .news
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-news .news
    {
        margin-top: 30px;
    }
}
.wrap-news .news > ul > li
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-news .news > ul > li
    {
        margin-top: 30px;
    }
}
.wrap-news .news .common-news-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    border-radius: 5px;
    background: #f7f7f7;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-news .news .common-news-item .pic
{
    width: 540px;

    border-radius: 3px;
}
@media (max-width: 1470px)
{
    .wrap-news .news .common-news-item .pic
    {
        width: 440px;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .common-news-item .pic
    {
        width: 370px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .common-news-item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .common-news-item .text
{
    width: -webkit-calc(100% - 540px);
    width:         calc(100% - 540px);
    margin-top: 0;
    padding: 30px 5%;
}
@media (max-width: 1470px)
{
    .wrap-news .news .common-news-item .text
    {
        width: -webkit-calc(100% - 440px);
        width:         calc(100% - 440px);
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .common-news-item .text
    {
        width: -webkit-calc(100% - 370px);
        width:         calc(100% - 370px);
        padding: 20px 3%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .common-news-item .text
    {
        width: 100%;
        padding: 20px 15px;
    }
}
.wrap-news .news .common-news-item .text .editor-content
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-details
    {
        padding-right: 0;
        padding-left: 0;
    }
}
.wrap-details .title-details h2
{
    font-family: 'Manrope', Arial;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;

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

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

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

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

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

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

    position: relative;

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

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

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

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

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

    display: block;

    width: 36px;
    height: 36px;

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

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

    width: 1px;
    height: 16px;

    content: '';

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

        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
.wrap-cases .cases > ul > li
{
    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .wrap-cases .cases > ul > li
    {
        margin-top: 30px;
    }
}
.wrap-cases .cases .item .img-box
{
    overflow: hidden;

    padding-bottom: 58.65384615%;

    border-radius: 3px;
}
.wrap-cases .cases .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-cases .cases .item .title-cases
{
    font-family: 'Manrope', Arial;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;

    display: -webkit-box;
    overflow: hidden;

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

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

        margin-top: 20px;
    }
}
.wrap-cases .cases .item .editor-content
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px)
{
    .wrap-cases .cases .item .editor-content
    {
        margin-top: 10px;
    }
}
.wrap-cases .cases .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-sitemap
{
    background-color: #fcfcfc;
}
.wrap-sitemap .sitemap .title h2
{
    margin: 0;
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

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

    display: inline-block;

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

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

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

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

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

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

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

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

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

    display: block;

    padding: 5px 30px;

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

    color: #0e4b9b;
}
.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: #0e4b9b;
}
.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: #0e4b9b;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #0e4b9b;
}
.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(14, 75, 155, .5);
    border-radius: 5px;
    background-color: rgba(14, 75, 155, .1);
}
.wrap-nosearch .title-in
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .wrap-nosearch .title-in h2
    {
        font-size: 30px;
    }
}
.pagination
{
    display: block;

    margin-top: 70px;
}
@media (max-width: 767px)
{
    .pagination
    {
        margin-top: 40px;
    }
}
.pagination a,
.pagination span:not(.ellipsis)
{
    font-size: 16px;

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

    min-width: 52px;
    height: 52px;
    margin: 0 6px;
    padding: 0 5px;

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

    border: 1px solid #e6e6e6;
    border-radius: 30px;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 1200px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        -webkit-transition: .2s;
                transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover
    {
        color: #fff;
        background-color: #0e4b9b;
    }
}
@media (max-width: 1199.98px)
{
    .pagination a:active,
    .pagination span:not(.ellipsis):active
    {
        color: #fff;
        background-color: #0e4b9b;
    }
}
@media (max-width: 767.98px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        font-size: 12px;

        min-width: 32px;
        height: 32px;
        margin: 0 3px;
    }
}
.pagination span.current
{
    color: #fff;
    background-color: #0e4b9b;
}
.pagination span.current.prev,
.pagination span.current.next
{
    display: none;
}
.pagination .next:hover,
.pagination .prev:hover
{
    color: #fff;
    background-color: #0e4b9b;
}
.pagination .prev:before
{
    font-family: 'iconfont' !important;

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

    content: '\e610';
}
.wrap-inquiryinfo .container
{
    padding-right: 0;
    padding-left: 0;
}
.wrap-inquiryinfo .inquiry-info
{
    font-size: 0;

    width: 100%;

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

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

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

    display: inline-block;

    padding: 20px 10px;

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

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

    margin: 0;
    padding: 0;

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

    margin: 0;
    padding: 0;

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

    display: inline-block;

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

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

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

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

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

    content: '\e656';

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

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

    content: '\e656';

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

    position: relative;

    width: 60px;
    height: 34px;

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

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

        width: 25px;
        height: 25px;

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

    display: inline-block;

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

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

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

        position: relative;
        z-index: 8;

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

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

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

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

    cursor: pointer;
    text-align: center;

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

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .iclose::after
    {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after
{
    color: #0e4b9b;
}
.wrap-inquiryinfo .inquiry-message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry-message
    {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry
    {
        padding-top: 50px;
    }
}
.wrap-inquiry .container
{
    padding-right: 0;
    padding-left: 0;
}
.wrap-inquiry .formbox form input,
.wrap-inquiry .formbox form textarea
{
    background: #f7f7f7;

    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
.wrap-inquiry .formbox .submit
{
    color: #0e4b9b;
    border: 1px solid #dbdbdb;
    background: none;
}
.wrap-inquiry .formbox .submit:hover
{
    color: #fff;
    border-color: #0e4b9b;
    background-color: #0e4b9b;
}
.editor-content p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .editor-content p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.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
{
    font-size: 14px;
    line-height: 1.71428571;

    overflow: auto;

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

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

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

    padding: 10px 20px !important;

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

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