/**
 * style.less
 * 层叠样式表
 */
:root
{
    --pad: -webkit-calc(50vw - 705px);
    --pad:         calc(50vw - 705px);
}
@media (max-width: 1470px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 650px);
        --pad:         calc(50vw - 650px);
    }
}
@media (max-width: 1400px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 585px);
        --pad:         calc(50vw - 585px);
    }
}
@media (max-width: 1199px)
{
    :root
    {
        --pad: 6vw;
    }
}
@media (max-width: 991px)
{
    :root
    {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px)
{
    :root
    {
        --pad: 15px;
    }
}
.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: 600;
    font-style: normal;

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

    src: local('Racing Sans One'), local('RacingSansOne-Regular'), url('../fonts/RacingSansOne-Regular.woff2') format('woff2'), url('../fonts/RacingSansOne-Regular.woff') format('woff'), url('../fonts/RacingSansOne-Regular.ttf') format('truetype');
    font-display: swap;
}
ul.row
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
*[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: 16px;
    font-weight: normal;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    body
    {
        font-size: 14px;
    }
}
.container
{
    width: 100%;
    max-width: -webkit-calc(1650px + 6%);
    max-width:         calc(1650px + 6%);
    padding: 0 3%;
}
@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: #c30d23;
}
.slick-arrow
{
    font-size: 0;
    line-height: 50px;

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

    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: #999;
    border: none;
    border-radius: 50%;
    outline: none;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        line-height: 40px;

        left: 0;

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

    display: inline-block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #c30d23;
}
.arrow-button
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.arrow-button .slick-arrow
{
    position: relative;
    top: 0;
    left: 0;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.arrow-button .slick-next
{
    margin-left: 10px;
}
@media (max-width: 767px)
{
    .arrow-top
    {
        padding-bottom: 60px;
    }
}
.arrow-top .slick-arrow
{
    top: -120px;
    right: 60px;
    left: auto;

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

        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}
.arrow-top .slick-next
{
    right: 0;

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

        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
    }
}
.flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.slick-list
{
    margin: 0 -15px;
}
@media (max-width: 1199px)
{
    .slick-list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .slick-list
    {
        margin: 0 -5px;
    }
}
.slick-list .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .slick-list .slick-slide
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .slick-list .slick-slide
    {
        padding: 0 5px;
    }
}
a:focus,
a:hover
{
    text-decoration: none;
}
@media (min-width: 1200px)
{
    .hyh-form ul
    {
        margin: 0 -30px;
    }
    .hyh-form ul li
    {
        padding: 0 30px;
    }
}
.hyh-form .form-group input,
.hyh-form .form-group textarea,
.hyh-form .form-group select
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    padding: 15px 0;

    resize: vertical;

    color: #666;
    border: none;
    border-bottom: 1px solid #666;
    outline: none;
}
@media (max-width: 767px)
{
    .hyh-form .form-group input,
    .hyh-form .form-group textarea,
    .hyh-form .form-group select
    {
        font-size: 14px;

        min-height: 50px;
        padding: 10px 0;
    }
}
.hyh-form .form-group input::-webkit-input-placeholder,
.hyh-form .form-group textarea::-webkit-input-placeholder
{
    color: #666;
}
.hyh-form .form-group input:-o-placeholder,
.hyh-form .form-group textarea:-o-placeholder
{
    color: #666;
}
.hyh-form .form-group input::-moz-placeholder,
.hyh-form .form-group textarea::-moz-placeholder
{
    color: #666;
}
.hyh-form .form-group input:-ms-input-placeholder,
.hyh-form .form-group textarea:-ms-input-placeholder
{
    color: #666;
}
.hyh-form .form-group input:focus::-webkit-input-placeholder,
.hyh-form .form-group textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.hyh-form .form-group input:focus::-o-placeholder,
.hyh-form .form-group textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.hyh-form .form-group input:focus::-moz-placeholder,
.hyh-form .form-group textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.hyh-form .form-group input:focus::-ms-input-placeholder,
.hyh-form .form-group textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.hyh-form .form-required
{
    position: relative;
}
.hyh-form .form-required:before
{
    line-height: 60px;

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

    width: 20px;

    content: '*';
    text-align: center;

    color: #c30d23;
}
@media (max-width: 767px)
{
    .hyh-form .form-required:before
    {
        line-height: 40px;

        top: 10px;
    }
}
.hyh-form .form-required input,
.hyh-form .form-required select
{
    padding: 15px 20px;
}
.hyh-form select
{
    /* Firefox */
    padding-right: 50px !important;
    /* 给箭头留空间 */

    background: url(../imgs/select_bg.webp) no-repeat right center !important;

            appearance: none;
    /* 标准 */
    -webkit-appearance: none;
    /* Chrome / Safari */
       -moz-appearance: none;
}
.hyh-form .form-group-read input
{
    background-color: #fff;
}
.hyh-form .form-group-read input::-webkit-input-placeholder,
.hyh-form .form-group-read textarea::-webkit-input-placeholder
{
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input:-o-placeholder,
.hyh-form .form-group-read textarea:-o-placeholder
{
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input::-moz-placeholder,
.hyh-form .form-group-read textarea::-moz-placeholder
{
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input:-ms-input-placeholder,
.hyh-form .form-group-read textarea:-ms-input-placeholder
{
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input:focus::-webkit-input-placeholder,
.hyh-form .form-group-read textarea:focus::-webkit-input-placeholder
{
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input:focus::-o-placeholder,
.hyh-form .form-group-read textarea:focus::-o-placeholder
{
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input:focus::-moz-placeholder,
.hyh-form .form-group-read textarea:focus::-moz-placeholder
{
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input:focus::-ms-input-placeholder,
.hyh-form .form-group-read textarea:focus::-ms-input-placeholder
{
    color: rgba(0, 45, 130, .8);
}
.hyh-form .mask
{
    font-family: 'Poppins SemiBold';
    font-size: 20px;
    line-height: 1.5;

    margin-top: 20px;

    color: #c30d23;
}
@media (max-width: 1199px)
{
    .hyh-form .mask
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .hyh-form .mask
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.hyh-form .submit
{
    font-size: 16px;
    line-height: 30px;

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

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

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #c30d23;
}
@media (max-width: 1199px)
{
    .hyh-form .submit
    {
        margin-top: 30px;
    }
}
.hyh-form .submit:hover
{
    background-color: #a90014;
}
.scrollbar::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 4px;
}
.scrollbar::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.scrollbar::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.header
{
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;

    width: 100%;

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

    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background:         linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}
.header .header-flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .logo
{
    display: block;

    height: 35px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1400px)
{
    .header .logo
    {
        height: 30px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 15px 0;
    }
}
.header .logo a
{
    display: block;

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

    height: 100%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .nav-left
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .nav
{
    display: inline-block;

    margin-left: 50px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1400px)
{
    .header .nav
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        display: none;
    }
}
.header .nav .nav-list1
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        padding: 0 25px;
    }
    .header .nav .nav-list1 > li:nth-child(2)
    {
        position: static;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2
    {
        font-size: 0;

        left: 5%;

        width: 90%;
        min-width: 90%;
        padding: 30px;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li
    {
        font-size: 16px;

        display: inline-block;

        width: 14%;
        padding: 0 10px;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li:nth-child(1)
    {
        width: 30%;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li .t-nav
    {
        padding-top: 100px;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li .t-nav h3
    {
        font-family: 'Racing Sans One';
        font-size: 40px;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li .t-nav p
    {
        font-size: 14px;
        line-height: 24px;

        margin: 20px 0 0 0;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li a
    {
        font-size: 14px;
        line-height: 20px;

        display: block;

        -webkit-transition: all .2s;
                transition: all .2s;
        text-align: center;
        white-space: normal;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li a img
    {
        display: block;

        width: 100%;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li a span
    {
        display: block;

        margin-top: 20px;
    }
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li a:hover
    {
        text-decoration: none;
    }
    .header .nav .nav-list1 > li > a
    {
        font-weight: 500;
        line-height: 24px;

        position: relative;

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

        height: 100px;

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

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 5px;

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

        border-radius: 10px;
        background-color: #fff;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 96%;
        left: 0;

        display: none;

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

        color: #fff;
        background: #222;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .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: #c30d23;
    }
    .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: #c30d23;
    }
}
@media (min-width: 1200px) and (max-width: 1660px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li .t-nav h3
    {
        font-size: 36px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li:nth-child(2) .nav-list2 > li .t-nav h3
    {
        font-size: 30px;
    }
}
.header .nav-right
{
    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;
}
@media (max-width: 1199px)
{
    .header .nav-right
    {
        height: 60px;
    }
}
.header .language
{
    position: relative;
}
.header .language p
{
    margin: 0;
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .header .language p
    {
        padding: 0 10px;
    }
}
.header .language p a
{
    line-height: 30px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .language p a:after
{
    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';

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

    display: none;

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

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

    color: #fff;
    border-radius: 5px;
    background: #c30d23;
}
.header .language ul li a
{
    font-weight: normal;
    line-height: 1.71428571;

    display: block;

    padding: 5px 10px;
}
.header .language ul li a:hover
{
    text-decoration: underline;
}
.header .find
{
    line-height: 70px;

    position: relative;

    padding: 0 20px;

    cursor: pointer;
}
@media (max-width: 1400px)
{
    .header .find
    {
        padding: 0 10px;
    }
}
.header .find .iconfont
{
    font-size: 20px;
}
.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;
    }
}
.header .open-search form
{
    position: relative;

    display: block;

    width: 90%;
    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;

    color: #222;
    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: #c30d23;
}
.header .open-search .search-close
{
    font-size: 30px;
    line-height: 60px;

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

    width: 40px;

    cursor: pointer;
    text-align: center;

    color: #222;
}
@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 .open-search .search-close:hover
{
    color: #c30d23;
}
.header .quote
{
    margin-left: 20px;
}
@media (max-width: 1199px)
{
    .header .quote
    {
        margin: 0;
    }
}
.header .quote a
{
    line-height: 26px;

    display: inline-block;

    padding: 5px 30px;

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

    color: #fff;
    border-radius: 60px;
    background: #333;
}
@media (max-width: 767px)
{
    .header .quote a
    {
        font-size: 12px;

        padding: 5px;
    }
}
.header .quote a:hover
{
    background-color: #c30d23;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .open-menu
{
    position: relative;

    display: none;

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

        margin-left: 10px;

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

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

    width: 100%;
    height: 100%;

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

    height: 2px;

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

    background: #fff;
}
.header .open-menu a span
{
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #fff;
}
.header.fixedh
{
    color: #333;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixedh .language p a:after
{
    border-color: #333 transparent transparent transparent;
}
.header.fixedh .open-menu a:before,
.header.fixedh .open-menu a:after
{
    background-color: #000;
}
.header.fixedh .open-menu a span
{
    background-color: #000;
}
.header.fixedh .logo img
{
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
}
.header.fixedh .nav .nav-list1 > li:hover > a:after,
.header.fixedh .nav .nav-list1 > li.active > a:after
{
    background-color: #c30d23;
}
.header.fixedh .nav .nav-list1 > li:hover > a,
.header.fixedh .nav .nav-list1 > li.active > a
{
    color: #c30d23;
}
.header-bg
{
    position: -webkit-sticky;
    position:         sticky;
    top: 0;

    background: #c30d23;
}
.header-bg .logo img
{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.header-bg.fixedh .nav .nav-list1 > li:hover > a:after,
.header-bg.fixedh .nav .nav-list1 > li.active > a:after
{
    background-color: #c30d23;
}
.header-bg.fixedh .nav .nav-list1 > li:hover > a,
.header-bg.fixedh .nav .nav-list1 > li.active > a
{
    color: #c30d23;
}
.hc-mobile-nav .nav-container
{
    width: 100%;
}
.hc-mobile-nav .nav-wrapper
{
    background: #c30d23;
}
.hc-mobile-nav .nav-wrapper .t-nav
{
    display: none;
}
.hc-mobile-nav .nav-wrapper img
{
    display: none;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .b-itempack
{
    position: relative;
}
.banner .banner-shuff
{
    overflow: hidden;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.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 .banner-itempack
{
    position: relative;
}
.banner .banner-text
{
    position: absolute;
    z-index: 6;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner .banner-text .desc
{
    max-width: 55%;
}
.banner .banner-text h2
{
    font-family: 'Racing Sans One';
    font-size: 64px;
    line-height: 1.25;

    color: #c30d23;
    text-shadow: 0 0 4px #222;
}
@media (max-width: 1720px)
{
    .banner .banner-text h2
    {
        font-size: 58px;
    }
}
@media (max-width: 1560px)
{
    .banner .banner-text h2
    {
        font-size: 52px;
    }
}
@media (max-width: 1470px)
{
    .banner .banner-text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1400px)
{
    .banner .banner-text h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text h2
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text h2
    {
        font-size: 16px;
    }
}
.banner .banner-text h3
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66666667;

    margin: 20px 0 0 0;

    text-shadow: 0 0 4px #222;
}
@media (max-width: 1199px)
{
    .banner .banner-text h3
    {
        line-height: 24px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text h3
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text h3
    {
        font-size: 12px;
        line-height: 1.42857143;

        display: none;
    }
}
.banner .banner-text .txt
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .banner .banner-text .txt
    {
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .txt
    {
        display: none;
    }
}
.banner .banner-text .txt ul
{
    padding-left: 20px;
}
.banner .banner-text .txt ul li
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66666667;

    list-style: disc;

    color: #c30d23;
}
@media (max-width: 1199px)
{
    .banner .banner-text .txt ul li
    {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .txt ul li
    {
        font-size: 12px;
    }
}
.banner .banner-text-2 h3,
.banner .banner-text-3 h3
{
    font-family: 'Racing Sans One';
    font-size: 20px;
}
@media (max-width: 1199px)
{
    .banner .banner-text-2 h3,
    .banner .banner-text-3 h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text-2 h3,
    .banner .banner-text-3 h3
    {
        font-size: 12px;
    }
}
.banner .banner-text-3 h2
{
    color: #fff;
}
.banner .banner-text-3 .hs-more a
{
    border-color: #fff;
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner img
    {
        width: 120%;
        margin-left: -10%;
    }
}
.banner .swiper-slide-active .banner-text h3,
.banner .swiper-slide-active .banner-text h2
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.banner .swiper-slide-active .banner-text .txt,
.banner .swiper-slide-active .banner-text .hyh-more
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner .banner-button
{
    position: absolute;
    z-index: 7;
    bottom: 20px;

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

    width: 100%;
    padding: 0 5%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .banner .banner-button
    {
        bottom: 0;
    }
}
.banner .banner-swiper-pagination
{
    width: auto;
}
.banner .banner-swiper-pagination-top
{
    font-size: 16px;
    line-height: 30px;

    color: rgba(255, 255, 255, .7);
}
.banner .banner-swiper-pagination-top .swiper-pagination-current
{
    font-size: 20px;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .banner-swiper-pagination-top
    {
        right: 3%;
        bottom: 10px;
        left: auto;
    }
}
@media (max-width: 767px)
{
    .banner .banner-swiper-pagination-bottom
    {
        display: none;
    }
}
.banner .banner-swiper-pagination-bottom span
{
    position: relative;

    width: 50px;
    height: 6px;

    opacity: 1;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .4);
}
.banner .banner-swiper-pagination-bottom span:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 100%;

    content: '';

    background-color: #c30d23;
}
.banner .banner-swiper-pagination-bottom .swiper-pagination-bullet-active
{
    background-color: #fff;
}
.banner .banner-swiper-pagination-bottom .swiper-pagination-bullet-active:before
{
    width: 100%;

    -webkit-transition: all 4s;
            transition: all 4s;
}
.banner-inpage
{
    position: relative;

    overflow: hidden;
}
.banner-inpage img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-inpage img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inpage .banner-in-text
{
    position: absolute;
    z-index: 4;
    top: 55%;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner-inpage .banner-in-text
    {
        top: 60%;
    }
}
.banner-inpage .banner-in-text h2
{
    font-family: 'Racing Sans One';
    font-size: 64px;
    line-height: 1.25;

    margin: 0;

    text-shadow: 0 0 4px #222;
}
@media (max-width: 1720px)
{
    .banner-inpage .banner-in-text h2
    {
        font-size: 58px;
    }
}
@media (max-width: 1560px)
{
    .banner-inpage .banner-in-text h2
    {
        font-size: 52px;
    }
}
@media (max-width: 1470px)
{
    .banner-inpage .banner-in-text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1400px)
{
    .banner-inpage .banner-in-text h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner-inpage .banner-in-text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner-inpage .banner-in-text h2
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .banner-inpage .banner-in-text h2
    {
        font-size: 16px;
    }
}
.banner-inpage .banner-in-text h3
{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    text-shadow: 0 2px 4px #222;
}
@media (max-width: 1199px)
{
    .banner-inpage .banner-in-text h3
    {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (max-width: 991px)
{
    .banner-inpage .banner-in-text h3
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .banner-inpage .banner-in-text h3
    {
        font-size: 12px;
        line-height: 16px;
    }
}
.banner-inpage .banner-in-text-red
{
    color: #c30d23;
}
.banner-inpage .banner-in-text-red .desc
{
    max-width: 60%;
}
.banner-inpage .banner-in-text-red .desc h3
{
    color: #222;
    text-shadow: none;
}
.banner-inpage .banner-button
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.mouse
{
    cursor: pointer;
}
@media (max-width: 767px)
{
    .mouse
    {
        display: none;
    }
}
.mouse p
{
    font-family: 'Racing Sans One';
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
.mouse .icon
{
    position: relative;

    width: 30px;
    height: 45px;
    margin: 0 auto;

    border: 3px solid #fff;
    border-radius: 162px;
}
.mouse .icon span
{
    position: absolute;
    z-index: 4;
    top: 14px;
    left: 10px;

    width: 6px;
    height: 10px;

    -webkit-animation: mouse 3s linear infinite;
            animation: mouse 3s linear infinite;

    border: 2px solid #fff;
    border-radius: 162px;
    background: #fff;
}
@-webkit-keyframes mouse
{
    0%
    {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
}
@keyframes mouse
{
    0%
    {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
}
.index
{
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1560px)
{
    .index
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .index
    {
        padding: 50px 0;
    }
}
.pb-0
{
    padding-bottom: 0 !important;
}
.pt-0
{
    padding-top: 0 !important;
}
.p-0
{
    padding: 0 !important;
}
.hyh-txt p
{
    font-size: 16px;
    line-height: 25px;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .hyh-txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.hyh-txt.fz15 p
{
    font-size: 15px;
}
.hyh-txt.c9 p
{
    color: #999;
}
.hyh-txt.lh24 p
{
    line-height: 24px;
}
.t-index h2
{
    font-family: 'Racing Sans One';
    font-size: 40px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1560px)
{
    .t-index h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .t-index h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .t-index h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .t-index h2
    {
        font-size: 24px;
    }
}
.t-index .hyh-txt
{
    margin-top: 16px;
}
@media (max-width: 767px)
{
    .t-index .hyh-txt
    {
        margin-top: 8px;
    }
}
.t-index-line h2:after
{
    display: block;

    width: 90px;
    height: 1px;
    margin: 0 auto;
    margin-top: 30px;

    content: '';

    background-color: #222;
}
@media (max-width: 1199px)
{
    .t-index-line h2:after
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .t-index-line h2:after
    {
        margin-top: 10px;
    }
}
.hyh-more
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .hyh-more
    {
        margin-top: 20px;
    }
}
.hyh-more a,
.hyh-more span
{
    font-size: 14px;
    line-height: 25px;

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

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

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

    color: #fff;
    border-radius: 50px;
    background-color: #c30d23;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .hyh-more a,
    .hyh-more span
    {
        padding: 10px 30px;
    }
}
@media (max-width: 767px)
{
    .hyh-more a,
    .hyh-more span
    {
        font-size: 12px;

        padding: 5px 10px;
    }
}
.hyh-more a .iconfont,
.hyh-more span .iconfont
{
    margin-left: 10px;
}
.hyh-more a:hover,
.hyh-more span:hover
{
    color: #fff;
    background-color: #a90014;
}
.hyh-more.white a,
.hyh-more.white span
{
    color: #fff;
    border: 1px solid #fff;
    background: none;
}
.hyh-more.white a:hover,
.hyh-more.white span:hover
{
    color: #fff;
    border-color: #a90014;
    background-color: #a90014;
}
.i-about .hyh-txt
{
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 20px;
}
.i-about .number
{
    max-width: 70%;
    margin: 0 auto;
}
.i-about .number > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .i-about .number > ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.i-about .number > ul > li
{
    margin-top: 30px;
}
.i-about .number .n-itempack
{
    max-width: 220px;

    text-align: center;
}
.i-about .number .n-itempack b
{
    font-family: 'Racing Sans One';
    font-size: 40px;
    line-height: 1;

    display: block;

    color: #c30d23;
}
@media (max-width: 1199px)
{
    .i-about .number .n-itempack b
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .i-about .number .n-itempack b
    {
        font-size: 30px;
    }
}
.i-about .number .n-itempack p
{
    line-height: 25px;

    margin: 10px 0 0 0;
}
.i-about .img
{
    margin-top: 30px;
}
.i-about .img img
{
    width: 100%;
}
.i-category
{
    position: relative;
}
.i-category .category-content .desc
{
    position: absolute;
    z-index: 2;
    top: 10%;

    width: 100%;
}
@media (max-width: 767px)
{
    .i-category .category-content .desc
    {
        position: relative;

        padding: 30px 0;
    }
}
.i-category .category-content .t-index-line h2:after
{
    margin-left: 0;
}
.i-category .category-content .img .imgw
{
    padding-bottom: 48.95833333%;
}
@media (max-width: 1199px)
{
    .i-category .category-content .img .imgw
    {
        padding-bottom: 75%;
    }
    .i-category .category-content .img .imgw img
    {
        left: 50%;

        width: auto;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.i-category .category-content .hyh-txt
{
    max-width: 400px;
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .i-category .category-content .hyh-txt
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .i-category .category-content .hyh-txt
    {
        max-width: 300px;
    }
}
.i-category .category-content .hyh-txt h3
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.45833333;
}
@media (max-width: 1560px)
{
    .i-category .category-content .hyh-txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .i-category .category-content .hyh-txt h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .i-category .category-content .hyh-txt h3
    {
        font-size: 16px;
    }
}
.i-category .category-content .hyh-more
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .i-category .category-content .hyh-more
    {
        margin-top: 50px;
    }
}
@media (max-width: 1199px)
{
    .i-category .category-content .hyh-more
    {
        margin-top: 30px;
    }
}
.i-category .category-menu
{
    position: absolute;
    z-index: 5;
    bottom: 60px;

    width: 100%;
}
@media (max-width: 1199px)
{
    .i-category .category-menu
    {
        bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .i-category .category-menu
    {
        position: relative;
        bottom: 0;

        padding-top: 40px;
    }
}
.i-category .category-menu .menu > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.i-category .category-menu .menu > ul > li
{
    width: 20%;
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .i-category .category-menu .menu > ul > li
    {
        width: 50%;
    }
}
.i-category .category-menu .menu > ul > li > a
{
    font-family: 'Racing Sans One';
    font-size: 20px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 20px 0;

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

    color: #fff;
    border-bottom: 2px solid #fff;
}
@media (max-width: 1560px)
{
    .i-category .category-menu .menu > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .i-category .category-menu .menu > ul > li > a
    {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 767px)
{
    .i-category .category-menu .menu > ul > li > a
    {
        padding: 10px 0;

        color: #222;
        border-bottom-color: #222;
    }
}
.i-category .category-menu .menu > ul > li > a:after
{
    position: absolute;
    z-index: 3;
    bottom: -2px;

    display: block;

    width: 0;
    height: 2px;

    content: '';

    background-color: #c30d23;
}
.i-category .category-menu .menu > ul > li.active > a
{
    color: #c30d23;
}
.i-category .category-menu .menu > ul > li.active > a:after
{
    width: 100%;

    -webkit-transition: all 3s;
            transition: all 3s;
}
.i-solutions .solutions
{
    margin-top: 15px;
}
.i-solutions .solutions ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .i-solutions .solutions ul > li
    {
        margin-top: 14px;
    }
}
.i-solutions .solutions .s-itempack
{
    position: relative;

    display: block;
}
.i-solutions .solutions .s-itempack .imgw
{
    padding-bottom: 107.69230769%;
}
.i-solutions .solutions .s-itempack .desc
{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

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

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

    color: #fff;
}
@media (max-width: 1400px)
{
    .i-solutions .solutions .s-itempack .desc
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .i-solutions .solutions .s-itempack .desc
    {
        padding: 10px;
    }
}
.i-solutions .solutions .s-itempack .t-solutions
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .i-solutions .solutions .s-itempack .t-solutions
    {
        font-size: 18px;
        line-height: 24px;

        max-height: 48px;
    }
}
@media (max-width: 767px)
{
    .i-solutions .solutions .s-itempack .t-solutions
    {
        font-size: 14px;
    }
}
.i-solutions .solutions .s-itempack .hyh-txt
{
    overflow-y: auto;

    max-height: 81%;
    margin-top: 10px;

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

    opacity: 0;
}
@media (max-width: 1660px)
{
    .i-solutions .solutions .s-itempack .hyh-txt
    {
        max-height: 60%;
    }
}
@media (max-width: 1560px)
{
    .i-solutions .solutions .s-itempack .hyh-txt
    {
        max-height: 55%;
    }
}
.i-solutions .solutions .s-itempack .hyh-txt p
{
    color: #fff;
}
.i-solutions .solutions .s-itempack .hyh-more
{
    position: absolute;
    bottom: 30px;
    left: 25px;

    margin-top: 0;

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

    opacity: 0;
}
@media (max-width: 1400px)
{
    .i-solutions .solutions .s-itempack .hyh-more
    {
        bottom: 20px;
        left: 20px;
    }
}
.i-solutions .solutions .s-itempack .hyh-more span
{
    color: #c30d23;
    background-color: #fff;
}
.i-solutions .solutions .s-itempack .hyh-more span:hover
{
    text-decoration: underline;
}
@media (min-width: 1200px)
{
    .i-solutions .solutions .s-itempack:hover .desc
    {
        background-color: #c30d23;
    }
    .i-solutions .solutions .s-itempack:hover .desc .hyh-txt
    {
        opacity: 1;
    }
    .i-solutions .solutions .s-itempack:hover .desc .hyh-more
    {
        opacity: 1;
    }
}
.i-why
{
    padding: 6vw 0;

    background: url(../imgs/why_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .i-why
    {
        background-position: left center;
    }
}
.i-why .why
{
    width: 38%;
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .i-why .why
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .i-why .why
    {
        width: 100%;
    }
}
.i-why .why > ul > li
{
    margin-top: 20px;
}
.i-why .why .why-group
{
    padding: 15px;

    cursor: pointer;

    border: 1px solid rgba(195, 13, 35, .8);
}
.i-why .why .why-group .title-why
{
    position: relative;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.i-why .why .why-group .title-why:after
{
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;

    position: absolute;
    top: 5px;
    right: 0;

    width: 20px;
    height: 20px;

    content: '+';
    text-align: center;

    border: 2px solid #222;
}
.i-why .why .why-group .title-why .icon
{
    width: 30px;
}
.i-why .why .why-group .title-why .icon img
{
    width: 100%;
}
.i-why .why .why-group .title-why h3
{
    font-family: 'Racing Sans One';
    font-size: 20px;
    line-height: 30px;

    margin: 0;
    padding: 0 30px;
}
@media (max-width: 1470px)
{
    .i-why .why .why-group .title-why h3
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .i-why .why .why-group .title-why h3
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.i-why .why .why-group .hyh-txt
{
    display: none;

    margin-top: 12px;
}
.i-why .why .current .why-group
{
    color: #fff;
    background-color: #c30d23;
}
.i-why .why .current .why-group .title-why:after
{
    content: '-';

    border-color: #fff;
}
.i-why .why .current .why-group .icon img
{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.i-why .why .current .why-group .hyh-txt p
{
    color: #fff;
}
.i-project .project
{
    margin-top: 15px;
}
.i-project .project > ul > li
{
    margin-top: 30px;
}
.i-project .project .p-itempack
{
    display: block;
}
.i-project .project .p-itempack .img .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.i-project .project .p-itempack .title-project
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .i-project .project .p-itempack .title-project
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .i-project .project .p-itempack .title-project
    {
        font-size: 16px;
        line-height: 24px;

        max-height: 48px;
    }
}
.i-project .project .p-itempack .hyh-txt
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .i-project .project .p-itempack .hyh-txt
    {
        margin-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .i-project .project .p-itempack .hyh-txt
    {
        height: 48px;
    }
}
@media (min-width: 1200px)
{
    .i-project .project .p-itempack:hover .img .imgw img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.i-project .hyh-more a
{
    margin: 0 auto;
}
.i-service-support .t-index .hyh-txt
{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}
.i-service-support .row
{
    margin: 0;
}
.i-service-support .row .col-sm-6
{
    padding: 0;
}
.i-service-support .service-support-group
{
    position: relative;

    margin-top: 30px;
}
.i-service-support .service-support-group .imgw
{
    padding-bottom: 75%;
}
.i-service-support .service-support-group .desc
{
    position: absolute;
    z-index: 6;
    bottom: 5%;

    width: 100%;
    padding: 0 15%;
}
@media (max-width: 1470px)
{
    .i-service-support .service-support-group .desc
    {
        padding: 0 10%;
    }
}
@media (max-width: 1199px)
{
    .i-service-support .service-support-group .desc
    {
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .i-service-support .service-support-group .desc
    {
        position: relative;
        bottom: 0;

        padding: 0;
    }
}
.i-service-support .service-support-group .desc .note
{
    max-width: 420px;
    padding: 30px;

    background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px)
{
    .i-service-support .service-support-group .desc .note
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .i-service-support .service-support-group .desc .note
    {
        padding: 20px 15px;
    }
}
.i-service-support .service-support-group .desc .title-service-support
{
    font-family: 'Racing Sans One';
    font-size: 20px;
    line-height: 1.5;
}
.i-service-support .service-support-group .desc .txt
{
    margin-top: 14px;
}
.i-service-support .service-support-group .desc .txt ul
{
    padding-left: 20px;
}
.i-service-support .service-support-group .desc .txt ul li
{
    margin-bottom: 10px;

    list-style: disc;
}
.i-service-support .service-support-group .hyh-more a
{
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #c30d23;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .i-service-support .service-support-group .hyh-more a
    {
        color: #fff;
        background-color: #c30d23;
    }
}
.i-service-support .service-support-group .hyh-more a:hover
{
    color: #fff;
    background-color: #c30d23;
}
.i-network
{
    position: relative;
}
.i-network .network-top
{
    position: absolute;
    z-index: 6;
    top: 5vw;

    width: 100%;
}
@media (max-width: 1199px)
{
    .i-network .network-top
    {
        position: relative;
        top: 0;
    }
}
@media (min-width: 1200px)
{
    .i-network .t-index
    {
        color: #fff;
    }
}
.i-network .hyh-txt
{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (min-width: 1200px)
{
    .i-network .hyh-txt p
    {
        color: #fff;
    }
}
.i-network .hyh-more a
{
    margin: 0 auto;
}
.i-network .network
{
    position: relative;
}
@media (max-width: 1199px)
{
    .i-network .network
    {
        margin-top: 30px;
    }
}
.i-network .network .img img
{
    width: 100%;
}
.i-network .network .dot
{
    line-height: 30px;

    position: absolute;
    z-index: 6;

    padding: 0 20px;

    color: #c30d23;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .i-network .network .dot
    {
        font-size: 14px;
        line-height: 24px;

        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .i-network .network .dot
    {
        font-size: 12px;
    }
}
.i-network .network .dot-1
{
    top: 63%;
    left: 21%;
}
.i-network .network .dot-2
{
    top: 82%;
    left: 14%;
}
.i-network .network .dot-3
{
    top: 79%;
    left: 31%;
}
.i-network .network .dot-4
{
    top: 61%;
    left: 43%;
}
.i-network .network .dot-5
{
    top: 57%;
    left: 53%;
}
.i-network .network .dot-6
{
    top: 70%;
    left: 56%;
}
.i-network .network .dot-7
{
    top: 73%;
    left: 66%;
}
.i-network .network .dot-8
{
    top: 75%;
    left: 78%;
}
.i-network .network .dot-9
{
    top: 93%;
    left: 83%;
}
.footer-box
{
    font-size: 14px;

    overflow: hidden;

    padding-top: 30px;

    color: #f2f2f2;
    background-color: #222;
}
.footer-box .foot-logo img
{
    height: 35px;
}
.footer-box .foot
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;
    padding: 10px 0 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .footer-box .foot
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.footer-box .foot > div
{
    margin-top: 20px;
    padding: 0 10px;
}
@media (max-width: 991px)
{
    .footer-box .foot > div
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .footer-box .foot > div
    {
        width: 100%;
    }
}
.footer-box .t-foot
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;

    color: #fff;
}
@media (max-width: 1470px)
{
    .footer-box .foot-nav
    {
        max-width: 200px;
    }
}
@media (max-width: 991px)
{
    .footer-box .foot-nav
    {
        max-width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .footer-box .foot-nav
    {
        max-width: 100%;
    }
}
.footer-box .foot-nav .foot-info
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer-box .foot-nav .foot-info
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .footer-box .foot-nav .foot-info > ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

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

    display: block;

    padding: 5px 0;
}
@media (max-width: 767px)
{
    .footer-box .foot-nav .foot-info > ul > li > a
    {
        padding: 2px 0;
    }
}
.footer-box .foot-nav .foot-info > ul > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer-box .foot-nav .foot-info > ul > li:hover > a
{
    color: #fff;
}
.footer-box .foot-nav .foot-info > ul > li:hover > a span
{
    background-size: 100% 1px;
}
.footer-box .foot-text
{
    max-width: 320px;
}
@media (max-width: 1470px)
{
    .footer-box .foot-text
    {
        max-width: 260px;
    }
}
@media (max-width: 767px)
{
    .footer-box .foot-text
    {
        width: 100%;
        max-width: 100%;
    }
}
.footer-box .foot-text .foot-txt
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer-box .foot-text .foot-txt
    {
        margin-top: 10px;
    }
}
.footer-box .foot-text .foot-txt > ul > li
{
    margin-top: 5px;
}
.footer-box .foot-text .foot-txt .txt-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.footer-box .foot-text .foot-txt .txt-itempack .icon
{
    color: #fff;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.footer-box .foot-text .foot-txt .txt-itempack .icon .iconfont
{
    font-size: 20px;
}
.footer-box .foot-text .foot-txt .txt-itempack .txt
{
    padding-left: 12px;
}
.footer-box .foot-text .foot-txt .txt-itempack .txt p
{
    line-height: 20px;

    margin: 0;
}
.footer-box .foot-text .foot-txt .txt-itempack .txt a
{
    line-height: 24px;

    display: block;

    padding: 5px 0;
}
@media (max-width: 767px)
{
    .footer-box .foot-text .foot-txt .txt-itempack .txt a
    {
        padding: 3px 0;
    }
}
.footer-box .foot-text .foot-txt .txt-itempack .txt a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer-box .foot-text .foot-txt .txt-itempack .txt a:hover
{
    color: #fff;
}
.footer-box .foot-text .foot-txt .txt-itempack .txt a:hover span
{
    background-size: 100% 1px;
}
.footer-box .copyright-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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .footer-box .copyright-flex
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.footer-box .copyright
{
    padding: 15px 0;

    color: #fff;
    background: #c30d23;
}
.footer-box .copyright p
{
    line-height: 24px;

    margin: 0;
}
.footer-box .copyright .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (max-width: 767px)
{
    .footer-box .copyright .link
    {
        width: 100%;
    }
}
.footer-box .copyright .link a
{
    line-height: 24px;

    display: block;

    padding: 0 5px;
}
.footer-box .copyright .link a:hover
{
    text-decoration: underline;
}
.footer-box .copyright .link span
{
    opacity: .2;
}
.footer-box .foot-share
{
    margin-top: 20px;
}
.footer-box .foot-share > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -5px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1470px)
{
    .footer-box .foot-share > ul
    {
        margin: 0;
    }
}
.footer-box .foot-share > ul > li
{
    padding: 0 5px;
}
@media (max-width: 1470px)
{
    .footer-box .foot-share > ul > li
    {
        padding: 0;
    }
}
.footer-box .foot-share > ul > li > a
{
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
.footer-box .foot-share > ul > li > a .iconfont
{
    font-size: 20px;
}
.footer-box .foot-share > ul > li > a:hover
{
    color: #c30d23;
}
.online-message
{
    display: none;

    width: 96%;
    max-width: 1000px;
    padding: 50px;
}
@media (max-width: 1199px)
{
    .online-message
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .online-message
    {
        padding: 30px 15px;
    }
}
.inpage
{
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1560px)
{
    .inpage
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .inpage
    {
        padding: 50px 0;
    }
}
.inpage.pt-60
{
    padding-top: 60px;
}
@media (max-width: 1199px)
{
    .inpage.pt-60
    {
        padding-top: 30px;
    }
}
.t-inpage h2
{
    font-family: 'Akzidenz-Grotesk BQ Extra Conde';
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    color: #c30d23;
}
@media (max-width: 1560px)
{
    .t-inpage h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1470px)
{
    .t-inpage h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .t-inpage h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .t-inpage h2
    {
        font-size: 24px;
    }
}
.t-inpage p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .t-inpage p
    {
        font-size: 14px;
    }
}
.t-inpage-line h2
{
    padding-bottom: 20px;

    border-bottom: 1px solid rgba(217, 217, 217, .4);
}
.pad-top-240
{
    padding-top: 240px;
}
@media (max-width: 1199px)
{
    .pad-top-240
    {
        padding-top: 130px;
    }
}
@media (max-width: 767px)
{
    .pad-top-240
    {
        padding-top: 90px;
    }
}
.hyh-location
{
    padding-top: 30px;
}
.hyh-location .location > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.hyh-location .location > ul > li:after
{
    display: inline-block;

    content: '>';
    vertical-align: middle;
}
.hyh-location .location > ul > li > a
{
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .hyh-location .location > ul > li > a
    {
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .hyh-location .location > ul > li > a
    {
        font-size: 14px;
    }
}
.hyh-location .location > ul > li:last-child:after
{
    display: none;
}
.hyh-location .location > ul > li:hover > a
{
    color: #c30d23;
}
.inpage-l
{
    position: relative;
    left: 320px;

    width: -webkit-calc(100% - 320px);
    width:         calc(100% - 320px);
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .inpage-l
    {
        left: 0;

        width: 100%;
        padding-left: 0;
    }
}
.inpage-r
{
    position: relative;
    right: -webkit-calc(100% - 320px);
    right:         calc(100% - 320px);

    width: 320px;
}
@media (max-width: 991px)
{
    .inpage-r
    {
        right: 0;

        width: 100%;
        margin-top: 30px;
    }
}
.inpage-r .detail-search,
.inpage-r .detail-posts,
.inpage-r .inpage-form
{
    position: relative;

    margin-bottom: 30px;

    border: 1px solid #ededed;
    background: #fff;
}
@media (max-width: 1560px)
{
    .inpage-r .detail-search,
    .inpage-r .detail-posts,
    .inpage-r .inpage-form
    {
        margin-bottom: 40px;
    }
}
.inpage-r .t-inpage-r
{
    padding: 12px 20px;

    border: 1px solid #ededed;
    border-left: 3px solid #c30d23;
    background: #f5f5f5;
}
.inpage-r .t-inpage-r h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .inpage-r .t-inpage-r h3
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .inpage-r .t-inpage-r h3
    {
        font-size: 20px;
    }
}
.inpage-r .detail-search form
{
    position: relative;

    overflow: hidden;

    padding-right: 50px;

    border-left: 3px solid #c30d23;
    background: #fff;
}
@media (max-width: 767px)
{
    .inpage-r .detail-search form
    {
        margin-top: 20px;
    }
}
.inpage-r .detail-search form input
{
    line-height: 60px;

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

    border: none;
    outline: none;
}
@media (max-width: 767px)
{
    .inpage-r .detail-search form input
    {
        line-height: 50px;

        height: 50px;
    }
}
.inpage-r .detail-search form input::-webkit-input-placeholder,
.inpage-r .detail-search form textarea::-webkit-input-placeholder
{
    color: #838383;
}
.inpage-r .detail-search form input:-o-placeholder,
.inpage-r .detail-search form textarea:-o-placeholder
{
    color: #838383;
}
.inpage-r .detail-search form input::-moz-placeholder,
.inpage-r .detail-search form textarea::-moz-placeholder
{
    color: #838383;
}
.inpage-r .detail-search form input:-ms-input-placeholder,
.inpage-r .detail-search form textarea:-ms-input-placeholder
{
    color: #838383;
}
.inpage-r .detail-search form input:focus::-webkit-input-placeholder,
.inpage-r .detail-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-r .detail-search form input:focus::-o-placeholder,
.inpage-r .detail-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-r .detail-search form input:focus::-moz-placeholder,
.inpage-r .detail-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-r .detail-search form input:focus::-ms-input-placeholder,
.inpage-r .detail-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-r .detail-search form .send
{
    line-height: 60px;

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

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

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

    border: none;
    background: none;
}
@media (max-width: 767px)
{
    .inpage-r .detail-search form .send
    {
        line-height: 50px;

        height: 50px;
    }
}
.inpage-r .detail-search form .send .icon
{
    font-size: 20px;
}
.inpage-r .detail-search form .send:hover
{
    color: #c30d23;
}
.inpage-r .detail-posts .posts-list
{
    padding: 20px;
}
@media (max-width: 991px)
{
    .inpage-r .detail-posts .posts-list
    {
        padding: 10px;
    }
}
.inpage-r .detail-posts .posts-list ul li
{
    padding: 20px 0;

    border-bottom: 1px solid #eee;
}
.inpage-r .detail-posts .posts-list ul li:last-child
{
    border: none;
}
.inpage-r .detail-posts .posts-list .posts-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.inpage-r .detail-posts .posts-list .posts-itempack .img
{
    overflow: hidden;

    width: 80px;
    height: 100%;

    border-radius: 10px;
}
.inpage-r .detail-posts .posts-list .posts-itempack .img .imgw
{
    padding-bottom: 95%;
}
.inpage-r .detail-posts .posts-list .posts-itempack .img .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-r .detail-posts .posts-list .posts-itempack .txt
{
    width: -webkit-calc(100% - 80px);
    width:         calc(100% - 80px);
    padding-left: 14px;
}
.inpage-r .detail-posts .posts-list .posts-itempack .txt p
{
    font-size: 14px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 40px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inpage-r .detail-posts .posts-list .posts-itempack .txt .date
{
    font-size: 12px;
    line-height: 30px;

    display: block;

    color: #707070;
}
.inpage-r .detail-posts .posts-list .posts-itempack .txt .date:before
{
    display: inline-block;

    width: 25px;
    height: 1px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: #acacac;
}
.inpage-r .detail-posts .posts-list .posts-itempack:hover .img .imgw img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-r .detail-posts .posts-list .posts-itempack:hover .txt p
{
    color: #c30d23;
}
.inpage-r .detail-posts .posts-list1
{
    padding: 20px;
}
@media (max-width: 991px)
{
    .inpage-r .detail-posts .posts-list1
    {
        padding: 10px;
    }
}
.inpage-r .detail-posts .posts-list1 ul li
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .inpage-r .detail-posts .posts-list1 ul li
    {
        display: inline-block;

        margin-top: 10px;
        margin-right: 10px;

        vertical-align: top;
    }
}
.inpage-r .detail-posts .posts-list1 a
{
    font-size: 18px;
    line-height: 24px;

    position: relative;

    display: block;

    padding-left: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .inpage-r .detail-posts .posts-list1 a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inpage-r .detail-posts .posts-list1 a
    {
        font-size: 16px;
    }
}
.inpage-r .detail-posts .posts-list1 a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\eec1';

    color: #c30d23;
}
.inpage-r .detail-posts .posts-list1 a:hover
{
    color: #c30d23;
}
.inpage-r .inpage-form form
{
    padding: 20px;
}
.inpage-r .inpage-form form input,
.inpage-r .inpage-form form textarea
{
    line-height: 24px;

    width: 100%;
    margin-top: 16px;
    padding: 5px 10px;

    resize: vertical;

    border: 1px solid #eee;
    outline: none;
}
.inpage-r .inpage-form form input::-webkit-input-placeholder,
.inpage-r .inpage-form form textarea::-webkit-input-placeholder
{
    color: #999;
}
.inpage-r .inpage-form form input:-o-placeholder,
.inpage-r .inpage-form form textarea:-o-placeholder
{
    color: #999;
}
.inpage-r .inpage-form form input::-moz-placeholder,
.inpage-r .inpage-form form textarea::-moz-placeholder
{
    color: #999;
}
.inpage-r .inpage-form form input:-ms-input-placeholder,
.inpage-r .inpage-form form textarea:-ms-input-placeholder
{
    color: #999;
}
.inpage-r .inpage-form form input:focus::-webkit-input-placeholder,
.inpage-r .inpage-form form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-r .inpage-form form input:focus::-o-placeholder,
.inpage-r .inpage-form form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-r .inpage-form form input:focus::-moz-placeholder,
.inpage-r .inpage-form form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-r .inpage-form form input:focus::-ms-input-placeholder,
.inpage-r .inpage-form form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-r .inpage-form form .send
{
    font-size: 18px;
    line-height: 36px;

    width: 100%;
    height: 36px;
    margin-top: 10px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    background-color: #c30d23;
}
.inpage-r .inpage-form form .send:hover
{
    background-color: #a90014;
}
.inpage-about .hyh-txt
{
    margin-top: 20px;
}
.inpage-about .video
{
    position: relative;

    margin-top: 30px;

    background-color: #000;
}
.inpage-about .video img
{
    width: 100%;

    opacity: .5;
}
.inpage-about .video .play
{
    position: absolute;
    top: 50%;
    left: 50%;

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

    color: #fff;
}
.inpage-about .video .play .iconfont
{
    font-size: 60px;
}
.inpage-development .development
{
    margin-top: 30px;
}
.inpage-development .development .scroll-development
{
    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .inpage-development .development .scroll-development
    {
        margin: 0 -5px;
        padding-bottom: 60px;
    }
}
.inpage-development .development .scroll-development .slick-slide
{
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inpage-development .development .scroll-development .slick-slide
    {
        padding: 0 5px;
    }
}
.inpage-development .development .d-itempack
{
    position: relative;
}
.inpage-development .development .d-itempack .img .imgw
{
    padding-bottom: 300%;

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

    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
}
.inpage-development .development .d-itempack .img .year
{
    position: absolute;
    z-index: 4;
    bottom: 2vw;

    width: 100%;
    padding: 0 15px;
}
.inpage-development .development .d-itempack .year
{
    font-family: 'Racing Sans One';
    font-size: 40px;
    line-height: 1;

    text-align: center;

    color: #fff;
    text-shadow: 0 2px 4px #222;
}
@media (max-width: 1400px)
{
    .inpage-development .development .d-itempack .year
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .inpage-development .development .d-itempack .year
    {
        display: none;
    }
}
.inpage-development .development .d-itempack .mask
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 5vw 30px;

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

    color: #fff;
}
@media (max-width: 1560px)
{
    .inpage-development .development .d-itempack .mask
    {
        padding: 20px 10px;
    }
}
@media (max-width: 1199px)
{
    .inpage-development .development .d-itempack .mask
    {
        padding: 30px 20px;

        background-color: rgba(0, 0, 0, .5);
    }
}
.inpage-development .development .d-itempack .mask .year
{
    opacity: 0;
}
@media (max-width: 1199px)
{
    .inpage-development .development .d-itempack .mask .year
    {
        display: block;

        opacity: 1;
    }
}
.inpage-development .development .d-itempack .mask .hyh-txt
{
    margin-top: 20px;

    text-align: center;

    opacity: 0;
}
@media (max-width: 1199px)
{
    .inpage-development .development .d-itempack .mask .hyh-txt
    {
        opacity: 1;
    }
}
.inpage-development .development .d-itempack .mask .hyh-txt p
{
    color: #fff;
    text-shadow: 0 2px 4px #222;
}
@media (max-width: 1560px)
{
    .inpage-development .development .d-itempack .mask .hyh-txt p
    {
        font-size: 14px;
    }
}
@media (max-width: 1400px)
{
    .inpage-development .development .d-itempack .mask .hyh-txt p
    {
        line-height: 16px;
    }
}
@media (max-width: 1199px)
{
    .inpage-development .development .d-itempack .mask .hyh-txt p
    {
        line-height: 20px;
    }
}
@media (min-width: 1200px)
{
    .inpage-development .development .d-itempack:hover .img .imgw
    {
        -webkit-filter: grayscale(0%);
           -moz-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
             -o-filter: grayscale(0%);
                filter: grayscale(0%);
    }
    .inpage-development .development .d-itempack:hover .img .year
    {
        opacity: 0;
    }
    .inpage-development .development .d-itempack:hover .mask
    {
        background-color: rgba(0, 0, 0, .5);
    }
    .inpage-development .development .d-itempack:hover .mask .year
    {
        -webkit-animation: fadeInUp 1s 0s ease both;
                animation: fadeInUp 1s 0s ease both;
    }
    .inpage-development .development .d-itempack:hover .mask .hyh-txt
    {
        -webkit-animation: fadeInUp 1s 0s ease both;
                animation: fadeInUp 1s 0s ease both;
    }
}
.inpage-development .development .slick-arrow
{
    z-index: 8;
}
@media (max-width: 767px)
{
    .inpage-development .development .slick-arrow
    {
        top: auto;
        bottom: 10px;
        left: 10px;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .inpage-development .development .slick-arrow.slick-next
    {
        right: auto;
        left: 60px;
    }
}
.index-mission .mission > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .index-mission .mission > ul > li
    {
        margin-top: 10px;
    }
}
.index-mission .mission .m-itempack
{
    position: relative;
}
.index-mission .mission .m-itempack .img .imgw
{
    padding-bottom: 29.62962963%;
}
.index-mission .mission .m-itempack .img .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.index-mission .mission .m-itempack .hyh-txt
{
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 10px;

    text-align: center;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#222));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #222 100%);
    background:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222 100%);
}
.index-mission .mission .m-itempack .hyh-txt p
{
    font-weight: 500;

    color: #fff;
    text-shadow: 0 2px 4px #222;
}
@media (min-width: 1200px)
{
    .index-mission .mission .m-itempack:hover .img .imgw img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.inpage-manufacturing
{
    background: url(../imgs/manufacturing_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .inpage-manufacturing
    {
        background-attachment: fixed;
    }
}
.inpage-manufacturing .manufacturing
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.inpage-manufacturing .manufacturing .manufacturing-text
{
    width: 30%;
}
@media (max-width: 991px)
{
    .inpage-manufacturing .manufacturing .manufacturing-text
    {
        width: 100%;
    }
}
.inpage-manufacturing .manufacturing .manufacturing-text-1
{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
}
.inpage-manufacturing .manufacturing .manufacturing-text-1 .hyh-txt
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .inpage-manufacturing .manufacturing .manufacturing-text-1 .hyh-txt
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-manufacturing .manufacturing .manufacturing-text-1 .hyh-txt
    {
        margin-top: 10px;
    }
}
.inpage-manufacturing .manufacturing .manufacturing-text-1 .hyh-txt p span
{
    color: #c30d23;
}
.inpage-manufacturing .manufacturing .manufacturing-text-2
{
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
            order: 3;
}
.inpage-manufacturing .manufacturing .manufacturing-text h3
{
    font-family: 'Racing Sans One';
    font-size: 20px;
    line-height: 1.5;

    color: #c30d23;
}
.inpage-manufacturing .manufacturing .img
{
    overflow: hidden;

    width: 30%;

    border-radius: 50%;

    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
            order: 2;
}
@media (max-width: 991px)
{
    .inpage-manufacturing .manufacturing .img
    {
        width: 50%;
        margin: 0 auto;

        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
}
@media (max-width: 767px)
{
    .inpage-manufacturing .manufacturing .img
    {
        width: 100%;
    }
}
.inpage-manufacturing .manufacturing .img img
{
    width: 100%;
}
.inpage-manufacturing .manufacturing .hyh-txt ul
{
    padding-left: 18px;
}
.inpage-manufacturing .manufacturing .hyh-txt ul li
{
    margin-top: 30px;

    list-style: disc;
}
@media (max-width: 1199px)
{
    .inpage-manufacturing .manufacturing .hyh-txt ul li
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-manufacturing .manufacturing .hyh-txt ul li
    {
        margin-top: 10px;
    }
}
.inpage-manufacturing .manufacturing .hyh-txt ul li:nth-child(2),
.inpage-manufacturing .manufacturing .hyh-txt ul li:nth-child(3)
{
    -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
            transform: translateX(40px);
}
@media (max-width: 1199px)
{
    .inpage-manufacturing .manufacturing .hyh-txt ul li:nth-child(2),
    .inpage-manufacturing .manufacturing .hyh-txt ul li:nth-child(3)
    {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}
.inpage-honor
{
    background: url(../imgs/honor_bg.webp) no-repeat center;
    background-size: cover;
}
.inpage-honor .honor
{
    position: relative;

    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .inpage-honor .honor
    {
        margin-top: 30px;
    }
}
.inpage-honor .swiper-honor
{
    overflow: visible;
}
.inpage-honor .swiper-slide-active .h-itempack
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.inpage-honor .swiper-slide-active .h-itempack:before
{
    opacity: 1;
}
.inpage-honor .swiper-slide-next .h-itempack
{
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
}
.inpage-honor .swiper-slide-next + .swiper-slide .h-itempack
{
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
}
.inpage-honor .swiper-slide-next + .swiper-slide + .swiper-slide .h-itempack
{
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
}
.inpage-honor .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide .h-itempack
{
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
}
.inpage-honor .h-itempack
{
    position: relative;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
}
.inpage-honor .h-itempack:before
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background: url(../imgs/honor-border.webp) no-repeat center;
    background-size: 100% 100%;
}
.inpage-honor .h-itempack .imgw
{
    padding-bottom: 142.64705882%;
}
.inpage-honor .h-itempack .imgw img
{
    -webkit-transition:         transform 1s;
    -webkit-transition: -webkit-transform 1s;
            transition: -webkit-transform 1s;
            transition:         transform 1s;
            transition:         transform 1s, -webkit-transform 1s;
}
.inpage-honor .slick-prev
{
    left: 3%;
}
.inpage-honor .slick-next
{
    right: 3%;
}
.inpage-philosophy .philosophy
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-philosophy .philosophy .img
{
    width: 40%;
}
@media (max-width: 991px)
{
    .inpage-philosophy .philosophy .img
    {
        width: 100%;
    }
}
.inpage-philosophy .philosophy .img img
{
    width: 100%;
}
.inpage-philosophy .philosophy .desc
{
    width: 60%;
    padding-left: 3%;
}
@media (max-width: 991px)
{
    .inpage-philosophy .philosophy .desc
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.inpage-philosophy .philosophy .desc .philosophy-text
{
    margin-top: 50px;
}
@media (max-width: 1560px)
{
    .inpage-philosophy .philosophy .desc .philosophy-text
    {
        margin-top: 20px;
    }
}
.inpage-philosophy .philosophy .desc .hyh-txt h3
{
    font-family: 'Racing Sans One';
    font-size: 20px;
    line-height: 1.5;

    color: #c30d23;
}
.inpage-philosophy .philosophy .desc .hyh-txt ul
{
    margin-bottom: 20px;
}
.inpage-philosophy .philosophy .desc .hyh-txt ul li
{
    position: relative;

    margin-top: 20px;
    padding-left: 15px;
}
@media (max-width: 1199px)
{
    .inpage-philosophy .philosophy .desc .hyh-txt ul li
    {
        margin-top: 10px;
    }
}
.inpage-philosophy .philosophy .desc .hyh-txt ul li:before
{
    position: absolute;
    top: 11px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background-color: #c30d23;
}
.inpage-philosophy .philosophy .desc .hyh-txt ul li p
{
    margin: 0;
}
.inpage-contact-bottom
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inpage-contact-bottom .t-index
{
    color: #fff;
}
.inpage-contact-bottom .t-index .hyh-txt p
{
    color: #fff;
    text-shadow: 0 2px 4px #222;
}
.inpage-contact-bottom .contact-list > 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;
}
.inpage-contact-bottom .contact-list > ul > li
{
    margin-top: 20px;
    padding: 0 10px;
}
.inpage-contact-bottom .contact-list .contact-list-itempack
{
    line-height: 25px;

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

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 46px;
    text-shadow: 0 2px 4px #222;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.inpage-contact-bottom .contact-list .contact-list-itempack:before
{
    display: block;

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

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.inpage-contact-bottom .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.inpage-contact-bottom .link a
{
    font-size: 14px;
    line-height: 25px;

    display: block;

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

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

    color: #c30d23;
    border-radius: 41px;
    background-color: #fff;
}
.inpage-contact-bottom .link a:hover
{
    color: #fff;
    background-color: #a90014;
}
.inpage-contact-bottom .link .downpdf
{
    color: #fff;
    background-color: #c30d23;
}
.inpage-contact-bottom .link.link-left
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.inpage-rd .rd
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-rd .img
{
    width: 50%;
}
@media (max-width: 991px)
{
    .inpage-rd .img
    {
        width: 100%;
    }
}
.inpage-rd .img img
{
    width: 100%;
}
@media (max-width: 1660px)
{
    .inpage-rd .img img
    {
        width: 120%;
    }
}
.inpage-rd .rd-text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

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

    background: #f2f2f2;

    -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: 1560px)
{
    .inpage-rd .rd-text
    {
        padding: 20px 5% 20px 20px;
    }
}
@media (max-width: 991px)
{
    .inpage-rd .rd-text
    {
        width: 100%;
        padding: 20px 15px;
    }
}
@media (max-width: 1400px)
{
    .inpage-rd .rd-text p
    {
        font-size: 14px;
    }
}
.inpage-rd .rd-text h3
{
    font-family: 'Racing Sans One';
    font-size: 20px;
    line-height: 1.5;

    color: #c30d23;
}
.inpage-rd .rd-text ul
{
    margin-bottom: 20px;
}
@media (max-width: 1199px)
{
    .inpage-rd .rd-text ul
    {
        margin-bottom: 10px;
    }
}
.inpage-rd .rd-text ul li
{
    position: relative;

    margin-top: 20px;
    padding-left: 15px;
}
@media (max-width: 1199px)
{
    .inpage-rd .rd-text ul li
    {
        margin-top: 10px;
    }
}
.inpage-rd .rd-text ul li:before
{
    position: absolute;
    top: 11px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background-color: #c30d23;
}
.inpage-rd .rd-text ul li p
{
    margin: 0;
}
.inpage-core
{
    position: relative;

    overflow: hidden;
}
@media (max-width: 767px)
{
    .inpage-core
    {
        padding-top: 50px;
    }
}
.inpage-core .core-menu
{
    position: absolute;
    z-index: 6;
    bottom: 60px;

    width: 100%;

    color: #fff;
}
@media (max-width: 991px)
{
    .inpage-core .core-menu
    {
        bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-core .core-menu
    {
        position: relative;

        color: #222;
    }
}
.inpage-core .core-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .inpage-core .core-menu ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.inpage-core .core-menu ul li
{
    padding: 0 15px;
}
@media (min-width: 768px)
{
    .inpage-core .core-menu ul li
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}
@media (max-width: 767px)
{
    .inpage-core .core-menu ul li
    {
        width: 100%;
    }
}
.inpage-core .core-menu ul li a
{
    font-family: 'Racing Sans One';
    font-size: 20px;
    line-height: 70px;

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

    height: 70px;
    padding: 0 15px;

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

    border-bottom: 2px solid #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1400px)
{
    .inpage-core .core-menu ul li a
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-core .core-menu ul li a
    {
        line-height: 40px;

        height: 40px;

        border-bottom-color: #222;
    }
}
.inpage-core .core-menu ul li.active a
{
    color: #c30d23;
    border-bottom-color: #c30d23;
}
.inpage-core .t-index-line h2:after
{
    margin-left: 0;

    background-color: #fff;
}
.inpage-core .core-content
{
    padding-bottom: 310px;

    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .inpage-core .core-content
    {
        padding-bottom: 240px;
    }
}
@media (max-width: 991px)
{
    .inpage-core .core-content
    {
        padding-bottom: 200px;
    }
}
.inpage-core .core-content .t-core
{
    margin-top: 30px;
}
.inpage-core .core-content .t-core h3
{
    font-size: 24px;
}
@media (max-width: 1400px)
{
    .inpage-core .core-content .t-core h3
    {
        font-size: 20px;
    }
}
.inpage-core .core-content .core-text p
{
    margin-top: 20px;

    color: #fff;
}
.inpage-core .core-content .core-text p span
{
    color: #c30d23;
}
.inpage-rd-testing .rd-testing
{
    margin-top: 30px;
}
.inpage-rd-testing .rd-testing > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-rd-testing .rd-testing > ul > li
{
    width: 20%;
}
@media (max-width: 1199px)
{
    .inpage-rd-testing .rd-testing > ul > li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .inpage-rd-testing .rd-testing > ul > li
    {
        width: 100%;
    }
}
.inpage-rd-testing .rd-testing .rd-t-itempack
{
    position: relative;
}
.inpage-rd-testing .rd-testing .rd-t-itempack .img .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-rd-testing .rd-testing .rd-t-itempack .rd-t-desc
{
    position: absolute;
    top: 0;

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

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

    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 1400px)
{
    .inpage-rd-testing .rd-testing .rd-t-itempack .rd-t-desc
    {
        padding: 20px;
    }
}
.inpage-rd-testing .rd-testing .rd-t-itempack .rd-t-desc .t-testing
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.inpage-rd-testing .rd-testing .rd-t-itempack .rd-t-desc .hyh-txt
{
    margin-top: 20px;
}
.inpage-rd-testing .rd-testing .rd-t-itempack .rd-t-desc .hyh-txt p
{
    color: #fff;
}
@media (min-width: 1200px)
{
    .inpage-rd-testing .rd-testing .rd-t-itempack:hover .rd-t-desc
    {
        background-color: #c30d23;
    }
}
.inpage-customization .customization
{
    position: relative;
}
.inpage-customization .customization .customization-line
{
    position: absolute;
    top: 35%;
}
@media (max-width: 1660px)
{
    .inpage-customization .customization .customization-line
    {
        top: 34%;
    }
}
@media (max-width: 1560px)
{
    .inpage-customization .customization .customization-line
    {
        top: 32.5%;
    }
}
@media (max-width: 1470px)
{
    .inpage-customization .customization .customization-line
    {
        top: 32%;
    }
}
@media (max-width: 1400px)
{
    .inpage-customization .customization .customization-line
    {
        top: 31%;
    }
}
@media (max-width: 1199px)
{
    .inpage-customization .customization .customization-line
    {
        display: none;
    }
}
.inpage-customization .customization .customization-line img
{
    width: 115.5%;
}
@media (max-width: 1660px)
{
    .inpage-customization .customization .customization-line img
    {
        width: 114.5%;
    }
}
@media (max-width: 1560px)
{
    .inpage-customization .customization .customization-line img
    {
        width: 117.2%;
    }
}
@media (max-width: 1470px)
{
    .inpage-customization .customization .customization-line img
    {
        width: 119.5%;
    }
}
@media (max-width: 1400px)
{
    .inpage-customization .customization .customization-line img
    {
        width: 125%;
    }
}
.inpage-customization .customization > ul > li
{
    margin-top: 50px;
}
@media (max-width: 1660px)
{
    .inpage-customization .customization > ul > li
    {
        margin-top: 30px;
    }
}
@media (min-width: 1200px)
{
    .inpage-customization .customization > ul > li:nth-child(4)
    {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
                order: 6;
    }
    .inpage-customization .customization > ul > li:nth-child(6)
    {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
                order: 4;
    }
    .inpage-customization .customization > ul > li:nth-child(5)
    {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
                order: 5;
    }
}
.inpage-customization .customization .c-itempack .img .imgw
{
    padding-bottom: 66.66666667%;
}
.inpage-customization .customization .c-itempack .img .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-customization .customization .c-itempack .cnum
{
    font-size: 20px;
    line-height: 30px;

    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #c30d23;
}
.inpage-customization .customization .c-itempack .t-customization
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .inpage-customization .customization .c-itempack .t-customization
    {
        font-size: 18px;

        margin-top: 10px;
    }
}
.inpage-customization .customization .c-itempack .hyh-txt
{
    margin-top: 20px;
}
@media (min-width: 1200px)
{
    .inpage-customization .customization .c-itempack .hyh-txt
    {
        overflow-y: auto;

        height: 100px;
    }
}
@media (max-width: 1199px)
{
    .inpage-customization .customization .c-itempack .hyh-txt
    {
        margin-top: 10px;
    }
}
.inpage-solution-overview .solution-overview
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-solution-overview-other .solution-overview
{
            flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
.inpage-solution-overview-other .solution-overview .desc
{
    padding-right: 30px;
    padding-left: 0;
}
.inpage-solution-overview .img
{
    width: 40%;
}
@media (max-width: 767px)
{
    .inpage-solution-overview .img
    {
        width: 100%;
    }
}
.inpage-solution-overview .img img
{
    width: 100%;
}
.inpage-solution-overview .desc
{
    width: 60%;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .inpage-solution-overview .desc
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.inpage-solution-overview .so-text
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .inpage-solution-overview .so-text
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .inpage-solution-overview .so-text
    {
        margin-top: 20px;
    }
}
.inpage-solution-overview .so-text h3
{
    font-family: 'Racing Sans One';
    font-size: 20px;
    line-height: 1.5;

    color: #c30d23;
}
.inpage-solution-overview .so-text ul
{
    margin-bottom: 20px;
}
@media (max-width: 1199px)
{
    .inpage-solution-overview .so-text ul
    {
        margin-bottom: 10px;
    }
}
.inpage-solution-overview .so-text ul li
{
    position: relative;

    margin-top: 20px;
    padding-left: 15px;
}
@media (max-width: 1199px)
{
    .inpage-solution-overview .so-text ul li
    {
        margin-top: 10px;
    }
}
.inpage-solution-overview .so-text ul li:before
{
    position: absolute;
    top: 11px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background-color: #c30d23;
}
.inpage-solution-overview .so-text ul li p
{
    margin: 0;
}
.inpage-solution-key
{
    background: url(../imgs/key_solution_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .inpage-solution-key
    {
        background-attachment: fixed;
    }
}
.inpage-solution-key .solution-key > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .inpage-solution-key .solution-key > ul > li
    {
        margin-top: 20px;
    }
}
.inpage-solution-key .solution-key .s-k-itempack
{
    height: 100%;
    padding: 30px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .inpage-solution-key .solution-key .s-k-itempack
    {
        padding: 20px;
    }
}
.inpage-solution-key .solution-key .s-k-itempack .icon
{
    width: 40px;
    height: 40px;
}
.inpage-solution-key .solution-key .s-k-itempack .icon img
{
    width: 100%;
}
.inpage-solution-key .solution-key .s-k-itempack .t-key
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .inpage-solution-key .solution-key .s-k-itempack .t-key
    {
        font-size: 18px;
    }
}
.inpage-solution-key .solution-key .s-k-itempack .hyh-txt
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .inpage-solution-key .solution-key .s-k-itempack .hyh-txt
    {
        margin-top: 10px;
    }
}
.inpage-application .application ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .inpage-application .application ul
    {
        margin: 0 -10px;
    }
}
.inpage-application .application ul li
{
    width: 33.33333333%;
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .inpage-application .application ul li
    {
        margin-top: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .inpage-application .application ul li
    {
        width: 100%;
    }
}
.inpage-application .application ul li:nth-child(1)
{
    width: 66.66666667%;
}
@media (max-width: 767px)
{
    .inpage-application .application ul li:nth-child(1)
    {
        width: 100%;
    }
}
.inpage-application .application .a-itempack
{
    position: relative;

    overflow: hidden;

    cursor: pointer;
}
@media (max-width: 1199px)
{
    .inpage-application .application .a-itempack
    {
        height: 100%;

        background: #f2f2f2;
    }
}
.inpage-application .application .a-itempack .img
{
    overflow: hidden;
}
.inpage-application .application .a-itempack .img img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-application .application .a-itempack .title-application
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
@media (max-width: 1560px)
{
    .inpage-application .application .a-itempack .title-application
    {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (min-width: 1200px)
{
    .inpage-application .application .a-itempack .title-application
    {
        color: #fff;
    }
}
.inpage-application .application .a-itempack .desc
{
    position: absolute;
    z-index: 8;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 30px;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#222));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #222 100%);
    background:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222 100%);
}
@media (max-width: 1560px)
{
    .inpage-application .application .a-itempack .desc
    {
        padding: 20px;
    }
}
@media (max-width: 1199px)
{
    .inpage-application .application .a-itempack .desc
    {
        position: relative;

        padding: 20px 15px;

        background: none;
    }
}
.inpage-application .application .a-itempack .desc .title-mask
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
@media (min-width: 1200px)
{
    .inpage-application .application .a-itempack .desc .hyh-txt
    {
        overflow: hidden;

        max-height: 0;

        opacity: 0;
    }
}
@media (max-width: 1199px)
{
    .inpage-application .application .a-itempack .desc .hyh-txt
    {
        margin-top: 10px;
    }
}
@media (min-width: 1200px)
{
    .inpage-application .application .a-itempack .desc .hyh-txt p
    {
        color: #fff;
    }
}
@media (min-width: 1200px)
{
    .inpage-application .application .a-itempack:hover .img img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .inpage-application .application .a-itempack:hover .desc
    {
        background: #c30d23;
    }
    .inpage-application .application .a-itempack:hover .desc .hyh-txt
    {
        max-height: 1000px;
        margin-top: 20px;

        -webkit-transition: max-height 2s;
                transition: max-height 2s;

        opacity: 1;
    }
}
.inpage-system
{
    background: #f2f2f2;
}
.inpage-system .system
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.inpage-system .img
{
    width: 40%;

    mix-blend-mode: darken;
}
@media (max-width: 767px)
{
    .inpage-system .img
    {
        width: 100%;
    }
}
.inpage-system .img img
{
    width: 100%;
}
.inpage-system .desc
{
    width: 60%;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .inpage-system .desc
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.inpage-system .system-text
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .inpage-system .system-text
    {
        margin-top: 30px;
    }
}
.inpage-system .system-text ul
{
    margin-bottom: 20px;
}
@media (max-width: 1199px)
{
    .inpage-system .system-text ul
    {
        margin-bottom: 10px;
    }
}
.inpage-system .system-text ul li
{
    position: relative;

    margin-top: 20px;
    padding-left: 15px;
}
@media (max-width: 1199px)
{
    .inpage-system .system-text ul li
    {
        margin-top: 10px;
    }
}
.inpage-system .system-text ul li:before
{
    position: absolute;
    top: 11px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background-color: #c30d23;
}
.inpage-system .system-text ul li p
{
    margin: 0;
}
.inpage-product-features
{
    background: url(../imgs/product-features_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .inpage-product-features
    {
        background-attachment: fixed;
    }
}
.inpage-product-lineup .product
{
    margin-top: 10px;
}
.inpage-product-lineup .product > ul > li
{
    margin-top: 30px;
}
.inpage-product-lineup .product .p-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    height: 100%;
    padding-bottom: 20px;

    border: 1px solid #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.inpage-product-lineup .product .p-itempack .imgw
{
    padding-bottom: 62.5%;
}
.inpage-product-lineup .product .p-itempack .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-product-lineup .product .p-itempack .desc
{
    padding: 20px 30px;
}
@media (max-width: 991px)
{
    .inpage-product-lineup .product .p-itempack .desc
    {
        padding: 20px;
    }
}
.inpage-product-lineup .product .p-itempack .desc .hyh-txt ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .inpage-product-lineup .product .p-itempack .desc .hyh-txt ul li
    {
        margin-top: 10px;
    }
}
.inpage-product-lineup .product .p-itempack .desc .hyh-txt ul li span
{
    margin-right: 4px;

    color: #c30d23;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.inpage-product-lineup .product .p-itempack .mask
{
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .inpage-product-lineup .product .p-itempack .mask
    {
        padding: 0 20px;
    }
}
.inpage-product-lineup .product .p-itempack .mask p
{
    color: #666;
}
.inpage-product-lineup .product .p-itempack .mask p span
{
    color: #c30d23;
}
.inpage-product-lineup .product .p-itempack .title-product
{
    font-family: 'Racing Sans One';
    font-size: 20px;
    line-height: 1.5;
}
.inpage-product-lineup .product .p-itempack .hyh-txt
{
    margin-top: 20px;
}
@media (min-width: 1200px)
{
    .inpage-product-lineup .product .p-itempack:hover
    {
        border-color: #c30d23;
    }
    .inpage-product-lineup .product .p-itempack:hover .img .imgw img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.inpage-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-left
{
    width: 360px;
}
@media (max-width: 1400px)
{
    .inpage-left
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .inpage-left
    {
        width: 100%;
    }
}
.inpage-left .title-inpage-left h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.inpage-left .title-inpage-left h3 span
{
    color: #c30d23;
}
.inpage-category .category-menu
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .inpage-category .category-menu
    {
        margin-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .inpage-category .category-menu > 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)
{
    .inpage-category .category-menu > ul
    {
        margin: 0 -5px;
    }
}
.inpage-category .category-menu > ul > li
{
    margin-top: 14px;
}
@media (max-width: 1199px)
{
    .inpage-category .category-menu > ul > li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .inpage-category .category-menu > ul > li
    {
        width: 50%;
        padding: 0 5px;
    }
}
.inpage-category .category-menu > ul > li > a
{
    line-height: 30px;

    position: relative;

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

    padding: 10px 30px;

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

    border-radius: 4px;
    background: #f4f4f4;

    -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;
}
@media (max-width: 1199px)
{
    .inpage-category .category-menu > ul > li > a
    {
        line-height: 24px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-category .category-menu > ul > li > a
    {
        height: 100%;
        padding: 8px 10px;
    }
}
.inpage-category .category-menu > ul > li > a:after
{
    font-family: 'iconfont' !important;

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

    opacity: 0;
    color: #c30d23;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.inpage-category .category-menu > ul > li.active > a,
.inpage-category .category-menu > ul > li:hover > a
{
    color: #c30d23;
    background: #fdeeee;
}
.inpage-category .category-menu > ul > li.active > a:after,
.inpage-category .category-menu > ul > li:hover > a:after
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

    opacity: 1;
}
.inpage-contact
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .inpage-contact
    {
        display: none;
    }
}
.inpage-contact .hyh-form
{
    margin-top: 20px;
}
.inpage-contact .hyh-form input,
.inpage-contact .hyh-form textarea
{
    font-size: 14px;
    line-height: 24px;

    padding: 10px 20px;

    border: 1px solid #d4d4d4;
    border-radius: 4px;
}
.inpage-contact .hyh-form .submit
{
    margin-top: 0;

    border-radius: 30px;
}
.inpage-right
{
    width: -webkit-calc(100% - 360px);
    width:         calc(100% - 360px);
    padding-left: 5%;
}
@media (max-width: 1400px)
{
    .inpage-right
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 1199px)
{
    .inpage-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.inpage-product-list .product-list > ul
{
    margin: 0 -10px;
    margin: 0 -5px;
    margin-top: -20px;
}
.inpage-product-list .product-list > ul > li
{
    margin-top: 20px;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inpage-product-list .product-list > ul > li
    {
        padding: 0 5px;
    }
}
.inpage-product-list .product-itempack
{
    display: block;

    padding: 26px;

    text-align: center;

    border-radius: 14px;
    background: #efefef;
}
@media (max-width: 1199px)
{
    .inpage-product-list .product-itempack
    {
        padding: 10px;
    }
}
.inpage-product-list .product-itempack .title-product
{
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inpage-product-list .product-itempack .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-product-list .product-itempack .more
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.inpage-product-list .product-itempack .more span
{
    font-size: 0;
    font-weight: 500;
    line-height: 40px;

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

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

    border-radius: 30px;
    background-color: #fff;
}
.inpage-product-list .product-itempack .more span .iconfont
{
    display: block;

    width: 40px;
}
@media (min-width: 1200px)
{
    .inpage-product-list .product-itempack:hover .imgw img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .inpage-product-list .product-itempack:hover .more span
    {
        font-size: 16px;

        padding-left: 20px;

        color: #fff;
        background-color: #c30d23;
    }
}
.inpage-product-show .solution-overview .img
{
    height: 100%;

    background: #f2f2f2;
}
.inpage-product-show-specifications .specifications
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .inpage-product-show-specifications .specifications
    {
        margin-top: 20px;
    }
}
.inpage-product-show-specifications .specifications table
{
    max-width: 1180px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .inpage-product-show-specifications .specifications table
    {
        font-size: 14px;
    }
}
.inpage-product-show-specifications .specifications table th
{
    font-size: 20px;

    color: #fff;
    background-color: #c30d23;
}
@media (max-width: 1199px)
{
    .inpage-product-show-specifications .specifications table th
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inpage-product-show-specifications .specifications table th
    {
        font-size: 16px;
    }
}
.inpage-product-show-specifications .specifications table td,
.inpage-product-show-specifications .specifications table th
{
    border-color: #c30d23;
}
.inpage-product-show-specifications .specifications table td:nth-child(2)
{
    color: #666;
}
.inpage-product-show-what .what
{
    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;
}
.inpage-product-show-what .what .img
{
    width: 50%;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .inpage-product-show-what .what .img
    {
        width: 100%;
    }
}
.inpage-product-show-what .what .img img
{
    width: 100%;
}
.inpage-product-show-what .what .desc
{
    width: 50%;
    padding-left: 30px;

    color: #666;
}
@media (max-width: 991px)
{
    .inpage-product-show-what .what .desc
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.inpage-product-show-what .what .desc h3
{
    font-family: 'Racing Sans One';
    font-size: 20px;
    line-height: 1.5;

    color: #c30d23;
}
@media (max-width: 767px)
{
    .inpage-product-show-what .what .desc h3
    {
        font-size: 18px;
    }
}
.inpage-product-show-what .what .desc .desc-list1 li
{
    line-height: 25px;

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

    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .inpage-product-show-what .what .desc .desc-list1 li
    {
        margin-top: 10px;
    }
}
.inpage-product-show-what .what .desc .desc-list1 li:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;

    content: '\e624';

    color: #c30d23;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.inpage-product-show-what .what .desc .desc-list1 li p
{
    margin: 0;
}
.inpage-product-show-what .what .desc .desc-list2 li
{
    line-height: 25px;

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

    margin-top: 20px;
}
.inpage-product-show-what .what .desc .desc-list2 li:before
{
    display: block;

    width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-right: 10px;

    content: '';

    border: 2px solid #666;
    border-radius: 2px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.inpage-product-show-what .what .desc .desc-list2 li p
{
    margin: 0;
}
.inpage-product-show-how .how
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .inpage-product-show-how .how
    {
        margin-top: 0;
    }
}
.inpage-product-show-how .how ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-product-show-how .how ul li
{
    width: 25%;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .inpage-product-show-how .how ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .inpage-product-show-how .how ul li
    {
        width: 100%;
    }
}
.inpage-product-show-how .how ul li:nth-child(1) .t-how
{
    background-image: url(../imgs/how_bg1.png);
}
.inpage-product-show-how .how ul li:nth-child(4) .t-how
{
    background-image: url(../imgs/how_bg4.png);
}
.inpage-product-show-how .how .how-itempack .t-how
{
    font-family: 'Racing Sans One';
    font-size: 20px;

    padding: 18px;

    text-align: center;

    color: #fff;
    background: url(../imgs/how_bg2.png) no-repeat center;
    background-size: 100%;
}
@media (max-width: 767px)
{
    .inpage-product-show-how .how .how-itempack .t-how
    {
        font-size: 18px;

        padding: 10px;
    }
}
.inpage-product-show-how .how .how-itempack .t-how p
{
    margin: 0;
}
.inpage-product-show-how .how .how-itempack .hyh-txt
{
    padding: 20px 30px 0 30px;
}
@media (max-width: 767px)
{
    .inpage-product-show-how .how .how-itempack .hyh-txt
    {
        padding: 20px 20px 0 20px;
    }
}
.inpage-product-show-design
{
    background: url(../imgs/design_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .inpage-product-show-design
    {
        background-attachment: fixed;
    }
}
.inpage-product-show-design .design
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .inpage-product-show-design .design
    {
        margin-top: 30px;
    }
}
.inpage-product-show-design .design h3
{
    font-family: 'Racing Sans One';
    font-size: 20px;

    color: #c30d23;
}
@media (min-width: 1200px)
{
    .inpage-product-show-design .design ul li
    {
        width: 20%;
    }
}
.inpage-product-show-design .design ul li
{
    margin-top: 20px;
}
.inpage-product-show-design .design .d-itempack
{
    height: 100%;
    padding: 60px 30px;

    background-color: #fff;
}
@media (max-width: 1560px)
{
    .inpage-product-show-design .design .d-itempack
    {
        padding: 30px;
    }
}
@media (max-width: 1199px)
{
    .inpage-product-show-design .design .d-itempack
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-product-show-design .design .d-itempack
    {
        padding: 20px 15px;
    }
}
.inpage-product-show-design .design .d-itempack .icon
{
    width: 40px;
}
.inpage-product-show-design .design .d-itempack .icon img
{
    width: 100%;
}
.inpage-product-show-design .design .d-itempack .hyh-txt
{
    margin-top: 20px;
}
@media (min-width: 1200px)
{
    .inpage-product-show-design .design .d-itempack:hover .icon
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
}
.inpage-product-show-questions .questions
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .inpage-product-show-questions .questions
    {
        margin-top: 20px;
    }
}
.inpage-product-show-questions .questions > ul > li
{
    margin-top: 20px;
}
.inpage-product-show-questions .questions .questions-itempack
{
    padding: 0 30px;

    cursor: pointer;

    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
@media (max-width: 767px)
{
    .inpage-product-show-questions .questions .questions-itempack
    {
        padding: 0 10px;
    }
}
.inpage-product-show-questions .questions .questions-itempack .title-questions
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;

    position: relative;

    padding: 15px 30px 15px 0;

    border-bottom: 1px solid #fff;
}
.inpage-product-show-questions .questions .questions-itempack .title-questions:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 30px;

    position: absolute;
    top: 15px;
    right: 0;

    width: 30px;
    height: 30px;

    content: '\e602';
    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;

    color: #c30d23;
}
.inpage-product-show-questions .questions .questions-itempack .questions-txt
{
    display: none;

    padding: 15px 0;
}
.inpage-product-show-questions .questions .current .questions-itempack .title-questions
{
    color: #c30d23;
    border-bottom-color: #f2f2f2;
}
.inpage-product-show-questions .questions .current .questions-itempack .title-questions:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.table_over
{
    line-height: 1.625;

    overflow: auto;

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

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

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

    padding: 15px 20px !important;

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

    background: none !important;
}
.table_over table th
{
    text-align: center;
}
.inpage-solution .t-index
{
    max-width: 100%;
}
.inpage-solution .t-index .hyh-txt
{
    max-width: 65%;
}
@media (max-width: 767px)
{
    .inpage-solution .t-index .hyh-txt
    {
        max-width: 100%;
    }
}
.inpage-solution .solution
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .inpage-solution .solution
    {
        margin-top: 30px;
    }
}
.inpage-solution .solution .img img
{
    width: 100%;
}
.inpage-solution .solution .hyh-txt
{
    margin-top: 30px;
}
.inpage-solution .solution .hyh-txt > ul > li > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-solution .solution .hyh-txt > ul > li > ul > li
{
    padding: 0 15px;
}
.inpage-solution .solution .hyh-txt h3
{
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 1.66666667;
}
.inpage-solution .solution .hyh-txt p
{
    font-size: 14px;
    line-height: 24px;
}
.i-products-solution
{
    background: #f8f8f8;
}
.i-products-solution .slick-arrow
{
    background-color: #fff;
}
.inpage-solution-choose .solution-choose > ul > li
{
    margin-top: 30px;
}
.inpage-solution-choose .solution-choose .solution-choose-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    height: 100%;

    border-radius: 20px;
    background: #f8f8f8;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .inpage-solution-choose .solution-choose .solution-choose-itempack
    {
        display: block;

        border-radius: 10px;
    }
}
.inpage-solution-choose .solution-choose .solution-choose-itempack .img
{
    width: 45%;
    height: 100%;
}
@media (max-width: 1199px)
{
    .inpage-solution-choose .solution-choose .solution-choose-itempack .img
    {
        width: 100%;
        height: auto;
    }
}
.inpage-solution-choose .solution-choose .solution-choose-itempack .img .imgw
{
    padding-bottom: 88.88888889%;
}
.inpage-solution-choose .solution-choose .solution-choose-itempack .img .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-solution-choose .solution-choose .solution-choose-itempack .desc
{
    width: 55%;
    padding: 50px 30px;
}
@media (max-width: 1560px)
{
    .inpage-solution-choose .solution-choose .solution-choose-itempack .desc
    {
        padding: 30px;
    }
}
@media (max-width: 1470px)
{
    .inpage-solution-choose .solution-choose .solution-choose-itempack .desc
    {
        padding: 20px;
    }
}
@media (max-width: 1199px)
{
    .inpage-solution-choose .solution-choose .solution-choose-itempack .desc
    {
        width: 100%;
    }
}
.inpage-solution-choose .solution-choose .solution-choose-itempack .desc .t-solution-choose
{
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .inpage-solution-choose .solution-choose .solution-choose-itempack .desc .t-solution-choose
    {
        font-size: 18px;
    }
}
.inpage-solution-choose .solution-choose .solution-choose-itempack .desc .hyh-txt
{
    font-family: 'Poppins';

    margin-top: 10px;
}
.inpage-solution-choose .solution-choose .solution-choose-itempack .desc .hyh-txt p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}
@media (min-width: 1200px)
{
    .inpage-solution-choose .solution-choose .solution-choose-itempack:hover .img .imgw img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .inpage-solution-choose .solution-choose .solution-choose-itempack:hover .desc .t-solution-choose
    {
        color: #c30d23;
    }
}
.i-cases-solution
{
    border-radius: 0;
}
.inpage-oem-odm
{
    margin-bottom: 120px;

    background: url(../imgs/oem-odm_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px)
{
    .inpage-oem-odm
    {
        margin-bottom: 100px;
    }
}
@media (max-width: 1400px)
{
    .inpage-oem-odm
    {
        margin-bottom: 80px;
    }
}
@media (max-width: 1199px)
{
    .inpage-oem-odm
    {
        margin-bottom: 60px;
    }
}
.inpage-oem-odm .oem-odm-imgbox > ul > li
{
    margin-top: 30px;
}
.inpage-oem-odm .oem-odm-imgbox .oem-odm-itempack .img img
{
    width: 100%;
}
.inpage-oem-odm .oem-odm-mask
{
    margin-top: 20px;
}
.inpage-oem-odm .oem-odm-mask h3
{
    font-family: 'Racing Sans One';
    font-size: 20px;
    line-height: 1.5;

    color: #c30d23;
}
@media (max-width: 767px)
{
    .inpage-oem-odm .oem-odm-mask h3
    {
        font-size: 18px;
    }
}
.inpage-oem-odm .oem-odm-list > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .inpage-oem-odm .oem-odm-list > ul > li
    {
        margin-top: 20px;
    }
}
.inpage-oem-odm .oem-odm-list .list-itempack
{
    height: 100%;
}
.inpage-oem-odm .oem-odm-list .list-itempack .lnum
{
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;

    position: relative;
    z-index: 6;

    text-align: center;

    color: #c30d23;
}
@media (max-width: 767px)
{
    .inpage-oem-odm .oem-odm-list .list-itempack .lnum
    {
        font-size: 34px;
    }
}
.inpage-oem-odm .oem-odm-list .list-itempack .hyh-txt
{
    position: relative;

    height: -webkit-calc(100% - 20px);
    height:         calc(100% - 20px);
    margin-top: -20px;
    padding: 35px 30px 30px 30px;

    border: 1px solid #c30d23;
    background-color: #fff;
}
.inpage-oem-odm .oem-odm-list .list-itempack .hyh-txt:before
{
    position: absolute;
    top: -1px;
    left: 25%;

    display: block;

    width: 50%;
    height: 1px;

    content: '';

    background-color: #fff;
}
.inpage-support-process
{
    margin-bottom: 120px;

    background: url(../imgs/support-process_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px)
{
    .inpage-support-process
    {
        margin-bottom: 100px;
    }
}
@media (max-width: 1400px)
{
    .inpage-support-process
    {
        margin-bottom: 80px;
    }
}
@media (max-width: 1199px)
{
    .inpage-support-process
    {
        margin-bottom: 60px;
    }
}
.inpage-support-process .support-process
{
    margin-top: 15px;
}
.inpage-support-process .support-process ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-support-process .support-process ul li
{
    width: 25%;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inpage-support-process .support-process ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .inpage-support-process .support-process ul li
    {
        width: 100%;
    }
}
.inpage-support-process .support-process ul li .support-process-group
{
    background-image: url(../imgs/support-bg2.webp);
}
.inpage-support-process .support-process ul li:nth-child(4) .support-process-group
{
    background-image: url(../imgs/support-bg3.webp);
}
.inpage-support-process .support-process-group
{
    height: 100%;
    padding: 60px 40px;

    background: url(../imgs/support-bg1.webp) no-repeat center;
    background-size: 100% 100%;
}
@media (max-width: 767px)
{
    .inpage-support-process .support-process-group
    {
        padding: 30px 40px;
    }
}
.inpage-support-process .support-process-group .icon
{
    width: 40px;
    height: 40px;
}
.inpage-support-process .support-process-group .icon img
{
    width: 100%;
}
.inpage-support-process .support-process-group .title-support-process
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    margin-top: 20px;
}
@media (max-width: 767px)
{
    .inpage-support-process .support-process-group .title-support-process
    {
        margin-top: 10px;
    }
}
.inpage-support-process .support-process-group .hyh-txt
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .inpage-support-process .support-process-group .hyh-txt
    {
        margin-top: 10px;
    }
}
@media (min-width: 1200px)
{
    .inpage-support-process .support-process-group:hover .icon
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
}
.inpage-message .message .mask p
{
    font-weight: normal;
    font-style: italic;

    margin: 0;

    color: #c30d23;
}
.inpage-message .message .submit
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

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

    border-radius: 30px;
}
.inpage-message .message .submit:hover
{
    background-color: #a90014;
}
.inpage-contact-map .contact
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    background-color: #f2f2f2;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-contact-map .contact-text
{
    width: 40%;
    padding: 60px 60px 100px 60px;
}
@media (max-width: 1560px)
{
    .inpage-contact-map .contact-text
    {
        padding: 30px;
    }
}
@media (max-width: 991px)
{
    .inpage-contact-map .contact-text
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .inpage-contact-map .contact-text
    {
        padding: 20px 15px;
    }
}
.inpage-contact-map .contact-text .title-contact img
{
    height: 35px;
}
@media (max-width: 767px)
{
    .inpage-contact-map .contact-text .title-contact img
    {
        height: 30px;
    }
}
.inpage-contact-map .contact-text .title-contact p
{
    font-weight: 500;
    line-height: 30px;

    margin: 20px 0 0 0;
}
.inpage-contact-map .contact-text .text
{
    margin-top: 60px;
}
@media (max-width: 1560px)
{
    .inpage-contact-map .contact-text .text
    {
        margin-top: 30px;
    }
}
.inpage-contact-map .contact-text .text > ul > li
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .inpage-contact-map .contact-text .text > ul > li
    {
        margin-top: 10px;
    }
}
.inpage-contact-map .contact-text .text .txt-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.inpage-contact-map .contact-text .text .txt-itempack .icon
{
    color: #c30d23;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.inpage-contact-map .contact-text .text .txt-itempack .icon .iconfont
{
    font-size: 20px;
}
.inpage-contact-map .contact-text .text .txt-itempack .txt
{
    padding-left: 12px;
}
.inpage-contact-map .contact-text .text .txt-itempack .txt p
{
    line-height: 20px;

    margin: 0;
}
.inpage-contact-map .contact-text .text .txt-itempack .txt a
{
    line-height: 24px;

    display: block;

    padding: 5px 0;
}
@media (max-width: 767px)
{
    .inpage-contact-map .contact-text .text .txt-itempack .txt a
    {
        padding: 3px 0;
    }
}
.inpage-contact-map .contact-text .text .txt-itempack .txt a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#c30d23), to(#c30d23));
    background-image: -webkit-linear-gradient(left, #c30d23 0%, #c30d23 100%);
    background-image:         linear-gradient(to right, #c30d23 0%, #c30d23 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.inpage-contact-map .contact-text .text .txt-itempack .txt a:hover
{
    color: #c30d23;
}
.inpage-contact-map .contact-text .text .txt-itempack .txt a:hover span
{
    background-size: 100% 1px;
}
.inpage-contact-map .inpage-map
{
    position: relative;

    width: 60%;
}
@media (max-width: 991px)
{
    .inpage-contact-map .inpage-map
    {
        width: 100%;
        height: 400px;
    }
}
.inpage-contact-map .inpage-map:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 50%;
    height: 100%;

    /*content: '';*/

    background-image: -webkit-gradient(linear, left top, right top, from(#f2f2f2), to(transparent));
    background-image: -webkit-linear-gradient(left, #f2f2f2, transparent);
    background-image:         linear-gradient(to right, #f2f2f2, transparent);
}
@media (max-width: 991px)
{
    .inpage-contact-map .inpage-map:before
    {
        display: none;
    }
}
.inpage-contact-map .inpage-map iframe
{
    height: 100%;
}
.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: #c30d23;

    -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
{
    width: 50px;
}
@media (max-width: 767px)
{
    .side-online ul
    {
        width: 40px;
    }
}
.side-online ul li
{
    position: relative;

    width: 100%;
}
.side-online ul li p.show
{
    line-height: 30px;

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

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

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

    color: #fff;
    border-radius: 5px;
    background-color: #c30d23;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.side-online ul li:hover p.show
{
    right: 30px;
}
@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: 42px;

    position: relative;
    z-index: 2;

    display: block;

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

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

    color: #fff;
    border-radius: 4px;
    background: rgba(195, 13, 35, .3);
}
@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: #c30d23;
}
.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 #c30d23;
    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: #c30d23;
}
.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-map
{
    font-size: 0;

    width: 100%;
}
.inpage-map iframe
{
    width: 100%;
    height: 700px;
}
@media (max-width: 1400px)
{
    .inpage-map iframe
    {
        height: 600px;
    }
}
@media (max-width: 1199px)
{
    .inpage-map iframe
    {
        height: 500px;
    }
}
@media (max-width: 991px)
{
    .inpage-map iframe
    {
        height: 400px;
    }
}
.inpage-news
{
    max-width: 1920px;
    margin: 0 auto;
}
.inpage-news .news
{
    margin-top: -30px;
}
.inpage-news .news > ul > li
{
    margin-top: 30px;
}
.inpage-news .news .p-itempack
{
    display: block;
}
.inpage-news .news .p-itempack .img .imgw
{
    padding-bottom: 75%;
}
.inpage-news .news .p-itempack .img .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-news .news .p-itempack .title-project
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .inpage-news .news .p-itempack .title-project
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-news .news .p-itempack .title-project
    {
        font-size: 16px;
        line-height: 24px;

        max-height: 48px;
    }
}
.inpage-news .news .p-itempack .hyh-txt
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px)
{
    .inpage-news .news .p-itempack .hyh-txt
    {
        margin-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .inpage-news .news .p-itempack .hyh-txt
    {
        height: 48px;
    }
}
@media (min-width: 1200px)
{
    .inpage-news .news .p-itempack:hover .img .imgw img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.hyh-news-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -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;
}
.hyh-news-content .news-left
{
    width: -webkit-calc(100% - 360px);
    width:         calc(100% - 360px);
    padding-right: 8%;
}
@media (max-width: 1470px)
{
    .hyh-news-content .news-left
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
        padding-right: 5%;
    }
}
@media (max-width: 991px)
{
    .hyh-news-content .news-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.hyh-news-content .news-left-info
{
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .hyh-news-content .news-left-info
    {
        padding-right: 0;
    }
}
.hyh-news-content .news-right
{
    width: 360px;
}
@media (max-width: 1470px)
{
    .hyh-news-content .news-right
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .hyh-news-content .news-right
    {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
    }
}
.hyh-news-content .news-right .t-index
{
    padding: 15px 30px;

    color: #fff;
    border: 1px solid #c30d23;
    border-radius: 15px 15px 0 0;
    background: #c30d23;
}
@media (max-width: 767px)
{
    .hyh-news-content .news-right .t-index
    {
        padding: 15px 12px;
    }
}
.hyh-news-content .news-right .t-index h2
{
    font-size: 24px;
}
@media (max-width: 1199px)
{
    .hyh-news-content .news-right .t-index h2
    {
        font-size: 20px;
    }
}
.hyh-product-category
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .hyh-product-category
    {
        border-radius: 10px;
    }
}
.hyh-product-category .category
{
    overflow: hidden;

    padding: 0 30px 30px;

    border: 2px solid #d9d9d9;
    border-radius: 0 0 15px 15px;
}
@media (max-width: 1199px)
{
    .hyh-product-category .category
    {
        padding: 0 15px 30px 15px;

        border-radius: 0 0 10px 10px;
    }
}
.hyh-product-category .category > ul > li
{
    border-bottom: 1px solid #d9d9d9;
}
.hyh-product-category .category > ul > li > a
{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    padding: 20px 0;

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

    color: #666;
}
@media (max-width: 1560px)
{
    .hyh-product-category .category > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .hyh-product-category .category > ul > li > a
    {
        font-size: 16px;

        padding: 10px 0;
    }
}
.hyh-product-category .category > ul > li.active > a,
.hyh-product-category .category > ul > li:hover > a
{
    color: #c30d23;
}
.hyh-hot-articles,
.hyh-message
{
    margin-top: 40px;
}
.hyh-hot-articles .hot-articles
{
    overflow: hidden;

    padding: 0 30px 30px;

    border: 2px solid #d9d9d9;
    border-radius: 0 0 15px 15px;
}
@media (max-width: 1199px)
{
    .hyh-hot-articles .hot-articles
    {
        padding: 0 15px 30px 15px;

        border-radius: 0 0 10px 10px;
    }
}
.hyh-hot-articles .hot-articles > ul > li
{
    padding: 20px 0;

    border-bottom: 1px solid #d9d9d9;
}
.hyh-hot-articles .hot-articles .articles-itempack
{
    font-size: 18px;
    font-weight: 500;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .hyh-hot-articles .hot-articles .articles-itempack
    {
        font-size: 16px;
    }
}
.hyh-hot-articles .hot-articles .articles-itempack .date
{
    color: #666;
}
.hyh-hot-articles .hot-articles .articles-itempack p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .hyh-hot-articles .hot-articles .articles-itempack p
    {
        line-height: 24px;

        max-height: 48px;
    }
}
.hyh-hot-articles .hot-articles .articles-itempack:hover
{
    color: #c30d23;
}
.hyh-message
{
    padding: 30px;

    border-radius: 15px;
    background: #c30d23;
}
@media (max-width: 1199px)
{
    .hyh-message
    {
        padding: 20px;

        border-radius: 5px;
    }
}
.hyh-message .t-index
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.hyh-message .send-group
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.hyh-message .hyh-form form input,
.hyh-message .hyh-form form textarea
{
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .6);
    background: none;
}
.hyh-message .hyh-form form input::-webkit-input-placeholder,
.hyh-message .hyh-form form textarea::-webkit-input-placeholder
{
    color: #fff;
}
.hyh-message .hyh-form form input:-o-placeholder,
.hyh-message .hyh-form form textarea:-o-placeholder
{
    color: #fff;
}
.hyh-message .hyh-form form input::-moz-placeholder,
.hyh-message .hyh-form form textarea::-moz-placeholder
{
    color: #fff;
}
.hyh-message .hyh-form form input:-ms-input-placeholder,
.hyh-message .hyh-form form textarea:-ms-input-placeholder
{
    color: #fff;
}
.hyh-message .hyh-form form input:focus::-webkit-input-placeholder,
.hyh-message .hyh-form form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.hyh-message .hyh-form form input:focus::-o-placeholder,
.hyh-message .hyh-form form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.hyh-message .hyh-form form input:focus::-moz-placeholder,
.hyh-message .hyh-form form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.hyh-message .hyh-form form input:focus::-ms-input-placeholder,
.hyh-message .hyh-form form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.hyh-message .hyh-form form .submit
{
    margin-top: 20px;

    color: #c30d23;
    border-radius: 30px;
    background-color: #fff;
}
.inpage-details-show
{
    padding-top: 0;
}
.inpage-details-show .details-top
{
    padding: 0 0 40px 0;

    background: url(../imgs/detail_top_bg.webp) no-repeat center;
    background-size: cover;
}
.inpage-details-show .details-top .t-index
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    max-width: 930px;
    margin-top: 40px;
    padding: 40px 0;

    border-bottom: 1px solid rgba(102, 102, 102, .4);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .inpage-details-show .details-top .t-index
    {
        margin-top: 0;
    }
}
.inpage-details-show .details-top .date
{
    margin-right: 40px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 991px)
{
    .inpage-details-show .details-top .date
    {
        margin-right: 20px;
    }
}
.inpage-details-show .details-top .date b
{
    font-size: 64px;
    font-weight: 600;
    line-height: 1;

    display: block;

    color: #c30d23;
}
@media (max-width: 1560px)
{
    .inpage-details-show .details-top .date b
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .inpage-details-show .details-top .date b
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .inpage-details-show .details-top .date b
    {
        font-size: 30px;
    }
}
.inpage-details-show .details-top .date span
{
    font-weight: 500;
    line-height: 1.5;

    display: block;

    color: #c30d23;
}
.inpage-details-show .details-top h1
{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
}
@media (max-width: 1560px)
{
    .inpage-details-show .details-top h1
    {
        font-size: 28px;
    }
}
@media (max-width: 1400px)
{
    .inpage-details-show .details-top h1
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .inpage-details-show .details-top h1
    {
        font-size: 20px;
    }
}
.inpage-details-show .details-top .share
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .inpage-details-show .details-top .share
    {
        width: 100%;
    }
}
.inpage-details-show .details-top .share ul
{
    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .inpage-details-show .details-top .share ul
    {
        margin: 0 -5px;

        text-align: center;
    }
}
.inpage-details-show .details-top .share ul li
{
    display: inline-block;

    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inpage-details-show .details-top .share ul li
    {
        padding: 0 5px;
    }
}
.inpage-details-show .details-top .share ul li a
{
    position: relative;

    display: block;

    color: #666;
}
.inpage-details-show .details-top .share ul li a .icon
{
    font-size: 24px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

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

    border-radius: 50%;
    background-color: rgba(217, 217, 217, .8);
}
@media (max-width: 991px)
{
    .inpage-details-show .details-top .share ul li a .icon
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.inpage-details-show .details-top .share ul li a:hover
{
    color: #fff;
}
.inpage-details-show .details-top .share ul li a:hover .icon
{
    background-color: #c30d23;
}
.inpage-details-show .hyh-news-content
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inpage-details-show .hyh-news-content
    {
        margin-top: 30px;
    }
}
.inpage-details-show .details-show
{
    margin-top: 30px;
}
.inpage-details-show .details-show p
{
    font-size: 18px;
    line-height: 1.66666667;

    color: #666;
}
@media (max-width: 1560px)
{
    .inpage-details-show .details-show p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-details-show .details-show p
    {
        font-size: 14px;
    }
}
.inpage-details-show .details-show img
{
    max-width: 100%;
    height: auto !important;
}
.inpage-details-show .related-detials
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border-top: 1px solid #dcdcdc;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .inpage-details-show .related-detials
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.inpage-details-show .related-detials .prev,
.inpage-details-show .related-detials .next
{
    font-size: 18px;
    line-height: 30px;

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

    height: 60px;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .inpage-details-show .related-detials .prev,
    .inpage-details-show .related-detials .next
    {
        font-size: 16px;
    }
}
.inpage-details-show .related-detials .prev:hover,
.inpage-details-show .related-detials .next:hover
{
    color: #c30d23;
}
.inpage-details-show .related-detials .return
{
    font-weight: 500;
    line-height: 50px;

    display: block;

    width: 140px;
    height: 50px;
    margin: 0 20px;

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

    color: #c30d23;
    border: 1px solid #c30d23;
    border-radius: 50px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 767px)
{
    .inpage-details-show .related-detials .return
    {
        margin: 10px 0;
    }
}
.inpage-details-show .related-detials .return .iconfont
{
    line-height: 30px;

    display: inline-block;

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

    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #c30d23;
}
.inpage-details-show .related-detials .return:hover
{
    color: #fff;
    background-color: #c30d23;
}
.inpage-details-show .related-detials .return:hover .iconfont
{
    color: #c30d23;
    background-color: #fff;
}
.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: #c30d23;
}
.inpage-privacy .privacy
{
    margin-top: 30px;
}
.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
{
    line-height: 48px;

    display: block;

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

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

    color: #666;
    border: none;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .pagebox li a
    {
        font-size: 18px;
        line-height: 40px;

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

        width: 30px;
        height: 30px;
        margin: 0;
    }
}
.pagebox li a .icon
{
    font-size: 30px;
    font-weight: bold;
}
.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: #c30d23;
}
.pagebox > li > a:focus,
.pagebox > li > a:hover,
.pagebox > li > span:focus,
.pagebox > li > span:hover
{
    color: #fff;
    background-color: #c30d23;
}
.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: 60% !important;
}
@media (max-width: 991px)
{
    .fancybox-slide--iframe .fancybox-content
    {
        width: 90% !important;
        height: 400px !important;
    }
}
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.uploadbtn
{
    display: none;
}
.inpage-product-show .open-message .message ul li
{
    box-shadow: none;
}









.wp-pagenavi
{
    position: relative;

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

    text-align: center;
    display: flex;
    justify-content: center;
}
.wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi .current{
    color: #fff;
    background-color: #c30d23;
}
.previouspostslink, .nextpostslink{
    font-size: 0;
}
.previouspostslink:before, .nextpostslink:before{
    font-family: 'iconfont';
    font-size: 30px;
    font-weight: bold;
}
.nextpostslink:before{
    content: '\e72f';
}
.previouspostslink:before{
    content: '\e9b5';
}
@media (max-width: 991px)
{
    .wp-pagenavi
    {
        margin-top: 30px;
    }
}
.wp-pagenavi li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.wp-pagenavi a,.wp-pagenavi span
{
    line-height: 48px;

    display: block;

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

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

    color: #666;
    border: none;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wp-pagenavi a
    {
        font-size: 18px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .wp-pagenavi a
    {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin: 0;
    }
}
.wp-pagenavi a .icon
{
    font-size: 30px;
    font-weight: bold;
}
.wp-pagenavi > .active > a,
.wp-pagenavi > .active > a:focus,
.wp-pagenavi > .active > a:hover,
.wp-pagenavi > .active > span,
.wp-pagenavi > .active > span:focus,
.wp-pagenavi > .active > span:hover
{
    color: #fff;
    background-color: #c30d23;
}
.wp-pagenavi > a:focus,
.wp-pagenavi > a:hover,
.wp-pagenavi > span:focus,
.wp-pagenavi > span:hover
{
    color: #fff;
    background-color: #c30d23;
}


.hyh-form textarea{
    height: 120px;
    resize: none;
}

.cata-nav{
    display: none;
}


.search {
    padding: 100px 0 0;
}
.search .search-tool {
    display: flex;
    justify-content: center;
}
.search .search-tool form {
    max-width: 500px;
    display: flex;
    position: relative;
    width: 100%;
}
.search .search-tool input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 20px;
    border: 1px solid #e5e5e5;
    border-radius: 22px;
    box-sizing: border-box;
    font-size: 16px;
    transition: all 0.35s;
}
.search .search-tool input:focus {
    outline: none;
    border-color: #2B333D;
}
.search .search-tool button {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    display: flex;
    background: transparent;
    border: 0;
    justify-content: center;
    align-items: center;
}
.search .search-tool button i {
    font-size: 24px;
    color: #000;
}
.search .search-all {
    padding: 40px 0 80px;
}
.search .search-all .search-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.search .search-all .search-nav .nav-btn {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 50px;
    position: relative;
    cursor: pointer;
    padding: 10px 0;
}
.search .search-all .search-nav .nav-btn:after {
    content: '';
    width: 0;
    height: 3px;
    background-color: #2B333D;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.35s;
}
.search .search-all .search-nav .nav-btn.active:after {
    width: 85%;
}
.search .search-all .search-nav .nav-btn:hover:after {
    width: 100%;
}
.search .search-all .results .search-list {
    display: none;
    opacity: 0;
}
.search .search-all .results .search-list.active {
    display: block;
    opacity: 1;
}
.search .search-all .results .search-list .fixed {
    display: flex;
    align-items: center;
}
.search .search-all .results .search-list ul {
    padding: 0;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.search .search-all .results .search-list ul > p {
    padding: 0 15px;
}
.search .search-all .results .search-list li {
    list-style: none;
    margin: 0;
    padding: 0 15px;
    width: 25%;
}
.search .search-all .results .search-list li:nth-child(n+5) {
    margin-top: 20px;
}
.search .search-all .results .search-list .search-img {
    display: flex;
    width: 100%;
}
.search .search-all .results .search-list .search-img div {
    width: 100%;
}
.search .search-all .results .search-list .li-inner {
    padding: 20px 20px;
    box-shadow: 0 1px 11px 2px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    transition: all 0.35s;
}
.search .search-all .results .search-list .li-inner:hover {
    transform: translateY(-10px);
}
.search .search-all .results .search-list .img-text {
    padding-top: 15px;
    width: 100%;
}
.search .search-all .results .search-list .img-text .type {
    font-size: 14px;
    color: #2B333D;
    line-height: 1;
    margin-bottom: 10px;
}
.search .search-all .results .search-list .img-text .t {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: bold;
    color: #330313;
    min-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.search .search-all .results .search-list .img-text .t a {
    color: inherit;
}
.search .search-all .results .search-list .img-text .d {
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 68px;
}
.search .search-all .results .search-list .img-text .d p {
    margin: 0;
}
.search .search-all .results .search-list .img-text .see-more {
    display: flex;
    width: fit-content;
    background-color: #2B333D;
    color: #fff;
    padding: 5px 18px 2px;
    border-radius: 14px;
}