/**
 * style.less
 * 层叠样式表
 */
:root
{
    --color: #b9211e;
    --hover: #aa0502;
}
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;

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

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

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

    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('Poppins-SemiBold.woff2') format('woff2'), url('Poppins-SemiBold.woff') format('woff'), url('Poppins-SemiBold.ttf') format('truetype');
    font-display: swap;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Poppins', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Heiti SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (min-width: 1660px)
{
    .container
    {
        width: 1630px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n + 1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
ul
{
    margin: 0;
    padding: 0;
}
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;
}
a:active,
a:link,
a:visited,
a:focus
{
    text-decoration: none;

    color: inherit;
}
.imgw
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.imgw img[src=''],
.imgw img:not([src])
{
    opacity: 0;
    border: 0;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
.slick-dots
{
    font-size: 0;

    margin-top: 30px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

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

    vertical-align: middle;

    border-radius: 50%;
    background: #e6e6e6;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: var(--color);
}
.slick-arrow
{
    font-size: 0;
    line-height: 50px;

    position: absolute;
    top: 50%;
    left: -30px;

    width: 50px;
    height: 50px;

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

    color: #ccc;
    border: none;
    border: 1px solid #ccc;
    border-radius: 50%;
    outline: none;
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        line-height: 40px;

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

    display: inline-block;

    content: '\e610';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -30px;
    left: auto;
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    border-color: var(--color);
    background-color: var(--color);
}
.right-arrow .slick-arrow
{
    position: relative;
    top: 0;
    left: 0;

    display: inline-block;

    margin-right: 10px;

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

    margin-right: 0;
}
.flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 100px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;

        opacity: 1;
        background-color: #fff;
    }
}
.header .header-flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .header .header-flex
    {
        height: 60px;
    }
}
.header .logo
{
    display: inline-block;

    height: 78px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1470px)
{
    .header .logo
    {
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 40px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .nav-collapse
{
    top: 0;

    display: none;

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

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        line-height: 60px;

        display: inline-block;

        vertical-align: middle;
    }
}
.header .nav-collapse:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e62e';
}
.header .nav
{
    display: inline-block;

    -webkit-transition: all .6s;
            transition: all .6s;
    vertical-align: middle;
}
.header .nav .close-nav
{
    font-size: 30px;

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

    display: none;

    color: #333;
}
@media (max-width: 1199px)
{
    .header .nav .close-nav
    {
        display: inline-block;
    }
}
.header .nav .close-nav:before
{
    font-family: 'iconfont' !important;

    content: '\e62f';
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: middle;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 20px;
        font-weight: 600;
        line-height: 100px;

        position: relative;

        display: block;

        padding: 0 25px;

        text-transform: capitalize;

        color: #333;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: var(--color);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 96%;
        left: 0;

        display: none;

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

        color: #666;
        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 16px;
        line-height: 32px;

        display: block;

        padding: 0 20px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li > a:hover
    {
        text-decoration: underline;

        color: var(--color);
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

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

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 > li
    {
        position: relative;
    }
    .header .nav .nav-list1 .nav-list3 > li > a
    {
        font-size: 16px;
        line-height: 32px;

        display: block;

        padding: 0 20px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list3 > li > a:hover
    {
        text-decoration: underline;

        color: var(--color);
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;

        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;

        display: table;

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

        -webkit-transition: all .6s;
                transition: all .6s;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
    }
    .header .nav .nav-list1
    {
        display: table-cell;
        overflow-y: auto;

        max-height: 80%;

        text-align: center;
        vertical-align: middle;
    }
    .header .nav .nav-list1 > li
    {
        font-size: 20px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-weight: bold;
        line-height: 30px;

        display: block;

        padding: 20px 0;

        letter-spacing: 5px;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li > a:before,
    .header .nav .nav-list1 > li > a:after
    {
        content: '';
    }
    .header .nav .nav-list1 > li .nav-list2
    {
        padding: 0 0 6px;
    }
    .header .nav .nav-list1 > li .nav-list2 > li > a
    {
        font-size: 16px;
        line-height: 30px;

        margin-right: 10px;
    }
    .header .nav .nav-list1 > li .nav-list2 > li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list1 > li .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list1 > li .nav-list3 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li .nav-list3 > li > a
    {
        font-size: 14px;

        padding: 0 6px;

        color: #666;
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li .nav-list2
    {
        display: none !important;
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li .nav-list2 > li .img
    {
        display: none;
    }
}
.header .search-menu
{
    display: inline-block;

    vertical-align: middle;
}
.header .whatsapp
{
    font-size: 20px;
    line-height: 44px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 6px;
    background-color: var(--color);
}
@media (max-width: 1470px)
{
    .header .whatsapp
    {
        font-size: 18px;

        padding: 0 14px;
    }
}
@media (max-width: 1199px)
{
    .header .whatsapp
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .header .whatsapp
    {
        font-size: 14px;
        line-height: 30px;
    }
}
.header .whatsapp:hover
{
    background-color: var(--hover);
}
.header .search
{
    line-height: 100px;

    display: inline-block;

    margin-left: 30px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .search
    {
        line-height: 60px;

        margin-left: 20px;
    }
}
@media (max-width: 767px)
{
    .header .search
    {
        margin-right: 10px;
        margin-left: 10px;
    }
}
.header .search .icon
{
    font-size: 24px;
}
.header .search:hover
{
    color: var(--color);
}
.header .open-search
{
    font-size: 14px;

    position: fixed;
    z-index: 2;
    top: 100px;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    padding: 50px 0;

    background-color: rgba(255, 255, 255, .96);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .open-search
    {
        top: 60px;
    }
}
@media (max-width: 991px)
{
    .header .open-search
    {
        color: #222;
    }
}
.header .open-search form
{
    position: relative;

    display: block;

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

    border-bottom: 1px solid #000;
}
@media (max-width: 1199px)
{
    .header .open-search form
    {
        width: 80%;
    }
}
@media (max-width: 767px)
{
    .header .open-search form
    {
        width: 90%;
    }
}
.header .open-search form input
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    padding: 15px 50px 15px 0;

    color: #333;
    border: none;
    outline: none;
    background: none;
}
.header .open-search form input::-webkit-input-placeholder,
.header .open-search form textarea::-webkit-input-placeholder
{
    color: #999;
}
.header .open-search form input:-o-placeholder,
.header .open-search form textarea:-o-placeholder
{
    color: #999;
}
.header .open-search form input::-moz-placeholder,
.header .open-search form textarea::-moz-placeholder
{
    color: #999;
}
.header .open-search form input:-ms-input-placeholder,
.header .open-search form textarea:-ms-input-placeholder
{
    color: #999;
}
.header .open-search form input:focus::-webkit-input-placeholder,
.header .open-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-o-placeholder,
.header .open-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-moz-placeholder,
.header .open-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-ms-input-placeholder,
.header .open-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
@media (max-width: 991px)
{
    .header .open-search form input::-webkit-input-placeholder,
    .header .open-search form textarea::-webkit-input-placeholder
    {
        color: #666;
    }
    .header .open-search form input:-o-placeholder,
    .header .open-search form textarea:-o-placeholder
    {
        color: #666;
    }
    .header .open-search form input::-moz-placeholder,
    .header .open-search form textarea::-moz-placeholder
    {
        color: #666;
    }
    .header .open-search form input:-ms-input-placeholder,
    .header .open-search form textarea:-ms-input-placeholder
    {
        color: #666;
    }
    .header .open-search form input:focus::-webkit-input-placeholder,
    .header .open-search form textarea:focus::-webkit-input-placeholder
    {
        color: #c5c5c5;
    }
    .header .open-search form input:focus::-o-placeholder,
    .header .open-search form textarea:focus::-o-placeholder
    {
        color: #c5c5c5;
    }
    .header .open-search form input:focus::-moz-placeholder,
    .header .open-search form textarea:focus::-moz-placeholder
    {
        color: #c5c5c5;
    }
    .header .open-search form input:focus::-ms-input-placeholder,
    .header .open-search form textarea:focus::-ms-input-placeholder
    {
        color: #c5c5c5;
    }
}
.header .open-search form .submit
{
    line-height: 60px;

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

    width: 50px;
    padding: 0;

    text-align: center;

    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .header .open-search form .submit
    {
        font-size: 18px;
        line-height: 40px;

        top: 10px;
    }
}
.header .open-search form .submit .icon
{
    font-size: 24px;
}
.header .open-search form .submit:hover
{
    color: #222;
}
.header .open-search .search-close
{
    font-size: 30px;
    line-height: 60px;

    position: absolute;
    top: -50px;
    right: -30px;

    width: 40px;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .open-search .search-close
    {
        line-height: 40px;
    }
}
@media (max-width: 767px)
{
    .header .open-search .search-close
    {
        right: 10px;
    }
}
.header .open-search .search-close:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e629';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header-inpage
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header
{
    height: 80px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.header.fixed-header .header-flex
{
    height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .header-flex
    {
        height: 60px;
    }
}
.header.fixed-header .logo
{
    height: 70px;
}
@media (max-width: 1470px)
{
    .header.fixed-header .logo
    {
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .header.fixed-header .logo
    {
        height: 40px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 30px;
    }
}
.header.fixed-header .search
{
    line-height: 80px;
}
.header.fixed-header .open-search
{
    top: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .open-search
    {
        top: 60px;
    }
}
.navopen .nav
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    background-color: #fff;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    /* padding-top: 100px; */
}
@media (max-width: 1199px)
{
    .banner
    {
        /* padding-top: 60px; */
    }
}
.banner .item
{
    position: relative;
}
.banner .item img
{
    width: 100%;
}
.banner .banner-shuff
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .banner-shuff
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner .imgw
{
    padding-bottom: 47.39583333%;
}
.banner .imgw .video-box
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner .imgw video
{
    object-fit: cover;
}
.banner .slick-dots
{
    position: absolute;
    z-index: 8;
    bottom: 5%;
    left: 0;

    width: 100%;
    padding: 0 10%;

    text-align: right;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    width: 14px;
    height: 14px;
    margin: 0 8px;

    border-radius: 50%;
    background: #ccc;
}
.banner .slick-dots li.slick-active
{
    background-color: var(--color);
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 80px;

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

    overflow: hidden;

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

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        line-height: 60px;

        width: 30px;
        height: 60px;
    }
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 0;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\eb60';
}
.banner .slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 0;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e625';
}
.banner .slick-arrow:hover
{
    border-color: var(--color);
    background-color: var(--color);
}
.banner img
{
    display: block;

    width: 100%;
}
.banner-inpage
{
    position: relative;

    overflow: hidden;

}
@media (max-width: 1199px)
{
    .banner-inpage
    {
    }
}
@media (max-width: 767px)
{
    .banner-inpage .b-itempack
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inpage .video-js
{
    width: 100% !important;
    height: 700px !important;
}
@media (max-width: 1560px)
{
    .banner-inpage .video-js
    {
        height: 500px !important;
    }
}
@media (max-width: 767px)
{
    .banner-inpage .video-js
    {
        height: 300px !important;
    }
}
.banner-inpage .vjs-poster
{
    background-size: cover;
}
.banner-inpage video
{
    object-fit: cover;
}
.banner-inpage img
{
    width: 100%;
}
.banner-inpage video::-webkit-media-controls
{
    display: none !important;
}
.banner-inpage .vjs-big-play-button
{
    line-height: 90px;

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

    width: 90px;
    height: 90px;

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

    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(251, 253, 254, .2);
}
@media (max-width: 767px)
{
    .banner-inpage .vjs-big-play-button
    {
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.banner-inpage .vjs-control-bar
{
    opacity: 0 !important;
    background: none;
}
@-webkit-keyframes bannerscale
{
    0%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes bannerscale
{
    0%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.index
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .index
    {
        padding: 50px 0;
    }
}
.t-index
{
    text-align: center;
}
.t-index h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .t-index h2
    {
        font-size: 42px;
    }
}
@media (max-width: 1199px)
{
    .t-index h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .t-index h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .t-index h2
    {
        font-size: 24px;
    }
}
.t-index h2:after
{
    display: block;

    width: 54px;
    height: 5px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background: #d71f1f;
}
@media (max-width: 767px)
{
    .t-index h2:after
    {
        width: 40px;
        height: 3px;
        margin-top: 10px;
    }
}
.t-index h2 span
{
    display: block;

    color: var(--color);
}
.t-index.t-left
{
    text-align: left;
}
.t-index.t-left h2:after
{
    margin-left: 0;
}
.i-category .category-itempack
{
    position: relative;

    display: block;

    margin-top: 60px;
    padding-bottom: 60px;

    text-align: center;
}
@media (max-width: 1470px)
{
    .i-category .category-itempack
    {
        margin-top: 40px;
    }
}
@media (max-width: 991px)
{
    .i-category .category-itempack
    {
        margin-top: 30px;
        padding-bottom: 40px;
    }
}
@media (max-width: 767px)
{
    .i-category .category-itempack
    {
        margin-top: 16px;
    }
}
.i-category .category-itempack .imgw
{
    padding-bottom: 77.08333333%;
}
.i-category .category-itempack .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.i-category .category-itempack .title-category
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 0 10px;

    background-color: #ffeff0;
}
.i-category .category-itempack .title-category h3
{
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .i-category .category-itempack .title-category h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .i-category .category-itempack .title-category h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .i-category .category-itempack .title-category h3
    {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 767px)
{
    .i-category .category-itempack .title-category h3
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .i-category .category-itempack:hover .imgw img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .i-category .category-itempack:hover .title-category
    {
        color: #fff;
        background-color: var(--color);
    }
    .i-category .category-itempack:hover .title-category h3
    {
        line-height: 80px;
        color: #fff;
        height: 80px;
    }
}
.i-about .about-advantage ul,
.inpage-about .about-advantage ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.i-about .about-advantage ul li,
.inpage-about .about-advantage ul li
{
    width: 25%;
    margin: 15px 0;
    padding: 0 30px;
}
@media (max-width: 1470px)
{
    .i-about .about-advantage ul li,
    .inpage-about .about-advantage ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .i-about .about-advantage ul li,
    .inpage-about .about-advantage ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .i-about .about-advantage ul li,
    .inpage-about .about-advantage ul li
    {
        width: 100%;
        margin: 10px 0;
    }
}
.i-about .about-advantage .advantage-itempack,
.inpage-about .about-advantage .advantage-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.i-about .about-advantage .advantage-itempack .icon,
.inpage-about .about-advantage .advantage-itempack .icon
{
    font-size: 40px;

    width: 70px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .i-about .about-advantage .advantage-itempack .icon,
    .inpage-about .about-advantage .advantage-itempack .icon
    {
        font-size: 30px;

        width: 50px;
    }
}
.i-about .about-advantage .advantage-itempack .note,
.inpage-about .about-advantage .advantage-itempack .note
{
    width: -webkit-calc(100% - 70px);
    width:         calc(100% - 70px);
}
@media (max-width: 767px)
{
    .i-about .about-advantage .advantage-itempack .note,
    .inpage-about .about-advantage .advantage-itempack .note
    {
        width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px);
    }
}
.i-about .about-advantage .advantage-itempack .note h3,
.inpage-about .about-advantage .advantage-itempack .note h3
{
    font-size: 30px;
    line-height: 1.5;

    margin-top: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .i-about .about-advantage .advantage-itempack .note h3,
    .inpage-about .about-advantage .advantage-itempack .note h3
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .i-about .about-advantage .advantage-itempack .note h3,
    .inpage-about .about-advantage .advantage-itempack .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .i-about .about-advantage .advantage-itempack .note h3,
    .inpage-about .about-advantage .advantage-itempack .note h3
    {
        font-size: 18px;
    }
}
.i-about .about-advantage .advantage-itempack .note p,
.inpage-about .about-advantage .advantage-itempack .note p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 1400px)
{
    .i-about .about-advantage .advantage-itempack .note p,
    .inpage-about .about-advantage .advantage-itempack .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .i-about .about-advantage .advantage-itempack .note p,
    .inpage-about .about-advantage .advantage-itempack .note p
    {
        font-size: 14px;
    }
}
.i-about .about-advantage .advantage-itempack:hover .icon,
.inpage-about .about-advantage .advantage-itempack:hover .icon
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;

    color: var(--color);
}
.i-about .about-advantage .advantage-itempack:hover .note h3,
.inpage-about .about-advantage .advantage-itempack:hover .note h3
{
    color: var(--color);
}
.i-about
{
    padding: 0;
}
.i-about .about
{
    padding: 80px 0 150px;

    background: url(../imgs/about_bg.webp) no-repeat bottom center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .i-about .about
    {
        padding: 50px 0 100px;
    }
}
.i-about .about .t-about
{
    text-align: center;
}
.i-about .about .t-about h1
{
    font-size: 30px;
    font-weight: 500;
    color: #333;
    margin: 0;
}
@media (max-width: 1470px)
{
    .i-about .about .t-about h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .i-about .about .t-about h1
    {
        font-size: 20px;
    }
}
.i-about .about .t-about h1:after
{
    display: block;

    width: 54px;
    height: 5px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background: var(--color);
}
@media (max-width: 767px)
{
    .i-about .about .t-about h1:after
    {
        width: 44px;
    }
}
.i-about .about .note
{
    max-width: 970px;
    margin: 0 auto;
    margin-top: 30px;
}
.i-about .about .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .i-about .about .note p
    {
        font-size: 14px;
    }
}
.i-about .about .play
{
    line-height: 90px;

    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-top: 50px;

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

    color: var(--color);
    border: 2px solid var(--color);
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .i-about .about .play
    {
        line-height: 60px;

        width: 60px;
        height: 60px;
        margin-top: 30px;
    }
}
.i-about .about .play .icon
{
    font-size: 30px;

    text-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}
@media (max-width: 991px)
{
    .i-about .about .play .icon
    {
        font-size: 24px;
    }
}
.i-about .about .play:hover
{
    box-shadow: 0 10px 10px rgba(66, 146, 157, .3);
}
.i-about .about-advantage
{
    position: relative;
    z-index: 2;
    color: #333;
    margin-top: -100px;
    padding: 50px 5%;

    background: url(../imgs/advantage_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .i-about .about-advantage
    {
        margin-top: -50px;
        padding: 30px 15px;
    }
}
.i-reasons
{
    padding-right: 3%;
    padding-left: 3%;
}
@media (max-width: 991px)
{
    .i-reasons
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.i-reasons .reasons
{
    margin-top: -100px;
}
@media (max-width: 991px)
{
    .i-reasons .reasons
    {
        margin-top: 0;
    }
}
.i-reasons .reasons .reasons-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.i-reasons .reasons .reasons-itempack:nth-child(2n) .img
{
    left: 52%;

    margin-top: 0;
}
@media (max-width: 991px)
{
    .i-reasons .reasons .reasons-itempack:nth-child(2n) .img
    {
        left: 0;
    }
}
.i-reasons .reasons .reasons-itempack:nth-child(2n) .note
{
    right: 48%;

    margin-top: 100px;
    padding-right: 5%;
    padding-left: 0;
}
@media (max-width: 991px)
{
    .i-reasons .reasons .reasons-itempack:nth-child(2n) .note
    {
        right: 0;

        margin-top: 0;
        padding: 30px 15px;
    }
}
.i-reasons .reasons .reasons-itempack .img
{
    position: relative;
    z-index: 2;

    width: 48%;
    margin-top: 200px;
}
@media (max-width: 991px)
{
    .i-reasons .reasons .reasons-itempack .img
    {
        width: 100%;
        margin-top: 30px;
    }
}
.i-reasons .reasons .reasons-itempack .img img
{
    width: 100%;
}
.i-reasons .reasons .reasons-itempack .note
{
    position: relative;
    z-index: 1;

    width: 52%;
    height: 100%;
    padding: 60px 0 60px 5%;
}
@media (max-width: 991px)
{
    .i-reasons .reasons .reasons-itempack .note
    {
        width: 100%;
        padding: 30px 15px;
    }
}
@media (max-width: 767px)
{
    .i-reasons .reasons .reasons-itempack .note
    {
        padding: 20px 15px;
    }
}
.i-reasons .reasons .reasons-itempack .note:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;

    display: block;

    width: 200%;
    height: 100%;

    content: '';

    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .i-reasons .reasons .reasons-itempack .note:before
    {
        left: 0;

        width: 100%;
    }
}
.i-reasons .reasons .reasons-itempack .note .note-itempack
{
    position: relative;
    z-index: 2;

    margin: 50px 0;
    padding-left: 100px;
}
@media (max-width: 1470px)
{
    .i-reasons .reasons .reasons-itempack .note .note-itempack
    {
        margin: 30px 0;
    }
}
@media (max-width: 767px)
{
    .i-reasons .reasons .reasons-itempack .note .note-itempack
    {
        padding-left: 60px;
    }
}
.i-reasons .reasons .reasons-itempack .note .note-itempack .num
{
    font-size: 30px;

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

    width: 70px;
    height: 70px;
    padding: 15px 0;

    text-align: center;

    color: #fff;
    background: url(../imgs/num.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .i-reasons .reasons .reasons-itempack .note .note-itempack .num
    {
        font-size: 20px;

        width: 50px;
        height: 50px;
        padding: 10px 0;
    }
}
.i-reasons .reasons .reasons-itempack .note .note-itempack .num span
{
    line-height: 40px;

    display: block;

    border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 767px)
{
    .i-reasons .reasons .reasons-itempack .note .note-itempack .num span
    {
        line-height: 30px;
    }
}
.i-reasons .reasons .reasons-itempack .note .note-itempack h3
{
    font-size: 36px;
    line-height: 1.94444444;

    margin-top: 0;

    text-transform: uppercase;

    color: var(--color);
}
@media (max-width: 1470px)
{
    .i-reasons .reasons .reasons-itempack .note .note-itempack h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1350px)
{
    .i-reasons .reasons .reasons-itempack .note .note-itempack h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .i-reasons .reasons .reasons-itempack .note .note-itempack h3
    {
        font-size: 20px;
        line-height: 1.4;

        margin: 10px 0;
    }
}
.i-reasons .reasons .reasons-itempack .note .note-itempack p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    word-break: break-word;

    color: #666;
}
@media (max-width: 991px)
{
    .i-reasons .reasons .reasons-itempack .note .note-itempack p
    {
        font-size: 14px;
    }
}
.i-product
{
    padding: 0 3%;
}
.i-product .product-menu:after
{
    display: block;

    width: 80%;
    height: 2px;
    margin-top: 40px;
    margin-left: 20%;

    content: '';

    background-color: #f5f5f5;
}
.i-product .product-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    padding-left: 0;
    width: 100%;
    margin: 0 -30px;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1760px)
{
    .i-product .product-menu ul
    {
        margin: 0 -10px;
    }
}
.i-product .product-menu ul li
{
    padding: 0 30px;
}
@media (max-width: 1760px)
{
    .i-product .product-menu ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .i-product .product-menu ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 991px)
{
    .i-product .product-menu ul li
    {
        width: auto;
        min-width: 50%;
    }
}
.i-product .product-menu .menu-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 80px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .i-product .product-menu .menu-itempack
    {
        min-height: 60px;
    }
}
.i-product .product-menu .menu-itempack .num
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    display: block;

    width: 95px;

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

    opacity: .4;
    color: var(--color);
}
@media (max-width: 1760px)
{
    .i-product .product-menu .menu-itempack .num
    {
        font-size: 50px;

        width: 75px;
    }
}
@media (max-width: 1400px)
{
    .i-product .product-menu .menu-itempack .num
    {
        font-size: 40px;

        width: 55px;
    }
}
@media (max-width: 1280px)
{
    .i-product .product-menu .menu-itempack .num
    {
        font-size: 34px;

        width: 50px;
    }
    .i-product .product-menu .menu-itempack h3{
        font-size: 14px;
        line-height: 1.4;
    }
    .i-product .product-menu .active .menu-itempack .num{
        font-size: 36px;
    }
    .i-product .product-menu .active .menu-itempack .num:after{
        width: 44px;
    }
}
@media (max-width: 767px)
{
    .i-product .product-menu .menu-itempack .num
    {
        font-size: 30px;

        width: 45px;
    }
}
.i-product .product-menu .menu-itempack .num:after
{
    display: block;

    width: 0;
    height: 4px;

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

    background-color: var(--color);
}
.i-product .product-menu .menu-itempack h3
{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

    margin: -10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 1760px)
{
    .i-product .product-menu .menu-itempack h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .i-product .product-menu .menu-itempack h3
    {
        font-size: 14px;

        width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px);
    }
}
.i-product .product-menu .active .menu-itempack .num
{
    font-size: 70px;

    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);

    opacity: 1;
}
@media (max-width: 1760px)
{
    .i-product .product-menu .active .menu-itempack .num
    {
        font-size: 56px;
    }
}
@media (max-width: 1400px)
{
    .i-product .product-menu .active .menu-itempack .num
    {
        font-size: 46px;
    }
}
@media (max-width: 767px)
{
    .i-product .product-menu .active .menu-itempack .num
    {
        font-size: 36px;
    }
}
.i-product .product-menu .active .menu-itempack .num:after
{
    width: 90px;
}
@media (max-width: 1760px)
{
    .i-product .product-menu .active .menu-itempack .num:after
    {
        width: 70px;
    }
}
@media (max-width: 1400px)
{
    .i-product .product-menu .active .menu-itempack .num:after
    {
        width: 54px;
    }
}
@media (max-width: 767px)
{
    .i-product .product-menu .active .menu-itempack .num:after
    {
        width: 40px;
    }
}
.i-product .product
{
    font-size: 0;

    margin-top: 50px;
}
.i-product .product .product-l,
.i-product .product .product-r
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.i-product .product .product-l
{
    width: 560px;

    background: url(../imgs/product_bg.webp) no-repeat top right;
}
@media (max-width: 1560px)
{
    .i-product .product .product-l
    {
        width: 460px;
    }
}
@media (max-width: 1199px)
{
    .i-product .product .product-l
    {
        width: 40%;

        background-size: 100% 250px;
    }
}
@media (max-width: 991px)
{
    .i-product .product .product-l
    {
        background-size: 100% 150px;
    }
}
@media (max-width: 767px)
{
    .i-product .product .product-l
    {
        width: 100%;
    }
}
.i-product .product .product-l .left-top
{
    display: block;

    padding-right: 50px;
}
.i-product .product .product-l .left-top .t-product h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;

    text-transform: capitalize;

    color: var(--color);
}
@media (max-width: 1470px)
{
    .i-product .product .product-l .left-top .t-product h3
    {
        font-size: 24px;
    }
}
.i-product .product .product-l .left-top .img
{
    overflow: hidden;

    margin-top: 30px;
}
.i-product .product .product-l .left-top .img img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.i-product .product .product-l .left-top:hover .img img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.i-product .product .product-l .note
{
    margin-top: 30px;
}
.i-product .product .product-l .note p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .i-product .product .product-l .note p
    {
        font-size: 14px;
    }
}
.i-product .product .product-l .img-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;
    margin-top: 30px;
}
.i-product .product .product-l .img-box .img
{
    width: 100%;
    /*padding: 0 10px;*/
    padding: 0;
}
.i-product .product .product-l .img-box .img:nth-child(2)
{
    width: 66%;
}
.i-product .product .product-l .img-box .img img
{
    width: 100%;
}
.i-product .product .product-r
{
    width: -webkit-calc(100% - 560px);
    width:         calc(100% - 560px);
    padding-left: 5%;
}
@media (max-width: 1560px)
{
    .i-product .product .product-r
    {
        width: -webkit-calc(100% - 460px);
        width:         calc(100% - 460px);
        padding-left: 3%;
    }
}
@media (max-width: 1199px)
{
    .i-product .product .product-r
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .i-product .product .product-r
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.i-product .product .product-r .product-slide
{
    margin: 0 -20px;
}
@media (max-width: 1560px)
{
    .i-product .product .product-r .product-slide
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .i-product .product .product-r .product-slide
    {
        margin: 0 -5px;
    }
}
.i-product .product .product-r .product-slide .slick-slide
{
    height: 100%;
    padding: 0 20px;
}
@media (max-width: 1560px)
{
    .i-product .product .product-r .product-slide .slick-slide
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .i-product .product .product-r .product-slide .slick-slide
    {
        padding: 0 5px;
    }
}
.i-product .product .product-r .product-slide .slick-slide > div
{
    height: 100%;
}
.i-product .product .product-r .product-itempack
{
    height: 100%;
    padding-bottom: 50px;

    border-bottom: 6px solid var(--color);
}
@media (max-width: 991px)
{
    .i-product .product .product-r .product-itempack
    {
        padding-bottom: 30px;

        border-bottom: 3px solid var(--color);
    }
}
.i-product .product .product-r .product-itempack .t-product
{
    padding: 10px 18px;

    color: #fff;
    background-color: var(--color);
}
.i-product .product .product-r .product-itempack .t-product h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    color: #fff;
    display: -webkit-box;
    overflow: hidden;

    height: 38px;
    margin: 0;

    text-transform: capitalize;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.i-product .product .product-r .product-itempack .img
{
    overflow: hidden;
}
.i-product .product .product-r .product-itempack .img .imgw
{
    padding-bottom: 80.88235294%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.i-product .product .product-r .product-itempack .note
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .i-product .product .product-r .product-itempack .note
    {
        margin-top: 20px;
    }
}
.i-product .product .product-r .product-itempack .note p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .i-product .product .product-r .product-itempack .note p
    {
        font-size: 14px;
    }
}
.i-product .product .product-r .product-itempack:hover .img .imgw
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.i-product .product .product-r .right-arrow
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 80px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .i-product .product .product-r .right-arrow
    {
        margin-top: 50px;
    }
}
.i-product .product .product-r .right-arrow .slick-arrow
{
    left: 0;

    overflow: visible;

    width: 196px;
    height: 21px;

    border: none;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-radius: 0;
    background: #999;
}
@media (max-width: 767px)
{
    .i-product .product .product-r .right-arrow .slick-arrow
    {
        width: 140px;
    }
}
.i-product .product .product-r .right-arrow .slick-arrow:before
{
    font-family: 'iconfont' !important;
    line-height: 30px;

    position: absolute;
    top: -14px;
    left: -15px;

    width: 30px;

    content: '\e625';
}
.i-product .product .product-r .right-arrow .slick-arrow.slick-next:before
{
    right: -15px;
    left: auto;
}
.i-product .product .product-r .right-arrow .slick-arrow:hover
{
    background-color: var(--color);
}
.i-product .product .product-r .right-arrow .slick-arrow:hover:before
{
    color: var(--color);
}
.i-product .product .product-r .right-arrow .mouse
{
    margin: 0 20px;
}
.i-product .product .product-r .right-arrow .mouse .icon
{
    font-size: 24px;

    color: #999;
}
.i-news .news .news-itempack,
.inpage-news .news .news-itempack
{
    display: block;

    background-color: #f3f4f6;
}
.i-news .news .news-itempack .img,
.inpage-news .news .news-itempack .img
{
    overflow: hidden;
}
.i-news .news .news-itempack .img .imgw,
.inpage-news .news .news-itempack .img .imgw
{
    padding-bottom: 57.69230769%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.i-news .news .news-itempack .note,
.inpage-news .news .news-itempack .note
{
    padding: 30px 20px;
}
@media (max-width: 767px)
{
    .i-news .news .news-itempack .note,
    .inpage-news .news .news-itempack .note
    {
        padding: 20px 14px;
    }
}
.i-news .news .news-itempack .note h3,
.inpage-news .news .news-itempack .note h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .i-news .news .news-itempack .note h3,
    .inpage-news .news .news-itempack .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .i-news .news .news-itempack .note h3,
    .inpage-news .news .news-itempack .note h3
    {
        font-size: 16px;
    }
}
.i-news .news .news-itempack .note .date,
.inpage-news .news .news-itempack .note .date
{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    margin-top: 30px;

    color: #999;
}
@media (max-width: 1470px)
{
    .i-news .news .news-itempack .note .date,
    .inpage-news .news .news-itempack .note .date
    {
        font-size: 16px;

        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .i-news .news .news-itempack .note .date,
    .inpage-news .news .news-itempack .note .date
    {
        font-size: 14px;
    }
}
.i-news .news .news-itempack:hover .imgw,
.inpage-news .news .news-itempack:hover .imgw
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.i-news .news .news-itempack:hover .note h3,
.inpage-news .news .news-itempack:hover .note h3
{
    text-decoration: underline;

    color: var(--color);
}
.i-news .t-index
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.i-news .t-index h2:after
{
    display: none;
}
.i-news .news
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .i-news .news
    {
        margin-top: 30px;
    }
}
.i-news .news .news-slide
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .i-news .news .news-slide
    {
        margin: 0 -5px;
    }
}
.i-news .news .news-slide .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .i-news .news .news-slide .slick-slide
    {
        padding: 0 5px;
    }
}
.footer
{
    position: relative;
    z-index: 6;

    overflow: hidden;

    color: #fff;
    background: url(../imgs/footer_bg.webp) no-repeat center;
    background-size: cover;
}
.footer .foot
{
    position: relative;

    padding: 70px 0 50px;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot:before
{
    position: absolute;
    top: 138px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #999;
}
@media (max-width: 991px)
{
    .footer .foot:before
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        margin: 10px 0;
    }
}
.footer .t-foot
{
    position: relative;

    padding-bottom: 30px;
}
@media (max-width: 991px)
{
    .footer .t-foot
    {
        padding-bottom: 10px;
    }
}
.footer .t-foot:after
{
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 0;

    display: block;

    width: 60px;
    height: 5px;

    content: '';

    background-color: var(--color);
}
@media (max-width: 991px)
{
    .footer .t-foot:after
    {
        width: 40px;
        height: 3px;
    }
}
.footer .t-foot h3
{
    font-size: 24px;
    line-height: 30px;

    margin-top: 0;
}
@media (max-width: 991px)
{
    .footer .t-foot h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .t-foot h3
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.footer .flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .footer .flex
    {
        display: block;
    }
}
.footer .foot-text
{
    max-width: 350px;
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .footer .foot-text
    {
        max-width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-text
    {
        max-width: 100%;
        margin-top: 10px;
    }
}
.footer .foot-text p
{
    font-size: 16px;
    line-height: 30px;
}
@media (max-width: 991px)
{
    .footer .foot-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .foot-text p span
{
    display: block;

    color: #999;
}
.footer .foot-nav
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .footer .foot-nav
    {
        max-width: 200px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-nav
    {
        max-width: 100%;
        margin-top: 10px;
    }
}
.footer .foot-nav a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 10px 0;
}
@media (max-width: 991px)
{
    .footer .foot-nav a
    {
        font-size: 14px;
        line-height: 24px;

        display: inline-block;

        margin-right: 20px;
        padding: 5px 0;

        vertical-align: top;
    }
}
.footer .foot-nav a:hover
{
    color: var(--color);
}
.footer .foot-feedback
{
    width: 480px;
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .footer .foot-feedback
    {
        width: 380px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-feedback
    {
        width: 100%;
        margin-top: 10px;
    }
}
.footer .foot-feedback ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .footer .foot-feedback ul
    {
        margin: 0 -5px;
    }
}
.footer .foot-feedback ul li
{
    width: 50%;
    margin-top: 20px;
    padding: 0 10px;
}
.footer .foot-feedback ul li:nth-child(3)
{
    width: 100%;
}
@media (max-width: 991px)
{
    .footer .foot-feedback ul li
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-feedback ul li
    {
        padding: 0 5px;
    }
}
.footer .foot-feedback input,
.footer .foot-feedback textarea
{
    line-height: 30px;

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

    resize: vertical;

    border: none;
    outline: none;
    background: rgba(64, 64, 64, .5);
}
.footer .foot-feedback input::-webkit-input-placeholder,
.footer .foot-feedback textarea::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot-feedback input:-o-placeholder,
.footer .foot-feedback textarea:-o-placeholder
{
    color: #999;
}
.footer .foot-feedback input::-moz-placeholder,
.footer .foot-feedback textarea::-moz-placeholder
{
    color: #999;
}
.footer .foot-feedback input:-ms-input-placeholder,
.footer .foot-feedback textarea:-ms-input-placeholder
{
    color: #999;
}
.footer .foot-feedback input:focus::-webkit-input-placeholder,
.footer .foot-feedback textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-feedback input:focus::-o-placeholder,
.footer .foot-feedback textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot-feedback input:focus::-moz-placeholder,
.footer .foot-feedback textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot-feedback input:focus::-ms-input-placeholder,
.footer .foot-feedback textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-feedback .send
{
    line-height: 50px;

    width: 121px;
    height: 50px;
    margin-top: 20px;
    padding: 0;

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

    color: #fff;
    background-color: var(--color);
}
.footer .foot-feedback .send .icon
{
    font-size: 24px;
}
.footer .foot-feedback .send:hover
{
    background-color: var(--hover);
}
.footer .copyright
{
    font-size: 16px;
    line-height: 36px;

    padding: 20px 0;

    background: #1a1a1a;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        font-size: 14px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        line-height: 24px;
    }
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright p a
{
    text-decoration: underline;
}
.footer .copyright p a:hover
{
    color: var(--color);
}
@media (max-width: 767px)
{
    .footer .copyright .copyright-share
    {
        margin: 10px 0;
    }
}
.footer .copyright .copyright-share span
{
    margin-right: 10px;
}
.footer .copyright .copyright-share span,
.footer .copyright .copyright-share ul,
.footer .copyright .copyright-share ul li
{
    display: inline-block;

    vertical-align: top;
}
.footer .copyright .copyright-share ul li a
{
    position: relative;

    display: block;
}
.footer .copyright .copyright-share ul li a .icon
{
    font-size: 20px;
    line-height: 36px;

    display: inline-block;

    width: 36px;
    height: 36px;

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

    border-radius: 10px;
}
.footer .copyright .copyright-share ul li a img
{
    position: absolute;
    bottom: 100%;
    left: -60px;

    display: none;

    width: 140px;
}
.footer .copyright .copyright-share ul li a:hover .icon
{
    background-color: var(--color);
}
.footer .copyright .copyright-share ul li a:hover img
{
    display: block;
}
.footer .copyright .sitemap
{
    font-size: 18px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-decoration: underline;
}
@media (max-width: 767px)
{
    .footer .copyright .sitemap
    {
        font-size: 16px;
    }
}
.footer .copyright .sitemap .icon
{
    font-size: 30px;

    float: left;

    margin-right: 10px;
}
.footer .copyright .sitemap:hover
{
    color: var(--color);
}
.inpage
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .inpage
    {
        padding: 40px 0;
    }
}
.inpage .inpage-whitebg
{
    padding: 80px 0;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inpage .inpage-whitebg
    {
        padding: 40px 0;
    }
}
.t-inpage h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .t-inpage h2
    {
        font-size: 42px;
    }
}
@media (max-width: 1199px)
{
    .t-inpage h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .t-inpage h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .t-inpage h2
    {
        font-size: 24px;
    }
}
.t-inpage p
{
    font-size: 18px;
    line-height: 30px;

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

    color: #666;
}
@media (max-width: 1199px)
{
    .t-inpage p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .t-inpage p
    {
        font-size: 14px;
    }
}
.inpage-text
{
    margin-top: 20px;
}
.inpage-text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .inpage-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-text img
{
    max-width: 100%;
    height: auto !important;
}
.inpage-desc
{
    max-width: 940px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 40px 5%;

    text-align: center;

    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
@media (max-width: 1199px)
{
    .inpage-desc
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-desc
    {
        margin-top: 20px;
        padding: 14px 0;
    }
}
.inpage-desc p
{
    font-size: 24px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inpage-desc p
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inpage-desc p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-desc p
    {
        font-size: 14px;
    }
}
.inpage-left
{
    display: inline-block;

    width: 220px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .inpage-left
    {
        width: 100%;
    }
}
.inpage-left .inpage-nav
{
    font-family: 'Garamond';
}
.inpage-left .inpage-nav > ul > li
{
    margin-bottom: 10px;
}
@media (max-width: 1199px)
{
    .inpage-left .inpage-nav > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.inpage-left .inpage-nav > ul > li a
{
    font-size: 18px;
    line-height: 25px;

    display: block;

    padding: 15px;

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

    color: #fff;
    background-color: #000;
}
@media (max-width: 767px)
{
    .inpage-left .inpage-nav > ul > li a
    {
        padding: 10px 15px;
    }
}
.inpage-left .inpage-nav > ul > li.active a,
.inpage-left .inpage-nav > ul > li:hover a
{
    background-color: var(--color);
}
.inpage-right
{
    display: inline-block;

    width: -webkit-calc(100% - 220px);
    width:         calc(100% - 220px);
    margin-left: -4px;
    padding-left: 10%;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .inpage-right
    {
        padding-left: 5%;
    }
}
@media (max-width: 1199px)
{
    .inpage-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .inpage-about
    {
        padding-top: 0;
    }
}
.inpage-about .t-inpage
{
    position: relative;
    z-index: 2;

    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .inpage-about .t-inpage
    {
        padding-top: 50px;
    }
}
.inpage-about .t-inpage:after
{
    display: block;

    width: 54px;
    height: 5px;
    margin-top: 20px;

    content: '';

    background: #d71f1f;
}
@media (max-width: 767px)
{
    .inpage-about .t-inpage:after
    {
        width: 40px;
        height: 3px;
        margin-top: 10px;
    }
}
.inpage-about .about
{
    position: relative;
}
.inpage-about .about:before
{
    position: absolute;
    top: 0;
    left: -50%;

    display: block;

    width: 120%;
    height: -webkit-calc(100% - 50px);
    height:         calc(100% - 50px);

    content: '';

    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .inpage-about .about:before
    {
        width: 200%;
    }
}
.inpage-about .about .flex
{
    position: relative;
    z-index: 2;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-about .about .note
{
    width: 50%;
    height: 100%;
    margin-top: 50px;
    padding-right: 5%;
}
@media (max-width: 1560px)
{
    .inpage-about .about .note
    {
        margin-top: 30px;
        padding-right: 3%;
    }
}
@media (max-width: 991px)
{
    .inpage-about .about .note
    {
        width: 100%;
        padding-right: 0;
    }
}
.inpage-about .about .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inpage-about .about .note p
    {
        font-size: 14px;
    }
}
.inpage-about .about .note h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    color: var(--color);
}
@media (max-width: 991px)
{
    .inpage-about .about .note h3
    {
        font-size: 20px;
    }
}
.inpage-about .about .img
{
    overflow: hidden;

    width: 50%;
    margin-top: 90px;
}
@media (max-width: 991px)
{
    .inpage-about .about .img
    {
        width: 100%;
        margin-top: 30px;
    }
    .inpage-about .about .img img
    {
        max-width: 100%;
    }
}
.inpage-about .about-advantage
{
    padding: 60px 0 40px;
    color: #333;
}
@media (max-width: 991px)
{
    .inpage-about .about-advantage
    {
        padding: 30px 0 20px;
    }
}
.inpage-about .advantage-list ul li
{
    margin-top: 20px;
}
.inpage-about .advantage-list .advantage-itempack
{
    padding: 0 30px;

    background-color: #f5f5f5;
}
@media (max-width: 767px)
{
    .inpage-about .advantage-list .advantage-itempack
    {
        padding: 0 10px;
    }
}
.inpage-about .advantage-list .advantage-itempack .t-advantage
{
    position: relative;

    padding: 20px 20px 20px 0;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .inpage-about .advantage-list .advantage-itempack .t-advantage
    {
        padding-right: 0;
    }
}
.inpage-about .advantage-list .advantage-itempack .t-advantage h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 1560px)
{
    .inpage-about .advantage-list .advantage-itempack .t-advantage h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inpage-about .advantage-list .advantage-itempack .t-advantage h3
    {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-about .advantage-list .advantage-itempack .t-advantage h3
    {
        font-size: 18px;
    }
}
.inpage-about .advantage-list .advantage-itempack .t-advantage:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-weight: bold;

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

    width: 50px;

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

    color: var(--color);
}
@media (max-width: 991px)
{
    .inpage-about .advantage-list .advantage-itempack .t-advantage:after
    {
        font-size: 24px;

        width: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-about .advantage-list .advantage-itempack .t-advantage:after
    {
        font-size: 20px;

        text-align: center;
    }
}
.inpage-about .advantage-list .advantage-itempack .note
{
    display: none;

    padding-bottom: 30px;
}
.inpage-about .advantage-list .advantage-itempack .note img
{
    width: 760px;
    max-width: 100%;
}
.inpage-about .advantage-list .advantage-itempack .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .inpage-about .advantage-list .advantage-itempack .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inpage-about .advantage-list .advantage-itempack .note p
    {
        font-size: 14px;
    }
}
.inpage-about .advantage-list .current .advantage-itempack .t-advantage
{
    color: var(--color);
}
.inpage-about .advantage-list .current .advantage-itempack .t-advantage:after
{
    content: '\e628';
}
.inpage-about .machine .machine-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 100px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .inpage-about .machine .machine-itempack
    {
        margin-top: 30px;
    }
}
.inpage-about .machine .machine-itempack .machine-img,
.inpage-about .machine .machine-itempack .machine-note
{
    position: relative;

    width: 50%;
    height: 100%;
}
@media (max-width: 991px)
{
    .inpage-about .machine .machine-itempack .machine-img,
    .inpage-about .machine .machine-itempack .machine-note
    {
        width: 100%;
    }
}
.inpage-about .machine .machine-itempack .machine-img
{
    position: relative;
    z-index: 2;

    margin-top: 200px;
}
@media (max-width: 991px)
{
    .inpage-about .machine .machine-itempack .machine-img
    {
        margin-top: 0;
    }
}
.inpage-about .machine .machine-itempack .machine-img img
{
    width: 100%;
}
.inpage-about .machine .machine-itempack .machine-note
{
    position: relative;

    padding: 100px 0 100px 5%;
}
@media (max-width: 991px)
{
    .inpage-about .machine .machine-itempack .machine-note
    {
        padding: 30px 15px 30px 50px;
    }
}
.inpage-about .machine .machine-itempack .machine-note:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;

    display: block;

    width: 200%;
    height: 100%;

    content: '';

    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .inpage-about .machine .machine-itempack .machine-note:before
    {
        left: 0;

        width: 100%;
    }
}
.inpage-about .machine .machine-itempack .machine-note .t-machine,
.inpage-about .machine .machine-itempack .machine-note .note
{
    position: relative;
    z-index: 2;
}
.inpage-about .machine .machine-itempack .machine-note .t-machine:before
{
    position: absolute;
    top: 20px;
    left: -90px;

    display: block;

    width: 80px;
    height: 4px;

    content: '';

    background-color: var(--color);
}
@media (max-width: 991px)
{
    .inpage-about .machine .machine-itempack .machine-note .t-machine:before
    {
        left: -50px;

        width: 40px;
    }
}
.inpage-about .machine .machine-itempack .machine-note .t-machine h3
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33333333;

    max-width: 460px;
    margin: 0;
}
@media (max-width: 1560px)
{
    .inpage-about .machine .machine-itempack .machine-note .t-machine h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .inpage-about .machine .machine-itempack .machine-note .t-machine h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inpage-about .machine .machine-itempack .machine-note .t-machine h3
    {
        font-size: 20px;
    }
}
.inpage-about .machine .machine-itempack .machine-note .note
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inpage-about .machine .machine-itempack .machine-note .note
    {
        margin-top: 10px;
    }
}
.inpage-about .machine .machine-itempack .machine-note .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inpage-about .machine .machine-itempack .machine-note .note p
    {
        font-size: 14px;
    }
}
@media (min-width: 992px)
{
    .inpage-about .machine ul li:nth-child(2n) .machine-itempack .machine-img
    {
        left: 50%;

        margin-top: 0;
    }
    .inpage-about .machine ul li:nth-child(2n) .machine-itempack .machine-note
    {
        right: 50%;

        margin-top: 140px;
        padding-right: 5%;
    }
    .inpage-about .machine ul li:nth-child(2n) .machine-itempack .machine-note:before
    {
        right: -10%;
        left: auto;
    }
}
.inpage-workshop
{
    padding-top: 0;
}
.inpage-workshop .t-inpage,
.inpage-videos .t-inpage
{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.inpage-workshop .workshop-slide,
.inpage-videos .workshop-slide,
.inpage-workshop .videos-slide,
.inpage-videos .videos-slide
{
    margin: 0 -6px;
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inpage-workshop .workshop-slide,
    .inpage-videos .workshop-slide,
    .inpage-workshop .videos-slide,
    .inpage-videos .videos-slide
    {
        margin-top: 30px;
    }
}
.inpage-workshop .workshop-slide .slick-slide,
.inpage-videos .workshop-slide .slick-slide,
.inpage-workshop .videos-slide .slick-slide,
.inpage-videos .videos-slide .slick-slide
{
    padding: 0 6px;
}
.inpage-workshop .workshop-itempack,
.inpage-videos .workshop-itempack,
.inpage-workshop .videos-itempack,
.inpage-videos .videos-itempack
{
    position: relative;

    display: block;
    overflow: hidden;
}
.inpage-workshop .workshop-itempack .imgw,
.inpage-videos .workshop-itempack .imgw,
.inpage-workshop .videos-itempack .imgw,
.inpage-videos .videos-itempack .imgw
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-workshop .workshop-itempack .play,
.inpage-videos .workshop-itempack .play,
.inpage-workshop .videos-itempack .play,
.inpage-videos .videos-itempack .play
{
    line-height: 70px;

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

    width: 70px;
    height: 70px;

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

    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(251, 253, 254, .2);
}
.inpage-workshop .workshop-itempack .play .icon,
.inpage-videos .workshop-itempack .play .icon,
.inpage-workshop .videos-itempack .play .icon,
.inpage-videos .videos-itempack .play .icon
{
    font-size: 20px;
}
.inpage-workshop .workshop-itempack:hover .imgw,
.inpage-videos .workshop-itempack:hover .imgw,
.inpage-workshop .videos-itempack:hover .imgw,
.inpage-videos .videos-itempack:hover .imgw
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-workshop .workshop-itempack:hover .play,
.inpage-videos .workshop-itempack:hover .play,
.inpage-workshop .videos-itempack:hover .play,
.inpage-videos .videos-itempack:hover .play
{
    color: var(--color);
    background: rgba(251, 253, 254, .8);
}
.inpage-videos
{
    background: url(../imgs/videos_bg.webp) no-repeat center;
    background-size: cover;
}
.inpage-application
{
    background-color: #f5f5f5;
}
.inpage-application .application
{
    overflow: hidden;
}
.inpage-application .application-top
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inpage-application .application-top
    {
        margin-top: 30px;
    }
}
.inpage-application .application-top .application-top-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    background-color: #fff;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-application .application-top .application-top-itempack .img,
.inpage-application .application-top .application-top-itempack .note
{
    width: 50%;
}
@media (max-width: 991px)
{
    .inpage-application .application-top .application-top-itempack .img,
    .inpage-application .application-top .application-top-itempack .note
    {
        width: 100%;
    }
}
.inpage-application .application-top .application-top-itempack .img .imgw
{
    padding-bottom: 72.5%;
}
.inpage-application .application-top .application-top-itempack .note
{
    padding: 60px 5%;
}
@media (max-width: 991px)
{
    .inpage-application .application-top .application-top-itempack .note
    {
        padding: 30px 15px;
    }
}
.inpage-application .application-top .application-top-itempack .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 1560px)
{
    .inpage-application .application-top .application-top-itempack .note p
    {
        font-size: 14px;
    }
}
.inpage-application .application-top .application-top-itempack .note h3
{
    font-size: 24px;
    line-height: 1.5;

    color: #666;
}
@media (max-width: 1560px)
{
    .inpage-application .application-top .application-top-itempack .note h3
    {
        font-size: 20px;
    }
}
.inpage-application .application-bottom
{
    width: 110%;
    margin: 0 -10px;
    margin-top: 30px;
}
.inpage-application .application-bottom .slick-slide
{
    padding: 10px;
}
.inpage-application .application-bottom .application-bottom-itempack
{
    position: relative;

    padding: 20px;

    cursor: pointer;
    text-align: center;

    background-color: #fff;
}
.inpage-application .application-bottom .application-bottom-itempack:before
{
    position: absolute;
    top: -8px;
    left: 50%;

    display: block;

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

    content: '';

    opacity: 0;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent var(--color) transparent;
}
.inpage-application .application-bottom .application-bottom-itempack .icon
{
    width: 80px;
    margin: 0 auto;
}
.inpage-application .application-bottom .application-bottom-itempack .icon img
{
    width: 100%;
}
@media (max-width: 991px)
{
    .inpage-application .application-bottom .application-bottom-itempack .icon
    {
        width: 60px;
    }
}
.inpage-application .application-bottom .application-bottom-itempack h3
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    margin: 10px 0 0 0;
}
@media (max-width: 1560px)
{
    .inpage-application .application-bottom .application-bottom-itempack h3
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inpage-application .application-bottom .application-bottom-itempack h3
    {
        line-height: 24px;
    }
}
.inpage-application .application-bottom .slick-current .application-bottom-itempack
{
    color: #fff;
    background-color: var(--color);
}
.inpage-application .application-bottom .slick-current .application-bottom-itempack:before
{
    opacity: 1;
}
.inpage-customer
{
    background-color: #f5f5f5;
}
.inpage-customer .customer
{
    margin-top: 50px;
}
.inpage-customer .customer ul{
    padding: 0;
}
@media (max-width: 991px)
{
    .inpage-customer .customer
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-customer .customer
    {
        margin-top: 20px;
    }
}
.inpage-customer .customer .customer-itempack
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .inpage-customer .customer .customer-itempack
    {
        margin-top: 14px;
    }
}
.inpage-customer .customer .customer-itempack .imgw
{
    padding-bottom: 39.47368421%;
}
.inpage-news
{
    background-color: #f5f5f5;
}
.inpage-news .news-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    background: #fff;

    -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;
}
.inpage-news .news-top .img,
.inpage-news .news-top .note
{
    width: 50%;
    height: 100%;
}
@media (max-width: 991px)
{
    .inpage-news .news-top .img,
    .inpage-news .news-top .note
    {
        width: 100%;
    }
}
.inpage-news .news-top .img img
{
    width: 100%;
}
.inpage-news .news-top .note
{
    padding: 30px 5%;
}
@media (max-width: 991px)
{
    .inpage-news .news-top .note
    {
        padding: 20px 15px;
    }
}
.inpage-news .news-top .note .date
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    color: #666;
}
@media (max-width: 991px)
{
    .inpage-news .news-top .note .date
    {
        font-size: 16px;
    }
}
.inpage-news .news-top .note h3
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .inpage-news .news-top .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inpage-news .news-top .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-news .news-top .note h3
    {
        margin: 10px 0;
    }
}
.inpage-news .news-top .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 90px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .inpage-news .news-top .note p
    {
        font-size: 14px;
    }
}
.inpage-news .news-top .note .more
{
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: rgba(102, 102, 102, .2);
}
@media (max-width: 767px)
{
    .inpage-news .news-top .note .more
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.inpage-news .news-top:hover .note h3
{
    color: var(--color);
}
.inpage-news .news-top:hover .note .more
{
    background-color: var(--color);
}
.inpage-news .news
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .inpage-news .news
    {
        margin-top: 20px;
    }
}
.inpage-news .news .news-itempack
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .inpage-news .news .news-itempack
    {
        margin-top: 10px;
    }
}
.inpage-news-show
{
    padding-top: 150px;
    padding-right: 3%;
    padding-left: 3%;

    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .inpage-news-show
    {
        padding-top: 100px;
    }
}
.inpage-news-show .flex
{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-news-show .news-l
{
    width: -webkit-calc(100% - 420px);
    width:         calc(100% - 420px);
    padding-right: 5%;
}
@media (max-width: 1560px)
{
    .inpage-news-show .news-l
    {
        width: -webkit-calc(100% - 320px);
        width:         calc(100% - 320px);
    }
}
@media (max-width: 991px)
{
    .inpage-news-show .news-l
    {
        width: 100%;
        padding-right: 0;
    }
}
.inpage-news-show .title-news-show
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-bottom: 30px;

    border-bottom: 1px solid #e6e6e6;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.inpage-news-show .title-news-show h1
{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.6;

    max-width: 80%;
    margin: 0;
}
@media (max-width: 1560px)
{
    .inpage-news-show .title-news-show h1
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .inpage-news-show .title-news-show h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inpage-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.inpage-news-show .title-news-show .return
{
    line-height: 60px;

    width: 60px;
    height: 60px;

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

    color: #fff;
    border-radius: 50%;
    background-color: var(--color);
}
@media (max-width: 767px)
{
    .inpage-news-show .title-news-show .return
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.inpage-news-show .title-news-show .return .icon
{
    font-size: 30px;
}
@media (max-width: 767px)
{
    .inpage-news-show .title-news-show .return .icon
    {
        font-size: 24px;
    }
}
.inpage-news-show .title-news-show .return:hover
{
    background-color: var(--hover);
}
.inpage-news-show .news-show
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-show
    {
        margin-top: 30px;
    }
}
.inpage-news-show .news-show p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-show p
    {
        font-size: 14px;
    }
}
.inpage-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.inpage-news-show .news-relate
{
    position: relative;

    margin-top: 60px;
    padding-top: 40px;
    padding-right: 160px;

    border-top: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-relate
    {
        padding-right: 0;
    }
}
.inpage-news-show .news-relate .prev-next a
{
    font-size: 18px;
    line-height: 40px;

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

    height: 40px;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-relate .prev-next a
    {
        font-size: 16px;
    }
}
.inpage-news-show .news-relate .prev-next a:hover
{
    color: var(--color);
}
.inpage-news-show .news-relate .return
{
    position: absolute;
    top: -webkit-calc(50% + 20px);
    top:         calc(50% + 20px);
    right: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .inpage-news-show .news-relate .return
    {
        position: relative;
        top: 0;

        margin-top: 20px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.inpage-news-show .news-relate .return a
{
    font-size: 18px;
    line-height: 50px;

    display: block;

    width: 150px;

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

    color: #fff;
    background-color: var(--color);
}
@media (max-width: 767px)
{
    .inpage-news-show .news-relate .return a
    {
        font-size: 16px;
        line-height: 40px;
    }
}
.inpage-news-show .news-relate .return a:hover
{
    background-color: var(--hover);
}
.inpage-news-show .news-r
{
    width: 420px;
}
@media (max-width: 1560px)
{
    .inpage-news-show .news-r
    {
        width: 320px;
    }
}
@media (max-width: 991px)
{
    .inpage-news-show .news-r
    {
        width: 100%;
        margin-top: 30px;
    }
}
.inpage-news-show .news-r .title-news-r
{
    padding: 20px 30px;

    background: url(../imgs/newsbg1.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px)
{
    .inpage-news-show .news-r .title-news-r
    {
        padding: 20px;
    }
}
.inpage-news-show .news-r .title-news-r h3
{
    font-size: 36px;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1560px)
{
    .inpage-news-show .news-r .title-news-r h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inpage-news-show .news-r .title-news-r h3
    {
        font-size: 24px;
    }
}
.inpage-news-show .news-r .news-message .message
{
    padding: 40px 30px;

    border: 6px solid var(--color);
    border-top: none;
}
@media (max-width: 1560px)
{
    .inpage-news-show .news-r .news-message .message
    {
        padding: 30px 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-news-show .news-r .news-message .message
    {
        padding: 20px 10px;
    }
}
.inpage-news-show .news-r .news-message .message form
{
    margin-top: -30px;
}
@media (max-width: 1560px)
{
    .inpage-news-show .news-r .news-message .message form
    {
        margin-top: -20px;
    }
}
.inpage-news-show .news-r .news-message .message input,
.inpage-news-show .news-r .news-message .message textarea
{
    line-height: 30px;

    width: 100%;
    margin-top: 30px;
    padding: 15px 30px;

    resize: vertical;

    border: none;
    outline: none;
    background: #f5f5f5;
}
@media (max-width: 1560px)
{
    .inpage-news-show .news-r .news-message .message input,
    .inpage-news-show .news-r .news-message .message textarea
    {
        line-height: 24px;

        margin-top: 20px;
        padding: 10px 20px;
    }
}
.inpage-news-show .news-r .news-message .message input::-webkit-input-placeholder,
.inpage-news-show .news-r .news-message .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.inpage-news-show .news-r .news-message .message input:-o-placeholder,
.inpage-news-show .news-r .news-message .message textarea:-o-placeholder
{
    color: #999;
}
.inpage-news-show .news-r .news-message .message input::-moz-placeholder,
.inpage-news-show .news-r .news-message .message textarea::-moz-placeholder
{
    color: #999;
}
.inpage-news-show .news-r .news-message .message input:-ms-input-placeholder,
.inpage-news-show .news-r .news-message .message textarea:-ms-input-placeholder
{
    color: #999;
}
.inpage-news-show .news-r .news-message .message input:focus::-webkit-input-placeholder,
.inpage-news-show .news-r .news-message .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-news-show .news-r .news-message .message input:focus::-o-placeholder,
.inpage-news-show .news-r .news-message .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-news-show .news-r .news-message .message input:focus::-moz-placeholder,
.inpage-news-show .news-r .news-message .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-news-show .news-r .news-message .message input:focus::-ms-input-placeholder,
.inpage-news-show .news-r .news-message .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-news-show .news-r .news-message .message .send-reset
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.inpage-news-show .news-r .news-message .message .send-reset .send,
.inpage-news-show .news-r .news-message .message .send-reset .reset
{
    font-size: 18px;
    line-height: 50px;

    width: -webkit-calc(50% - 10px);
    width:         calc(50% - 10px);
    padding: 0;

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

    color: #fff;
    border-radius: 4px;
    background-color: var(--color);
}
@media (max-width: 1560px)
{
    .inpage-news-show .news-r .news-message .message .send-reset .send,
    .inpage-news-show .news-r .news-message .message .send-reset .reset
    {
        font-size: 16px;
        line-height: 40px;
    }
}
.inpage-news-show .news-r .news-message .message .send-reset .send:hover,
.inpage-news-show .news-r .news-message .message .send-reset .reset:hover
{
    text-decoration: underline;
}
.inpage-news-show .news-r .news-message .message .send-reset .reset
{
    background-color: #000;
}
.inpage-news-show .news-r .news-category
{
    margin-top: 40px;
}
.inpage-news-show .news-r .news-category .category-nav
{
    padding: 20px 30px 40px 30px;

    border: 6px solid var(--color);
    border-top: none;
}
@media (max-width: 1560px)
{
    .inpage-news-show .news-r .news-category .category-nav
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-news-show .news-r .news-category .category-nav
    {
        padding: 20px 10px;
    }
}
.inpage-news-show .news-r .news-category .category-nav a
{
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;

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

    height: 60px;
    margin-top: 20px;
    padding: 0 10px;

    background: #f5f5f5;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px)
{
    .inpage-news-show .news-r .news-category .category-nav a
    {
        font-size: 16px;
    }
}
.inpage-news-show .news-r .news-category .category-nav a:nth-child(1)
{
    margin-top: 0;
}
@media (max-width: 767px)
{
    .inpage-news-show .news-r .news-category .category-nav a
    {
        font-size: 15px;
    }
}
.inpage-news-show .news-r .news-category .category-nav a:before
{
    display: inline-block;

    width: 0;
    height: 4px;
    margin-right: 10px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;
    vertical-align: middle;

    background-color: var(--color);
}
.inpage-news-show .news-r .news-category .category-nav a:hover:before
{
    width: 24px;
}
.inpage-service-high
{
    padding-right: 3%;
    padding-left: 3%;

    background-color: #f5f5f5;
}
.inpage-service-high .t-high
{
    text-align: center;
}
.inpage-service-high .t-high h1
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .inpage-service-high .t-high h1
    {
        font-size: 42px;
    }
}
@media (max-width: 1199px)
{
    .inpage-service-high .t-high h1
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .inpage-service-high .t-high h1
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-service-high .t-high h1
    {
        font-size: 24px;
    }
}
.inpage-service-high .t-high h1 span
{
    display: block;
}
.inpage-service-high .t-high h1 span:after
{
    display: inline-block;

    width: 345px;
    height: 34px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background-color: var(--color);
}
@media (max-width: 1199px)
{
    .inpage-service-high .t-high h1 span:after
    {
        width: 300px;
        height: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-service-high .t-high h1 span:after
    {
        width: 100px;
        height: 10px;
    }
}
.inpage-service-high .service-high-pic
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .inpage-service-high .service-high-pic
    {
        margin-top: 10px;
    }
}
.inpage-service-high .service-high-pic ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -14px;
}
@media (max-width: 991px)
{
    .inpage-service-high .service-high-pic ul
    {
        margin: 0 -8px;
    }
}
@media (max-width: 767px)
{
    .inpage-service-high .service-high-pic ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.inpage-service-high .service-high-pic ul li
{
    width: 28.8%;
    margin-top: 20px;
    padding: 0 14px;
}
@media (max-width: 991px)
{
    .inpage-service-high .service-high-pic ul li
    {
        padding: 0 8px;
    }
}
@media (max-width: 767px)
{
    .inpage-service-high .service-high-pic ul li
    {
        width: 50%;
    }
}
.inpage-service-high .service-high-pic ul li:nth-child(2)
{
    width: 42.4%;
}
@media (max-width: 767px)
{
    .inpage-service-high .service-high-pic ul li:nth-child(1)
    {
        width: 100%;
    }
}
.inpage-service-high .service-high-pic ul li img
{
    width: 100%;
}
.inpage-service
{
    background-color: #f5f5f5;
}
.inpage-service .service-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 100px;
}
@media (max-width: 991px)
{
    .inpage-service .service-itempack
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .inpage-service .service-itempack
    {
        margin-top: 30px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.inpage-service .service-itempack:nth-child(1)
{
    margin-top: 0;
}
.inpage-service .service-itempack .note
{
    position: relative;
    z-index: 1;

    width: 55%;
    height: 100%;
    margin-right: -5%;
}
@media (max-width: 767px)
{
    .inpage-service .service-itempack .note
    {
        width: 100%;
    }
}
.inpage-service .service-itempack .note .t-inpage
{
    padding-left: 8%;
}
@media (max-width: 1560px)
{
    .inpage-service .service-itempack .note .t-inpage
    {
        padding-left: 5%;
    }
}
@media (max-width: 767px)
{
    .inpage-service .service-itempack .note .t-inpage
    {
        padding-left: 0;
    }
}
.inpage-service .service-itempack .note .txt
{
    margin-top: 100px;
    padding: 40px 18% 100px 8%;

    background-color: #fff;
}
@media (max-width: 1560px)
{
    .inpage-service .service-itempack .note .txt
    {
        padding: 30px 12% 60px 5%;
    }
}
@media (max-width: 1199px)
{
    .inpage-service .service-itempack .note .txt
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-service .service-itempack .note .txt
    {
        margin-top: 20px;
        padding: 10px 15px;
    }
}
.inpage-service .service-itempack .note .txt ul li
{
    position: relative;

    margin: 60px 0;
    padding-left: 100px;
}
@media (max-width: 1560px)
{
    .inpage-service .service-itempack .note .txt ul li
    {
        margin: 30px 0;
    }
}
@media (max-width: 1199px)
{
    .inpage-service .service-itempack .note .txt ul li
    {
        padding-left: 70px;
    }
}
.inpage-service .service-itempack .note .txt ul li:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 60px;

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

    display: block;

    width: 80px;
    height: 80px;

    content: '\e678';
    text-align: center;

    color: #fff;
    border: 10px solid #fbe8e8;
    border-radius: 50%;
    background-color: var(--color);
}
@media (max-width: 1199px)
{
    .inpage-service .service-itempack .note .txt ul li:before
    {
        font-size: 20px;
        line-height: 40px;

        width: 60px;
        height: 60px;
    }
}
.inpage-service .service-itempack .note .txt p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
    padding-top: 10px;

    color: #666;
}
@media (max-width: 1560px)
{
    .inpage-service .service-itempack .note .txt p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inpage-service .service-itempack .note .txt p
    {
        font-size: 14px;
    }
}
.inpage-service .service-itempack .img
{
    position: relative;
    z-index: 2;

    width: 50%;
    height: 100%;
}
@media (max-width: 767px)
{
    .inpage-service .service-itempack .img
    {
        width: 100%;
    }
}
.inpage-service .service-itempack .img img
{
    width: 100%;
}
.inpage-service .service-itempack:nth-child(2n) .img
{
    right: 50%;
}
@media (max-width: 767px)
{
    .inpage-service .service-itempack:nth-child(2n) .img
    {
        right: 0;
    }
}
.inpage-service .service-itempack:nth-child(2n) .note
{
    left: 50%;

    margin-right: 0;
    margin-left: -5%;
}
@media (max-width: 767px)
{
    .inpage-service .service-itempack:nth-child(2n) .note
    {
        left: 0;

        margin: 0;
    }
}
.inpage-service .service-itempack:nth-child(2n) .note .t-inpage
{
    padding-left: 18%;
}
@media (max-width: 1560px)
{
    .inpage-service .service-itempack:nth-child(2n) .note .t-inpage
    {
        padding-left: 12%;
    }
}
@media (max-width: 767px)
{
    .inpage-service .service-itempack:nth-child(2n) .note .t-inpage
    {
        padding-left: 0;
    }
}
.inpage-service .service-itempack:nth-child(2n) .note .txt
{
    padding-right: 8%;
    padding-left: 18%;
}
@media (max-width: 1560px)
{
    .inpage-service .service-itempack:nth-child(2n) .note .txt
    {
        padding-right: 5%;
        padding-left: 12%;
    }
}
@media (max-width: 767px)
{
    .inpage-service .service-itempack:nth-child(2n) .note .txt
    {
        padding: 10px 15px;
    }
}
.inpage-product
{
    font-size: 0;

    padding: 70px 0;

    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .inpage-product
    {
        padding: 20px 0 60px;
    }
}
.inpage-product .product-nav
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 360px;
    padding: 50px 0;

    vertical-align: top;
}
@media (max-width: 1560px)
{
    .inpage-product .product-nav
    {
        width: 280px;
    }
}
@media (max-width: 1199px)
{
    .inpage-product .product-nav
    {
        width: 100%;
        padding: 0;
    }
}
.inpage-product .product-nav:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    display: block;

    width: 200%;
    height: 200%;

    content: '';

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .inpage-product .product-nav:before
    {
        display: none;
    }
}
.inpage-product .product-nav .t-product
{
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px)
{
    .inpage-product .product-nav .t-product
    {
        display: none;
    }
}
.inpage-product .product-nav .t-product h1
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;

    color: var(--color);
}
@media (max-width: 1560px)
{
    .inpage-product .product-nav .t-product h1
    {
        font-size: 40px;
    }
}
.inpage-product .product-nav .location
{
    font-size: 18px;
    line-height: 30px;

    position: relative;
    z-index: 2;

    margin-top: 10px;
    padding-left: 30px;

    color: #666;
}
@media (max-width: 1560px)
{
    .inpage-product .product-nav .location
    {
        font-size: 16px;
    }
}
.inpage-product .product-nav .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    left: 0;

    content: '\e679';
}
.inpage-product .product-nav .location ul li
{
    display: inline-block;

    vertical-align: top;
}
.inpage-product .product-nav .location ul li:after
{
    content: '>';
}
.inpage-product .product-nav .location ul li:last-child:after
{
    display: none;
}
.inpage-product .product-nav .location ul li a
{
    display: inline-block;

    vertical-align: middle;
}
.inpage-product .product-nav .nav-list
{
    position: relative;
    z-index: 2;

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

    border-top: 1px solid #f5f5f5;
}
@media (max-width: 1199px)
{
    .inpage-product .product-nav .nav-list
    {
        margin-top: 0;
        padding-top: 10px;
    }
}
.inpage-product .product-nav .nav-list > li
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .inpage-product .product-nav .nav-list > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.inpage-product .product-nav .nav-list > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 34px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateX(-34px);
        -ms-transform: translateX(-34px);
            transform: translateX(-34px);
}
@media (max-width: 1560px)
{
    .inpage-product .product-nav .nav-list > li > a
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .inpage-product .product-nav .nav-list > li > a
    {
        line-height: 24px;

        padding: 5px 20px 5px 0;

        -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
                transform: translateX(0px);
    }
}
@media (max-width: 767px)
{
    .inpage-product .product-nav .nav-list > li > a
    {
        font-size: 15px;
    }
}
.inpage-product .product-nav .nav-list > li > a:before
{
    position: absolute;
    top: 34px;
    left: 0;

    display: block;

    width: 24px;
    height: 4px;

    content: '';

    background-color: var(--color);
}
@media (max-width: 1199px)
{
    .inpage-product .product-nav .nav-list > li > a:before
    {
        display: none;

        width: 16px;
    }
}
.inpage-product .product-nav .nav-list > li:hover > a,
.inpage-product .product-nav .nav-list > li.active > a
{
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}
@media (max-width: 1199px)
{
    .inpage-product .product-nav .nav-list > li:hover > a,
    .inpage-product .product-nav .nav-list > li.active > a
    {
        color: var(--color);
    }
}
.inpage-product .product-r
{
    font-size: 14px;

    display: inline-block;

    width: -webkit-calc(100% - 360px);
    width:         calc(100% - 360px);
    padding-left: 3%;

    vertical-align: top;
}
@media (max-width: 1560px)
{
    .inpage-product .product-r
    {
        width: -webkit-calc(100% - 280px);
        width:         calc(100% - 280px);
    }
}
@media (max-width: 1199px)
{
    .inpage-product .product-r
    {
        width: 100%;
        padding-left: 0;
    }
}
.inpage-product .product
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .inpage-product .product
    {
        margin-top: 0;
    }
}
.inpage-product .product .p-itempack
{
    display: block;

    margin-top: 30px;

    text-align: center;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .inpage-product .product .p-itempack
    {
        margin-top: 14px;
    }
}
.inpage-product .product .p-itempack .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-product .product .p-itempack .tit-product
{
    padding: 0 20px 20px 20px;
}
@media (max-width: 767px)
{
    .inpage-product .product .p-itempack .tit-product
    {
        padding: 0 10px 10px 10px;
    }
}
.inpage-product .product .p-itempack .tit-product h3
{
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px)
{
    .inpage-product .product .p-itempack .tit-product h3
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .inpage-product .product .p-itempack .tit-product h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inpage-product .product .p-itempack .tit-product h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-product .product .p-itempack .tit-product h3
    {
        font-size: 14px;
    }
}
.inpage-product .product .p-itempack:hover .imgw
{
    border-color: var(--color);
}
.inpage-product .product .p-itempack:hover .imgw img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-product .product .p-itempack:hover .tit-product h3
{
    color: var(--color);
}
.inpage-product .pagebox
{
    text-align: right;
}
.inpage-product-show
{
    padding-top: 180px;
    padding-bottom: 0;

    background: #f5f5f5;
}
@media (max-width: 1199px)
{
    .inpage-product-show
    {
        padding-top: 80px;
    }
}
.inpage-product-show .t-inpage h2
{
    font-weight: 500;

    text-transform: capitalize;
}
.inpage-product-show .product-info .item
{
    overflow: hidden;
}
.inpage-product-show .product-info .product-show-big
{
    mix-blend-mode: multiply;
}
.inpage-product-show .product-info .product-show-small
{
    margin: 0 -5px;
    margin-top: 10px;
}
.inpage-product-show .product-info .product-show-small .slick-slide
{
    padding: 0 5px;
}
.inpage-product-show .product-info .product-show-small .slick-current .item
{
    border-color: var(--color);
}
.inpage-product-show .product-show-small
{
    max-width: 500px;
    margin: 0 -10px;
    margin-top: 30px;
}
.inpage-product-show .product-show-small .slick-slide
{
    padding: 0 10px;
}
.inpage-product-show .product-show-small .item
{
    overflow: hidden;

    cursor: pointer;

    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
.inpage-product-show .product-show-small .slick-current .item
{
    border-color: var(--color);
}
.inpage-product-show .info-box
{
    padding-bottom: 50px;
}
@media (max-width: 991px)
{
    .inpage-product-show .info-box
    {
        margin-top: 30px;
    }
}
.inpage-product-show .info-box .title-info
{
    position: relative;
}
.inpage-product-show .info-box .title-info h1
{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inpage-product-show .info-box .title-info h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inpage-product-show .info-box .title-info h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inpage-product-show .info-box .title-info h1
    {
        font-size: 20px;
    }
}
.inpage-product-show .info-box .title-info h1:after
{
    display: block;

    width: 71px;
    height: 4px;
    margin-top: 20px;

    content: '';

    background: var(--color);
}
@media (max-width: 767px)
{
    .inpage-product-show .info-box .title-info h1:after
    {
        width: 50px;
        height: 2px;
    }
}
.inpage-product-show .info-box .desc
{
    max-width: 600px;
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .inpage-product-show .info-box .desc
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-product-show .info-box .desc
    {
        margin-top: 20px;
    }
}
.inpage-product-show .info-box .desc p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .inpage-product-show .info-box .desc p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-product-show .info-box .desc p
    {
        font-size: 14px;
    }
}
.inpage-product-show .info-box .share-link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 50px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .inpage-product-show .info-box .share-link
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-product-show .info-box .share-link
    {
        margin-top: 10px;
    }
}
.inpage-product-show .info-box .share
{
    margin: 20px 0;
}
.inpage-product-show .info-box .share span
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    margin-right: 10px;
}
@media (max-width: 1560px)
{
    .inpage-product-show .info-box .share span
    {
        font-size: 20px;
    }
}
.inpage-product-show .info-box .share span,
.inpage-product-show .info-box .share ul,
.inpage-product-show .info-box .share ul li
{
    display: inline-block;

    vertical-align: top;
}
.inpage-product-show .info-box .share ul li
{
    margin-right: 8px;
}
@media (max-width: 767px)
{
    .inpage-product-show .info-box .share ul li
    {
        margin-right: 4px;
    }
}
.inpage-product-show .info-box .share ul li a
{
    position: relative;

    display: block;

    color: #666;
}
.inpage-product-show .info-box .share ul li a .icon
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    width: 30px;
    height: 30px;

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

    border: 1px solid #666;
    border-radius: 6px;
    border-radius: 10px;
}
.inpage-product-show .info-box .share ul li a img
{
    position: absolute;
    bottom: 100%;
    left: -60px;

    display: none;

    width: 140px;
}
.inpage-product-show .info-box .share ul li a:hover
{
    color: #fff;
}
.inpage-product-show .info-box .share ul li a:hover .icon
{
    border-color: var(--color);
    background-color: var(--color);
}
.inpage-product-show .info-box .share ul li a:hover img
{
    display: block;
}
.inpage-product-show .info-box .inquiry
{
    font-size: 20px;
    line-height: 40px;

    display: inline-block;

    padding: 0 30px;

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

    color: #fff;
    border-radius: 4px;
    background-color: var(--color);
}
@media (max-width: 1560px)
{
    .inpage-product-show .info-box .inquiry
    {
        font-size: 18px;

        padding: 0 20px;
    }
}
.inpage-product-show .info-box .inquiry .icon
{
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;
}
.inpage-product-show .info-box .inquiry:hover
{
    background-color: var(--hover);
}
.inpage-product-show .parameter
{
    padding: 80px 0;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inpage-product-show .parameter
    {
        padding: 50px 0;
    }
}
.inpage-product-show .parameter .desc
{
    max-width: 1150px;
    margin: 0 auto;
}
.inpage-product-show .parameter .desc p
{
    font-size: 16px;
    line-height: 1.875;

    color: #666;
}
@media (max-width: 767px)
{
    .inpage-product-show .parameter .desc p
    {
        font-size: 14px;
    }
}
.inpage-product-show .parameter .desc img
{
    max-width: 100%;
    height: auto !important;
}
.inpage-product-show .parameter .desc table
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;

    color: #454d87;
}
@media (max-width: 767px)
{
    .inpage-product-show .parameter .desc table
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-product-show .parameter .desc table tr
{
    background-color: #f5f5f5;
}
.inpage-product-show .parameter .desc table tr:nth-child(2n)
{
    background-color: #dde1e5;
}
.inpage-product-show .parameter .desc table th
{
    color: #fff;
    background-color: var(--color);
}
.inpage-product-show .parameter .desc table th,
.inpage-product-show .parameter .desc table td
{
    padding: 10px 20px;
}
@media (max-width: 767px)
{
    .inpage-product-show .parameter .desc table th,
    .inpage-product-show .parameter .desc table td
    {
        padding: 10px;
    }
}
.inpage-product-show .parameter .desc table td
{
    border: 1px solid #f5f5f5;
}
.inpage-product-show .relate-product
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .inpage-product-show .relate-product
    {
        padding: 50px 0;
    }
}
.inpage-product-show .relate-product .slick-product-relate
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .inpage-product-show .relate-product .slick-product-relate
    {
        margin: 0 -5px;
    }
}
.inpage-product-show .relate-product .slick-product-relate .slick-slide
{
    padding: 0 15px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .inpage-product-show .relate-product .slick-product-relate .slick-slide
    {
        padding: 0 5px;
    }
}
.inpage-product-show .relate-product .slick-product-relate .p-itempack
{
    display: block;

    margin-top: 30px;

    text-align: center;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .inpage-product-show .relate-product .slick-product-relate .p-itempack
    {
        margin-top: 14px;
    }
}
.inpage-product-show .relate-product .slick-product-relate .p-itempack .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-product-show .relate-product .slick-product-relate .p-itempack .tit-product
{
    padding: 0 20px 20px 20px;
}
@media (max-width: 767px)
{
    .inpage-product-show .relate-product .slick-product-relate .p-itempack .tit-product
    {
        padding: 0 10px 10px 10px;
    }
}
.inpage-product-show .relate-product .slick-product-relate .p-itempack .tit-product h3
{
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px)
{
    .inpage-product-show .relate-product .slick-product-relate .p-itempack .tit-product h3
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .inpage-product-show .relate-product .slick-product-relate .p-itempack .tit-product h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inpage-product-show .relate-product .slick-product-relate .p-itempack .tit-product h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-product-show .relate-product .slick-product-relate .p-itempack .tit-product h3
    {
        font-size: 14px;
    }
}
.inpage-product-show .relate-product .slick-product-relate .p-itempack:hover .imgw
{
    border-color: var(--color);
}
.inpage-product-show .relate-product .slick-product-relate .p-itempack:hover .imgw img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-product-show .relate-product .slick-product-relate .p-itempack:hover .tit-product h3
{
    color: var(--color);
}
.inpage-product-show .relate-product .slick-dots-line
{
    position: relative;

    width: 100%;
    height: 6px;
    margin-top: 80px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .inpage-product-show .relate-product .slick-dots-line
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .inpage-product-show .relate-product .slick-dots-line
    {
        margin-top: 30px;
    }
}
.inpage-product-show .relate-product .slick-dots-line .dots-active
{
    position: absolute;
    bottom: 0;

    height: 6px;

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

    background-color: var(--color);
}
.inpage-product-show .open-message
{
    padding: 80px 0;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inpage-product-show .open-message
    {
        padding: 50px 0;
    }
}
.inpage-product-show .open-message .message ul li
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .inpage-product-show .open-message .message ul li
    {
        margin-top: 20px;
    }
}
.inpage-product-show .open-message .message ul li span
{
    font-size: 16px;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .inpage-product-show .open-message .message ul li span
    {
        font-size: 14px;
    }
}
.inpage-product-show .open-message .message input,
.inpage-product-show .open-message .message textarea
{
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

    border: none;
    outline: none;
    background: #f5f5f5;
}
@media (max-width: 1470px)
{
    .inpage-product-show .open-message .message input,
    .inpage-product-show .open-message .message textarea
    {
        font-size: 14px;

        padding: 10px 15px;
    }
}
@media (max-width: 767px)
{
    .inpage-product-show .open-message .message input,
    .inpage-product-show .open-message .message textarea
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-product-show .open-message .message input::-webkit-input-placeholder,
.inpage-product-show .open-message .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.inpage-product-show .open-message .message input:-o-placeholder,
.inpage-product-show .open-message .message textarea:-o-placeholder
{
    color: #999;
}
.inpage-product-show .open-message .message input::-moz-placeholder,
.inpage-product-show .open-message .message textarea::-moz-placeholder
{
    color: #999;
}
.inpage-product-show .open-message .message input:-ms-input-placeholder,
.inpage-product-show .open-message .message textarea:-ms-input-placeholder
{
    color: #999;
}
.inpage-product-show .open-message .message input:focus::-webkit-input-placeholder,
.inpage-product-show .open-message .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-product-show .open-message .message input:focus::-o-placeholder,
.inpage-product-show .open-message .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-product-show .open-message .message input:focus::-moz-placeholder,
.inpage-product-show .open-message .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-product-show .open-message .message input:focus::-ms-input-placeholder,
.inpage-product-show .open-message .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-product-show .open-message .message .file-send
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .inpage-product-show .open-message .message .file-send
    {
        margin-top: 10px;
    }
}
.inpage-product-show .open-message .message .file-send .file
{
    padding: 0;

    text-align: left;
}
.inpage-product-show .open-message .message .file-send .uploadfile
{
    display: none;
}
.inpage-product-show .open-message .message .file-send .progress
{
    width: 100%;
    max-width: 600px;
}
.inpage-product-show .open-message .message .file-send .uploadfilebtn
{
    font-size: 18px;
    line-height: 50px;

    position: relative;

    display: inline-block;

    height: 50px;
    margin: 14px 0;
    padding: 0 20px;

    cursor: pointer;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: var(--color);
}
@media (max-width: 767px)
{
    .inpage-product-show .open-message .message .file-send .uploadfilebtn
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
.inpage-product-show .open-message .message .file-send .uploadfilebtn .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inpage-product-show .open-message .message .file-send .uploadfilebtn .icon
    {
        font-size: 20px;

        margin-right: 4px;
    }
}
.inpage-product-show .open-message .message .file-send .uploadfilebtn input
{
    color: #333;
    background: none;
}
.inpage-product-show .open-message .message .file-send .submit,
.inpage-product-show .open-message .message .file-send .reset
{
    font-size: 18px;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    padding: 0 40px;

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

    color: #fff;
    border-radius: 4px;
    background: #1f251b;
}
@media (max-width: 767px)
{
    .inpage-product-show .open-message .message .file-send .submit,
    .inpage-product-show .open-message .message .file-send .reset
    {
        font-size: 16px;

        padding: 0 20px;
    }
}
.inpage-product-show .open-message .message .file-send .submit:hover,
.inpage-product-show .open-message .message .file-send .reset:hover
{
    text-decoration: underline;
}
.inpage-product-show .open-message .message .file-send .submit
{
    background-color: var(--color);
}
.inpage-contact
{
    background-color: #f5f5f5;
}
.inpage-contact .flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .inpage-contact .flex
    {
        display: block;
    }
}
.inpage-contact .flex .t-inpage h2
{
    text-transform: capitalize;
}
.inpage-contact .flex .contact-left
{
    width: 35%;
    padding: 50px 5%;

    background-color: #fff;
}
@media (max-width: 1560px)
{
    .inpage-contact .flex .contact-left
    {
        padding: 30px 3%;
    }
}
@media (max-width: 991px)
{
    .inpage-contact .flex .contact-left
    {
        width: 100%;
    }
}
.inpage-contact .flex .contact-left .contact-item
{
    position: relative;

    margin-top: 60px;
    padding-left: 90px;
}
@media (max-width: 767px)
{
    .inpage-contact .flex .contact-left .contact-item
    {
        margin-top: 30px;
        padding-left: 70px;
    }
}
.inpage-contact .flex .contact-left .contact-item .icon
{
    font-size: 24px;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;

    text-align: center;

    color: var(--color);
    border-radius: 50%;
    background: #f5f5f5;
}
@media (max-width: 767px)
{
    .inpage-contact .flex .contact-left .contact-item .icon
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.inpage-contact .flex .contact-left .contact-item h3
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;

    color: #999;
}
@media (max-width: 991px)
{
    .inpage-contact .flex .contact-left .contact-item h3
    {
        font-size: 16px;
    }
}
.inpage-contact .flex .contact-left .contact-item p
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px)
{
    .inpage-contact .flex .contact-left .contact-item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inpage-contact .flex .contact-left .contact-item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-contact .flex .contact-left .contact-item p
    {
        font-size: 14px;
    }
}
.inpage-contact .flex .message
{
    width: 60%;
    padding: 50px 5%;

    background-color: #fff;
}
@media (max-width: 1560px)
{
    .inpage-contact .flex .message
    {
        padding: 30px 3%;
    }
}
@media (max-width: 991px)
{
    .inpage-contact .flex .message
    {
        width: 100%;
        margin-top: 30px;
    }
}
.inpage-contact .flex .message ul li
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .inpage-contact .flex .message ul li
    {
        margin-top: 20px;
    }
}
.inpage-contact .flex .message ul li span
{
    font-size: 16px;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .inpage-contact .flex .message ul li span
    {
        font-size: 14px;
    }
}
.inpage-contact .flex .message input,
.inpage-contact .flex .message textarea
{
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

    border: none;
    outline: none;
    background: #f5f5f5;
}
@media (max-width: 1470px)
{
    .inpage-contact .flex .message input,
    .inpage-contact .flex .message textarea
    {
        font-size: 14px;

        padding: 10px 15px;
    }
}
@media (max-width: 767px)
{
    .inpage-contact .flex .message input,
    .inpage-contact .flex .message textarea
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-contact .flex .message input::-webkit-input-placeholder,
.inpage-contact .flex .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.inpage-contact .flex .message input:-o-placeholder,
.inpage-contact .flex .message textarea:-o-placeholder
{
    color: #999;
}
.inpage-contact .flex .message input::-moz-placeholder,
.inpage-contact .flex .message textarea::-moz-placeholder
{
    color: #999;
}
.inpage-contact .flex .message input:-ms-input-placeholder,
.inpage-contact .flex .message textarea:-ms-input-placeholder
{
    color: #999;
}
.inpage-contact .flex .message input:focus::-webkit-input-placeholder,
.inpage-contact .flex .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-contact .flex .message input:focus::-o-placeholder,
.inpage-contact .flex .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-contact .flex .message input:focus::-moz-placeholder,
.inpage-contact .flex .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-contact .flex .message input:focus::-ms-input-placeholder,
.inpage-contact .flex .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-contact .flex .message .file-send
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .inpage-contact .flex .message .file-send
    {
        margin-top: 10px;
    }
}
.inpage-contact .flex .message .file-send .file
{
    padding: 0;

    text-align: left;
}
.inpage-contact .flex .message .file-send .uploadfile
{
    display: none;
}
.inpage-contact .flex .message .file-send .progress
{
    width: 100%;
    max-width: 600px;
}
.inpage-contact .flex .message .file-send .uploadfilebtn
{
    font-size: 18px;
    line-height: 50px;

    position: relative;

    display: inline-block;

    height: 50px;
    margin: 0;
    padding: 0 20px;

    cursor: pointer;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: var(--color);
}
@media (max-width: 767px)
{
    .inpage-contact .flex .message .file-send .uploadfilebtn
    {
        font-size: 16px;
    }
}
.inpage-contact .flex .message .file-send .uploadfilebtn .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.inpage-contact .flex .message .file-send .uploadfilebtn input
{
    color: #333;
    background: none;
}
.inpage-contact .flex .message .file-send .submit
{
    font-size: 18px;
    line-height: 50px;

    height: 50px;
    padding: 0 40px;

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

    color: #fff;
    border-radius: 4px;
    background: #1f251b;
}
@media (max-width: 767px)
{
    .inpage-contact .flex .message .file-send .submit
    {
        font-size: 16px;
    }
}
.inpage-contact .flex .message .file-send .submit:hover
{
    text-decoration: underline;
}
.side-online
{
    position: fixed;
    z-index: 8;
    top: 40%;
    right: 0;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1199px)
{
    .side-online
    {
        top: auto;
        bottom: 0;
    }
}
.side-online.active
{
    -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
            transform: translateX(80px);
}
.side-online .side-close
{
    line-height: 64px;

    position: absolute;
    top: 50%;
    left: -15px;

    width: 15px;
    height: 64px;

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

    color: #fff;
    background: var(--color);

    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
            clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
}
.side-online ul
{
    padding: 10px;

    border-radius: 10px 0 0 10px;
    background-color: var(--color);
}
.side-online ul li
{
    position: relative;
}
.side-online ul li p.show
{
    line-height: 30px;

    position: absolute;
    z-index: 1;
    top: 0;
    right: -200px;

    margin: 0;
    padding: 15px;

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

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.side-online ul li:hover p.show
{
    right: 60px;
}
@media (max-width: 767px)
{
    .side-online ul li:hover p.show
    {
        right: 40px;
    }
}
.side-online ul li:hover .online-message
{
    right: 0;
}
.side-online a
{
    line-height: 60px;

    position: relative;
    z-index: 2;

    display: block;

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

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

    color: var(--color);
    border-radius: 10px;
    background: #fff;
}
@media (max-width: 767px)
{
    .side-online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.side-online a .icon
{
    font-size: 24px;
}
.side-online a:hover
{
    color: #fff;
    background-color: #333;
}
.side-online .online-message
{
    position: fixed;
    top: 0;
    right: -460px;

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

    width: 460px;
    height: 100vh;
    padding: 30px;

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

    border-top: 80px solid var(--color);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -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)
{
    .side-online .online-message
    {
        right: -300px;

        width: 300px;
        padding: 20px 10px;

        border-top-width: 30px;
    }
}
.side-online .online-message .title-online h3
{
    font-family: 'Garamond';
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1470px)
{
    .side-online .online-message .title-online h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .side-online .online-message .title-online h3
    {
        font-size: 24px;
    }
}
.side-online .online-message .title-online p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .side-online .online-message form
    {
        margin-top: 20px;
    }
}
.side-online .online-message .col-xs-12
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .side-online .online-message .col-xs-12
    {
        margin-top: 10px;
    }
}
.side-online .online-message span
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #666;
}
@media (max-width: 767px)
{
    .side-online .online-message span
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.side-online .online-message input,
.side-online .online-message textarea
{
    font-size: 15px;
    line-height: 30px;

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

    resize: vertical;

    border: 1px solid #ccc;
    outline: none;
}
@media (max-width: 991px)
{
    .side-online .online-message input,
    .side-online .online-message textarea
    {
        padding: 10px 15px;
    }
}
@media (max-width: 767px)
{
    .side-online .online-message input,
    .side-online .online-message textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.side-online .online-message input::-webkit-input-placeholder,
.side-online .online-message textarea::-webkit-input-placeholder
{
    color: #999;
}
.side-online .online-message input:-o-placeholder,
.side-online .online-message textarea:-o-placeholder
{
    color: #999;
}
.side-online .online-message input::-moz-placeholder,
.side-online .online-message textarea::-moz-placeholder
{
    color: #999;
}
.side-online .online-message input:-ms-input-placeholder,
.side-online .online-message textarea:-ms-input-placeholder
{
    color: #999;
}
.side-online .online-message input:focus::-webkit-input-placeholder,
.side-online .online-message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.side-online .online-message input:focus::-o-placeholder,
.side-online .online-message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.side-online .online-message input:focus::-moz-placeholder,
.side-online .online-message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.side-online .online-message input:focus::-ms-input-placeholder,
.side-online .online-message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.side-online .online-message .send
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    text-align: center;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.side-online .online-message .submit,
.side-online .online-message .reset
{
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

    width: 45%;
    padding: 0;

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

    border: 1px solid #999;
    border-radius: 0;
    outline: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .side-online .online-message .submit,
    .side-online .online-message .reset
    {
        font-size: 14px;
        line-height: 40px;

        width: 150px;
    }
}
.side-online .online-message .submit:hover,
.side-online .online-message .reset:hover
{
    text-decoration: underline;

    color: #fff;
    background-color: var(--color);
}
.side-online .online-message .reset
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .side-online .online-message .reset
    {
        margin-right: 10px;
    }
}
.side-online .online-message .submit
{
    color: #fff;
    background-color: #1a1a1a;
}
.inpage-sitemap
{
    min-height: 70vh;
}
.inpage-sitemap .sitemap > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .inpage-sitemap .sitemap > ul > li
    {
        width: 100%;
        margin: 10px 0;
    }
}
.inpage-sitemap .sitemap > ul > li > a
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .inpage-sitemap .sitemap > ul > li > a
    {
        font-size: 18px;
    }
}
.inpage-sitemap .sitemap > ul > li > ul
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .inpage-sitemap .sitemap > ul > li > ul > li
    {
        display: inline-block;

        margin-right: 20px;

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

    display: block;

    color: #666;
}
.inpage-sitemap .sitemap > ul > li > ul > li > a:hover
{
    color: var(--color);
}
.pagebox
{
    position: relative;

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

    text-align: center;
}
@media (max-width: 991px)
{
    .pagebox
    {
        margin-top: 30px;
    }
}
.pagebox li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.pagebox li a
{
    font-size: 14px;
    line-height: 36px;

    display: block;

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

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

    color: #999797;
    border: none;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .pagebox li a
    {
        line-height: 28px;

        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
.pagebox li a .icon
{
    font-size: 20px;
}
.pagebox > .active > a,
.pagebox > .active > a:focus,
.pagebox > .active > a:hover,
.pagebox > .active > span,
.pagebox > .active > span:focus,
.pagebox > .active > span:hover
{
    color: #fff;
    background-color: var(--color);
}
.pagebox > li > a:focus,
.pagebox > li > a:hover,
.pagebox > li > span:focus,
.pagebox > li > span:hover
{
    color: #fff;
    background-color: var(--color);
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px !important;
}
a
{
    color: inherit;
}
a:hover
{
    color: inherit;
}
@-webkit-keyframes Mouse
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes Mouse
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 50% !important;
    height: 80% !important;
}
.fancybox-slide--iframe .fancybox-content video{
    width: 100%;
}
.fancybox-slide--iframe .fancybox-content video:-webkit-full-page-media {
    width: 100%;
}
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.uploadbtn
{
    display: none;
}
.inpage-product-show .open-message .message ul li
{
    box-shadow: none;
}
