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

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

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

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

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

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

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

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

        opacity: 1;
    }
}
.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
.iconfont
{
    font-size: inherit;
}
@font-face
{
    font-family: 'Inter';
    font-weight: 900;
    font-style: normal;

    src: local('Inter Black'), local('Inter-Black'), url('../fonts/Inter-Black.woff2') format('woff2'), url('../fonts/Inter-Black.woff') format('woff'), url('../fonts/Inter-Black.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: 'Inter';
    font-weight: 800;
    font-style: normal;

    src: local('Inter ExtraBold'), local('Inter-ExtraBold'), url('../fonts/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/Inter-ExtraBold.woff') format('woff'), url('../fonts/Inter-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: 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: 'Inter';
    font-weight: 600;
    font-style: normal;

    src: local('Inter SemiBold'), local('Inter-SemiBold'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.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: 16px;
    font-weight: normal;

    overflow-x: hidden;

    color: #1a2c3a;

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    overflow: hidden;

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

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

    list-style: none;
}
a,
a:hover,
a:link,
a:visited
{
    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)
{
    .container
    {
        max-width: 1690px;
    }
    .con1410
    {
        max-width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
.fancybox-slide > video
{
    padding: 0;
}
.swiper-lazy
{
    background: url(../images/ajax-loader.gif) no-repeat center;
}
.scrollbar::-webkit-scrollbar
{
    position: absolute;
    z-index: 2;
    left: 0;

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

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

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

    width: 44px;
    height: 44px;
    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: #c30000;
    background: none;
    background-color: #fff;

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

        left: -30px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        top: auto;
        bottom: -50px;
        left: 50%;

        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: block;

    content: '\e695';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -4%;
    left: auto;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: -30px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: 50%;

        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    background: #c30000;
}
@media (max-width: 991px)
{
    .arrow-top-right
    {
        padding-bottom: 50px;
    }
}
.arrow-top-right .slick-arrow
{
    top: -104px;
    right: 54px;
    left: auto;

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

        -webkit-transform: translateX(-120%);
            -ms-transform: translateX(-120%);
                transform: translateX(-120%);
    }
}
.arrow-top-right .slick-arrow.slick-next
{
    right: 0;
}
@media (max-width: 991px)
{
    .arrow-top-right .slick-arrow.slick-next
    {
        right: 50%;
        left: auto;

        -webkit-transform: translateX(120%);
            -ms-transform: translateX(120%);
                transform: translateX(120%);
    }
}
.prev-next
{
    font-size: 0;
}
.prev-next .slick-arrow
{
    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

    margin: 0 20px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .prev-next .slick-arrow
    {
        margin: 0;
    }
}
.prev-next .slick-arrow.slick-next
{
    right: 0;
}
.slick-dots
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .slick-dots
    {
        margin-top: 30px;
    }
}
.slick-dots li
{
    width: 30px;
    height: 2px;

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

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

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

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

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

    margin: 0 -8px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1400px)
{
    .common-share ul
    {
        margin: 0 -3px;
    }
}
.common-share ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0 8px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1400px)
{
    .common-share ul li
    {
        padding: 0 3px;
    }
}
.common-share ul li a
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #1a2c3a;
    background-size: cover;
}
.common-share ul li a:hover
{
    color: #fff;
    background: #c30000;
}
.formbox
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .formbox
    {
        margin-top: 10px;
    }
}
.formbox form
{
    /* label */
    /* input & textarea */
    /* 初始状态（有 placeholder） */
    /* 聚焦 或 有内容 */
    /* group-read 状态 */
}
.formbox form ul
{
    margin: 0 -10px;
}
.formbox form ul li
{
    padding: 0 10px;
}
.formbox form .group
{
    position: relative;

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

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

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

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

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

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

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

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

        padding: 10px;
    }
}
.formbox form .group input:placeholder-shown + label,
.formbox form .group textarea:placeholder-shown + label
{
    top: 0;
}
.formbox form .group input:focus + label,
.formbox form .group textarea:focus + label,
.formbox form .group input:not(:placeholder-shown) + label,
.formbox form .group textarea:not(:placeholder-shown) + label
{
    top: -32px;
    left: 30px;

    -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:not(:placeholder-shown) + label,
    .formbox form .group textarea:not(:placeholder-shown) + label
    {
        left: 20px;
    }
}
@media (max-width: 767px)
{
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:not(:placeholder-shown) + label,
    .formbox form .group textarea:not(:placeholder-shown) + label
    {
        top: -25px;
        left: 10px;
    }
}
.formbox form .group-read input
{
    font-size: 26px;

    padding-top: 15px;
    padding-bottom: 15px;

    color: #fff !important;
    border-color: #5f6472 !important;
    background: #5f6472 !important;
}
@media (max-width: 1560px)
{
    .formbox form .group-read input
    {
        font-size: 22px;
    }
}
@media (max-width: 1400px)
{
    .formbox form .group-read input
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .formbox form .group-read input
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .formbox form .group-read input
    {
        font-size: 16px;
    }
}
.formbox-bgwhite form .group input,
.formbox-bgwhite form .group textarea
{
    background-color: #fff;
}
.submit-group
{
    margin-top: 30px;
}
.submit-group .submit
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 0;
}
.submit-group .submit span
{
    line-height: 40px;

    display: block;

    min-width: 200px;
    margin-right: 3px;
    padding: 0 10px;

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

    color: #fff;
    border-radius: 5px;
    background: #333;
}
.submit-group .submit .iconfont
{
    font-size: 20px;
    line-height: 40px;

    width: 40px;
    height: 40px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #c30000;
}
@media (min-width: 1200px)
{
    .submit-group .submit:hover span
    {
        background-color: #c30000;
    }
    .submit-group .submit:hover .iconfont
    {
        background-color: #333;
    }
}
.wrap-reviews .feedback
{
    padding-top: 10px;
}
.wrap-reviews .feedback .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border-radius: 5px;
    background: #f2f4f6;
}
.wrap-reviews .feedback .item span
{
    line-height: 50px;

    display: block;

    white-space: nowrap;

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

    width: 100%;
    padding: 10px;

    resize: vertical;

    background: none;
}
.wrap-reviews .feedback .item-read
{
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;

    color: #fff;
    border-radius: 5px;
    background: #5f6472;
}
@media (max-width: 1560px)
{
    .wrap-reviews .feedback .item-read
    {
        font-size: 24px;
    }
}
@media (max-width: 1400px)
{
    .wrap-reviews .feedback .item-read
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .wrap-reviews .feedback .item-read
    {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-reviews .feedback .item-read
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-reviews .feedback .item-read
    {
        font-size: 16px;
    }
}
.wrap-reviews .feedback .item-read input
{
    padding: 15px 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-reviews .feedback .item-read input
    {
        padding: 10px 0;
    }
}
.wrap-reviews .feedback .rating
{
    position: relative;

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

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

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

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

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

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

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

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

    content: '\e76b';
}
.wrap-reviews .feedback .submit-group button
{
    border: 1px solid #240d2a;
    border-radius: 6px;
    background: none;
}
.wrap-reviews .feedback .submit-group button .iconfont
{
    font-size: 24px;
}
.wrap-reviews .feedback .submit-group button:hover
{
    background: #c30000;
}
.wrap-reviews .review-list
{
    overflow: hidden;

    margin-top: 20px;
}
.wrap-reviews .review-list .item
{
    margin-top: 10px;
    padding: 20px;

    border-radius: 1px;
    background: #f2f4f6;
}
.wrap-reviews .review-list .item .title-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-bottom: 20px;

    color: #082056;
    border-bottom: 1px solid #e5e5e5;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-reviews .review-list .item .title-item h3
{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.15384615;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-reviews .review-list .item .title-item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-reviews .review-list .item .title-item h3
    {
        font-size: 18px;
    }
}
.wrap-reviews .review-list .item .title-item .like
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #082056;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-reviews .review-list .item .text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .wrap-reviews .review-list .item .text
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.wrap-reviews .review-list .item .note
{
    width: 60%;
}
@media (max-width: 991px)
{
    .wrap-reviews .review-list .item .note
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .wrap-reviews .review-list .item .note
    {
        width: 100%;
    }
}
.wrap-reviews .review-list .item .note .date
{
    font-size: 14px;
    line-height: 24px;

    margin-top: 30px;

    color: #5f6472;
}
.wrap-reviews .review-list .item .starbox
{
    color: #f85e03;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-reviews .review-list .item .starbox span
{
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;

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

    display: inline-block;

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

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .header-top
{
    line-height: 30px;

    padding: 15px 0;

    color: #fff;
    background-image: -webkit-linear-gradient(181deg, #1b2c3a .07%, #3985c3 48.43%, #1a2c3a 99.66%);
    background-image:         linear-gradient(269deg, #1b2c3a .07%, #3985c3 48.43%, #1a2c3a 99.66%);
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        font-size: 14px;

        padding: 5px 0;
    }
}
@media (max-width: 767px)
{
    .header .header-top
    {
        display: none;
    }
}
.header .header-top p
{
    margin: 0;
}
.header .header-top span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.header .header-top a:hover span
{
    background-size: 100% 1px;
}
.header .logo
{
    display: block;

    height: 120px;
    padding: 24px 160px 24px var(--pad);

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

    background-image: -webkit-gradient(linear, left top, right top, from(#1b2c3a), to(#2e6592));
    background-image: -webkit-linear-gradient(left, #1b2c3a, #2e6592);
    background-image:         linear-gradient(90deg, #1b2c3a, #2e6592);

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
@media (max-width: 1560px)
{
    .header .logo
    {
        padding-right: 120px;
    }
}
@media (max-width: 1400px)
{
    .header .logo
    {
        padding: 30px 100px 30px var(--pad);
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 70px;
        padding: 10px 50px 10px var(--pad);
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 60px;
        padding-right: 40px;
    }
}
.header .logo img
{
    position: relative;
    z-index: 6;

    display: block;

    height: 100%;
}
.header .header-right
{
    width: 100%;
    height: 100%;
    padding-right: var(--pad);
}
@media (max-width: 1199px)
{
    .header .header-right
    {
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .header .header-right
    {
        height: 50px;
    }
}
.header .language
{
    position: relative;

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

    margin-left: 20px;

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

        margin-left: 0;
    }
}
.header .language span
{
    line-height: 46px;

    position: relative;

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

    padding: 0 20px;

    color: #fff;
    background-color: #c30000;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .header .language span
    {
        line-height: 36px;
    }
}
@media (max-width: 767px)
{
    .header .language span
    {
        padding: 0 10px;

        color: #1a2c3a;
        background: none;
    }
}
.header .language span .iconfont
{
    font-size: 24px;

    margin-right: 8px;
}
@media (max-width: 767px)
{
    .header .language span .iconfont
    {
        margin-right: 0;
    }
}
.header .language span .icon-xia
{
    font-size: 14px;

    margin-right: 0;
    margin-left: 10px;
}
@media (max-width: 767px)
{
    .header .language span .icon-xia
    {
        display: none;
    }
}
.header .language span:after
{
    position: absolute;
    z-index: 6;
    z-index: 7;
    bottom: -1px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;

    -webkit-filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, .1));
            filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, .1));
}
.header .language:hover span:after
{
    opacity: 1;
}
.header .language ul
{
    font-size: 0;

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

    display: none;

    width: 500px;
    padding: 20px;

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

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

    display: inline-block;

    width: 33.333%;

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

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

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

    padding: 10px;

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

    width: 30px;
    margin-right: 10px;
}
.header .language ul li:hover a
{
    background-color: #eee;
}
.header .pc-search form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 350px;
    padding: 0 15px 0 25px;

    border-radius: 8px;
    background: #f0f0f0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .pc-search form input
{
    font-size: 14px;

    width: 100%;
    padding-right: 20px;

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

    color: #c30000;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.header .serach-part
{
    margin-left: 30px;

    cursor: pointer;
}
@media (max-width: 1400px)
{
    .header .serach-part
    {
        margin-left: 10px;
    }
}
.header .find
{
    line-height: 40px;

    height: 40px;
    padding: 0 20px;

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

    border-radius: 7px;
}
@media (max-width: 1400px)
{
    .header .find
    {
        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 34px;

        height: 34px;
    }
}
.header .find .iconfont
{
    font-size: 30px;

    display: block;
}
.header .find:hover
{
    color: #c30000;
}
.header .search-wrap
{
    font-size: 14px;

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

    display: none;

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

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

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

    cursor: pointer;

    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: #c30000;
}
.header .header-nav
{
    color: #fff;
    background-color: #c30000;
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
.header .pc-nav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

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

    padding: 0 25px;

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

    position: relative;

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

    height: 105px;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .pc-nav > ul > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#222));
    background-image: -webkit-linear-gradient(left, #222 0%, #222 100%);
    background-image:         linear-gradient(to right, #222 0%, #222 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.header .pc-nav > ul > li.active > a span,
.header .pc-nav > ul > li:hover > a span
{
    background-size: 100% 1px;
}
.header .pc-nav .nav-list2
{
    font-size: 14px;

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

    display: none;

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

    text-align: left;

    color: #fff;
    border-radius: 5px;
    background-color: #1a2c3a;
}
.header .pc-nav .nav-list2 > li
{
    position: relative;
}
.header .pc-nav .nav-list2 > li > a
{
    font-size: 15px;
    line-height: 24px;

    display: block;

    padding: 10px 24px;

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

    border-radius: 5px;
}
@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: #c30000;
}
.header .pc-nav .nav-list3
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px;

    color: #fff;
    border-radius: 5px;
    background-color: #1a2c3a;
}
.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;

    border-radius: 5px;
}
.header .pc-nav .nav-list3 > li:hover > a
{
    color: #fff;
    background-color: #c30000;
}
.header .btn-menu
{
    position: relative;

    display: none;

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

        margin-left: 10px;

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

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

    width: 100%;
    height: 100%;

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

    height: 2px;

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

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

    height: 2px;
    margin: 5px 0;

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

    background: #c30000;
}
.header.stuck
{
    top: -60px;

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

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

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.online-wrap .btn
{
    line-height: 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 #c30000;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #c30000;
}
@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: '\e695';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

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

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

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

    background: rgba(0, 0, 0, .5);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        position: absolute;
        top: auto;
        right: -60px;
        bottom: 70px;

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

    position: relative;

    display: block;

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

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

    color: rgba(255, 255, 255, .8);
}
.online-wrap .online a .iconfont
{
    font-size: 24px;
}
.online-wrap .online a:hover
{
    color: #fff;
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 0;

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

    display: block;

    margin: 0;
    padding: 0 20px;

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

    width: 18px;
    height: 18px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #c30000;
}
.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: #c30000;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online .open-top
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

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

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

    display: inline-block;

    padding: 5px 10px;

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

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

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

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

    float: left;

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

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

    display: none;

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

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

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

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

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

    width: auto;

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

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

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

    opacity: 1;
    border: 1px solid transparent;
    border-radius: 50%;
    background: none;
}
.banner .swiper-pagination .swiper-pagination-bullet:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 7px;
    height: 7px;

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

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    border-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:before
{
    width: 3px;
    height: 3px;
}
.banner .banner-button
{
    position: absolute;
    z-index: 6;
    bottom: 30px;

    width: 100%;
    margin: 1px;

    text-align: right;
}
@media (max-width: 1560px)
{
    .banner .banner-button
    {
        bottom: 70px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-button
    {
        bottom: 0;
    }
}
.banner .banner-button .slick-arrow
{
    position: relative;
    top: 0;
    left: 0;

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

    margin-left: 18px;
}
.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: 43.22916667%;

    -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: #c30000 !important;
}
.banner .mobile-video
{
    position: relative;

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

    content: '';

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

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

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

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

    overflow: hidden;

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

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (min-width: 1920px)
{
    .banner-in img
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .banner-in img
    {
        width: 140%;
        margin-left: -20%;
    }
}
.banner-in .banner-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
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1400px)
{
    .box
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
@-webkit-keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.title .subtitle
{
    font-weight: 600;

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

    margin-bottom: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .title .subtitle
    {
        margin-bottom: 10px;
    }
}
.title .subtitle:before
{
    display: block;

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

    content: '';

    border-radius: 50%;
    background-color: #c30000;
}
.title h2
{
    font-size: 65px;
    font-weight: 800;
    line-height: 1.2;
}
@media (max-width: 1560px)
{
    .title h2
    {
        font-size: 60px;
    }
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 52px;
    }
}
@media (max-width: 1400px)
{
    .title h2
    {
        font-size: 46px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title h2 span
{
    display: block;

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

    background: var(--2, linear-gradient(90deg, #1a2c3a 28.83%, #3985c3 95.61%));
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.title .editor-content
{
    max-width: 1100px;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .title .editor-content
    {
        margin-top: 10px;
    }
}
.title.text-center .editor-content
{
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .title.text-center .editor-content
    {
        margin-top: 10px;
    }
}
.common-button a,
.common-button button
{
    line-height: 26px;

    position: relative;

    display: block;

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

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

    color: #fff;
    background-color: #1a2c3a;
}
@media (max-width: 1400px)
{
    .common-button a,
    .common-button button
    {
        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .common-button a,
    .common-button button
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.common-button a .button-now,
.common-button button .button-now,
.common-button a .button-hover,
.common-button button .button-hover
{
    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-button a .button-now span,
.common-button button .button-now span,
.common-button a .button-hover span,
.common-button button .button-hover span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.common-button a .button-now span,
.common-button button .button-now span,
.common-button a .button-hover span,
.common-button button .button-hover span,
.common-button a .button-now .iconfont,
.common-button button .button-now .iconfont,
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.common-button a .button-now .iconfont,
.common-button button .button-now .iconfont,
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont
{
    font-size: 18px;

    margin-left: 10px;

    opacity: 0;
}
.common-button a .button-now .iconfont,
.common-button button .button-now .iconfont
{
    opacity: 1;
}
.common-button a .now-hover-group,
.common-button button .now-hover-group
{
    position: relative;

    overflow: hidden;
}
.common-button a .button-hover,
.common-button button .button-hover
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}
.common-button a .button-hover span,
.common-button button .button-hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont
{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
.common-button a:hover,
.common-button button:hover
{
    background-color: #c30000;
}
.common-button a:hover .button-now span,
.common-button button:hover .button-now span
{
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.common-button a:hover .button-now .iconfont,
.common-button button:hover .button-now .iconfont
{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);

    opacity: 0;
}
.common-button a:hover .button-hover span,
.common-button button:hover .button-hover span
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);

    background-size: 100% 1px;
}
.common-button a:hover .button-hover .iconfont,
.common-button button:hover .button-hover .iconfont
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);

    opacity: 1;
}
.common-button-white a,
.common-button-white button
{
    border: 1px solid #fff;
    background: none;
}
.common-button-white a:hover,
.common-button-white button:hover
{
    background: none;
}
.common-button.text-center a,
.common-button.text-center button
{
    margin: 0 auto;
}
.box-top .title
{
    width: 50%;
}
@media (max-width: 991px)
{
    .box-top .title
    {
        width: 100%;
    }
}
.box-top .note
{
    width: 50%;
}
@media (max-width: 991px)
{
    .box-top .note
    {
        width: 100%;
    }
}
.box-advantage
{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .box-advantage
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.box-advantage .advantage
{
    width: 80%;
    padding: 0 5%;

    background: rgba(255, 255, 255, .8);

    -webkit-backdrop-filter: blur(5.44999981px);
            backdrop-filter: blur(5.44999981px);
}
@media (max-width: 1400px)
{
    .box-advantage .advantage
    {
        padding: 0 30px;
    }
}
@media (max-width: 1199px)
{
    .box-advantage .advantage
    {
        width: 100%;
        margin: 50px 0;
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .advantage
    {
        margin: 30px 0;
    }
}
.box-advantage .advantage > ul
{
    margin: 0 -45px;
}
@media (max-width: 1560px)
{
    .box-advantage .advantage > ul
    {
        margin: 0 -25px;
    }
}
.box-advantage .advantage > ul > li
{
    position: relative;

    padding: 0 45px;
}
@media (max-width: 1560px)
{
    .box-advantage .advantage > ul > li
    {
        padding: 0 25px;
    }
}
.box-advantage .advantage > ul > li:after
{
    position: absolute;
    top: -webkit-calc(50% + 26px);
    top:         calc(50% + 26px);
    right: 0;

    display: block;

    width: 1px;
    height: 63px;

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

    background-color: rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .box-advantage .advantage > ul > li:last-child
    {
        border-bottom: none;
    }
}
.box-advantage .advantage > ul > li:last-child:after
{
    display: none;
}
.box-advantage .advantage .item
{
    position: relative;

    height: 100%;
    padding: 40px 0;
}
@media (max-width: 767px)
{
    .box-advantage .advantage .item
    {
        padding: 20px 0;

        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
}
.box-advantage .advantage .item:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #c30000;
}
.box-advantage .advantage .item .icon img
{
    height: 32px;

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

    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
}
.box-advantage .advantage .item .editor-content
{
    margin-top: 20px;
}
.box-advantage .advantage .item:hover:after
{
    width: 100%;
}
.box-advantage .advantage .item:hover .icon img
{
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
}
.box-about
{
    position: relative;
    z-index: 8;
}
@media (min-width: 1200px)
{
    .box-about
    {
        overflow: visible;
    }
}
.box-about .about-left
{
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .box-about .about-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-about .about-right
{
    width: 50%;
}
@media (max-width: 767px)
{
    .box-about .about-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-about .pic img
{
    width: 100%;
}
.box-category .category
{
    position: relative;
}
.box-category .category .title
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 60%;
}
@media (max-width: 991px)
{
    .box-category .category .title
    {
        position: relative;

        width: 100%;
    }
}
.box-category .category-list > ul > li
{
    margin-top: 30px;
}
.box-category .category-list > ul > li:nth-child(1)
{
    margin-left: 66.6666%;
}
@media (max-width: 991px)
{
    .box-category .category-list > ul > li:nth-child(1)
    {
        margin-left: 0;
    }
}
.box-category .category-list > ul > li:nth-child(2)
{
    margin-left: 33.3333%;
}
@media (max-width: 991px)
{
    .box-category .category-list > ul > li:nth-child(2)
    {
        margin-left: 0;
    }
}
.box-category .category-list .item
{
    position: relative;
}
.box-category .category-list .item .img-box
{
    padding-bottom: 66.25%;
}
.box-category .category-list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-category .category-list .item .text
{
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 30px;
}
@media (max-width: 1400px)
{
    .box-category .category-list .item .text
    {
        padding: 20px;
    }
}
.box-category .category-list .item .text .num
{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15384615;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1560px)
{
    .box-category .category-list .item .text .num
    {
        font-size: 24px;
    }
}
@media (max-width: 1470px)
{
    .box-category .category-list .item .text .num
    {
        font-size: 20px;
    }
}
.box-category .category-list .item .text .title-category
{
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;

    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    letter-spacing: -.78px;
}
@media (max-width: 1560px)
{
    .box-category .category-list .item .text .title-category
    {
        font-size: 24px;
    }
}
@media (max-width: 1470px)
{
    .box-category .category-list .item .text .title-category
    {
        font-size: 20px;
    }
}
@media (min-width: 1200px)
{
    .box-category .category-list .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-category .category-list .item:hover .text .num
    {
        color: #c30000;
    }
    .box-category .category-list .item:hover .text .title-category
    {
        color: #c30000;
    }
}
.box-choose .title h2
{
    max-width: 600px;
}
.box-choose .box-top .editor-content
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-choose .box-top .editor-content
    {
        margin-top: 20px;
    }
}
.box-choose .choose .slick-track
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.box-choose .choose .slick-track .slick-slide
{
    height: auto;
}
.box-choose .choose .slick-track .slick-slide > div
{
    height: 100%;
}
.box-choose .choose .slick-track .slick-slide > div > div
{
    height: 100%;
}
.box-choose .choose .item
{
    position: relative;

    overflow: hidden;

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

    text-align: center;

    background-color: #fff;
}
.box-choose .choose .item:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #c30000;
}
.box-choose .choose .item .num
{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;

    text-align: left;
}
.box-choose .choose .item .icon
{
    width: 82px;
    height: 82px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 20px;

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

    border-radius: 50%;
    background-color: #1a2c3a;
}
@media (max-width: 1199px)
{
    .box-choose .choose .item .icon
    {
        width: 70px;
        height: 70px;
        margin-top: 20px;
    }
}
.box-choose .choose .item .icon img
{
    display: block;

    width: 100%;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.box-choose .choose .item .title-choose
{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33333333;

    margin-top: 30px;

    letter-spacing: -.36px;
}
.box-choose .choose .item .iconbg
{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -30px;

    width: 40%;

    opacity: .03;
}
.box-choose .choose .item .iconbg img
{
    width: 100%;
}
@media (min-width: 1200px)
{
    .box-choose .choose .item:hover:after
    {
        width: 80%;
    }
    .box-choose .choose .item:hover .icon
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;

        background-color: #c30000;
    }
}
.box-news .title h2
{
    max-width: 680px;
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 62.5%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .date
{
    font-weight: bold;
    line-height: 24px;

    display: block;

    margin-top: 24px;

    color: #c30000;
}
.box-news .news .item .public-note
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (min-width: 1200px)
{
    .box-news .news .item:hover .title-news
    {
        color: #c30000;
    }
    .box-news .news .item:hover .title-news span
    {
        background-size: 100% 1px;
    }
    .box-news .news .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.box-news .slick-arrow
{
    border: 1px solid rgba(17, 17, 17, .15);
}
.box-news .slick-arrow:hover
{
    border-color: #c30000;
}
.box-partners
{
    background: #f5f8fa;
}
.box-partners .title p
{
    margin: 0 auto;
    margin-top: 15px;
}
.box-partners .partners
{
    position: relative;

    margin-top: 70px;
}
@media (max-width: 991px)
{
    .box-partners .partners
    {
        margin-top: 30px;
    }
}
.box-partners .partners img
{
    width: 100%;

    background: none;
}
.box-partners .partners .img-top
{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.footer
{
    overflow: hidden;

    padding: 100px 5% 30px 5%;

    color: #dfdfdf;
}
@media (max-width: 1560px)
{
    .footer
    {
        padding-top: 80px;
    }
}
@media (max-width: 1400px)
{
    .footer
    {
        padding-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .footer
    {
        padding: 30px 15px;
    }
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 80px;
    }
}
.footer .foot-logo a
{
    font-size: 36px;
    line-height: 1;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin: 0 auto;

    text-align: center;

    color: #fff;
}
@media (max-width: 1560px)
{
    .footer .foot-logo a
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-logo a
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-logo a
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-logo a
    {
        font-size: 16px;
    }
}
.footer .foot-logo a img
{
    display: block;

    height: 84px;
    margin: 0 auto;
}
@media (max-width: 1560px)
{
    .footer .foot-logo a img
    {
        height: 74px;
    }
}
@media (max-width: 1400px)
{
    .footer .foot-logo a img
    {
        height: 70px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-logo a img
    {
        height: 60px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-logo a img
    {
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-logo a img
    {
        height: 30px;
    }
}
.footer .foot-logo a span
{
    display: block;

    margin-top: 16px;
}
.footer .foot
{
    position: relative;

    margin-top: 30px;
    padding-top: 60px;
}
@media (max-width: 1560px)
{
    .footer .foot
    {
        padding-top: 30px;
        padding-right: 3%;
        padding-left: 3%;
    }
}
.footer .foot:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: url(../images/foot_bg.png) no-repeat center;
    background-size: cover;

    -webkit-backdrop-filter: blur(5.44999981px);
            backdrop-filter: blur(5.44999981px);
}
.footer .foot .container
{
    position: relative;
    z-index: 6;
}
.footer .foot-text
{
    max-width: 400px;
}
@media (max-width: 1199px)
{
    .footer .foot-text
    {
        max-width: 350px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-text
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-text
    {
        width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-text .foot-info
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot-text .foot-info
    {
        margin-top: 10px;
    }
}
.footer .foot-text .foot-info p
{
    line-height: 30px;

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

    margin: 0;
}
.footer .foot-text .foot-info p span
{
    min-width: 80px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.footer .foot-text .foot-info p a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .foot-text .foot-info p a:hover
{
    color: #c30000;
}
.footer .foot-message
{
    width: 450px;
}
@media (max-width: 1560px)
{
    .footer .foot-message
    {
        width: 400px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 350px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        margin-top: 20px;
    }
}
.footer .foot-message .title-message h3
{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15384615;

    color: #fff;
}
@media (max-width: 1560px)
{
    .footer .foot-message .title-message h3
    {
        font-size: 24px;
    }
}
@media (max-width: 1470px)
{
    .footer .foot-message .title-message h3
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message .title-message h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message .title-message h3
    {
        font-size: 18px;
    }
}
.footer .foot-message .message
{
    margin-top: 16px;
}
.footer .foot-message .message form .form-group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px;

    background: #1a2c3a;
}
.footer .foot-message .message form .form-group input
{
    font-weight: 500;
    line-height: 42px;

    width: 100%;
    padding: 0 10px;

    color: #fff;
    background: none;
}
.footer .foot-message .message form .form-group input::-webkit-input-placeholder,
.footer .foot-message .message form .form-group textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot-message .message form .form-group input:-o-placeholder,
.footer .foot-message .message form .form-group textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot-message .message form .form-group input::-moz-placeholder,
.footer .foot-message .message form .form-group textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot-message .message form .form-group input:-ms-input-placeholder,
.footer .foot-message .message form .form-group textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot-message .message form .form-group input:focus::-webkit-input-placeholder,
.footer .foot-message .message form .form-group textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message .message form .form-group input:focus::-o-placeholder,
.footer .foot-message .message form .form-group textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message .message form .form-group input:focus::-moz-placeholder,
.footer .foot-message .message form .form-group textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message .message form .form-group input:focus::-ms-input-placeholder,
.footer .foot-message .message form .form-group textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message .message form .form-group .common-button
{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.footer .foot-message .message form .form-group .common-button button
{
    line-height: 22px;

    padding: 10px 15px;

    color: #1a2c3a;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot-message .message form .form-group .common-button button
    {
        font-size: 14px;
    }
}
.footer .foot-message .message form .group-code
{
    margin-top: 10px;
}
.footer .foot-message .message form .group-code input
{
    line-height: 42px;

    padding: 0 10px;

    color: #fff;
    background: #1a2c3a;
}
.footer .foot-message .message form .group-code input::-webkit-input-placeholder,
.footer .foot-message .message form .group-code textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot-message .message form .group-code input:-o-placeholder,
.footer .foot-message .message form .group-code textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot-message .message form .group-code input::-moz-placeholder,
.footer .foot-message .message form .group-code textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot-message .message form .group-code input:-ms-input-placeholder,
.footer .foot-message .message form .group-code textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot-message .message form .group-code input:focus::-webkit-input-placeholder,
.footer .foot-message .message form .group-code textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message .message form .group-code input:focus::-o-placeholder,
.footer .foot-message .message form .group-code textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message .message form .group-code input:focus::-moz-placeholder,
.footer .foot-message .message form .group-code textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message .message form .group-code input:focus::-ms-input-placeholder,
.footer .foot-message .message form .group-code textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .common-share
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .footer .common-share
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .footer .common-share
    {
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-nav
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav
    {
        width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-nav .foot-info
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot-nav .foot-info
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav .foot-info > ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav .foot-info > ul > li
    {
        margin-right: 15px;
    }
}
.footer .foot-nav .foot-info > ul > li > a
{
    line-height: 26px;

    display: block;

    padding: 3px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .foot-nav .foot-info > ul > li:hover > a
{
    color: #c30000;
}
.footer .title-foot h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.28571429;

    color: #fff;
}
.footer .copyright
{
    font-size: 14px;
    line-height: 26px;
    line-height: 1.5;

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

    color: #fff;
    border-top: 1px dashed rgba(255, 255, 255, .24);
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding-top: 10px;
    }
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.footer .copyright .link a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .copyright .link i
{
    font-style: normal;

    margin: 0 10px;
}
.footer .copyright a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .copyright a:hover
{
    color: #c30000;
}
.wrap
{
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 1560px)
{
    .wrap
    {
        padding: 80px 0;
    }
}
@media (max-width: 1400px)
{
    .wrap
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.pt-60
{
    padding-top: 60px;
}
@media (max-width: 1199px)
{
    .pt-60
    {
        padding-top: 50px;
    }
}
@media (max-width: 991px)
{
    .pt-60
    {
        padding-top: 40px;
    }
}
.title-in h2
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1560px)
{
    .title-in h2
    {
        font-size: 55px;
    }
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 55px;
    }
}
@media (max-width: 1400px)
{
    .title-in h2
    {
        font-size: 44px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 38px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in h2 span
{
    display: block;

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

    background: var(--2, linear-gradient(90deg, #1a2c3a 28.83%, #3985c3 95.61%));
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.title-in .editor-content
{
    max-width: 1020px;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .title-in .editor-content
    {
        margin-top: 10px;
    }
}
.title-in.text-center h2 span
{
    margin: 0 auto;
}
.wrap-location
{
    line-height: 30px;

    position: relative;
    z-index: 9;

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

    background: rgba(255, 255, 255, .67);
}
@media (max-width: 1199px)
{
    .wrap-location
    {
        margin-top: 0;

        border-bottom: 1px solid #dcdcdc;
    }
}
.wrap-location .location
{
    line-height: 30px;

    position: relative;

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

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

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

    width: 100%;

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

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

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

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-location .location > ul > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#c30000), to(#c30000));
    background-image: -webkit-linear-gradient(left, #c30000 0%, #c30000 100%);
    background-image:         linear-gradient(to right, #c30000 0%, #c30000 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-location .location > ul > li > a:hover
{
    color: #c30000;
}
.wrap-location .location > ul > li > a:hover span
{
    background-size: 100% 1px;
}
.wrap-menu
{
    position: relative;
    z-index: 9;

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

    margin: 0 -5px;

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

    display: block;

    padding: 12px 34px;

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

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

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

    position: relative;
    z-index: 6;

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

    overflow: hidden;

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

    position: relative;

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

    padding: 10px 30px 10px 30px;

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

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

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1400px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        padding: 10px 20px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li > a:after
{
    content: '+';
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    color: #fff;
    background-color: #c30000;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after
{
    content: '-';
}
.wrap-sidenav .sidenav .slevel-1 > li.active .slevel-2
{
    display: block;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

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

    position: relative;

    display: block;

    padding: 4px 44px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1400px)
{
    .wrap-sidenav .sidenav .slevel-2 > li > a
    {
        padding: 0 20px;
    }
}
.wrap-sidenav .sidenav .slevel-2 > li > a:before
{
    margin-right: 4px;

    content: '·';

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-sidenav .sidenav .slevel-2 > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#c30000), to(#c30000));
    background-image: -webkit-linear-gradient(left, #c30000 0%, #c30000 100%);
    background-image:         linear-gradient(to right, #c30000 0%, #c30000 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    color: #c30000;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a span,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a span
{
    background-size: 100% 1px;
}
.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: 15px;
    line-height: 24px;

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

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

    text-transform: capitalize;

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

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

        padding: 5px 10px;
    }
}
.xs-product-nav ul > li.active > a
{
    color: #fff;
    border-color: #c30000;
    background-color: #c30000;
}
.wrap-about .about .text
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .about .text
    {
        margin-top: 14px;
    }
}
.wrap-about .video
{
    position: relative;
}
.wrap-about .video img
{
    width: 100%;
}
.wrap-about .video .play
{
    font-size: 24px;
    line-height: 90px;

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

    width: 90px;
    height: 90px;

    cursor: pointer;
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #c30000;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
}
.wrap-about .video .play:hover
{
    line-height: 100px;

    width: 100px;
    height: 100px;
}
.wrap-choose .choose .item
{
    background: #f2f4f6;
}
@media (min-width: 768px)
{
    .wrap-choose .slick-arrow
    {
        left: -50px;

        width: 44px;
        height: 100%;

        background: #f2f4f6;
    }
    .wrap-choose .slick-arrow.slick-next
    {
        right: -50px;
        left: auto;
    }
    .wrap-choose .slick-arrow:hover
    {
        background-color: #c30000;
    }
}
.wrap-contact
{
    overflow: hidden;
}
.wrap-contact .title-home h2
{
    font-size: 52px;
}
@media (max-width: 1560px)
{
    .wrap-contact .title-home h2
    {
        font-size: 48px;
    }
}
@media (max-width: 1470px)
{
    .wrap-contact .title-home h2
    {
        font-size: 44px;
    }
}
@media (max-width: 1400px)
{
    .wrap-contact .title-home h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .title-home h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .title-home h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .title-home h2
    {
        font-size: 24px;
    }
}
.wrap-contact .contact
{
    position: relative;
    z-index: 6;

    overflow: visible;

    width: 50%;
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .contact .text,
.wrap-contact .contact .title
{
    position: relative;
    z-index: 6;
}
.wrap-contact .contact .text
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        margin-top: 20px;
    }
}
.wrap-contact .contact .text > ul > li
{
    margin-top: 16px;
}
.wrap-contact .contact .text .item
{
    line-height: 26px;

    position: relative;

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

    padding: 20px 30px;

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

    background: #f2f4f6;
}
@media (max-width: 1400px)
{
    .wrap-contact .contact .text .item
    {
        padding: 15px 20px;
    }
}
.wrap-contact .contact .text .item .icon
{
    font-size: 20px;
    line-height: 46px;

    width: 46px;
    height: 46px;
    margin-right: 30px;

    text-align: center;

    border: 1px solid rgba(119, 119, 119, .15);
    border-radius: 58px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1400px)
{
    .wrap-contact .contact .text .item .icon
    {
        margin-right: 20px;
    }
}
.wrap-contact .contact .text .item p
{
    width: 100%;
    margin: 10px 0 0 0;
}
.wrap-contact .contact .text .item p a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .text .item:hover
{
    color: #fff;
    background-color: #c30000;
}
.wrap-contact .contact .text .item:hover .icon
{
    border: 1px solid rgba(255, 255, 255, .15);
}
.wrap-contact .contact .common-share
{
    margin-top: 16px;
    padding: 20px 30px;

    background: #f2f4f6;
}
@media (max-width: 1400px)
{
    .wrap-contact .contact .common-share
    {
        padding: 15px 20px;
    }
}
.wrap-contact .contact .common-share ul
{
    margin: 0 -18px;
}
@media (max-width: 1400px)
{
    .wrap-contact .contact .common-share ul
    {
        margin: 0 -5px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .common-share ul
    {
        margin: 0 -2px;
    }
}
.wrap-contact .contact .common-share ul li
{
    padding: 0 18px;
}
@media (max-width: 1400px)
{
    .wrap-contact .contact .common-share ul li
    {
        padding: 0 5px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .common-share ul li
    {
        padding: 0 2px;
    }
}
.wrap-contact .contact .common-share ul li a
{
    font-size: 20px;
    line-height: 40px;

    width: 40px;
    height: 40px;

    color: #1a2c3a;
    border: 1px solid rgba(134, 134, 134, .15);
    background: none;
}
.wrap-contact .contact .common-share ul li a:hover
{
    color: #fff;
    border-color: #c30000;
    background-color: #c30000;
}
.wrap-contact .message
{
    position: relative;
    z-index: 6;

    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        width: 100%;
        margin-top: 30px;
    }
}
@media (min-width: 1200px)
{
    .wrap-contact .formbox .group label
    {
        line-height: 70px;
    }
    .wrap-contact .formbox .group input,
    .wrap-contact .formbox .group textarea
    {
        line-height: 30px;

        padding: 20px 30px;

        background: #f2f4f6;
    }
    .wrap-contact .formbox .group input:focus + label,
    .wrap-contact .formbox .group textarea:focus + label,
    .wrap-contact .formbox .group input:not(:placeholder-shown) + label,
    .wrap-contact .formbox .group textarea:not(:placeholder-shown) + label
    {
        top: -46px;
    }
}
.common-product-item .img-box
{
    padding-bottom: 59.09090909%;

    border: 1px solid #c9c9c9;
    border-radius: 5px;
}
.common-product-item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-product-item .text
{
    margin-top: 10px;
}
.common-product-item .text .title-product
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.common-product-item .text p
{
    font-size: 18px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    margin: 0;
    padding: 0 10px;

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

    color: #fff;
    border-radius: 5px;
    background: #1a2c3a;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .common-product-item .text p
    {
        font-size: 16px;
    }
}
.common-product-item .text .iconfont
{
    line-height: 40px;

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

    text-align: center;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@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 .text p
    {
        background-color: #c30000;
    }
}
.wrap-product .product
{
    margin-top: -50px;
}
@media (max-width: 1560px)
{
    .wrap-product .product
    {
        margin-top: -30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product
    {
        margin-top: -15px;
    }
}
.wrap-product .product > ul > li
{
    margin-top: 50px;
}
@media (max-width: 1560px)
{
    .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: -80px;
    }
}
.wrap-product-show .product-show
{
    padding-bottom: 80px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show
    {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show
    {
        padding-bottom: 30px;
    }
}
.wrap-product-show .product-show .pic
{
    overflow: hidden;

    border: 1px solid #c9c9c9;
    border-radius: 5px;
}
.wrap-product-show .product-show .pic img
{
    width: 100%;
}
.wrap-product-show .info-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    min-height: 100%;
    padding: 30px;

    background: rgba(87, 118, 142, .08);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box
    {
        min-height: auto;
        padding: 20px 15px;
    }
}
.wrap-product-show .info-box .title-info-box h2
{
    font-size: 26px;
    line-height: 1.30769231;

    margin: 0;

    letter-spacing: -.26px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 24px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .title-info-box .model
{
    line-height: 32px;

    display: inline-block;

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

    color: #fff;
    border-radius: 4px;
    background: #1a2c3a;
}
.wrap-product-show .info-box .text
{
    margin-top: 40px;
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .text
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share-link
{
    margin-top: 30px;
}
.wrap-product-show .info-box .btn-inquiry
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-right: 20px;
    padding: 0;
}
.wrap-product-show .info-box .btn-inquiry span
{
    line-height: 40px;

    display: block;

    margin-right: 3px;
    padding: 0 30px;

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

    color: #fff;
    border-radius: 5px;
    background: #333;
}
.wrap-product-show .info-box .btn-inquiry .iconfont
{
    font-size: 20px;
    line-height: 40px;

    width: 40px;
    height: 40px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #c30000;
}
@media (min-width: 1200px)
{
    .wrap-product-show .info-box .btn-inquiry:hover span
    {
        background-color: #c30000;
    }
    .wrap-product-show .info-box .btn-inquiry:hover .iconfont
    {
        background-color: #333;
    }
}
.wrap-product-show .info-box .share
{
    margin: 10px 0;
}
.wrap-product-show .info-box .share p
{
    margin: 0;
}
.wrap-product-show .stickybox
{
    padding: 80px 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .stickybox
    {
        padding: 70px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .stickybox
    {
        padding: 50px 0;
    }
}
.wrap-product-show .wrap-show-menu
{
    z-index: 9;

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

    margin: 0 -3vw;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .wrap-product-show .wrap-show-menu ul
    {
        margin: 0 -20px;

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

    height: 4px;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.wrap-product-show .wrap-show-menu ul li
{
    padding: 0 3vw;
}
@media (max-width: 1199px)
{
    .wrap-product-show .wrap-show-menu ul li
    {
        padding: 0 20px;
    }
}
.wrap-product-show .wrap-show-menu ul li a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 0;

    cursor: pointer;
}
@media (max-width: 767px)
{
    .wrap-product-show .wrap-show-menu ul li a
    {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 0;
    }
}
.wrap-product-show .wrap-show-menu ul li a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-product-show .wrap-show-menu ul li.active a
{
    font-weight: bold;
}
.wrap-product-show .wrap-show-menu ul li.active a span
{
    background-size: 100% 1px;
}
.wrap-product-show .title-product-show h3
{
    font-family: 'New Amsterdam', Arial;
    font-size: 70px;
    line-height: 1;
}
@media (max-width: 1560px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 60px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 30px;
    }
}
.wrap-product-show .title-product-show h3 span
{
    color: #c30000;
}
.wrap-product-show .parameter .editor-content
{
    margin-top: 20px;
}
.wrap-product-show .parameter .editor-content h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
}
.wrap-product-show .parameter .editor-content p
{
    font-size: 16px;
    line-height: 1.75;
}
.wrap-product-show .relate-product .slick-related
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .slick-related
    {
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-arrow
{
    line-height: 40px;

    width: 40px;
    height: 40px;

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

    color: #fff;
    border-radius: 5px;
    background: #333;
}
.wrap-product-show .relate-product .slick-arrow:hover
{
    background-color: #c30000;
}
.wrap-news .news > ul > li
{
    padding: 60px 15px;

    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1400px)
{
    .wrap-news .news > ul > li
    {
        padding: 40px 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news > ul > li
    {
        padding: 30px 15px;
    }
}
.wrap-news .news .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row-reverse;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
                flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
    }
}
.wrap-news .news .item .pic
{
    overflow: hidden;

    width: 520px;
}
@media (max-width: 1470px)
{
    .wrap-news .news .item .pic
    {
        width: 440px;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .pic
    {
        width: 340px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 240px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 65.47619048%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .date
{
    line-height: 1.5;

    width: 120px;
    padding-top: 30px;
}
@media (max-width: 1400px)
{
    .wrap-news .news .item .date
    {
        width: 80px;
        padding-top: 0;
    }
}
.wrap-news .news .item .date b
{
    font-weight: 500;

    display: block;
}
.wrap-news .news .item .date span
{
    font-size: 12px;
    font-weight: 500;

    display: block;
}
.wrap-news .news .item .text
{
    width: -webkit-calc(100% - 640px);
    width:         calc(100% - 640px);
    padding-top: 30px;
    padding-right: 5%;
}
@media (max-width: 1470px)
{
    .wrap-news .news .item .text
    {
        width: -webkit-calc(100% - 560px);
        width:         calc(100% - 560px);
    }
}
@media (max-width: 1400px)
{
    .wrap-news .news .item .text
    {
        width: -webkit-calc(100% - 520px);
        width:         calc(100% - 520px);
        padding-top: 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .text
    {
        width: -webkit-calc(100% - 420px);
        width:         calc(100% - 420px);
        padding-right: 3%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text
    {
        width: -webkit-calc(100% - 320px);
        width:         calc(100% - 320px);
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-news .news .item .title-news
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;

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

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

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

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item .note p
{
    color: #666;
}
@media (min-width: 1200px)
{
    .wrap-news .news .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-news .news .item:hover .title-news
    {
        color: #c30000;
    }
    .wrap-news .news .item:hover .title-news span
    {
        background-size: 100% 1px;
    }
    .wrap-news .news .item:hover .common-button a
    {
        background-color: #c30000;
    }
}
.wrap-details
{
    padding-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-details
    {
        padding-top: 30px;
    }
}
.wrap-details .title-details h2
{
    font-size: 30px;
    font-weight: bold;
    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: #c30000;
}
@media (max-width: 991px)
{
    .wrap-details .title-details .date
    {
        font-size: 14px;
    }
}
.wrap-details .title-details .date .iconfont
{
    margin-right: 10px;
}
.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: '\eab3';
    -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: #c30000;
}
.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-faq .faq
{
    margin-top: 40px;
}
.wrap-faq .faq > ul > li
{
    margin-top: 10px;
}
.wrap-faq .faq .item .title-faq
{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

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

    padding: 10px 3%;

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

    border-radius: 5px;
    background: #f2f4f6;
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .title-faq
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-faq .faq .item .title-faq:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;

    margin-right: 20px;

    content: '\e61b';

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-faq .faq .item .note
{
    padding: 30px 3%;
}
@media (min-width: 1200px)
{
    .wrap-faq .faq .item:hover .title-faq
    {
        color: #fff;
        background-color: #c30000;
    }
}
.wrap-sitemap .sitemap .title h2
{
    margin: 0;
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

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

    display: inline-block;

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

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

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

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

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

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

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

    position: relative;

    display: block;

    padding: 5px 20px;

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

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

    display: block;

    padding: 5px 30px;

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

    color: #c30000;
}
.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: #c30000;
}
.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: #c30000;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #c30000;
}
.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(195, 0, 0, .5);
    border-radius: 5px;
    background-color: rgba(195, 0, 0, .1);
}
.wrap-nosearch .title-in
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .wrap-nosearch .title-in h2
    {
        font-size: 30px;
    }
}
.pagination-info
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .pagination-info
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .pagination-info
    {
        margin-top: 30px;
    }
}
.pagination
{
    position: relative;

    display: inline-block;

    margin: 0 50px;

    color: #fff;
    border-radius: 20px;
    background: #1a2c3a;
}
.pagination a,
.pagination span
{
    font-size: 15px;
    line-height: 40px;

    position: relative;
    z-index: 6;

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

    min-width: 20px;
    height: 40px;
    margin: 0 5px;

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

    background: none;

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

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

        margin: 0 3px;
    }
}
.pagination span.current
{
    color: #c30000;
}
.pagination span.current.prev,
.pagination span.current.next
{
    opacity: 0;
}
.pagination .next,
.pagination .prev
{
    position: absolute;
    top: 0;

    width: 40px;
    min-width: 40px;

    color: #fff;
    border-radius: 50%;
    background: #1a2c3a;
}
@media (max-width: 767px)
{
    .pagination .next,
    .pagination .prev
    {
        width: 30px;
        min-width: 30px;
    }
}
.pagination .next:hover,
.pagination .prev:hover
{
    color: #fff;
    background-color: #c30000;
}
.pagination .prev
{
    left: -50px;
}
.pagination .prev:before
{
    font-family: 'iconfont' !important;

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

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

    width: 100%;

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

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

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

    display: inline-block;

    padding: 20px 10px;

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

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg
{
    width: 14%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .pimg
    {
        width: -webkit-calc(44% - 30px);
        width:         calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box
{
    overflow: hidden;
}
.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: #c30000;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #c30000;
}
.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: #c30000;
    background-color: #c30000;
}
.wrap-inquiryinfo .inquiry-info .add1
{
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic
{
    overflow: hidden;

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

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

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

    cursor: pointer;
    text-align: center;

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

    content: '\e632';

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

    margin: 0;

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

    overflow: auto;

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

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

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

    background: #fcfbf4;
}
.editor-content .table-box table p
{
    font-size: 16px;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th
{
    font-weight: normal;

    padding: 10px 20px !important;

    border: 1px solid #ebe9d9;
}
@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;
}
