/**
 * style.less
 * ²ãµþÑùÊ½±í
 */
:root
{
    --color: #e30214;
    --hover: #c30000;
}
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Cinzel';
    font-weight: normal;
    font-style: normal;

    src: url('/fonts/Cinzel-Regular.eot');
    src: local('Cinzel-Regular'), url('/fonts/Cinzel-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Cinzel-Regular.woff2') format('woff2'), url('/fonts/Cinzel-Regular.woff') format('woff'), url('/fonts/Cinzel-Regular.ttf') format('truetype'), url('/fonts/Cinzel-Regular.svg') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'D-DIN Condensed';
    font-weight: normal;
    font-style: normal;

    src: url('/fonts/D-DINCondensed.eot');
    src: local('D-DIN Condensed'), local('D-DINCondensed'), url('/fonts/D-DINCondensed.eot?#iefix') format('embedded-opentype'), url('/fonts/D-DINCondensed.woff2') format('woff2'), url('/fonts/D-DINCondensed.woff') format('woff'), url('/fonts/D-DINCondensed.ttf') format('truetype'), url('/fonts/D-DINCondensed.svg') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@-ms-viewport
{
    width: auto !important;
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

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

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    border: none;
    outline: none;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
@media (min-width: 1200px)
{
    .wow
    {
        visibility: hidden;
    }
}
.lazy
{
    /* background-image: url(/js/slick/ajax-loader.gif); */
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img
{
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translateZ(1px);
            transform: translate3d(0, 0, 1px);

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

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (min-width: 1660px)
{
    .container
    {
        width: 1630px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n + 1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
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;
}
.ibox
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px !important;
    max-width: 80%;
    height: 500px !important;
    max-height: 50% !important;
    margin: 0;
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.scrollbar::-webkit-scrollbar-track
{
    background-color: #ebebeb;
}
.scrollbar::-webkit-scrollbar-thumb
{
    background-color: #ccc;
}
.tranform-0
{
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
}
.fp-auto-height
{
    height: auto;
}
.fp-scrollable
{
    height: auto;
}
.slick-arrow
{
    font-size: 40px;
    line-height: 1;

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

    overflow: hidden;

    width: 50px;
    padding: 0;

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

    border: none;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        font-size: 30px;

        width: 30px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e689';
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.slick-arrow.slick-next
{
    right: -3%;
    left: auto;
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: var(--hover);
}
.slick-dots
{
    margin-top: 60px;

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

    width: 46px;
    height: 14px;
    margin: 0 auto;
    margin: 0 6px;

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

    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .slick-dots li
    {
        width: 20px;
        height: 5px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    width: 90px;

    background-color: var(--color);
}
.fz0
{
    font-size: 0;
}
.dib
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.hs-header-box
{
    position: fixed;
    z-index: 9;

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

    width: 100%;
    padding: 0 3%;

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

    color: #fff;

    -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;
}
.hs-header-box .logo
{
    display: inline-block;

    height: 110px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1350px)
{
    .hs-header-box .logo
    {
        height: 90px;
    }
}
@media (max-width: 1199px)
{
    .hs-header-box .logo
    {
        height: 70px;
    }
}
.hs-header-box .logo .b
{
    display: none;
}
.hs-header-box .logo img
{
    height: 100%;
}
@media (max-width: 1199px)
{
    .hs-header-box .header-nav
    {
        display: none;
    }
}
.hs-header-box .header-nav > ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.hs-header-box .header-nav > ul > li > a
{
    font-size: 20px;
    line-height: 110px;

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1560px)
{
    .hs-header-box .header-nav > ul > li > a
    {
        font-size: 18px;

        padding: 0 14px;
    }
}
@media (max-width: 1470px)
{
    .hs-header-box .header-nav > ul > li > a
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
.hs-header-box .header-nav > ul > li.active > a
{
    color: var(--color);
}
.hs-header-box .header-nav > ul > li:hover > a
{
    color: #333;
    background-color: #fff;
}
.hs-header-box .header-nav .nav-down
{
    font-size: 14px;

    position: absolute;
    top: 100%;

    display: none;

    padding: 20px;

    color: #333;
    border-bottom: 8px solid var(--color);
    background-color: #fff;
}
.hs-header-box .header-nav .common-nav > ul > li > a
{
    font-size: 16px;
    line-height: 60px;

    display: block;

    padding: 0 50px;

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

    color: #666;
}
.hs-header-box .header-nav .common-nav > ul > li:hover > a
{
    color: #fff;
    background-color: var(--color);
}
.hs-header-box .header-nav .full-nav
{
    left: 0;

    width: 100%;
    padding: 40px 0;

    text-align: left;
}
.hs-header-box .header-nav .full-nav .flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    max-width: 1200px;
    margin: 0 auto;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-header-box .header-nav .full-nav ul,
.hs-header-box .header-nav .full-nav .nav-imgbox
{
    width: 50%;
}
.hs-header-box .header-nav .full-nav ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-header-box .header-nav .full-nav ul > li
{
    width: 50%;
    margin: 15px 0;
}
.hs-header-box .header-nav .full-nav ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 0 15px;

    border-left: 1px solid var(--color);
}
.hs-header-box .header-nav .full-nav ul > li:hover > a,
.hs-header-box .header-nav .full-nav ul > li.active > a
{
    color: var(--color);
}
.hs-header-box .header-nav .full-nav .nav-imgbox .nav-img
{
    display: none;

    max-width: 100%;
}
.hs-header-box .header-nav .full-nav .nav-imgbox .nav-img:nth-child(1)
{
    display: block;
}
.hs-header-box .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.hs-header-box .link .system-link
{
    display: inline-block;

    vertical-align: middle;
}
.hs-header-box .link .system-link a
{
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 90px;
    height: 90px;

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

    color: #666;
    background-color: #fff;

    -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: 1350px)
{
    .hs-header-box .link .system-link a
    {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 1199px)
{
    .hs-header-box .link .system-link a
    {
        font-size: 12px;

        width: 50px;
        height: 50px;
    }
}
.hs-header-box .link .system-link a .icon
{
    font-size: 30px;
    line-height: 1;
}
@media (max-width: 1199px)
{
    .hs-header-box .link .system-link a .icon
    {
        font-size: 24px;
    }
}
.hs-header-box .link .system-link a:hover
{
    color: #fff;
    background-color: var(--color);
}
.hs-header-box .link .toggle
{
    position: relative;

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

    width: 90px;
    height: 90px;

    cursor: pointer;

    background-color: var(--color);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -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;
    gap: 4px;
}
@media (max-width: 1350px)
{
    .hs-header-box .link .toggle
    {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 1199px)
{
    .hs-header-box .link .toggle
    {
        width: 50px;
        height: 50px;
    }
}
.hs-header-box .link .bars
{
    width: 26px;
    height: 3px;

    border-radius: 4px;
    background-color: #fff;
}
.hs-header-box .link #bar2
{
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
}
.stuck-header
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck-header
    {
        height: 70px;
        padding-top: 0;
    }
    .stuck-header .flex
    {
        height: 70px;
    }
}
.stuck-header .logo .a
{
    display: none;
}
.stuck-header .logo .b
{
    display: block;
}
.stuck-header .link .system-link a
{
    background-color: #f5f5f5;
}
.stuck-header .header-nav > ul > li:hover > a
{
    background-color: #f5f5f5;
}
.stuck-header .header-nav .nav-down
{
    background-color: #f5f5f5;
}
.open-header-box
{
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100vh;
    padding: 0 3%;

    color: #333;
    background: url(/images/menu_bg.jpg) no-repeat top center;
    background-size: cover;
}
.open-header-box .top-open
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    border-bottom: 1px solid #dcdcdc;

    -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;
}
.open-header-box .link .system-link a
{
    background-color: #f5f5f5;
}
.open-header-box .logo .a
{
    display: none;
}
.open-header-box .logo .b
{
    display: block;
}
.open-header-box .open-nav
{
    position: relative;
    z-index: 2;

    margin-top: 3%;
}
@media (max-width: 991px)
{
    .open-header-box .open-nav
    {
        margin-top: 6%;
    }
}
.open-header-box .open-nav > 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: 991px)
{
    .open-header-box .open-nav > ul
    {
        display: block;
    }
}
.open-header-box .open-nav > ul > li
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .open-header-box .open-nav > ul > li
    {
        display: block;

        margin: 10px 0;
    }
}
.open-header-box .open-nav > ul > li > a
{
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 991px)
{
    .open-header-box .open-nav > ul > li > a
    {
        font-size: 16px;
    }
}
.open-header-box .open-nav > ul > li > a:hover
{
    text-decoration: underline;

    color: var(--color);
}
.open-header-box .open-nav > ul ul
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .open-header-box .open-nav > ul ul
    {
        margin: 0;
    }
}
@media (max-width: 991px)
{
    .open-header-box .open-nav > ul ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.open-header-box .open-nav > ul ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 5px 0;

    color: #666;
}
@media (max-width: 991px)
{
    .open-header-box .open-nav > ul ul > li > a
    {
        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .open-header-box .open-nav > ul ul > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 0;
    }
}
.open-header-box .open-nav > ul ul > li > a:hover
{
    text-decoration: underline;

    color: var(--color);
}
.open-header-box .open-bottom
{
    position: absolute;
    bottom: 5%;
}
@media (max-width: 767px)
{
    .open-header-box .open-bottom
    {
        bottom: 3%;
    }
}
.open-header-box .open-bottom p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 767px)
{
    .open-header-box .open-bottom p
    {
        font-size: 16px;
    }
}
.open-header-box .open-bottom p .icon
{
    font-size: 30px;
    font-weight: normal;
    line-height: 48px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 5px;
    background-color: var(--color);
}
@media (max-width: 767px)
{
    .open-header-box .open-bottom p .icon
    {
        font-size: 20px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.open-header-box .open-bottom p a:hover
{
    text-decoration: underline;
}
.open .open-header-box
{
    display: block;

    -webkit-animation: fadeIn .5s 0s ease both;
            animation: fadeIn .5s 0s ease both;
}
.open .toggle
{
    margin-top: -10px;

    background: none !important;
}
.open .toggle .bars
{
    position: absolute;

    -webkit-transition-duration: .5s;
            transition-duration: .5s;

    background-color: #333;
}
.open .toggle #bar2
{
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
}
.open .toggle #bar1
{
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.open .toggle #bar3
{
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.open .toggle span
{
    font-family: 'D-DIN Condensed';
    font-size: 24px;

    display: block;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .open .toggle span
    {
        font-size: 20px;
    }
}
.customer-service
{
    position: fixed;
    z-index: 8;
    top: 50%;
    right: -50px;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.customer-service ul li
{
    margin: 2px 0;
}
.customer-service.active
{
    right: 0;
}
.customer-service a
{
    position: relative;

    display: block;

    color: #fff;
}
.customer-service a .icon
{
    font-size: 30px;
    line-height: 50px;

    position: relative;
    z-index: 3;

    display: block;

    width: 50px;
    height: 50px;

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

    border-radius: 6px;
    background-color: #000;
}
@media (max-width: 1470px)
{
    .customer-service a .icon
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.customer-service a .icon img
{
    width: 30px;
    margin: 0 auto;
}
.customer-service a p
{
    font-size: 16px;
    line-height: 30px;

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

    margin: 0;
    padding: 10px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);
    white-space: nowrap;

    background-color: var(--color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.customer-service a:hover .icon
{
    background-color: var(--color);
}
.customer-service a:hover p
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.customer-service .service-wechat p
{
    background-color: var(--color);
}
.xs-customer-service
{
    position: fixed;
    z-index: 8;
    bottom: 0;

    width: 100%;

    text-align: center;

    background-color: var(--color);
}
.xs-customer-service ul
{
    font-size: 0;
}
.xs-customer-service ul li
{
    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
.xs-customer-service a
{
    display: block;

    padding: 7px;

    color: #fff;
}
.xs-customer-service a .icon
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
.xs-customer-service a span
{
    font-size: 12px;
    line-height: 1.5;

    display: block;
}
.banner-box
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    width: 100%;

    text-align: center;
}
@media (min-width: 1200px)
{
    .banner-box
    {
        min-height: 100vh;
    }
}
.banner-box .banner
{
    font-size: 0;
}
@media (min-width: 1200px)
{
    .banner-box .banner
    {
        margin: 0 !important;
    }
}
@media (max-width: 767px)
{
    .banner-box .banner
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-box .bpart
{
    position: relative;

    overflow: hidden;

    text-align: left;

    color: #fff;
}
.banner-box .bpart img
{
    width: 100%;
}
@media (min-width: 1200px)
{
    .banner-box .bpart .img img
    {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
.banner-box .bpart .desc
{
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 0;

    width: 100%;
}
@media (max-width: 767px)
{
    .banner-box .bpart .desc
    {
        padding: 0 20%;
    }
}
.banner-box .bpart .desc-1
{
    top: 40%;
}
.banner-box .bpart .desc .txt h2
{
    font-size: 40px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner-box .bpart .desc .txt h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-box .bpart .desc .txt h2
    {
        font-size: 24px;
    }
}
.banner-box .bpart .desc .txt h3
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
    line-height: 1.2;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-box .bpart .desc .txt h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner-box .bpart .desc .txt h3
    {
        font-size: 20px;
    }
}
.banner-box .bpart .desc .txt .more
{
    font-size: 18px;
    line-height: 50px;

    display: inline-block;

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

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

    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 5px;
}
@media (max-width: 1199px)
{
    .banner-box .bpart .desc .txt .more
    {
        font-size: 16px;
        line-height: 40px;

        margin-top: 20px;
        padding: 0 30px;
    }
}
.banner-box .bpart .desc .txt .more:hover
{
    color: #fff;
    border-color: var(--color);
    background-color: var(--color);
}
.banner-box .bpart .bottom-txt
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 110px;

    min-width: 460px;
    padding: 20px 30px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .banner-box .bpart .bottom-txt
    {
        display: none;
    }
}
.banner-box .bpart .bottom-txt h4
{
    font-size: 20px;
    line-height: 1.4;

    margin: 0;

    color: #000;
}
.banner-box .bpart .bottom-txt p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
.banner-box .slick-current .txt h2,
.banner-box .active-class .txt h2
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.banner-box .slick-current .txt h3,
.banner-box .active-class .txt h3,
.banner-box .slick-current .txt .more,
.banner-box .active-class .txt .more
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner-box .slick-current .bottom-txt,
.banner-box .active-class .bottom-txt
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner-box .num-box
{
    font-family: 'Cinzel';
    font-size: 48px;
    line-height: 1;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

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

    width: 110px;
    height: 134px;
    padding-bottom: 10px;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
@media (max-width: 767px)
{
    .banner-box .num-box
    {
        font-size: 30px;

        bottom: 1px;

        width: 90px;
        height: 60px;
    }
}
.banner-box .num-box .prev,
.banner-box .num-box .next
{
    display: inline-block;

    vertical-align: bottom;
}
.banner-box .num-box .next
{
    font-size: 22px;

    color: #efbfbf;
}
.banner-box .num-box .next:before
{
    content: '/';
}
.banner-box .slick-dots
{
    display: none !important;
}
.banner-box .slick-arrow
{
    top: auto;
    right: 100px;
    bottom: 0;
    left: auto;

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

    opacity: .5;
    color: #fff;
}
.banner-box .slick-arrow.slick-next
{
    right: 30px;
}
.banner-box .slick-arrow:hover
{
    opacity: 1;
}
@-webkit-keyframes fadeInLeft1
{
    from
    {
        -webkit-transform: translate3d(-10%, 0, 0);
                transform: translate3d(-10%, 0, 0);

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

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

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

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

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

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

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

        opacity: 1;
    }
}
.banner-inner
{
    position: relative;

    overflow: hidden;
}
.banner-inner .bpart
{
    overflow: hidden;
}
.banner-inner .bpart img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-inner .bpart img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inner .desc
{
    position: absolute;
    z-index: 2;
    top: 40%;

    width: 100%;

    color: #fff;
}
.banner-inner .desc-1 .txt h2
{
    font-size: 40px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner-inner .desc-1 .txt h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-inner .desc-1 .txt h2
    {
        font-size: 18px;
    }
}
.banner-inner .desc-1 .txt h3
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
    line-height: 1.2;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-inner .desc-1 .txt h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner-inner .desc-1 .txt h3
    {
        font-size: 16px;
    }
}
.banner-inner .desc-1 .txt .more
{
    font-size: 18px;
    line-height: 50px;

    display: inline-block;

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

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

    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 5px;
}
@media (max-width: 1199px)
{
    .banner-inner .desc-1 .txt .more
    {
        font-size: 16px;
        line-height: 40px;

        margin-top: 20px;
        padding: 0 30px;
    }
}
.banner-inner .desc-1 .txt .more:hover
{
    color: #fff;
    border-color: var(--color);
    background-color: var(--color);
}
.banner-inner .desc-2
{
    text-align: center;
}
.banner-inner .desc-2 h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner-inner .desc-2 h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .banner-inner .desc-2 h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .desc-2 h2
    {
        font-size: 20px;
    }
}
.banner-inner .desc-2 h2:after
{
    display: block;

    width: 135px;
    height: 2px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background-color: var(--color);
}
@media (max-width: 767px)
{
    .banner-inner .desc-2 h2:after
    {
        margin-top: 10px;
    }
}
.banner-inner .desc-2 h3
{
    font-size: 18px;
    line-height: 2;

    margin: 10px 0 0 0;
}
@media (max-width: 1199px)
{
    .banner-inner .desc-2 h3
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .desc-2 h3
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.banner-inner .desc .bsort
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .banner-inner .desc .bsort
    {
        margin-top: 10px;
    }
}
.banner-inner .desc .bsort > li
{
    display: inline-block;

    vertical-align: top;
}
.banner-inner .desc .bsort > li > a
{
    font-size: 18px;
    line-height: 50px;

    position: relative;

    display: block;

    padding: 0 20px;
}
@media (max-width: 767px)
{
    .banner-inner .desc .bsort > li > a
    {
        font-size: 16px;
        line-height: 36px;
    }
}
.banner-inner .desc .bsort > li > a:after
{
    position: absolute;
    bottom: -10px;
    left: 50%;

    display: block;

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

    content: '';

    opacity: 0;
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: var(--color) transparent transparent transparent;
}
.banner-inner .desc .bsort > li.active > a
{
    background-color: var(--color);
}
.banner-inner .desc .bsort > li.active > a:after
{
    opacity: 1;
}
.hs-pad
{
    padding: 60px 5%;
}
@media (max-width: 767px)
{
    .hs-pad
    {
        padding: 40px 15px;
    }
}
.learn-more
{
    font-family: inherit;
    font-size: inherit;

    position: relative;

    display: inline-block;

    width: 12rem;
    height: auto;
    margin-top: 30px;
    padding: 0;

    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;

    border: 0;
    outline: none;
    background: transparent;
}
.learn-more .circle
{
    position: relative;

    display: block;

    width: 3rem;
    height: 3rem;
    margin: 0;

    -webkit-transition: all .45s cubic-bezier(.65, 0, .076, 1);
            transition: all .45s cubic-bezier(.65, 0, .076, 1);

    border-radius: 1.625rem;
    background: var(--color);
}
.learn-more .circle .icon
{
    position: absolute;
    top: 0;
    bottom: 0;

    margin: auto;

    -webkit-transition: all .45s cubic-bezier(.65, 0, .076, 1);
            transition: all .45s cubic-bezier(.65, 0, .076, 1);

    background: #fff;
}
.learn-more .circle .icon.arrow
{
    left: .625rem;

    width: 1.125rem;
    height: .125rem;

    -webkit-transition: all .45s cubic-bezier(.65, 0, .076, 1);
            transition: all .45s cubic-bezier(.65, 0, .076, 1);

    background: none;
}
.learn-more .circle .icon.arrow::before
{
    position: absolute;
    top: -.29rem;
    right: .0625rem;

    width: .625rem;
    height: .625rem;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: .125rem solid #fff;
    border-right: .125rem solid #fff;
}
.learn-more .button-text
{
    line-height: 1.6;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: 0 0 0 1.85rem;
    padding: .55rem 0;

    -webkit-transition: all .45s cubic-bezier(.65, 0, .076, 1);
            transition: all .45s cubic-bezier(.65, 0, .076, 1);
    text-align: center;
    text-transform: uppercase;

    color: #999;
}
.learn-more:hover .circle
{
    width: 100%;
}
.learn-more:hover .circle .icon.arrow
{
    -webkit-transform: translate(1rem, 0);
        -ms-transform: translate(1rem, 0);
            transform: translate(1rem, 0);

    background: #fff;
}
.learn-more:hover .button-text
{
    color: #fff;
}
.hs-main
{
    overflow: hidden;
}
@-webkit-keyframes criss-cross-left
{
    0%
    {
        left: -20px;
    }
    50%
    {
        left: 50%;

        width: 20px;
        height: 20px;
    }
    100%
    {
        left: 50%;

        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-left
{
    0%
    {
        left: -20px;
    }
    50%
    {
        left: 50%;

        width: 20px;
        height: 20px;
    }
    100%
    {
        left: 50%;

        width: 375px;
        height: 375px;
    }
}
@-webkit-keyframes criss-cross-right
{
    0%
    {
        right: -20px;
    }
    50%
    {
        right: 50%;

        width: 20px;
        height: 20px;
    }
    100%
    {
        right: 50%;

        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-right
{
    0%
    {
        right: -20px;
    }
    50%
    {
        right: 50%;

        width: 20px;
        height: 20px;
    }
    100%
    {
        right: 50%;

        width: 375px;
        height: 375px;
    }
}
.title-home h2
{
    font-size: 30px;
    line-height: 1;
}
@media (max-width: 991px)
{
    .title-home h2
    {
        font-size: 24px;
    }
}
.title-home p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #777;
}
@media (max-width: 991px)
{
    .title-home p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .title-home p
    {
        font-size: 14px;
    }
}
.title-home.center
{
    text-align: center;
}
.hs-home-about
{
    position: relative;

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

    padding: 0;
    padding-top: 160px;

    background: url(/images/about_bg.jpg) no-repeat center;
    background-size: cover;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
@media (max-width: 1470px)
{
    .hs-home-about
    {
        padding-top: 80px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-about
    {
        display: block;

        padding-top: 40px;
    }
}
.hs-home-about .about-l,
.hs-home-about .about-r
{
    display: inline-block;

    vertical-align: middle;
}
.hs-home-about .about-l
{
    z-index: 3;

    width: 45%;
    padding-left: 60px;
}
@media (max-width: 1199px)
{
    .hs-home-about .about-l
    {
        width: 100%;
        padding: 0 15px;
    }
}
.hs-home-about .about-l .title-home
{
    position: relative;

    border-bottom: 1px solid #dadada;
}
.hs-home-about .about-l .title-home:after
{
    position: absolute;
    z-index: 2;
    bottom: -3px;
    left: 0;

    display: block;

    width: 140px;
    height: 5px;

    content: '';

    background-color: var(--color);
}
.hs-home-about .about-l .desc
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 767px)
{
    .hs-home-about .about-l .desc
    {
        max-height: 120px;
    }
}
.hs-home-about .about-l .desc p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #333;
}
@media (max-width: 767px)
{
    .hs-home-about .about-l .desc p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.hs-home-about .about-l .about-link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 120%;
    margin-top: 80px;
    margin-bottom: -60px;
    margin-left: -60px;

    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
}
@media (max-width: 1199px)
{
    .hs-home-about .about-l .about-link
    {
        width: -webkit-calc(100% + 30px);
        width:         calc(100% + 30px);
        margin: 0;
        margin-top: 30px;
        margin-left: -30px;
    }
}
.hs-home-about .about-l .about-link .link
{
    width: 100%;
    padding: 20px 10%;

    background-color: var(--hover);
}
@media (max-width: 1470px)
{
    .hs-home-about .about-l .about-link .link
    {
        padding: 10px 5%;
    }
}
.hs-home-about .about-l .about-link .link 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;
}
.hs-home-about .about-l .about-link .link .about-item
{
    display: block;

    margin: 30px 0;

    text-align: center;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
@media (max-width: 1199px)
{
    .hs-home-about .about-l .about-link .link .about-item
    {
        margin: 20px 0;
    }
}
@media (max-width: 767px)
{
    .hs-home-about .about-l .about-link .link .about-item
    {
        margin: 10px 0;
    }
}
.hs-home-about .about-l .about-link .link .about-item .icon
{
    width: 54px;
}
@media (max-width: 767px)
{
    .hs-home-about .about-l .about-link .link .about-item .icon
    {
        width: 40px;
    }
}
.hs-home-about .about-l .about-link .link .about-item .icon img
{
    width: 100%;
}
.hs-home-about .about-l .about-link .link .about-item h3
{
    font-size: 18px;
    line-height: 30px;

    margin-bottom: 0;
}
@media (max-width: 1199px)
{
    .hs-home-about .about-l .about-link .link .about-item h3
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .hs-home-about .about-l .about-link .link .about-item h3
    {
        font-size: 14px;
    }
}
.hs-home-about .about-l .about-link .year
{
    font-family: 'Cinzel';
    line-height: 1.2;

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

    padding: 0 50px;

    color: #333;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -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)
{
    .hs-home-about .about-l .about-link .year
    {
        padding: 0 20px;
    }
}
.hs-home-about .about-l .about-link .year b
{
    font-size: 36px;

    display: block;
}
@media (max-width: 1199px)
{
    .hs-home-about .about-l .about-link .year b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .hs-home-about .about-l .about-link .year b
    {
        font-size: 24px;
    }
}
.hs-home-about .about-l .about-link .year span
{
    font-size: 48px;

    display: block;
}
@media (max-width: 1199px)
{
    .hs-home-about .about-l .about-link .year span
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .hs-home-about .about-l .about-link .year span
    {
        font-size: 30px;
    }
}
.hs-home-about .about-r
{
    position: relative;
    z-index: 2;

    width: 55%;
}
@media (max-width: 1199px)
{
    .hs-home-about .about-r
    {
        width: 100%;
    }
}
.hs-home-about .about-r .img
{
    margin-top: 30px;
}
.hs-home-about .about-r .img img
{
    max-width: 100%;
}
.hs-home-about .txt-wrap
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    width: 50%;
}
@media (max-width: 1199px)
{
    .hs-home-about .txt-wrap
    {
        display: none;
    }
}
.hs-home-about .txt-wrap .txt
{
    font-family: 'D-DIN Condensed';

    -webkit-transition: all 1s;
            transition: all 1s;

    color: rgba(255, 255, 255, 0);

    -webkit-text-stroke: 1px #a9ceef;
            text-stroke: 1px #a9ceef;
}
.hs-home-about .txt-wrap .txt h2
{
    font-size: 260px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .hs-home-about .txt-wrap .txt h2
    {
        font-size: 200px;
    }
}
.hs-home-number ul,
.hs-inner-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: 991px)
{
    .hs-home-number ul,
    .hs-inner-about .number ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .hs-home-number ul li,
    .hs-inner-about .number ul li
    {
        width: 50%;
        margin: 10px 0;
    }
}
.hs-home-number .number-item h3,
.hs-inner-about .number .number-item h3
{
    font-family: 'Cinzel';
    font-size: 72px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .hs-home-number .number-item h3,
    .hs-inner-about .number .number-item h3
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .hs-home-number .number-item h3,
    .hs-inner-about .number .number-item h3
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .hs-home-number .number-item h3,
    .hs-inner-about .number .number-item h3
    {
        font-size: 30px;
    }
}
.hs-home-number .number-item h3:after,
.hs-inner-about .number .number-item h3:after
{
    display: inline-block;

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

    content: '';
    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
    vertical-align: middle;

    background-color: rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .hs-home-number .number-item h3:after,
    .hs-inner-about .number .number-item h3:after
    {
        height: 120px;
    }
}
@media (max-width: 767px)
{
    .hs-home-number .number-item h3:after,
    .hs-inner-about .number .number-item h3:after
    {
        height: 60px;
        margin: 0;
    }
}
.hs-home-number .number-item p,
.hs-inner-about .number .number-item p
{
    font-size: 18px;
    line-height: 1.66666667;

    display: inline-block;

    margin-top: 50px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .hs-home-number .number-item p,
    .hs-inner-about .number .number-item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .hs-home-number .number-item p,
    .hs-inner-about .number .number-item p
    {
        font-size: 14px;
    }
}
.hs-home-number
{
    padding: 200px 3% 100px;

    background-color: #fafafa;
}
@media (max-width: 1199px)
{
    .hs-home-number
    {
        padding: 60px 15px 40px;
    }
}
@media (max-width: 767px)
{
    .hs-home-number
    {
        padding: 30px 15px;
    }
}
.hs-home-product
{
    position: relative;

    padding: 0;

    color: #fff;
    background: url(/images/product_bg.jpg) no-repeat center;
    background-size: cover;
}
.hs-home-product .product
{
    background: rgba(0, 0, 0, .7);
}
.hs-home-product .title-home
{
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 3%;
}
.hs-home-product .product-slide
{
    padding: 0 10%;
}
.hs-home-product .product-slide .slick-slide
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border-right: 1px solid rgba(255, 255, 255, .3);
}
.hs-home-product .product-slide .slick-slide:hover
{
    background-color: rgba(255, 0, 0, .8);
}
.hs-home-product .product-slide .slick-slide:hover .product-item
{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}
.hs-home-product .product-slide .slick-slide:hover .product-item .txt
{
    opacity: 1;
}
.hs-home-product .product-slide .slick-slide:hover .product-item .more
{
    opacity: 1;
}
.hs-home-product .product-slide .product-item
{
    display: block;

    padding: 200px 15%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(130px);
        -ms-transform: translateY(130px);
            transform: translateY(130px);
    text-align: center;
}
@media (max-width: 1470px)
{
    .hs-home-product .product-slide .product-item
    {
        padding: 100px 5%;

        -webkit-transform: translateY(100px);
            -ms-transform: translateY(100px);
                transform: translateY(100px);
    }
}
@media (max-width: 767px)
{
    .hs-home-product .product-slide .product-item
    {
        padding: 30px 15px;
    }
}
.hs-home-product .product-slide .product-item .icon
{
    width: 80px;
    margin: 0 auto;
}
@media (max-width: 1470px)
{
    .hs-home-product .product-slide .product-item .icon
    {
        width: 70px;
    }
}
@media (max-width: 767px)
{
    .hs-home-product .product-slide .product-item .icon
    {
        width: 60px;
    }
}
.hs-home-product .product-slide .product-item .icon:after
{
    display: block;

    width: 56px;
    height: 4px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background-color: var(--color);
}
.hs-home-product .product-slide .product-item .icon img
{
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hs-home-product .product-slide .product-item .tit-pro
{
    margin-top: 20px;
}
.hs-home-product .product-slide .product-item .tit-pro h3
{
    font-size: 24px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .hs-home-product .product-slide .product-item .tit-pro h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-home-product .product-slide .product-item .tit-pro h3
    {
        font-size: 18px;
    }
}
.hs-home-product .product-slide .product-item .tit-pro h4
{
    font-size: 16px;
    line-height: 1.4;
}
@media (max-width: 767px)
{
    .hs-home-product .product-slide .product-item .tit-pro h4
    {
        font-size: 14px;
    }
}
.hs-home-product .product-slide .product-item .txt
{
    overflow: hidden;

    height: 90px;
    margin-top: 30px;

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

    opacity: 0;
}
.hs-home-product .product-slide .product-item .txt p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: rgba(249, 255, 249, .5);
}
.hs-home-product .product-slide .product-item .more
{
    margin-top: 100px;

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

    opacity: 0;
}
@media (max-width: 1470px)
{
    .hs-home-product .product-slide .product-item .more
    {
        margin-top: 50px;
    }
}
.hs-home-product .product-slide .product-item .more span
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 10px;

    color: #f9fff9;
    border-radius: 5px;
    background: #111;
}
.hs-home-product .product-slide .slick-arrow
{
    left: 2%;

    opacity: .5;
}
.hs-home-product .product-slide .slick-arrow.slick-next
{
    right: 2%;
    left: auto;
}
.hs-home-product .product-slide .slick-arrow:hover
{
    opacity: 1;
}
.hs-home-news-socail
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
}
@media (max-width: 767px)
{
    .hs-home-news-socail
    {
        display: block;
    }
}
.hs-home-news-socail .news,
.hs-home-news-socail .socail
{
    padding: 100px 60px;
}
@media (max-width: 1560px)
{
    .hs-home-news-socail .news,
    .hs-home-news-socail .socail
    {
        padding: 70px 30px;
    }
}
@media (max-width: 767px)
{
    .hs-home-news-socail .news,
    .hs-home-news-socail .socail
    {
        padding: 30px 15px;
    }
}
.hs-home-news-socail .title-home
{
    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;
}
.hs-home-news-socail .title-home .more
{
    display: inline-block;

    vertical-align: middle;

    color: #999;
}
.hs-home-news-socail .title-home .more:hover
{
    color: var(--color);
}
.hs-home-news-socail .news
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: -webkit-calc(100% - 530px);
    width:         calc(100% - 530px);
}
@media (max-width: 1560px)
{
    .hs-home-news-socail .news
    {
        width: -webkit-calc(100% - 400px);
        width:         calc(100% - 400px);
    }
}
@media (max-width: 1199px)
{
    .hs-home-news-socail .news
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 991px)
{
    .hs-home-news-socail .news
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .hs-home-news-socail .news
    {
        width: 100%;
    }
}
.hs-home-news-socail .news .news-left
{
    overflow: hidden;

    width: 40%;
}
@media (max-width: 1470px)
{
    .hs-home-news-socail .news .news-left
    {
        width: 45%;
    }
}
@media (max-width: 991px)
{
    .hs-home-news-socail .news .news-left
    {
        width: 100%;
    }
}
.hs-home-news-socail .news .news-left > ul
{
    font-size: 0;

    margin: 0 -8px;
}
.hs-home-news-socail .news .news-left > ul > li
{
    display: inline-block;

    width: 50%;
    margin-bottom: 16px;
    padding: 0 8px;

    vertical-align: top;
}
.hs-home-news-socail .news .news-left > ul > li:nth-child(1)
{
    width: 100%;
}
.hs-home-news-socail .news .news-left .news-item
{
    position: relative;

    display: block;
}
.hs-home-news-socail .news .news-left .news-item .ibox
{
    padding-bottom: 75%;
}
.hs-home-news-socail .news .news-left .news-item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-home-news-socail .news .news-left .news-item .tit-news
{
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 10px;

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

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

    opacity: 0;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .hs-home-news-socail .news .news-left .news-item .tit-news
    {
        opacity: 1;
    }
}
.hs-home-news-socail .news .news-left .news-item .tit-news h3
{
    font-size: 16px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .hs-home-news-socail .news .news-left .news-item .tit-news h3
    {
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 767px)
{
    .hs-home-news-socail .news .news-left .news-item .tit-news h3
    {
        font-size: 14px;
    }
}
.hs-home-news-socail .news .news-left .news-item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hs-home-news-socail .news .news-left .news-item:hover .tit-news
{
    opacity: 1;
}
.hs-home-news-socail .news .news-right
{
    width: 60%;
    padding-left: 3%;
}
@media (max-width: 1470px)
{
    .hs-home-news-socail .news .news-right
    {
        width: 55%;
    }
}
@media (max-width: 991px)
{
    .hs-home-news-socail .news .news-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.hs-home-news-socail .news .news-right .news-item
{
    padding: 30px 0;

    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
@media (max-width: 1560px)
{
    .hs-home-news-socail .news .news-right .news-item
    {
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .hs-home-news-socail .news .news-right .news-item
    {
        padding: 10px 0;
    }
}
.hs-home-news-socail .news .news-right .news-item h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .hs-home-news-socail .news .news-right .news-item h3
    {
        font-size: 16px;
    }
}
.hs-home-news-socail .news .news-right .news-item p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .hs-home-news-socail .news .news-right .news-item p
    {
        font-size: 14px;
    }
}
.hs-home-news-socail .news .news-right .news-item .date
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 10px 0 0 0;

    color: var(--color);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .hs-home-news-socail .news .news-right .news-item .date
    {
        font-size: 14px;
    }
}
.hs-home-news-socail .news .news-right .news-item:hover h3
{
    text-decoration: underline;

    color: var(--color);
}
.hs-home-news-socail .socail
{
    width: 530px;

    background-color: #f5f5f5;
}
@media (max-width: 1560px)
{
    .hs-home-news-socail .socail
    {
        width: 400px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-news-socail .socail
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .hs-home-news-socail .socail
    {
        width: 100%;
    }
}
.hs-home-news-socail .socail .socail-item
{
    display: block;

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

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

    background-color: #fff;
}
@media (max-width: 1560px)
{
    .hs-home-news-socail .socail .socail-item
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-home-news-socail .socail .socail-item
    {
        margin-top: 10px;
        padding: 10px;
    }
}
.hs-home-news-socail .socail .socail-item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px)
{
    .hs-home-news-socail .socail .socail-item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .hs-home-news-socail .socail .socail-item p
    {
        font-size: 14px;
    }
}
.hs-home-news-socail .socail .socail-item:hover
{
    color: #fff;
    background-color: var(--color);
}
.gettop
{
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 30px;

    display: none;

    cursor: pointer;

    color: var(--color);
}
.gettop .icon
{
    font-size: 40px;

    display: block;

    width: 60px;

    -webkit-animation: Mouse 1.6s linear infinite;
            animation: Mouse 1.6s linear infinite;
    text-align: center;
}
@-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);
    }
}
.hs-inner
{
    overflow: hidden;

    padding: 80px 60px;
}
@media (max-width: 1470px)
{
    .hs-inner
    {
        padding: 80px 30px;
    }
}
@media (max-width: 991px)
{
    .hs-inner
    {
        padding: 60px 15px;
    }
}
@media (max-width: 767px)
{
    .hs-inner
    {
        padding: 40px 15px;
    }
}
.hs-common-txt p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .hs-common-txt p
    {
        font-size: 14px;
        line-height: 26px;
    }
}
.title-inner:before
{
    display: inline-block;

    width: 166px;
    height: 12px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background: url(/images/title-in.png) no-repeat right center;
    background-size: cover;
}
@media (max-width: 1470px)
{
    .title-inner:before
    {
        width: 120px;
    }
}
@media (max-width: 767px)
{
    .title-inner:before
    {
        width: 60px;
    }
}
.title-inner h2
{
    font-size: 30px;
    line-height: 1.4;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .title-inner h2
    {
        font-size: 24px;
    }
}
.title-inner h2 span
{
    font-size: 18px;
    font-weight: bold;

    display: block;

    text-transform: uppercase;

    color: var(--color);
}
@media (max-width: 991px)
{
    .title-inner h2 span
    {
        font-size: 16px;
    }
}
.title-inner.line-right:before
{
    float: right;

    margin-top: 30px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.title-inner.white
{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.inner-location
{
    padding: 25px 20px;

    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .inner-location
    {
        padding: 10px 0;
    }
}
.inner-location .title-inner
{
    display: inline-block;
}
@media (max-width: 767px)
{
    .inner-location .title-inner
    {
        display: none;
    }
}
.inner-location .title-inner:before
{
    display: none;
}
.inner-location .title-inner h2
{
    font-size: 24px;
    font-weight: normal;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.inner-location .location
{
    font-size: 16px;

    float: right;
}
@media (max-width: 767px)
{
    .inner-location .location
    {
        display: block;
        float: none;
    }
}
.inner-location .location .icon
{
    font-size: 20px;

    display: inline-block;

    color: var(--color);
}
.inner-location .location .icon,
.inner-location .location span,
.inner-location .location ul
{
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
}
.inner-location .location ul li
{
    line-height: 40px;

    display: inline-block;

    vertical-align: top;
    text-transform: uppercase;

    color: #666;
}
.inner-location .location ul li:after
{
    display: inline-block;

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

    vertical-align: top;
}
.inner-location .location ul li a:hover
{
    text-decoration: underline;
}
.inner-info
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .inner-info
    {
        font-size: 0;

        padding-bottom: 80px;
    }
    .inner-info .inner-left,
    .inner-info .inner-right
    {
        font-size: 14px;

        display: inline-block;

        vertical-align: top;
    }
    .inner-left
    {
        width: 320px;
        padding: 20px 10px;

        border: 1px solid rgba(220, 220, 220, .31);
    }
    .inner-right
    {
        width: -webkit-calc(100% - 320px);
        width:         calc(100% - 320px);
        padding-left: 5%;
    }
}
@media (min-width: 1200px) and (max-width: 767px)
{
    .inner-info
    {
        padding-bottom: 40px;
    }
}
.catalog .menu ul.menunav-1 > li
{
    position: relative;

    margin-bottom: 12px;
}
@media (max-width: 1199px)
{
    .catalog .menu ul.menunav-1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.catalog .menu ul.menunav-1 > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 20px 30px;

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

    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .catalog .menu ul.menunav-1 > li > a
    {
        font-size: 15px;

        padding: 5px 20px;
    }
}
@media (max-width: 767px)
{
    .catalog .menu ul.menunav-1 > li > a
    {
        font-size: 14px;

        padding: 5px 10px;
    }
}
.catalog .menu ul.menunav-1 > li > a img
{
    display: inline-block;

    width: 36px;
    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .catalog .menu ul.menunav-1 > li > a img
    {
        width: 26px;
    }
}
@media (max-width: 1199px)
{
    .catalog .menu ul.menunav-1 > li.more.active
    {
        display: block;
    }
}
.catalog .menu ul.menunav-1 > li ul.menunav-2
{
    display: none;
}
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li
{
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1199px)
{
    .catalog .menu ul.menunav-1 > li ul.menunav-2 > li
    {
        display: inline-block;

        vertical-align: top;

        border-bottom: none;
    }
}
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li:last-child
{
    border-bottom: none;
}
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 40px 15px 15px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .catalog .menu ul.menunav-1 > li ul.menunav-2 > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 4px 14px;
    }
}
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li > a:after
{
    font-family: 'iconfont' !important;
    line-height: 60px;

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

    display: inline-block;

    content: '\ea67';
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    color: #999;
}
@media (max-width: 991px)
{
    .catalog .menu ul.menunav-1 > li ul.menunav-2 > li > a:after
    {
        line-height: 32px;
    }
}
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li:hover > a,
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li.active > a
{
    color: var(--color);
}
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li:hover > a:after,
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li.active > a:after
{
    color: var(--color);
}
.catalog .menu ul.menunav-1 > li.current .open-menu:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.catalog .menu ul.menunav-1 > li:hover > a,
.catalog .menu ul.menunav-1 > li.active > a,
.catalog .menu ul.menunav-1 > li.current > a
{
    color: #fff;
    background-color: var(--color);
}
.catalog .menu ul.menunav-1 > li:hover > a img,
.catalog .menu ul.menunav-1 > li.active > a img,
.catalog .menu ul.menunav-1 > li.current > a img
{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.news-article .listbox ul li:last-child .subject
{
    border-bottom: none;
}
.news-article .listbox .subject
{
    display: block;

    padding: 20px 0;

    border-bottom: 1px solid #e5e5e5;
}
.news-article .listbox .subject h3
{
    font-size: 18px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 28px;
    margin: 10px 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-article .listbox .subject .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    color: var(--color);
}
.news-article .listbox .subject .more
{
    color: #999;
}
.news-article .listbox .subject .more:before
{
    display: inline-block;

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

    content: '';

    background-color: var(--color);
}
.news-article .listbox .subject:hover h3
{
    color: var(--color);
}
.hs-inner-about
{
    position: relative;
    z-index: 2;

    margin-top: -40px;
    padding-top: 0;
    padding-bottom: 0;
}
.hs-inner-about .about
{
    padding: 50px 3%;

    background-color: #fff;
    box-shadow: 0 7px 11px 0 rgba(69, 69, 69, .09);
}
@media (max-width: 767px)
{
    .hs-inner-about .about
    {
        padding: 30px 15px;
    }
}
.hs-inner-about .txt
{
    margin-top: 80px;
}
@media (max-width: 1470px)
{
    .hs-inner-about .txt
    {
        margin-top: 50px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-about .txt
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-about .txt
    {
        margin-top: 20px;
    }
}
.hs-inner-about .number
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .hs-inner-about .number
    {
        margin-top: 30px;
    }
}
.hs-inner-about .number .number-item h3
{
    color: var(--color);
}
.hs-inner-culture
{
    margin-top: -50px;
    padding-bottom: 0;

    color: #fff;
    background: url(/images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .hs-inner-culture
    {
        background-attachment: fixed;
    }
}
@media (min-width: 1200px)
{
    .hs-inner-culture .culture ul li
    {
        width: 20%;
    }
}
.hs-inner-culture .culture ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1470px)
{
    .hs-inner-culture .culture ul
    {
        margin: 0 -15px;
    }
}
.hs-inner-culture .culture ul li
{
    padding: 100px 30px;

    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 1470px)
{
    .hs-inner-culture .culture ul li
    {
        padding: 60px 15px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-culture .culture ul li
    {
        padding: 30px 15px;
    }
}
@media (min-width: 1200px)
{
    .hs-inner-culture .culture ul li:nth-child(6),
    .hs-inner-culture .culture ul li:nth-child(7),
    .hs-inner-culture .culture ul li:nth-child(8),
    .hs-inner-culture .culture ul li:nth-child(9),
    .hs-inner-culture .culture ul li:nth-child(10)
    {
        border-bottom: none;
    }
}
.hs-inner-culture .culture .culture-item h3
{
    font-size: 18px;
    line-height: 2;

    margin-top: 0;
}
@media (max-width: 991px)
{
    .hs-inner-culture .culture .culture-item h3
    {
        font-size: 16px;
    }
}
.hs-inner-culture .culture .culture-item h3:before
{
    display: inline-block;

    width: 3px;
    height: 19px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: var(--color);
}
.hs-inner-culture .culture .culture-item p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: rgba(255, 255, 255, .8);
}
@media (max-width: 991px)
{
    .hs-inner-culture .culture .culture-item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.hs-inner-brand
{
    overflow: visible;

    margin-top: 100px;

    background-color: #f5f5f5;
}
@media (max-width: 1470px)
{
    .hs-inner-brand
    {
        margin-top: 80px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-brand
    {
        margin: 0;
    }
}
.hs-inner-brand .brand
{
    position: relative;
}
.hs-inner-brand .brand .brand-left
{
    width: 45%;
}
@media (max-width: 767px)
{
    .hs-inner-brand .brand .brand-left
    {
        width: 100%;
    }
}
.hs-inner-brand .brand .brand-left .txt
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .hs-inner-brand .brand .brand-left .txt
    {
        margin-top: 30px;
    }
}
@media (max-width: 1470px)
{
    .hs-inner-brand .brand .brand-left .txt p
    {
        line-height: 30px;
    }
}
.hs-inner-brand .brand .brand-right
{
    position: absolute;
    top: 50%;
    right: 0;

    width: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 767px)
{
    .hs-inner-brand .brand .brand-right
    {
        position: relative;
        top: 0;

        width: 100%;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.hs-inner-brand .brand .brand-right img
{
    max-width: 100%;

    border: 20px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.hs-inner-organization .organization-top
{
    margin-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .hs-inner-organization .organization-top
    {
        margin-top: 30px;
    }
}
.hs-inner-organization .organization-top:after
{
    display: block;

    width: 1px;
    height: 148px;
    margin: 0 auto;

    content: '';

    background: var(--color);
}
@media (max-width: 767px)
{
    .hs-inner-organization .organization-top:after
    {
        height: 80px;
    }
}
.hs-inner-organization .organization-top h3
{
    font-size: 30px;
    line-height: 80px;

    display: inline-block;

    margin: 0;
    padding: 0 90px;

    color: #fff;
    border-radius: 10px;
    background-color: var(--color);
}
@media (max-width: 1199px)
{
    .hs-inner-organization .organization-top h3
    {
        font-size: 24px;
        line-height: 60px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-organization .organization-top h3
    {
        font-size: 20px;

        padding: 0 50px;
    }
}
.hs-inner-organization .organization-middle
{
    margin-top: -35px;
}
.hs-inner-organization .organization-middle ul
{
    position: relative;

    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;
}
.hs-inner-organization .organization-middle ul:before
{
    position: absolute;
    top: 35px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: var(--color);
}
.hs-inner-organization .organization-middle ul li
{
    position: relative;
    z-index: 2;
}
@media (max-width: 767px)
{
    .hs-inner-organization .organization-middle ul li
    {
        width: 15%;
    }
}
.hs-inner-organization .organization-middle ul li:last-child:after
{
    position: absolute;
    left: 50%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: var(--color);
}
.hs-inner-organization .organization-middle ul li h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: relative;
    z-index: 2;

    width: 178px;
    margin: 0;
    padding: 25px 10px;

    text-align: center;

    color: #666;
    border: 1px solid #f9818b;
    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
    background: -webkit-linear-gradient(bottom, #eee, #fff);
    background:         linear-gradient(0deg, #eee, #fff);
    box-shadow: 0 7px 11px 0 rgba(227, 2, 20, .09);
}
@media (max-width: 1470px)
{
    .hs-inner-organization .organization-middle ul li h4
    {
        font-size: 16px;

        width: 150px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-organization .organization-middle ul li h4
    {
        font-size: 14px;

        width: 110px;
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .hs-inner-organization .organization-middle ul li h4
    {
        font-size: 12px;
        line-height: 20px;

        width: 100%;
        padding: 10px;
    }
}
.hs-inner-organization .organization-middle ul li .txt
{
    width: 90%;
    margin: 0 auto;
    margin-top: -20px;
    padding: 30px 15px 20px;

    text-align: center;

    border: 1px solid #f5d0d3;
    border-radius: 10px;
    background: #fff2f2;
}
@media (max-width: 991px)
{
    .hs-inner-organization .organization-middle ul li .txt
    {
        width: 96%;
        padding: 30px 10px 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-organization .organization-middle ul li .txt
    {
        padding: 20px 4px 10px;
    }
}
.hs-inner-organization .organization-middle ul li .txt p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .hs-inner-organization .organization-middle ul li .txt p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-organization .organization-middle ul li .txt p
    {
        font-size: 12px;
        line-height: 18px;
    }
}
.hs-inner-organization .organization-bottom
{
    position: relative;
    z-index: 3;

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

    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 12px 12px 0 rgba(187, 187, 187, .16);
}
@media (max-width: 1199px)
{
    .hs-inner-organization .organization-bottom
    {
        padding: 10px 20px 40px 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-organization .organization-bottom
    {
        padding: 10px 10px 30px 10px;
    }
}
@media (min-width: 1200px)
{
    .hs-inner-organization .organization-bottom ul li
    {
        width: 20%;
    }
}
.hs-inner-organization .organization-bottom .organ-item
{
    margin-top: 30px;
    padding: 40px 20px;

    background-color: #f7f7f7;
}
@media (max-width: 767px)
{
    .hs-inner-organization .organization-bottom .organ-item
    {
        margin-top: 10px;
    }
}
.hs-inner-organization .organization-bottom .organ-item h3
{
    font-size: 18px;
    line-height: 24px;

    margin-top: 0;

    color: #333;
}
@media (max-width: 1470px)
{
    .hs-inner-organization .organization-bottom .organ-item h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-organization .organization-bottom .organ-item h3
    {
        font-size: 15px;
    }
}
.hs-inner-organization .organization-bottom .organ-item p
{
    font-size: 16px;
    line-height: 2.25;

    position: relative;

    margin: 0;
    padding-left: 17px;

    color: #777;
}
@media (max-width: 991px)
{
    .hs-inner-organization .organization-bottom .organ-item p
    {
        font-size: 14px;
        line-height: 30px;
    }
}
.hs-inner-organization .organization-bottom .organ-item p:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -3px;

    content: '';

    background-color: var(--color);
}
.hs-inner-organization .organization-bottom .organ-item p a:hover
{
    text-decoration: underline;

    color: var(--color);
}
.hs-inner-history
{
    margin-top: -50px;

    color: #fff;
    background: url(/images/history_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .hs-inner-history
    {
        background-attachment: fixed;
    }
}
.hs-inner-history .title-inner
{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hs-inner-history .history
{
    margin-top: 160px;
}
@media (max-width: 1199px)
{
    .hs-inner-history .history
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-history .history
    {
        margin-top: 30px;
    }
}
.hs-inner-history .history .history-slide
{
    padding: 0 10%;
}
@media (max-width: 767px)
{
    .hs-inner-history .history .history-slide
    {
        padding: 0 20px;
    }
}
.hs-inner-history .history .history-item .year
{
    margin-bottom: 30px;
    padding: 0 5%;
}
.hs-inner-history .history .history-item .year span
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

    padding: 0 14px;

    color: #fff;
    border-radius: 5px;
    background-color: var(--color);
}
@media (max-width: 991px)
{
    .hs-inner-history .history .history-item .year span
    {
        font-size: 16px;
    }
}
.hs-inner-history .history .history-item .txt
{
    position: relative;

    padding: 0 5%;
    padding-top: 40px;

    border-top: 1px solid rgba(255, 255, 255, .4);
}
.hs-inner-history .history .history-item .txt:before
{
    position: absolute;
    top: -11px;

    display: block;

    width: 22px;
    height: 22px;

    content: '';

    border-radius: 50%;
    background-color: var(--color);
}
@media (max-width: 767px)
{
    .hs-inner-history .history .history-item .txt:before
    {
        top: -6px;

        width: 12px;
        height: 12px;
    }
}
.hs-inner-history .history .history-item .txt p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 1470px)
{
    .hs-inner-history .history .history-item .txt p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-history .history .history-item .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.hs-inner-history .history .slick-arrow
{
    top: 72px;
    left: 9%;
}
@media (max-width: 1560px)
{
	.hs-inner-history .history .slick-arrow
	{
		 top: 72px;
		left: 8.8%;
	}
}
@media (max-width: 1470px)
{
	.hs-inner-history .history .slick-arrow
	{
		 top: 72px;
		left: 8%;
	}
}
@media (max-width: 767px)
{
    .hs-inner-history .history .slick-arrow
    {
        top: 72px;
        left: 0;
    }
}
.hs-inner-history .history .slick-arrow.slick-next
{
    right: 9%;
    left: auto;
}
@media (max-width: 1560px)
{
	.hs-inner-history .history .slick-arrow.slick-next
	{
		right: 8.8%;
	}
}
@media (max-width: 1470px)
{
	.hs-inner-history .history .slick-arrow.slick-next
	{
		right: 8%;
	}
}
@media (max-width: 767px)
{
    .hs-inner-history .history .slick-arrow.slick-next
    {
        right: 0;
    }
}
.hs-inner-honor .honor-list,
.hs-inner-pro-honor .honor-list
{
    margin-top: 100px;
}
@media (max-width: 1199px)
{
    .hs-inner-honor .honor-list,
    .hs-inner-pro-honor .honor-list
    {
        margin-top: 50px;
    }
}
.hs-inner-honor .honor-list .slick-list,
.hs-inner-pro-honor .honor-list .slick-list
{
    padding-bottom: 130px;
}
.hs-inner-honor .honor-list .slick-list .slick-slide,
.hs-inner-pro-honor .honor-list .slick-list .slick-slide
{
    padding-top: 10px;
}
.hs-inner-honor .honor-list .honor-item,
.hs-inner-pro-honor .honor-list .honor-item
{
    display: block;

    padding: 0 10%;
}

.hs-inner-honor .honor-list .honor-item,
.hs-inner-pro-honor .honor-list .honor-item
{
    text-align: center;
    font-size: 16px;
    color: #777;
    line-height: 50px;
}
@media (max-width: 1470px)
{
    .hs-inner-honor .honor-list .honor-item,
    .hs-inner-pro-honor .honor-list .honor-item
    {
        padding: 0 5%;
    }
}
@media (max-width: 767px)
{
    .hs-inner-honor .honor-list .honor-item,
    .hs-inner-pro-honor .honor-list .honor-item
    {
        padding: 0 10px;
    }
}
.hs-inner-honor .honor-list .honor-item .img,
.hs-inner-pro-honor .honor-list .honor-item .img
{
    position: relative;
    z-index: 2;

    padding: 0 16%;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 767px)
{
    .hs-inner-honor .honor-list .honor-item .img,
    .hs-inner-pro-honor .honor-list .honor-item .img
    {
        padding: 0 10px;
    }
}
.hs-inner-honor .honor-list .honor-item .img img,
.hs-inner-pro-honor .honor-list .honor-item .img img
{
    display: inline-block;

    height: 180px;

    border: 1px solid rgba(185, 185, 185, .2);
}
@media (max-width: 480px)
{
    .hs-inner-honor .honor-list .honor-item .img img,
    .hs-inner-pro-honor .honor-list .honor-item .img img
    {
        height: 170px;
    }
}
.hs-inner-honor .honor-list .honor-item .bghonor,
.hs-inner-pro-honor .honor-list .honor-item .bghonor
{
    margin-top: -50px;
}
@media (max-width: 1199px)
{
    .hs-inner-honor .honor-list .honor-item .bghonor,
    .hs-inner-pro-honor .honor-list .honor-item .bghonor
    {
        margin-top: -40px;
    }
}
.hs-inner-honor .honor-list .honor-item .bghonor img,
.hs-inner-pro-honor .honor-list .honor-item .bghonor img
{
    width: 100%;
}
.hs-inner-honor .honor-list .honor-item:hover .img,
.hs-inner-pro-honor .honor-list .honor-item:hover .img
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.hs-inner-honor .honor-list .slick-arrow,
.hs-inner-pro-honor .honor-list .slick-arrow
{
    font-size: 30px;

    position: absolute;
    top: auto;
    bottom: 0;
    left: -webkit-calc(50% - 60px);
    left:         calc(50% - 60px);

    width: 47px;
    height: 47px;

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

    color: #9b9b9b;
    background: #f4f4f4;
}
.hs-inner-honor .honor-list .slick-arrow.slick-next,
.hs-inner-pro-honor .honor-list .slick-arrow.slick-next
{
    right: -webkit-calc(50% - 60px);
    right:         calc(50% - 60px);
    left: auto;
}
.hs-inner-honor .honor-list .slick-arrow:hover,
.hs-inner-pro-honor .honor-list .slick-arrow:hover
{
    color: #fff;
    background-color: var(--color);
}
.hs-inner-honor .honor-top
{
    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: 1199px)
{
    .hs-inner-honor .honor-top
    {
        display: block;
    }
}
.hs-inner-honor .honor-nav
{
    font-size: 0;

    margin-right: -60px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .hs-inner-honor .honor-nav
    {
        display: block;

        margin-top: 20px;
        margin-right: -15px;
    }
}
.hs-inner-honor .honor-nav::before
{
    display: inline-block;

    width: 0;
    height: 0;

    content: '';
    vertical-align: middle;

    border-width: 0 0 100px 50px;
    border-style: solid;
    border-color: transparent transparent var(--color) transparent;
}
@media (max-width: 1470px)
{
    .hs-inner-honor .honor-nav::before
    {
        border-width: 0 0 80px 50px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-honor .honor-nav::before
    {
        display: none;
    }
}
.hs-inner-honor .honor-nav ul
{
    display: inline-block;

    padding: 0 50px;

    vertical-align: middle;

    background-color: var(--color);
}
@media (max-width: 1560px)
{
    .hs-inner-honor .honor-nav ul
    {
        padding: 0 30px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-honor .honor-nav ul
    {
        display: block;

        padding: 10px 0;
    }
}
.hs-inner-honor .honor-nav ul li
{
    display: inline-block;

    padding: 0 30px;
}
@media (max-width: 1560px)
{
    .hs-inner-honor .honor-nav ul li
    {
        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-honor .honor-nav ul li
    {
        padding: 0 10px;
    }
}
.hs-inner-honor .honor-nav ul li a
{
    font-size: 18px;
    line-height: 100px;

    position: relative;

    display: block;
}
@media (max-width: 1470px)
{
    .hs-inner-honor .honor-nav ul li a
    {
        font-size: 16px;
        line-height: 80px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-honor .honor-nav ul li a
    {
        line-height: 30px;

        margin: 10px 0;
    }
}
.hs-inner-honor .honor-nav ul li a:after
{
    position: absolute;
    bottom: 30%;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .hs-inner-honor .honor-nav ul li a:after
    {
        bottom: 0;
    }
}
.hs-inner-honor .honor-nav ul li a:before
{
    position: absolute;
    bottom: -10px;
    left: 50%;

    display: block;

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

    content: '';

    opacity: 0;
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: var(--color) transparent transparent transparent;
}
.hs-inner-honor .honor-nav ul li.active a:after
{
    width: 100%;
}
.hs-inner-honor .honor-nav ul li.active a:before
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.hs-inner-team
{
    position: relative;

    padding: 0;
}
.hs-inner-team .title-inner
{
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 60px;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
@media (max-width: 767px)
{
    .hs-inner-team .title-inner
    {
        top: 30px;
        left: 30px;
    }
}
.hs-inner-team .team-img
{
    background-color: #000;
}
.hs-inner-team .team-img img
{
    width: 100%;

    opacity: .7;
}
@media (max-width: 767px)
{
    .hs-inner-team .team-img img
    {
        width: 120%;
        margin-left: -10%;
    }
}
.hs-inner-team .more
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

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

    width: 460px;
    height: 100%;

    color: #fff;
    background-color: rgba(227, 2, 20, .7);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .hs-inner-team .more
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-team .more
    {
        width: 30%;
    }
}
.hs-inner-team .more a
{
    display: block;
}
.hs-inner-team .more a span,
.hs-inner-team .more a .icon
{
    display: inline-block;

    vertical-align: middle;
}
.hs-inner-team .more a span
{
    font-size: 24px;
}
@media (max-width: 991px)
{
    .hs-inner-team .more a span
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-team .more a span
    {
        font-size: 18px;
    }
}
.hs-inner-team .more a span i
{
    font-size: 16px;
    font-style: normal;

    display: block;
}
@media (max-width: 991px)
{
    .hs-inner-team .more a span i
    {
        font-size: 14px;
    }
}
.hs-inner-team .more a .icon
{
    font-size: 30px;

    margin-left: 30px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .hs-inner-team .more a .icon
    {
        font-size: 24px;

        margin-left: 0;
    }
}
.hs-inner-team .more a:hover .icon
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
#about-about,
#about-culture,
#about-brand,
#about-organization,
#about-history,
#about-honor,
#about-team
{
    position: relative;
    top: -80px;
}
.hs-inner-pro-about .pro-about
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 60px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .hs-inner-pro-about .pro-about
    {
        display: block;

        margin-top: 30px;
    }
}
.hs-inner-pro-about .pro-about .pro-img
{
    width: 43%;

    background-color: var(--color);
}
@media (max-width: 767px)
{
    .hs-inner-pro-about .pro-about .pro-img
    {
        width: 96%;
    }
}
.hs-inner-pro-about .pro-about .pro-img .pro-about-slide
{
    font-size: 0;

    -webkit-transform: translate3d(40px, 40px, 0);
            transform: translate3d(40px, 40px, 0);

    color: #9b9b9b;
}
@media (max-width: 991px)
{
    .hs-inner-pro-about .pro-about .pro-img .pro-about-slide
    {
        -webkit-transform: translate3d(20px, 20px, 0);
                transform: translate3d(20px, 20px, 0);
    }
}
.hs-inner-pro-about .pro-about .pro-img .pro-about-slide .slick-arrow
{
    top: auto;
    bottom: 2px;
    left: 2px;

    width: 60px;
    height: 60px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    background-color: #fff;
}
@media (max-width: 767px)
{
    .hs-inner-pro-about .pro-about .pro-img .pro-about-slide .slick-arrow
    {
        font-size: 24px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.hs-inner-pro-about .pro-about .pro-img .pro-about-slide .slick-arrow.slick-next
{
    left: 64px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-about .pro-about .pro-img .pro-about-slide .slick-arrow.slick-next
    {
        left: 44px;
    }
}
.hs-inner-pro-about .pro-about .pro-img img
{
    display: block;

    width: 100%;
}
.hs-inner-pro-about .pro-about .pro-right
{
    width: 57%;
    padding-left: 8%;
}
@media (max-width: 767px)
{
    .hs-inner-pro-about .pro-about .pro-right
    {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}
.hs-inner-pro-about .pro-about .pro-right .txt p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .hs-inner-pro-about .pro-about .pro-right .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.hs-inner-pro-about .pro-about .pro-right .sign
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 100px;
}
@media (max-width: 1470px)
{
    .hs-inner-pro-about .pro-about .pro-right .sign
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-pro-about .pro-about .pro-right .sign
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-about .pro-about .pro-right .sign
    {
        margin-top: 30px;
    }
}
.hs-inner-pro-about .pro-about .pro-right .sign .pro-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 50%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-inner-pro-about .pro-about .pro-right .sign .pro-item .icon
{
    width: 60px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-about .pro-about .pro-right .sign .pro-item .icon
    {
        width: 50px;
    }
}
.hs-inner-pro-about .pro-about .pro-right .sign .pro-item .icon img
{
    width: 100%;
}
.hs-inner-pro-about .pro-about .pro-right .sign .pro-item p
{
    font-size: 16px;
    line-height: 1.875;

    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
    margin: 0;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-about .pro-about .pro-right .sign .pro-item p
    {
        font-size: 14px;
    }
}
.hs-inner-pro-advantage
{
    padding: 0;
}
.hs-inner-pro-advantage .advantage-top
{
    color: #fff;
    background: url(/images/advantage_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .hs-inner-pro-advantage .advantage-top
    {
        background-attachment: fixed;
    }
}
.hs-inner-pro-advantage .pro-advantage
{
    overflow: hidden;

    margin-top: 60px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .pro-advantage
    {
        margin-top: 30px;
    }
}
.hs-inner-pro-advantage .pro-advantage ul li
{
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.hs-inner-pro-advantage .pro-advantage .advantage-item
{
    padding: 40px 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .pro-advantage .advantage-item
    {
        padding: 20px 0;
    }
}
.hs-inner-pro-advantage .pro-advantage .advantage-item .iconimg
{
    width: 60px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .pro-advantage .advantage-item .iconimg
    {
        width: 50px;
    }
}
.hs-inner-pro-advantage .pro-advantage .advantage-item .iconimg:after
{
    display: block;

    width: 72px;
    height: 1px;
    margin-top: 20px;

    content: '';

    background-color: var(--color);
}
.hs-inner-pro-advantage .pro-advantage .advantage-item .iconimg img
{
    width: 100%;

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

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hs-inner-pro-advantage .pro-advantage .advantage-item p
{
    font-size: 18px;
    line-height: 2;

    margin: 10px 0 0 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .hs-inner-pro-advantage .pro-advantage .advantage-item p
    {
        font-size: 16px;
    }
}
.hs-inner-pro-advantage .pro-advantage .advantage-item:hover .iconimg img
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.hs-inner-pro-advantage .pro-advantage .advantage-item:hover p
{
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}
.hs-inner-pro-advantage .advantage-info .advantage-nav
{
    text-align: center;

    color: #fff;
    background-color: var(--color);
}
.hs-inner-pro-advantage .advantage-info .advantage-nav > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.hs-inner-pro-advantage .advantage-info .advantage-nav > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 30px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-nav > ul > li > a
    {
        font-size: 16px;

        padding: 10px 15px;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-nav > ul > li > a:before
{
    position: absolute;
    top: -10px;
    left: 50%;

    display: block;

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

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

    background-color: #fff;
    box-shadow: 0 9px 9px 0 rgba(121, 121, 121, .15);
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-nav > ul > li > a:before
    {
        top: 0;

        height: 100%;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-nav > ul > li > a span
{
    position: relative;
    z-index: 2;
}
.hs-inner-pro-advantage .advantage-info .advantage-nav > ul > li.active > a
{
    color: #333;
}
.hs-inner-pro-advantage .advantage-info .advantage-nav > ul > li.active > a:before
{
    width: 100%;
}
.hs-inner-pro-advantage .advantage-info .advantage-list
{
    padding: 80px 0;
}
@media (max-width: 1199px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list
    {
        padding: 50px 0;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list .tit-desc h3
{
    font-size: 24px;
    line-height: 1.2;
}
@media (max-width: 1199px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list .tit-desc h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list .tit-desc h3
    {
        font-size: 18px;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list .tit-desc p
{
    font-size: 18px;
    line-height: 1.66666667;

    display: block;

    max-width: 760px;
    margin: 0 auto;
    margin-top: 20px;

    color: #666;
}
@media (max-width: 1199px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list .tit-desc p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list .tit-desc p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list1,
.hs-inner-pro-advantage .advantage-info .advantage-list2
{
    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;
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list1,
    .hs-inner-pro-advantage .advantage-info .advantage-list2
    {
        display: block;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list1 .img,
.hs-inner-pro-advantage .advantage-info .advantage-list2 .img,
.hs-inner-pro-advantage .advantage-info .advantage-list1 .desc,
.hs-inner-pro-advantage .advantage-info .advantage-list2 .desc
{
    width: 50%;
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list1 .img,
    .hs-inner-pro-advantage .advantage-info .advantage-list2 .img,
    .hs-inner-pro-advantage .advantage-info .advantage-list1 .desc,
    .hs-inner-pro-advantage .advantage-info .advantage-list2 .desc
    {
        width: 100%;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list1 .img img,
.hs-inner-pro-advantage .advantage-info .advantage-list2 .img img
{
    width: 100%;
}
.hs-inner-pro-advantage .advantage-info .advantage-list1 .desc .txt,
.hs-inner-pro-advantage .advantage-info .advantage-list2 .desc .txt
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list1 .desc .txt,
    .hs-inner-pro-advantage .advantage-info .advantage-list2 .desc .txt
    {
        margin-top: 20px;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list1 .desc .txt p,
.hs-inner-pro-advantage .advantage-info .advantage-list2 .desc .txt p
{
    font-size: 18px;
    line-height: 2;

    position: relative;

    padding-left: 16px;
}
@media (max-width: 1199px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list1 .desc .txt p,
    .hs-inner-pro-advantage .advantage-info .advantage-list2 .desc .txt p
    {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list1 .desc .txt p,
    .hs-inner-pro-advantage .advantage-info .advantage-list2 .desc .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list1 .desc .txt p:before,
.hs-inner-pro-advantage .advantage-info .advantage-list2 .desc .txt p:before
{
    position: absolute;
    top: 14px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    background-color: var(--color);
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list1 .desc .txt p:before,
    .hs-inner-pro-advantage .advantage-info .advantage-list2 .desc .txt p:before
    {
        top: 8px;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list1 .desc
{
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list1 .desc
    {
        padding-left: 0;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list1 .img img
{
    max-width: 100%;
}
.hs-inner-pro-advantage .advantage-info .advantage-list2 .desc
{
    padding-right: 5%;
    padding-left: 0;
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list2 .desc
    {
        padding-right: 0;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list3 .tit-desc
{
    text-align: center;
}
.hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list
    {
        margin-top: 0;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list ul li
{
    margin-top: 30px;
}
.hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list .desc-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;
    padding: 70px 40px;

    border: 1px solid rgba(220, 220, 220, .31);
    box-shadow: 0 9px 9px 0 rgba(121, 121, 121, .15);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list .desc-item
    {
        padding: 30px 20px;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list .desc-item .iconimg
{
    width: 60px;
}
.hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list .desc-item .iconimg img
{
    width: 100%;
}
.hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list .desc-item .desc-txt
{
    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
    padding-left: 8%;
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list .desc-item .desc-txt
    {
        padding-left: 5%;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list .desc-item .desc-txt h4
{
    font-size: 24px;

    margin-top: 0;

    color: var(--color);
}
@media (max-width: 1199px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list .desc-item .desc-txt h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list .desc-item .desc-txt h4
    {
        font-size: 18px;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list .desc-item .desc-txt p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list3 .desc-list .desc-item .desc-txt p
    {
        font-size: 14px;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list4 .tit-desc
{
    text-align: center;
}
.hs-inner-pro-advantage .advantage-info .advantage-list4 .desc-list
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list4 .desc-list ul
    {
        margin: 0 -25px;
    }
    .hs-inner-pro-advantage .advantage-info .advantage-list4 .desc-list ul li
    {
        width: 20%;
        padding: 0 25px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-advantage .advantage-info .advantage-list4 .desc-list
    {
        margin-top: 0;
    }
}
.hs-inner-pro-advantage .advantage-info .advantage-list4 .desc-list .desc-item
{
    margin-top: 30px;

    border: 1px solid rgba(220, 220, 220, .31);
    box-shadow: 0 9px 9px 0 rgba(121, 121, 121, .15);
}
.hs-inner-pro-advantage .advantage-info .advantage-list4 .desc-list .desc-item .ibox
{
    padding-bottom: 42.30769231%;
}
.hs-inner-pro-store
{
    background-color: #f5f5f5;
}
.hs-inner-pro-store .pro-store-nav,
.hs-inner-pro-store-two .pro-store-nav
{
    text-align: center;
}
.hs-inner-pro-store .pro-store-nav > ul > li,
.hs-inner-pro-store-two .pro-store-nav > ul > li
{
    display: inline-block;
}
.hs-inner-pro-store .pro-store-nav > ul > li > a,
.hs-inner-pro-store-two .pro-store-nav > ul > li > a
{
    font-size: 24px;
    line-height: 30px;

    display: block;

    padding: 15px 20px;

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

    color: #999;
}
@media (max-width: 1470px)
{
    .hs-inner-pro-store .pro-store-nav > ul > li > a,
    .hs-inner-pro-store-two .pro-store-nav > ul > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-pro-store .pro-store-nav > ul > li > a,
    .hs-inner-pro-store-two .pro-store-nav > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-pro-store .pro-store-nav > ul > li > a,
    .hs-inner-pro-store-two .pro-store-nav > ul > li > a
    {
        font-size: 16px;

        padding: 10px 15px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-store .pro-store-nav > ul > li > a,
    .hs-inner-pro-store-two .pro-store-nav > ul > li > a
    {
        font-size: 15px;
        line-height: 24px;

        padding: 10px;
    }
}
.hs-inner-pro-store .pro-store-nav > ul > li.active > a,
.hs-inner-pro-store-two .pro-store-nav > ul > li.active > a
{
    color: #fff;
    background-color: var(--color);
}
.hs-inner-pro-store .pro-store-list,
.hs-inner-pro-store-two .pro-store-list
{
    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .hs-inner-pro-store .pro-store-list,
    .hs-inner-pro-store-two .pro-store-list
    {
        margin-top: 30px;
    }
}
.hs-inner-pro-store .pro-store-list .store-slide,
.hs-inner-pro-store-two .pro-store-list .store-slide
{
    margin: 0 -12px;
}
.hs-inner-pro-store .pro-store-list .store-slide .slick-list,
.hs-inner-pro-store-two .pro-store-list .store-slide .slick-list
{
    padding-bottom: 130px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-store .pro-store-list .store-slide .slick-list,
    .hs-inner-pro-store-two .pro-store-list .store-slide .slick-list
    {
        padding-bottom: 90px;
    }
}
.hs-inner-pro-store .pro-store-list .store-slide .slick-slide,
.hs-inner-pro-store-two .pro-store-list .store-slide .slick-slide
{
    padding: 0 12px;
}
.hs-inner-pro-store .pro-store-list .store-item,
.hs-inner-pro-store-two .pro-store-list .store-item
{
    text-align: center;
}
.hs-inner-pro-store .pro-store-list .store-item .img .ibox,
.hs-inner-pro-store-two .pro-store-list .store-item .img .ibox
{
    padding-bottom: 75%;
}
.hs-inner-pro-store .pro-store-list .store-item p,
.hs-inner-pro-store-two .pro-store-list .store-item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hs-inner-pro-store .pro-store-list .slick-arrow,
.hs-inner-pro-store-two .pro-store-list .slick-arrow
{
    font-size: 30px;

    position: absolute;
    top: auto;
    bottom: 0;
    left: -webkit-calc(50% - 60px);
    left:         calc(50% - 60px);

    width: 47px;
    height: 47px;

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

    color: #9b9b9b;
    background: #fff;
}
.hs-inner-pro-store .pro-store-list .slick-arrow.slick-next,
.hs-inner-pro-store-two .pro-store-list .slick-arrow.slick-next
{
    right: -webkit-calc(50% - 60px);
    right:         calc(50% - 60px);
    left: auto;
}
.hs-inner-pro-store .pro-store-list .slick-arrow:hover,
.hs-inner-pro-store-two .pro-store-list .slick-arrow:hover
{
    color: #fff;
    background-color: var(--color);
}
.hs-inner-pro-project
{
    background: url(/images/project_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .hs-inner-pro-project
    {
        background-attachment: fixed;
    }
}
.hs-inner-pro-project .pro-project
{
    margin: 60px 0;
}
@media (max-width: 1470px)
{
    .hs-inner-pro-project .pro-project
    {
        margin: 30px 0 60px;
    }
}
@media (min-width: 1200px)
{
    .hs-inner-pro-project .pro-project ul
    {
        margin: 0 -40px;
    }
    .hs-inner-pro-project .pro-project ul li
    {
        padding: 0 40px;
    }
}
.hs-inner-pro-project .pro-project .project-item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-project .pro-project .project-item
    {
        margin-top: 20px;
    }
}
.hs-inner-pro-project .pro-project .project-item .item-title
{
    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;
}
.hs-inner-pro-project .pro-project .project-item .item-title .number
{
    font-family: 'D-DIN Condensed';
    font-size: 90px;

    width: 80px;
    margin-right: 20px;

    color: var(--color);
}
@media (max-width: 1470px)
{
    .hs-inner-pro-project .pro-project .project-item .item-title .number
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-pro-project .pro-project .project-item .item-title .number
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-project .pro-project .project-item .item-title .number
    {
        font-size: 50px;

        width: 40px;
    }
}
.hs-inner-pro-project .pro-project .project-item .item-title .tit-project
{
    width: -webkit-calc(100% - 80px);
    width:         calc(100% - 80px);
}
@media (max-width: 1199px)
{
    .hs-inner-pro-project .pro-project .project-item .item-title .tit-project
    {
        width: -webkit-calc(100% - 60px);
        width:         calc(100% - 60px);
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-project .pro-project .project-item .item-title .tit-project
    {
        width: -webkit-calc(100% - 40px);
        width:         calc(100% - 40px);
    }
}
.hs-inner-pro-project .pro-project .project-item .item-title .tit-project h3
{
    color: #fff;
}
.hs-inner-pro-project .pro-project .project-item .item-title .tit-project h3,
.hs-inner-pro-project .pro-project .project-item .item-title .tit-project h4
{
    font-size: 30px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .hs-inner-pro-project .pro-project .project-item .item-title .tit-project h3,
    .hs-inner-pro-project .pro-project .project-item .item-title .tit-project h4
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-pro-project .pro-project .project-item .item-title .tit-project h3,
    .hs-inner-pro-project .pro-project .project-item .item-title .tit-project h4
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-project .pro-project .project-item .item-title .tit-project h3,
    .hs-inner-pro-project .pro-project .project-item .item-title .tit-project h4
    {
        font-size: 20px;
    }
}
.hs-inner-pro-project .pro-project .project-item .item-title .tit-project h4
{
    font-family: 'D-DIN Condensed';

    text-transform: uppercase;

    color: var(--color);
}
.hs-inner-pro-project .pro-project .project-item .txt
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-project .pro-project .project-item .txt
    {
        margin-top: 10px;
    }
}
.hs-inner-pro-project .pro-project .project-item .txt p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: rgba(255, 255, 255, .8);
}
@media (max-width: 991px)
{
    .hs-inner-pro-project .pro-project .project-item .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.hs-inner-pro-map
{
    position: relative;

    padding: 0;
}
.hs-inner-pro-map .map
{
    height: 680px;
}
@media (max-width: 1199px)
{
    .hs-inner-pro-map .map
    {
        height: 480px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-map .map
    {
        height: 340px;
    }
}
.hs-inner-pro-map .map .map-content
{
    height: 100%;
}
.hs-inner-pro-map .map-txt
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 60px;

    width: 600px;
    padding: 60px 30px;

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

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .hs-inner-pro-map .map-txt
    {
        width: 500px;
        padding: 30px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-pro-map .map-txt
    {
        left: 30px;

        width: 50%;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-map .map-txt
    {
        position: relative;
        left: 0;

        width: 100%;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.hs-inner-pro-map .map-txt .tit-map h3
{
    font-size: 30px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .hs-inner-pro-map .map-txt .tit-map h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-pro-map .map-txt .tit-map h3
    {
        font-size: 20px;
    }
}
.hs-inner-pro-map .map-txt .tit-map h3 span
{
    color: var(--color);
}
.hs-inner-pro-map .map-txt .txt
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-map .map-txt .txt
    {
        margin-top: 14px;
    }
}
.hs-inner-pro-map .map-txt .txt p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    .hs-inner-pro-map .map-txt .txt p
    {
        font-size: 14px;
    }
}
.hs-inner-pro-business
{
    background-color: #f5f5f5;
}
.hs-inner-pro-business .business-list > ul > li
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .hs-inner-pro-business .business-list > ul > li
    {
        margin-top: 40px;
    }
}
.hs-inner-pro-business .business-list .tit-business h3
{
    font-size: 24px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .hs-inner-pro-business .business-list .tit-business h3
    {
        font-size: 20px;
    }
}
.hs-inner-pro-business .business-list .list-row ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-inner-pro-business .business-list .list-row ul li
{
    margin-top: 30px;
}
.hs-inner-pro-business .business-list .business-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border: 1px solid rgba(220, 220, 220, .31);
    background-color: #fff;
    box-shadow: 0 9px 9px 0 rgba(121, 121, 121, .15);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .hs-inner-pro-business .business-list .business-item
    {
        padding: 30px 15px;
    }
}
.hs-inner-pro-business .business-list .business-item h3
{
    font-family: 'D-DIN Condensed';
    font-size: 72px;

    width: 20%;
    margin: 0;

    text-align: center;

    color: var(--color);
}
@media (max-width: 1350px)
{
    .hs-inner-pro-business .business-list .business-item h3
    {
        font-size: 60px;

        width: 25%;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-business .business-list .business-item h3
    {
        font-size: 40px;

        width: 50px;
    }
}
.hs-inner-pro-business .business-list .business-item p
{
    font-size: 16px;
    line-height: 2.25;

    width: 80%;
    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .hs-inner-pro-business .business-list .business-item p
    {
        width: 75%;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-business .business-list .business-item p
    {
        font-size: 14px;
        line-height: 24px;

        width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px);
    }
}
.hs-inner-pro-business .business-list .txt
{
    margin-top: 20px;
}
.hs-inner-pro-business .business-list .txt p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .hs-inner-pro-business .business-list .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.hs-inner-pro-logistics .pro-logistics
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 60px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .hs-inner-pro-logistics .pro-logistics
    {
        display: block;

        margin-top: 30px;
    }
}
.hs-inner-pro-logistics .pro-logistics .pro-img
{
    width: 43%;

    background-color: var(--color);
}
@media (max-width: 767px)
{
    .hs-inner-pro-logistics .pro-logistics .pro-img
    {
        width: 96%;
        margin-top: 40px;
        margin-left: 4%;
    }
}
.hs-inner-pro-logistics .pro-logistics .pro-img .pro-about-slide
{
    font-size: 0;

    -webkit-transform: translate3d(-40px, 40px, 0);
            transform: translate3d(-40px, 40px, 0);

    color: #9b9b9b;
}
@media (max-width: 991px)
{
    .hs-inner-pro-logistics .pro-logistics .pro-img .pro-about-slide
    {
        -webkit-transform: translate3d(-20px, 20px, 0);
                transform: translate3d(-20px, 20px, 0);
    }
}
.hs-inner-pro-logistics .pro-logistics .pro-img .pro-about-slide .slick-arrow
{
    top: auto;
    bottom: 2px;
    left: 2px;

    width: 60px;
    height: 60px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    background-color: #fff;
}
@media (max-width: 767px)
{
    .hs-inner-pro-logistics .pro-logistics .pro-img .pro-about-slide .slick-arrow
    {
        font-size: 24px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.hs-inner-pro-logistics .pro-logistics .pro-img .pro-about-slide .slick-arrow.slick-next
{
    left: 64px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-logistics .pro-logistics .pro-img .pro-about-slide .slick-arrow.slick-next
    {
        left: 44px;
    }
}
.hs-inner-pro-logistics .pro-logistics .pro-img img
{
    display: block;

    width: 100%;
}
.hs-inner-pro-logistics .pro-logistics .pro-right
{
    width: 57%;
    padding-right: 8%;
}
@media (max-width: 767px)
{
    .hs-inner-pro-logistics .pro-logistics .pro-right
    {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-pro-logistics .pro-logistics .pro-right .txt p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .hs-inner-pro-logistics .pro-logistics .pro-right .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.hs-inner-pro-logistics .pro-logistics .pro-right .sign
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 100px;
}
@media (max-width: 1470px)
{
    .hs-inner-pro-logistics .pro-logistics .pro-right .sign
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-pro-logistics .pro-logistics .pro-right .sign
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-pro-logistics .pro-logistics .pro-right .sign
    {
        margin-top: 30px;
    }
}
.hs-inner-pro-logistics .pro-logistics .pro-right .sign .pro-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 50%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-inner-pro-logistics .pro-logistics .pro-right .sign .pro-item .icon
{
    width: 60px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-logistics .pro-logistics .pro-right .sign .pro-item .icon
    {
        width: 50px;
    }
}
.hs-inner-pro-logistics .pro-logistics .pro-right .sign .pro-item .icon img
{
    width: 100%;
}
.hs-inner-pro-logistics .pro-logistics .pro-right .sign .pro-item p
{
    font-size: 16px;
    line-height: 1.875;

    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
    margin: 0;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .hs-inner-pro-logistics .pro-logistics .pro-right .sign .pro-item p
    {
        font-size: 14px;

        width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px);
    }
}
.inner-product-show
{
    position: relative;
    z-index: 2;

    width: 100%;
    margin-top: -80px;
    padding-top: 0;
}
@media (max-width: 1199px)
{
    .inner-product-show
    {
        margin-top: 0;
    }
}
.inner-product-show .inner-right
{
    margin-top: 120px;
}
@media (max-width: 1199px)
{
    .inner-product-show .inner-right
    {
        margin-top: 30px;
    }
}
.inner-product-show .tit-product-show
{
    text-align: center;
}
.inner-product-show .tit-product-show h2
{
    font-family: 'Anton';
    font-size: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-product-show .tit-product-show h2
    {
        font-size: 24px;
    }
}
.inner-product-show .product-show
{
    position: relative;

    margin-top: 30px;
}
.inner-product-show .product-show .pro-show-info
{
    background-color: #fff;
}
.inner-product-show .product-show .pro-show-info .ibox
{
    padding-bottom: 155.55555556%;
}
.inner-product-show .product-show .pro-show-info .itempack
{
    padding: 0 10%;
}
.inner-product-show .product-show .products-show-big-scroll
{
    font-size: 0;
}
.inner-product-show .product-show .products-show-small-scroll
{
    padding: 16px 40px;
}
.inner-product-show .product-show .products-show-small-scroll .slick-slide
{
    padding: 0 6px;
}
.inner-product-show .product-show .products-show-small-scroll .item
{
    border: 1px solid #e8e8e8;
}
.inner-product-show .product-show .products-show-small-scroll .slick-arrow
{
    font-size: 30px;

    left: 0;
}
.inner-product-show .product-show .products-show-small-scroll .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.inner-product-show .product-show .product-info
{
    padding-bottom: 80px;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-show .product-info
    {
        padding-bottom: 0;
    }
}
.inner-product-show .product-show .desc
{
    margin-top: 20px;

    word-break: break-word;
}
.inner-product-show .product-show .desc h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    padding: 5px 0;

    border-bottom: 1px solid #d0d0d0;
}
.inner-product-show .product-show .desc p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show .desc p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-show .product-show .btn-feedback
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 40px;

    -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: 991px)
{
    .inner-product-show .product-show .btn-feedback
    {
        display: block;
    }
}
.inner-product-show .product-show .btn-feedback .btn-link a
{
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

    width: 160px;
    padding: 0 10px;

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

    color: var(--color);
    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show .btn-feedback .btn-link a
    {
        font-size: 16px;
        line-height: 50px;

        width: 150px;
    }
}
.inner-product-show .product-show .btn-feedback .btn-link a.link-inquiry
{
    margin-right: 40px;

    color: #fff;
    background-color: var(--color);
}
@media (max-width: 1199px)
{
    .inner-product-show .product-show .btn-feedback .btn-link a.link-inquiry
    {
        margin-right: 10px;
    }
}
.inner-product-show .product-show .btn-feedback .btn-link a:hover
{
    color: #fff;
    background-color: var(--hover);
}
.inner-product-show .product-show .btn-feedback .share
{
    display: inline-block;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show .btn-feedback .share
    {
        margin-top: 10px;
    }
}
.inner-product-show .title-pro-desc
{
    line-height: 30px;

    text-align: left;
}
.inner-product-show .title-pro-desc h3
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;

    text-transform: uppercase;

    color: var(--color);
}
@media (max-width: 1470px)
{
    .inner-product-show .title-pro-desc h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .inner-product-show .title-pro-desc h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .title-pro-desc h3
    {
        font-size: 20px;
    }
}
.inner-product-show .product-show-desc
{
    padding-top: 50px;
}
.inner-product-show .product-show-desc .desc-top
{
    margin-top: 30px;
    padding: 30px;

    background-color: #e4e4e4;
}
.inner-product-show .product-show-desc .desc-top table
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
}
.inner-product-show .product-show-desc .desc-top table tr th
{
    font-size: 20px;
    font-weight: normal;

    text-align: center;
}
.inner-product-show .product-show-desc .desc-top table tr td,
.inner-product-show .product-show-desc .desc-top table tr th
{
    line-height: 24px;

    width: 50%;
    padding: 6px 20px;

    border: 1px solid #000;
}
.inner-product-show .product-show-desc .desc-top .iconlist ul
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-desc .desc-top .iconlist ul
    {
        margin: 0 -4px;
    }
}
.inner-product-show .product-show-desc .desc-top .iconlist ul li
{
    display: inline-block;

    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-desc .desc-top .iconlist ul li
    {
        padding: 0 4px;
    }
}
.inner-product-show .product-show-desc .desc-top .iconlist .iconpart
{
    margin-top: 30px;

    text-align: center;
}
.inner-product-show .product-show-desc .desc-top .iconlist .iconpart img
{
    display: block;

    width: 70px;
    margin: 0 auto;

    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-desc .desc-top .iconlist .iconpart img
    {
        width: 40px;
    }
}
.inner-product-show .product-show-desc .desc-top .iconlist .iconpart p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0 auto;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-desc .desc-top .iconlist .iconpart p
    {
        font-size: 14px;
    }
}
.inner-product-show .product-show-desc .description
{
    margin-top: 50px;
}
.inner-product-show .product-show-desc .desc
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-desc .desc
    {
        margin-top: 10px;
    }
}
.inner-product-show .product-show-desc .desc p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-desc .desc p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-show .product-show-desc .desc img
{
    max-width: 100%;
    height: auto !important;
}
.inner-product-show .inquiry
{
    padding-top: 50px;
}
.inner-product-show .inquiry .title-inquiry
{
    padding: 14px 24px;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .inner-product-show .inquiry .title-inquiry
    {
        padding: 10px;
    }
}
.inner-product-show .inquiry .title-inquiry h3
{
    font-family: 'D-DIN Condensed';
    font-size: 36px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-product-show .inquiry .title-inquiry h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .inquiry .title-inquiry h3
    {
        font-size: 24px;
    }
}
.inner-product-show .inquiry .feedback
{
    margin-top: 20px;
}
.inner-product-show .inquiry .feedback form .itempack
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .inner-product-show .inquiry .feedback form .itempack
    {
        margin-top: 14px;
    }
}
.inner-product-show .inquiry .feedback form .itempack input,
.inner-product-show .inquiry .feedback form .itempack textarea
{
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

    border: 1px solid #e3e3e3;
    outline: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-product-show .inquiry .feedback form .itempack input,
    .inner-product-show .inquiry .feedback form .itempack textarea
    {
        font-size: 14px;
        line-height: 24px;

        min-height: 50px;
        padding: 10px;
    }
}
.inner-product-show .inquiry .feedback form .itempack input::-webkit-input-placeholder,
.inner-product-show .inquiry .feedback form .itempack textarea::-webkit-input-placeholder
{
    color: #333;
}
.inner-product-show .inquiry .feedback form .itempack input:-o-placeholder,
.inner-product-show .inquiry .feedback form .itempack textarea:-o-placeholder
{
    color: #333;
}
.inner-product-show .inquiry .feedback form .itempack input::-moz-placeholder,
.inner-product-show .inquiry .feedback form .itempack textarea::-moz-placeholder
{
    color: #333;
}
.inner-product-show .inquiry .feedback form .itempack input:-ms-input-placeholder,
.inner-product-show .inquiry .feedback form .itempack textarea:-ms-input-placeholder
{
    color: #333;
}
.inner-product-show .inquiry .feedback form .itempack input:focus::-webkit-input-placeholder,
.inner-product-show .inquiry .feedback form .itempack textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inner-product-show .inquiry .feedback form .itempack input:focus::-o-placeholder,
.inner-product-show .inquiry .feedback form .itempack textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inner-product-show .inquiry .feedback form .itempack input:focus::-moz-placeholder,
.inner-product-show .inquiry .feedback form .itempack textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inner-product-show .inquiry .feedback form .itempack input:focus::-ms-input-placeholder,
.inner-product-show .inquiry .feedback form .itempack textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inner-product-show .inquiry .feedback form .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    padding: 0 30px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: var(--color);
}
@media (max-width: 767px)
{
    .inner-product-show .inquiry .feedback form .submit
    {
        font-size: 14px;
        line-height: 40px;
    }
}
.inner-product-show .inquiry .feedback form .submit .icon
{
    margin-right: 10px;
}
.inner-product-show .inquiry .feedback form .submit:hover
{
    background-color: var(--hover);
}
.inner-product-show .relate-product
{
    padding-top: 50px;

    text-align: center;
}
.inner-product-show .relate-product .slick-list
{
    margin-bottom: 40px;
}
.inner-product-show .relate-product .relate-product-slide
{
    margin: 0 -15px;
}
.inner-product-show .relate-product .slick-slide
{
    padding: 0 15px;
}
.inner-product-show .relate-product .p-part
{
    display: block;

    margin-top: 50px;

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

    border: 1px solid #e7e7e7;
}
@media (max-width: 1199px)
{
    .inner-product-show .relate-product .p-part
    {
        margin-top: 20px;
    }
}
.inner-product-show .relate-product .p-part .img
{
    position: relative;
    z-index: 2;

    padding: 0 25%;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1470px)
{
    .inner-product-show .relate-product .p-part .img
    {
        padding: 0 10%;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .relate-product .p-part .img
    {
        padding: 0 5%;
    }
}
.inner-product-show .relate-product .p-part .img .ibox
{
    padding-bottom: 155.55555556%;
}
.inner-product-show .relate-product .p-part .desc
{
    position: relative;

    margin-top: -100px;
    padding: 130px 5%;

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

    background-color: #fff;
}
@media (max-width: 1560px)
{
    .inner-product-show .relate-product .p-part .desc
    {
        margin-top: -80px;
        padding: 100px 3% 70px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .relate-product .p-part .desc
    {
        margin-top: -60px;
        padding: 60px 10px 40px;
    }
}
.inner-product-show .relate-product .p-part .desc h3
{
    font-size: 30px;

    margin-top: 0;
}
@media (max-width: 1560px)
{
    .inner-product-show .relate-product .p-part .desc h3
    {
        font-size: 24px;
    }
}
@media (max-width: 1470px)
{
    .inner-product-show .relate-product .p-part .desc h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .relate-product .p-part .desc h3
    {
        font-size: 18px;
    }
}
.inner-product-show .relate-product .p-part .desc h3:after
{
    display: block;

    width: 56px;
    height: 5px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background-color: var(--color);
}
.inner-product-show .relate-product .p-part .desc p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px)
{
    .inner-product-show .relate-product .p-part .desc p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .relate-product .p-part .desc p
    {
        font-size: 14px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.inner-product-show .relate-product .p-part .more
{
    font-size: 16px;
    line-height: 50px;

    position: relative;
    z-index: 2;

    display: inline-block;

    padding: 0 30px;

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

    color: #fff;
    background-color: var(--color);
}
@media (max-width: 991px)
{
    .inner-product-show .relate-product .p-part .more
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 20px;
    }
}
.inner-product-show .relate-product .p-part:hover .img
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inner-product-show .relate-product .p-part:hover .desc
{
    color: #fff;
    background-color: var(--color);
}
.inner-product-show .relate-product .p-part:hover .desc h3:after
{
    background-color: #fff;
}
.inner-product-show .relate-product .p-part:hover .more
{
    background-color: #000;
}
.inner-product-show .relate-product .slick-dots
{
    font-size: 0;

    display: inline-block !important;

    vertical-align: middle;
}
.inner-product-show .relate-product .prev-next
{
    display: inline-block;

    vertical-align: middle;
}
.inner-product-show .relate-product .prev-next .slick-arrow
{
    font-size: 24px;

    position: relative;
    top: 0;

    display: inline-block;

    width: 30px;
    margin: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    vertical-align: middle;

    color: #000;
    background: none;
}
@media (max-width: 767px)
{
    .inner-product-show .relate-product .prev-next .slick-arrow
    {
        width: auto;
        margin: 0;
    }
}
.inner-product-show .relate-product .prev-next .slick-arrow:hover
{
    color: var(--color);
}
@media (min-width: 1200px)
{
    .hs-inner-social .social ul
    {
        margin: 0 -25px;
    }
    .hs-inner-social .social ul li
    {
        padding: 0 25px;
    }
}
.hs-inner-social .social .social-item
{
    display: block;

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

    border: 1px solid rgba(220, 220, 220, .16);
    box-shadow: 0 9px 9px 0 rgba(121, 121, 121, .15);
}
@media (max-width: 991px)
{
    .hs-inner-social .social .social-item
    {
        margin-top: 30px;
    }
}
.hs-inner-social .social .social-item .ibox
{
    padding-bottom: 75%;
}
.hs-inner-social .social .social-item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-social .social .social-item h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hs-inner-social .social .social-item p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hs-inner-social .social .social-item .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    color: var(--color);
}
.hs-inner-social .social .social-item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hs-inner-social .social .social-item:hover h3
{
    color: var(--color);
}
.hs-inner-teams ul li:nth-child(2n) .teams-item .img
{
    left: 50%;
}
.hs-inner-teams ul li:nth-child(2n) .teams-item .desc
{
    right: 50%;
}
.hs-inner-teams .teams-item
{
    display: block;

    margin: 0 -25px;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .hs-inner-teams .teams-item
    {
        margin: 0 -15px;
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-teams .teams-item
    {
        margin: 0 -5px;
        margin-top: 30px;
    }
}
.hs-inner-teams .teams-item .img,
.hs-inner-teams .teams-item .desc
{
    position: relative;

    width: 50%;
    padding: 0 25px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .hs-inner-teams .teams-item .img,
    .hs-inner-teams .teams-item .desc
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-teams .teams-item .img,
    .hs-inner-teams .teams-item .desc
    {
        padding: 0 5px;
    }
}
.hs-inner-teams .teams-item .img .ibox
{
    padding-bottom: 75%;
}
.hs-inner-teams .teams-item .img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-teams .teams-item .desc h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .hs-inner-teams .teams-item .desc h3
    {
        font-size: 16px;

        margin: 5px 0;
    }
}
.hs-inner-teams .teams-item .desc p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .hs-inner-teams .teams-item .desc p
    {
        font-size: 14px;
    }
}
.hs-inner-teams .teams-item .desc .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    color: var(--color);
}
@media (max-width: 767px)
{
    .hs-inner-teams .teams-item .desc .date
    {
        font-size: 14px;
    }
}
.hs-inner-teams .teams-item .desc .more
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

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

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

    color: #777;
    border: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .hs-inner-teams .teams-item .desc .more
    {
        font-size: 14px;
        line-height: 36px;

        margin-top: 10px;
    }
}
.hs-inner-teams .teams-item:hover .img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hs-inner-teams .teams-item:hover .desc h3
{
    color: var(--color);
}
.hs-inner-teams .teams-item:hover .desc .more
{
    color: #fff;
    border-color: var(--color);
    background-color: var(--color);
}
.hs-inner-news .news > ul > li
{
    padding: 40px 0;

    border-bottom: 1px solid #ebebeb;
}
@media (max-width: 767px)
{
    .hs-inner-news .news > ul > li
    {
        padding: 20px 0;
    }
}
.hs-inner-news .news > ul > li:last-child
{
    border-bottom: none;
}
.hs-inner-news .news .component
{
    display: block;
}
.hs-inner-news .news .component .news-txt
{
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .hs-inner-news .news .component .news-txt
    {
        padding-left: 10px;
    }
}
.hs-inner-news .news .component .news-txt h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0 0 14px 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .hs-inner-news .news .component .news-txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-news .news .component .news-txt h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-news .news .component .news-txt h3
    {
        font-size: 16px;

        margin-bottom: 3px;
    }
}
.hs-inner-news .news .component .news-txt p
{
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin: 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .hs-inner-news .news .component .news-txt p
    {
        font-size: 14px;
    }
}
.hs-inner-news .news .component:hover .news-txt h3
{
    color: var(--color);
}
.hs-inner-news .news-one .component .news-date
{
    width: 160px;
    padding: 30px 10px;

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

    color: var(--color);
    background: url(/images/date.png) repeat;
}
@media (max-width: 767px)
{
    .hs-inner-news .news-one .component .news-date
    {
        width: 100px;
        padding: 10px;
    }
}
.hs-inner-news .news-one .component .news-date b
{
    font-size: 36px;
    line-height: 1.4;

    display: block;
}
@media (max-width: 991px)
{
    .hs-inner-news .news-one .component .news-date b
    {
        font-size: 30px;
    }
}
.hs-inner-news .news-one .component .news-date span
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    margin-top: 10px;
}
@media (max-width: 991px)
{
    .hs-inner-news .news-one .component .news-date span
    {
        font-size: 16px;
    }
}
.hs-inner-news .news-one .component .news-txt
{
    width: -webkit-calc(100% - 160px);
    width:         calc(100% - 160px);

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .hs-inner-news .news-one .component .news-txt
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
.hs-inner-news .news-two .component .news-date
{
    width: 200px;
}
@media (max-width: 767px)
{
    .hs-inner-news .news-two .component .news-date
    {
        width: 100px;
    }
}
.hs-inner-news .news-two .component .news-date b
{
    font-size: 36px;
    line-height: 1;

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

    color: var(--color);

    -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: 991px)
{
    .hs-inner-news .news-two .component .news-date b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-news .news-two .component .news-date b
    {
        font-size: 24px;
    }
}
.hs-inner-news .news-two .component .news-date b:after
{
    display: inline-block;

    width: 70px;
    height: 4px;

    content: '';
    vertical-align: middle;

    color: var(--color);
    background-color: var(--color);
}
@media (max-width: 767px)
{
    .hs-inner-news .news-two .component .news-date b:after
    {
        width: 20px;
        height: 2px;
    }
}
.hs-inner-news .news-two .component .news-date .more
{
    line-height: 42px;

    display: block;

    width: 42px;
    height: 42px;
    margin-top: 10px;

    text-align: center;

    color: #fff;
    background-color: var(--color);
}
@media (max-width: 767px)
{
    .hs-inner-news .news-two .component .news-date .more
    {
        line-height: 32px;

        width: 32px;
        height: 32px;
    }
}
.hs-inner-news .news-two .component .news-txt
{
    width: -webkit-calc(100% - 200px);
    width:         calc(100% - 200px);
}
@media (max-width: 767px)
{
    .hs-inner-news .news-two .component .news-txt
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
.hs-inner-news .news-three .component
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
}
@media (max-width: 767px)
{
    .hs-inner-news .news-three .component
    {
        display: block;
    }
}
.hs-inner-news .news-three .component .news-img
{
    width: 310px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .hs-inner-news .news-three .component .news-img
    {
        width: 250px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-news .news-three .component .news-img
    {
        width: 100%;
    }
}
.hs-inner-news .news-three .component .news-img .ibox
{
    padding-bottom: 75%;
}
.hs-inner-news .news-three .component .news-img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-news .news-three .component .news-txt
{
    position: relative;

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

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .hs-inner-news .news-three .component .news-txt
    {
        width: -webkit-calc(100% - 250px);
        width:         calc(100% - 250px);
    }
}
@media (max-width: 767px)
{
    .hs-inner-news .news-three .component .news-txt
    {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.hs-inner-news .news-three .component .news-txt .date-more
{
    position: absolute;
    bottom: 0;
    left: 0;

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

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

    -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)
{
    .hs-inner-news .news-three .component .news-txt .date-more
    {
        position: relative;

        margin-top: 10px;
        padding-left: 0;
    }
}
.hs-inner-news .news-three .component .news-txt .date-more .date
{
    font-size: 16px;
    line-height: 30px;

    color: var(--color);
}
.hs-inner-news .news-three .component .news-txt .date-more .more
{
    line-height: 40px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    background-color: var(--color);
}
.hs-inner-news .news-three .component:hover .news-img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hs-inner-newsall
{
    padding-right: 0;
    padding-left: 0;
}
.hs-inner-newsall .title-inner
{
    position: relative;
}
.hs-inner-newsall .title-inner .more
{
    font-size: 16px;

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

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

    color: #999;
}
.hs-inner-newsall .title-inner .more:hover
{
    color: var(--color);
}
.hs-inner-newsall .news-one
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (max-width: 991px)
{
    .hs-inner-newsall .news-one
    {
        display: block;
    }
}
.hs-inner-newsall .news-one .news-left
{
    overflow: hidden;

    width: 44%;
}
@media (max-width: 1560px)
{
    .hs-inner-newsall .news-one .news-left
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .hs-inner-newsall .news-one .news-left
    {
        width: 100%;
    }
}
.hs-inner-newsall .news-one .news-left .news-item
{
    position: relative;

    display: block;

    margin-top: 40px;
}
.hs-inner-newsall .news-one .news-left .news-item .ibox
{
    padding-bottom: 75%;
}
.hs-inner-newsall .news-one .news-left .news-item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-newsall .news-one .news-left .news-item .tit-news
{
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 10px;

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

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

    background-color: #fff;
}
.hs-inner-newsall .news-one .news-left .news-item .tit-news h3
{
    font-size: 16px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .hs-inner-newsall .news-one .news-left .news-item .tit-news h3
    {
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-newsall .news-one .news-left .news-item .tit-news h3
    {
        font-size: 14px;
    }
}
.hs-inner-newsall .news-one .news-left .news-item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hs-inner-newsall .news-one .news-left .news-item:hover .tit-news
{
    opacity: 1;
}
.hs-inner-newsall .news-one .news-right
{
    width: 56%;
    padding-left: 3%;
}
@media (max-width: 1560px)
{
    .hs-inner-newsall .news-one .news-right
    {
        width: 50%;
    }
}
@media (max-width: 1470px)
{
    .hs-inner-newsall .news-one .news-right
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-newsall .news-one .news-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.hs-inner-newsall .news-one .news-right .component
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 40px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1470px)
{
    .hs-inner-newsall .news-one .news-right .component
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-newsall .news-one .news-right .component
    {
        display: block;
    }
}
.hs-inner-newsall .news-one .news-right .component .news-img
{
    width: 200px;

    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .hs-inner-newsall .news-one .news-right .component .news-img
    {
        width: 170px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-newsall .news-one .news-right .component .news-img
    {
        width: 100%;
    }
}
.hs-inner-newsall .news-one .news-right .component .news-img .ibox
{
    padding-bottom: 75%;
}
.hs-inner-newsall .news-one .news-right .component .news-img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-newsall .news-one .news-right .component .news-txt
{
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .hs-inner-newsall .news-one .news-right .component .news-txt
    {
        padding-left: 10px;
    }
}
.hs-inner-newsall .news-one .news-right .component .news-txt h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .hs-inner-newsall .news-one .news-right .component .news-txt h3
    {
        font-size: 16px;

        margin-bottom: 3px;
    }
}
.hs-inner-newsall .news-one .news-right .component .news-txt p
{
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 26px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .hs-inner-newsall .news-one .news-right .component .news-txt p
    {
        font-size: 14px;
    }
}
.hs-inner-newsall .news-one .news-right .component .news-txt
{
    position: relative;

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

    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .hs-inner-newsall .news-one .news-right .component .news-txt
    {
        width: -webkit-calc(100% - 170px);
        width:         calc(100% - 170px);
    }
}
@media (max-width: 767px)
{
    .hs-inner-newsall .news-one .news-right .component .news-txt
    {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.hs-inner-newsall .news-one .news-right .component .news-txt .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 20px;

    color: var(--color);
}
.hs-inner-newsall .news-one .news-right .component:hover .news-img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
@media (min-width: 1200px)
{
    .hs-inner-newsall .news-two ul li
    {
        width: 20%;
    }
}
.hs-inner-newsall .news-two .news-item
{
    display: block;

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

    border: 1px solid rgba(220, 220, 220, .16);
    box-shadow: 0 9px 9px 0 rgba(121, 121, 121, .15);
}
@media (max-width: 991px)
{
    .hs-inner-newsall .news-two .news-item
    {
        margin-top: 30px;
    }
}
.hs-inner-newsall .news-two .news-item .ibox
{
    padding-bottom: 75%;
}
.hs-inner-newsall .news-two .news-item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-newsall .news-two .news-item h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hs-inner-newsall .news-two .news-item p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hs-inner-newsall .news-two .news-item .date
{
    font-size: 14px;
    line-height: 24px;

    display: block;

    color: var(--color);
}
.hs-inner-newsall .news-two .news-item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hs-inner-newsall .news-two .news-item:hover h3
{
    color: var(--color);
}
@media (max-width: 1199px)
{
    .hs-inner-news-show .title-news-show
    {
        margin-top: 30px;
    }
}
.txt-share{text-align:center;}
.hs-inner-news-show .title-news-show h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 3.5;
    text-align: center;
    margin: 0;
}
@media (max-width: 991px)
{
    .hs-inner-news-show .title-news-show h1
    {
        font-size: 18px;
    }
}
.hs-inner-news-show .title-news-show p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #999;
}
.hs-inner-news-show .title-news-show p span
{
    display: inline-block;

    margin-right: 20px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .hs-inner-news-show .title-news-show p span
    {
        margin-right: 10px;
    }
}
.hs-inner-news-show .title-news-show .txt-share
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .hs-inner-news-show .title-news-show .txt-share
    {
        display: block;
    }
    .hs-inner-news-show .title-news-show .txt-share .social-share
    {
        margin-top: 10px;
    }
}
.hs-inner-news-show .wechat-qrcode
{
    top: 40px;
}
.hs-inner-news-show .wechat-qrcode:after
{
    top: -13px;
    bottom: auto;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.hs-inner-news-show .text-top
{
    overflow: hidden;

    margin-top: 30px;
    padding: 10px 5%;

    color: #aaa;
    background-color: #f9f9f9;
}
.hs-inner-news-show .text-top p
{
    font-size: 16px;
    line-height: 30px;
}
@media (max-width: 767px)
{
    .hs-inner-news-show .text-top p
    {
        font-size: 14px;
    }
}
.hs-inner-news-show .text
{
    margin-top: 30px;
}
.hs-inner-news-show .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .hs-inner-news-show .text p
    {
        font-size: 14px;
    }
}
.hs-inner-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.hs-inner-news-show .button-news
{
    margin-top: 50px;
}
.hs-inner-news-show .button-news a
{
    font-size: 16px;
    line-height: 60px;

    position: relative;

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

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

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

    color: #666;
    background-color: #f5f5f5;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hs-inner-news-show .button-news a:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 60px;

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

    width: 50px;

    content: '\eb60';
    text-align: center;
}
.hs-inner-news-show .button-news a.next
{
    padding: 0 50px 0 10px;

    text-align: right;
}
@media (max-width: 767px)
{
    .hs-inner-news-show .button-news a.next
    {
        padding: 0 10px 0 50px;

        text-align: left;
    }
}
.hs-inner-news-show .button-news a.next:before
{
    right: 0;
    left: auto;

    content: '\e625';
}
@media (max-width: 767px)
{
    .hs-inner-news-show .button-news a.next:before
    {
        right: auto;
        left: 0;
    }
}
.hs-inner-news-show .button-news a:hover
{
    color: #fff;
    background-color: var(--color);
}
.hs-inner-jobs-nav
{
    background: url(/images/jobs_nav.jpg) no-repeat center;
    background-size: cover;
}
.hs-inner-jobs-nav ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.hs-inner-jobs-nav ul li
{
    width: 50%;

    background-color: rgba(0, 0, 0, .7);
}
.hs-inner-jobs-nav ul li a
{
    display: block;

    padding: 140px 5%;

    text-align: center;

    color: #fff;
}
@media (max-width: 1199px)
{
    .hs-inner-jobs-nav ul li a
    {
        padding: 80px 5%;
    }
}
@media (max-width: 767px)
{
    .hs-inner-jobs-nav ul li a
    {
        padding: 50px 15px;
    }
}
.hs-inner-jobs-nav ul li a .icon
{
    width: 70px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .hs-inner-jobs-nav ul li a .icon
    {
        width: 50px;
    }
}
.hs-inner-jobs-nav ul li a .icon img
{
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hs-inner-jobs-nav ul li a h3
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .hs-inner-jobs-nav ul li a h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-jobs-nav ul li a h3
    {
        font-size: 18px;
    }
}
.hs-inner-jobs-nav ul li a p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 767px)
{
    .hs-inner-jobs-nav ul li a p
    {
        font-size: 14px;
    }
}
.hs-inner-jobs-nav ul li.active a
{
    background-color: rgba(227, 2, 20, .6);
}
.hs-inner-jobs .jobs-top .tit-jobs-top,
.hs-inner-jobs .jobs .tit-jobs-top,
.hs-inner-jobs .jobs-top .tit-contact,
.hs-inner-jobs .jobs .tit-contact
{
    font-size: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-inner-jobs .jobs-top .tit-jobs-top li,
.hs-inner-jobs .jobs .tit-jobs-top li,
.hs-inner-jobs .jobs-top .tit-contact li,
.hs-inner-jobs .jobs .tit-contact li
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    width: 20%;
    margin: 0;
    padding: 20px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .hs-inner-jobs .jobs-top .tit-jobs-top li,
    .hs-inner-jobs .jobs .tit-jobs-top li,
    .hs-inner-jobs .jobs-top .tit-contact li,
    .hs-inner-jobs .jobs .tit-contact li
    {
        line-height: 24px;

        padding: 10px 5px;
    }
}
.hs-inner-jobs .jobs-top .tit-jobs-top li p,
.hs-inner-jobs .jobs .tit-jobs-top li p,
.hs-inner-jobs .jobs-top .tit-contact li p,
.hs-inner-jobs .jobs .tit-contact li p
{
    margin: 0;
}
.hs-inner-jobs .jobs-top
{
    margin-top: 70px;

    color: #fff;
    background-color: var(--color);
}
@media (max-width: 991px)
{
    .hs-inner-jobs .jobs-top
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-jobs .jobs-top
    {
        margin-top: 30px;
    }
}
.hs-inner-jobs .jobs-top p
{
    font-size: 18px;
}
@media (max-width: 991px)
{
    .hs-inner-jobs .jobs-top p
    {
        font-size: 16px;
    }
}
.hs-inner-jobs .jobs > ul > li:nth-child(2n)
{
    background-color: #f3f3f3;
}
.hs-inner-jobs .jobs .tit-contact
{
    cursor: pointer;
}
.hs-inner-jobs .jobs .tit-contact li:nth-child(1) p
{
    font-weight: bold;
}
.hs-inner-jobs .jobs .tit-contact li:nth-child(1) p span
{
    font-weight: normal;
    line-height: 24px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 4px;
    background-color: #afafaf;
}
.hs-inner-jobs .jobs .tit-contact p
{
    font-size: 16px;
}
@media (max-width: 1199px)
{
    .hs-inner-jobs .jobs .tit-contact p
    {
        font-size: 14px;
    }
}
.hs-inner-jobs .jobs .desc-contact
{
    display: none;

    padding: 20px;

    border-top: 1px solid #f3f3f3;
}
.hs-inner-jobs .jobs .desc-contact h3
{
    font-size: 18px;
    line-height: 30px;

    margin-top: 0;
}
@media (max-width: 1199px)
{
    .hs-inner-jobs .jobs .desc-contact h3
    {
        font-size: 16px;
    }
}
.hs-inner-jobs .jobs .desc-contact .txt p
{
    font-size: 15px;
    line-height: 24px;

    color: #666;
}
@media (max-width: 1199px)
{
    .hs-inner-jobs .jobs .desc-contact .txt p
    {
        font-size: 14px;
    }
}
.hs-inner-contact
{
    position: relative;
    z-index: 2;

    padding-top: 20px;
    padding-bottom: 0;
}
.hs-inner-contact .contact
{
    margin: 0 -15px;
}
.hs-inner-contact .contact ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-inner-contact .contact ul li
{
    margin-top: 30px;
}
.hs-inner-contact .contact ul li:nth-child(2n) .contact-item
{
    border-top-color: #e8e8e8;
}
.hs-inner-contact .contact .contact-item
{
    height: 100%;
    padding: 30px 30px 60px 30px;

    border: 1px solid rgba(220, 220, 220, .16);
    border-top: 6px solid var(--color);
    background-color: #fff;
    box-shadow: 0 9px 9px 0 rgba(121, 121, 121, .15);
}
@media (max-width: 1470px)
{
    .hs-inner-contact .contact .contact-item
    {
        padding: 20px 14px 30px 14px;
    }
}
.hs-inner-contact .contact .contact-item .tit-contact h3
{
    font-size: 24px;
}
@media (max-width: 1470px)
{
    .hs-inner-contact .contact .contact-item .tit-contact h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-contact .contact .contact-item .tit-contact h3
    {
        font-size: 18px;
    }
}
.hs-inner-contact .contact .contact-item .tit-contact h3:before
{
    display: inline-block;

    width: 6px;
    height: 26px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background-color: var(--color);
}
.hs-inner-contact .contact .contact-item .contact-txt
{
    margin-top: 24px;
}
@media (max-width: 767px)
{
    .hs-inner-contact .contact .contact-item .contact-txt
    {
        margin-top: 14px;
    }
}
.hs-inner-contact .contact .contact-item .contact-txt p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .hs-inner-contact .contact .contact-item .contact-txt p
    {
        font-size: 14px;
    }
}
.hs-inner-contact .contact .contact-item .contact-txt a:hover
{
    text-decoration: underline;
}
.hs-contact-map
{
    margin-top: -20px;
}
.hs-contact-map .map
{
    height: 620px;
}
@media (max-width: 1199px)
{
    .hs-contact-map .map
    {
        height: 500px;
    }
}
@media (max-width: 767px)
{
    .hs-contact-map .map
    {
        height: 340px;
    }
}
.hs-contact-map .map .map-content
{
    height: 100%;
}
.BMapLabel
{
    width: 140px !important;
    max-width: 140px !important;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 36px;

    display: block;

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

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

    color: #666;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: var(--color);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: var(--color);
}
.footer
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 80px 60px 120px;

    color: #fff;
    background: url(/images/footer_bg.png) #333 no-repeat bottom center;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        display: block;

        padding: 20px 15px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-erweima .foot-logo
    {
        height: 70px;
    }
}
.footer .foot .foot-erweima .foot-logo img
{
    height: 100%;
}
.footer .foot .foot-erweima .erweima .erweima-item
{
    display: inline-block;

    width: 160px;
    margin-right: 30px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-erweima .erweima .erweima-item
    {
        width: 120px;
        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-erweima .erweima .erweima-item
    {
        width: 100px;
    }
}
.footer .foot .foot-erweima .erweima .erweima-item img
{
    width: 100%;
}
.footer .foot .foot-erweima .erweima .erweima-item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 10px 0 0 0;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-nav
    {
        margin-top: 20px;
    }
}
.footer .foot .foot-nav > ul
{
    margin: 0 -40px;
}
@media (max-width: 1660px)
{
    .footer .foot .foot-nav > ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 1350px)
{
    .footer .foot .foot-nav > ul
    {
        margin: 0 -15px;
    }
}
.footer .foot .foot-nav > ul > li
{
    font-size: 14px;

    display: inline-block;

    padding: 0 40px;

    vertical-align: top;
}
@media (max-width: 1660px)
{
    .footer .foot .foot-nav > ul > li
    {
        padding: 0 20px;
    }
}
@media (max-width: 1350px)
{
    .footer .foot .foot-nav > ul > li
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-nav > ul > li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-nav > ul > li
    {
        display: block;

        margin-top: 10px;
    }
}
.footer .foot .foot-nav > ul > li > a
{
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-nav > ul > li > a
    {
        font-size: 16px;
    }
}
.footer .foot .foot-nav > ul > li > a:hover
{
    text-decoration: underline;
}
.footer .foot .foot-nav > ul ul
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-nav > ul ul
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-nav > ul ul
    {
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-nav > ul ul > li
    {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot .foot-nav > ul ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: rgba(255, 255, 255, .7);
}
@media (max-width: 1199px)
{
    .footer .foot .foot-nav > ul ul > li > a
    {
        font-size: 14px;
    }
}
.footer .foot .foot-nav > ul ul > li > a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright
{
    padding: 30px 0;

    text-align: center;

    color: rgba(249, 255, 249, .5);
    background-color: #111;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
.footer .copyright p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .copyright p a
{
    margin: 0 10px;
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.hs-inner-cooperation
{
    position: relative;
    z-index: 2;

    overflow: visible;

    padding: 0;

    background-color: #f5f5f5;
}
.hs-inner-cooperation .cooperation
{
    max-width: 1300px;
    margin: 0 auto;
    margin-top: -30px;
    padding: 30px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation
    {
        padding: 30px 14px;
    }
}
.hs-inner-cooperation .cooperation-top img
{
    width: 100%;
}
.hs-inner-cooperation .cooperation-info
{
    font-size: 0;

    margin-top: 80px;
}
@media (max-width: 991px)
{
    .hs-inner-cooperation .cooperation-info
    {
        margin-top: 30px;
    }
}
.hs-inner-cooperation .cooperation-info .cooperation-left,
.hs-inner-cooperation .cooperation-info .cooperation-right
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-info .cooperation-left,
    .hs-inner-cooperation .cooperation-info .cooperation-right
    {
        width: 100%;
    }
}
.hs-inner-cooperation .cooperation-info .cooperation-left
{
    padding: 30px 3%;
}
.hs-inner-cooperation .cooperation-info .cooperation-left h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    color: var(--color);
}
@media (max-width: 1199px)
{
    .hs-inner-cooperation .cooperation-info .cooperation-left h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-info .cooperation-left h3
    {
        font-size: 18px;
    }
}
.hs-inner-cooperation .cooperation-info .cooperation-left p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .hs-inner-cooperation .cooperation-info .cooperation-left p
    {
        font-size: 14px;
    }
}
.hs-inner-cooperation .cooperation-info .cooperation-right img
{
    max-width: 100%;
}
.hs-inner-cooperation .cooperation-list ul li
{
    padding: 46px 30px;
}
@media (max-width: 991px)
{
    .hs-inner-cooperation .cooperation-list ul li
    {
        padding: 30px 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-list ul li
    {
        padding: 20px 10px;
    }
}
.hs-inner-cooperation .cooperation-list ul li:nth-child(2n)
{
    background-color: #f5f5f5;
}
.hs-inner-cooperation .cooperation-list ul li:nth-child(2n) .cooperation-item .img
{
    left: 50%;
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-list ul li:nth-child(2n) .cooperation-item .img
    {
        left: 0;
    }
}
.hs-inner-cooperation .cooperation-list ul li:nth-child(2n) .cooperation-item .img:before
{
    right: 0;
    left: auto;
}
.hs-inner-cooperation .cooperation-list ul li:nth-child(2n) .cooperation-item .desc
{
    right: 50%;
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-list ul li:nth-child(2n) .cooperation-item .desc
    {
        right: 0;
    }
}
.hs-inner-cooperation .cooperation-list .cooperation-item
{
    font-size: 0;
}
.hs-inner-cooperation .cooperation-list .cooperation-item .img,
.hs-inner-cooperation .cooperation-list .cooperation-item .desc
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;
    padding: 0 26px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-list .cooperation-item .img,
    .hs-inner-cooperation .cooperation-list .cooperation-item .desc
    {
        width: 100%;
        padding: 0 10px;
    }
}
.hs-inner-cooperation .cooperation-list .cooperation-item .img
{
    position: relative;

    padding-top: 24px;
    padding-left: 24px;
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-list .cooperation-item .img
    {
        padding-top: 10px;
        padding-left: 10px;
    }
}
.hs-inner-cooperation .cooperation-list .cooperation-item .img:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

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

    content: '';

    background-color: var(--color);
}
.hs-inner-cooperation .cooperation-list .cooperation-item .img img
{
    position: relative;
    z-index: 2;

    width: 100%;
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-list .cooperation-item .desc
    {
        margin-top: 24px;
    }
}
.hs-inner-cooperation .cooperation-list .cooperation-item .desc .tit-desc h3
{
    font-size: 24px;
    font-weight: bold;

    margin-top: 0;
}
@media (max-width: 1199px)
{
    .hs-inner-cooperation .cooperation-list .cooperation-item .desc .tit-desc h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-list .cooperation-item .desc .tit-desc h3
    {
        font-size: 18px;
    }
}
.hs-inner-cooperation .cooperation-list .cooperation-item .desc .tit-desc h3 span
{
    font-family: 'D-DIN Condensed';
    font-size: 60px;
    font-weight: normal;

    display: inline-block;

    vertical-align: middle;

    color: var(--color);
}
@media (max-width: 1199px)
{
    .hs-inner-cooperation .cooperation-list .cooperation-item .desc .tit-desc h3 span
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-list .cooperation-item .desc .tit-desc h3 span
    {
        font-size: 40px;
    }
}
.hs-inner-cooperation .cooperation-list .cooperation-item .desc .txt p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .hs-inner-cooperation .cooperation-list .cooperation-item .desc .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.hs-inner-cooperation .cooperation-adv
{
    padding: 80px 5%;

    text-align: center;

    color: #fff;
    background: url(/images/adv_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .hs-inner-cooperation .cooperation-adv
    {
        background-attachment: fixed;
    }
}
@media (max-width: 991px)
{
    .hs-inner-cooperation .cooperation-adv
    {
        padding: 50px 5%;
    }
}
.hs-inner-cooperation .cooperation-adv .title-adv h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;

    color: var(--color);
}
@media (max-width: 1199px)
{
    .hs-inner-cooperation .cooperation-adv .title-adv h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-adv .title-adv h3
    {
        font-size: 20px;
    }
}
.hs-inner-cooperation .cooperation-adv .txt
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .hs-inner-cooperation .cooperation-adv .txt
    {
        margin-top: 30px;
    }
}
.hs-inner-cooperation .cooperation-adv .txt p
{
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 991px)
{
    .hs-inner-cooperation .cooperation-adv .txt p
    {
        font-size: 14px;
    }
}
.hs-inner-cooperation .cooperation-adv .txt h4
{
    font-size: 30px;
    line-height: 1.4;
}
@media (max-width: 1199px)
{
    .hs-inner-cooperation .cooperation-adv .txt h4
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-cooperation .cooperation-adv .txt h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-adv .txt h4
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .hs-inner-cooperation .cooperation-part ul
    {
        margin: 0 -20px;
    }
    .hs-inner-cooperation .cooperation-part ul li
    {
        padding: 0 20px;
    }
}
.hs-inner-cooperation .cooperation-part .part-item
{
    margin-top: 46px;
    padding: 30px;

    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .hs-inner-cooperation .cooperation-part .part-item
    {
        padding: 20px;
    }
}
.hs-inner-cooperation .cooperation-part .part-item .title-part h3
{
    font-size: 30px;

    margin-top: 0;
}
@media (max-width: 1199px)
{
    .hs-inner-cooperation .cooperation-part .part-item .title-part h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-part .part-item .title-part h3
    {
        font-size: 20px;
    }
}
.hs-inner-cooperation .cooperation-part .part-item .title-part h3 span
{
    font-family: 'D-DIN Condensed';
    font-size: 48px;

    display: inline-block;

    vertical-align: middle;

    color: var(--color);
}
@media (max-width: 1199px)
{
    .hs-inner-cooperation .cooperation-part .part-item .title-part h3 span
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-cooperation .cooperation-part .part-item .title-part h3 span
    {
        font-size: 28px;
    }
}
.hs-inner-cooperation .cooperation-part .part-item .txt
{
    margin-top: 20px;
}
.hs-inner-cooperation .cooperation-part .part-item .txt p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .hs-inner-cooperation .cooperation-part .part-item .txt p
    {
        font-size: 14px;
    }
}
.hs-inner-cooperation .cooperation-part .part-item .img
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .hs-inner-cooperation .cooperation-part .part-item .img
    {
        margin-top: 30px;
    }
}
.hs-inner-cooperation .cooperation-part .part-item .img img
{
    width: 100%;
}
.zoom:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 33px;
    height: 33px;

    content: '';

    background: url(/images/icon.png);
}
.zoom img
{
    display: block;
}
.zoom img::-moz-selection
{
    background-color: transparent;
}
.zoom img::selection
{
    background-color: transparent;
}
.customer-service .service-wechat p img{
	width: 120px;
}
.slick-arrow.slick-disabled:hover{
	color: #fff!important;
}
.page_info{text-align:center;margin:10px;color:#999; display:block; clear:both;  padding-top:40px;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0; clear:both; font-size:10px;margin-top:120px; display:block; padding-top:40px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}<!--ºÄÊ±1751485723.1498Ãë-->