/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@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#D-DINCondensed') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'D-DIN Condensed';
    font-weight: bold;
    font-style: normal;

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

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

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

    src: url('../fonts/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-display: swap;
}
.fdin
{
    font-family: 'D-DIN Condensed';
}
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;
    line-height: 52px;

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

    overflow: hidden;

    width: 52px;
    height: 52px;
    padding: 0;

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

    color: #999;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        font-size: 30px;
        line-height: 40px;

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

    display: block;

    content: '\e625';
    -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: #0e76d3;
}
.slick-dots
{
    margin-top: 60px;

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

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

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

    border-radius: 50%;
    background-color: #d6d6d6;
}
@media (max-width: 991px)
{
    .slick-dots li
    {
        width: 10px;
        height: 10px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #0e76d3;
}
.hs-header-box
{
    position: fixed;
    z-index: 10;
    top: 0;

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

    width: 100%;
    height: 110px;
    padding: 0 3%;

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

    color: #fff;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1470px)
{
    .hs-header-box
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .hs-header-box
    {
        height: 60px;
        padding-left: 10px;

        color: #333;
        background-color: #fff;
    }
}
.hs-header-box .header-nav
{
    display: inline-block;

    vertical-align: middle;
}
@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: 19px;
    line-height: 110px;

    position: relative;

    display: block;

    padding: 0 20px;

    -webkit-transition: line-height .4s;
            transition: line-height .4s;
    text-transform: uppercase;
}
@media (max-width: 1760px)
{
    .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
    {
        padding: 0 14px;
    }
}
.hs-header-box .header-nav > ul > li.more > a:after
{
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
            border-style: solid;
      border-width: 6px 4px 0 4px;
      border-color: #fff transparent transparent transparent;
      margin-left: 4px;

}
.hs-header-box .header-nav > ul > li:hover > a,
.hs-header-box .header-nav > ul > li.active > a
{
    color: #0e76d3;
}
.hs-header-box .header-nav > ul > li.more:hover > a:after,
.hs-header-box .header-nav > ul > li.more.active > a:after{
   border-color: #0e76d3 transparent transparent transparent;
}
.hs-header-box .header-nav > ul > li .drop-down
{
    position: absolute;
    z-index: 8;
    top: 100%;

    display: none;

    padding: 20px 14px;

    text-align: left;
    white-space: nowrap;

    color: #333;
    background: #fff;
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, .22);
}
.hs-header-box .header-nav > ul > li .drop-down > li > a
{
    font-size: 18px;
    line-height: 60px;

    position: relative;

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .hs-header-box .header-nav > ul > li .drop-down > li > a
    {
        font-size: 17px;
        line-height: 50px;
    }
}
.hs-header-box .header-nav > ul > li .drop-down > li > a:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #0e76d3;
}
.hs-header-box .header-nav > ul > li .drop-down > li:hover > a
{
    color: #fff;
    background-color: #0e76d3;
}
.hs-header-box .header-nav > ul > li .drop-down > li:hover > a:before
{
    background-color: #fff;
}
.hs-header-box .header-nav > ul > li .product-down > li
{
    border-bottom: 1px solid #d3d3d3;
}
.hs-header-box .header-nav > ul > li .product-down > li:last-child
{
    border-bottom: none;
}
.hs-header-box .header-nav > ul > li .product-down > li > a:before
{
    display: none;
}
.hs-header-box .header-nav > ul > li .product-down > li > ul
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    min-width: 140px;
    height: auto !important;
    padding: 10px;

    border-left: 4px solid #0e76d3;
    background-color: #fff;
}
.hs-header-box .header-nav > ul > li .product-down > li > ul > li
{
    display: block;

    border-bottom: 1px solid #d3d3d3;
}
.hs-header-box .header-nav > ul > li .product-down > li > ul > li:last-child
{
    border-bottom: none;
}
.hs-header-box .header-nav > ul > li .product-down > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.hs-header-box .header-nav > ul > li .product-down > li > ul > li:hover > a
{
    color: #fff;
    background-color: #0e76d3;
}
.hs-header-box .header-nav > ul > li .product-down > li > ul > li:hover > a:before
{
    background-color: #fff;
}
.hs-header-box .pc-search
{
    display: inline-block;

    vertical-align: middle;
}
.hs-header-box .pc-search .search-button
{
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;
    overflow: hidden;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .hs-header-box .pc-search .search-button
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.hs-header-box .pc-search .search-button:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e660';
    text-align: center;
    vertical-align: middle;
}
.hs-header-box .pc-search .search-button:hover
{
    color: #0e76d3;
}
.hs-header-box .pc-search form
{
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;

    display: block;
    display: none;
    overflow: hidden;

    width: 100%;
    height: 80px;
    padding: 25px 60px 25px 20px;

    background-color: #0e76d3;
}
@media (max-width: 1199px)
{
    .hs-header-box .pc-search form
    {
        padding: 15px 30px 15px 15px;
    }
}
.hs-header-box .pc-search input
{
    font-size: 16px;
    line-height: 30px;

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

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    outline: none;
    background: none;
}
.hs-header-box .pc-search input::-webkit-input-placeholder,
.hs-header-box .pc-search textarea::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input:-o-placeholder,
.hs-header-box .pc-search textarea:-o-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input::-moz-placeholder,
.hs-header-box .pc-search textarea::-moz-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input:-ms-input-placeholder,
.hs-header-box .pc-search textarea:-ms-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input:focus::-webkit-input-placeholder,
.hs-header-box .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.hs-header-box .pc-search input:focus::-o-placeholder,
.hs-header-box .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.hs-header-box .pc-search input:focus::-moz-placeholder,
.hs-header-box .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.hs-header-box .pc-search input:focus::-ms-input-placeholder,
.hs-header-box .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.hs-header-box .pc-search .close-search
{
    line-height: 60px;

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

    cursor: pointer;

    color: #fff;
}
@media (max-width: 1199px)
{
    .hs-header-box .pc-search .close-search
    {
        right: 10px;
    }
}
.hs-header-box .pc-search .close-search:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: block;

    content: '\e629';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.hs-header-box .pc-search .submit
{
    font-size: 24px;
    line-height: 30px;

    position: absolute;
    top: 10px;
    right: 60px;

    width: 30px;
    padding: 0;

    text-align: center;

    color: #fff;
    outline: none;
    background: none;
    box-shadow: none;
}
@media (max-width: 1199px)
{
    .hs-header-box .pc-search .submit
    {
        right: 50px;
    }
}
.hs-header-box .pc-search .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.hs-header-box .tel,
.hs-header-box .email
{
    font-size: 16px;
    line-height: 30px;

   display: inline-block;

    margin: 10px 0;

    vertical-align: middle;
}
@media (max-width: 1560px)
{
    .hs-header-box .tel,
    .hs-header-box .email
    {
        font-size: 14px;
    }
}
@media (max-width: 1300px)
{
    .hs-header-box .tel,
    .hs-header-box .email
    {
        font-size: 12px;
    }
}
@media (max-width:1199px)
{
    .hs-header-box .tel,
    .hs-header-box .email
    {
        display: inline-block;
		vertical-align: middle;
    }
}@media (max-width:767px)
{
    .hs-header-box .tel,
    .hs-header-box .email
    {
      font-size: 0px;
    }
}
.hs-header-box .email.zilogo{
	margin-left: 14px;
}
.hs-header-box .tel .icon,
.hs-header-box .email .icon
{
    line-height: 30px;

    display: inline-block;

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

    vertical-align: middle;

    border-radius: 5px;
    background-color: #0e76d3;
}
.hs-header-box .tel .icon img,
.hs-header-box .email .icon img
{
    width: 100%;
    padding: 4px;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hs-header-box .tel:hover,
.hs-header-box .email:hover
{
    text-decoration: underline;
}
.hs-header-box .tel
{
    margin-right: 20px;
}
@media (max-width: 1350px)
{
    .hs-header-box .tel
    {
        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .hs-header-box .tel
    {
        margin-right: 0px;
    }
	.hs-header-box .email.zilogo{
		margin-left: 0px;
	}
}
.hs-header-box .toggle
{
    position: relative;

    display: inline-block;

    width: 90px;
    height: 90px;
    padding-top: 30px;

    cursor: pointer;
    vertical-align: middle;

    background-color: #0e76d3;
}
@media (max-width: 1350px)
{
    .hs-header-box .toggle
    {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 1199px)
{
    .hs-header-box .toggle
    {
        width: 40px;
        height: 40px;
        padding-top: 5px;
    }
}
.hs-header-box .bars
{
    width: 36px;
    height: 3px;
    margin: 6px auto;

    border-radius: 4px;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .hs-header-box .bars
    {
        width: 30px;
    }
}
.hs-header-box #bar2
{
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
}
.hs-header-box .toggle-menu
{
    position: relative;
    right: 0;

    display: none;

    width: 30px;
    height: 60px;
    margin-left: 16px;
}
@media (max-width: 1199px)
{
    .hs-header-box .toggle-menu
    {
        display: inline-block;

        height: 60px;

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

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

    width: 100%;
    height: 100%;

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

    height: 2px;

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

    background: #999;
}
.hs-header-box .toggle-menu a span
{
    display: block;

    height: 2px;
    margin: 7px 0;

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

    background: #999;
}
.hs-header-box .toggle
{
    display: inline-block;

    vertical-align: middle;
}
.hs-header-box .logo
{
    display: inline-block;

    height: 90px;
}
@media (max-width: 1199px)
{
    .hs-header-box .logo
    {
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .hs-header-box .logo
    {
        padding: 5px 0;
    }
}
.hs-header-box .logo img
{
    display: inline-block;

    height: 100%;
    margin-right: 20px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .hs-header-box .logo img
    {
        margin-right: 10px;
    }
}
.hs-header-box .logo span
{
    font-size: 18px;
    line-height: 24px;

    display: inline-block;

    width: 80px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .hs-header-box .logo span
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .hs-header-box .logo span
    {
        display: none;
    }
}
.hs-header-box .logo .b
{
    display: none;
}
@media (max-width: 1199px)
{
    .hs-header-box .logo .b
    {
        display: inline-block;
    }
}
@media (max-width: 1199px)
{
    .hs-header-box .logo .a
    {
        display: none;
    }
}
.hs-header-box:hover
{
    color: #333;
    background-color: #fff;
}
.stuck-header
{
    height: 90px;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck-header
    {
        height: 60px;
    }
}
.stuck-header .logo .a
{
    display: none;
}
.stuck-header .logo .b
{
    display: inline-block;
}
.stuck-header .header-nav > ul > li > a
{
    line-height: 90px;
}
.stuck-header .language p
{
    color: #333;
    border-color: #dcdcdc;
}
.hc-mobile-nav .nav-wrapper
{
    color: #fff;
    background-color: #0e76d3;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a
{
    border-color: #0063bb;
    background-color: #0063bb;
}
.hc-mobile-nav a
{
    border-bottom-color: #0063bb;
}
.hc-mobile-nav h2
{
    color: #fff;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover
{
    background-color: #0063bb;
}
.hc-mobile-nav.side-right span.nav-next::before
{
    -webkit-transform: translate(0%, 0%) rotate(135deg);
        -ms-transform: translate(0%, 0%) rotate(135deg);
            transform: translate(0%, 0%) rotate(135deg);
}
.hc-mobile-nav:not(.touch-device) a:hover
{
    background-color: #0063bb;
}
.hc-mobile-nav a[href]:not([href='#']) > span.nav-next
{
    border-color: #0063bb;
}
.open-header-box
{
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;

    display: none;

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

    color: #fff;
    background: url(../images/open_bg.webp) 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;

    padding-top: 5%;
}
@media (max-width: 991px)
{
    .open-header-box .open-nav
    {
        padding-top: 10%;
    }
}
.open-header-box .open-nav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (max-width: 1199px)
{
    .open-header-box .open-nav > ul
    {
        display: block;
    }
}
.open-header-box .open-nav > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 16%;
    padding: 0 2%;

    vertical-align: top;

    border-right: 1px solid rgba(255, 255, 255, .3);
}
@media (max-width: 1199px)
{
    .open-header-box .open-nav > ul > li
    {
        display: block;

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

        border: none;
    }
}
.open-header-box .open-nav > ul > li:nth-child(3)
{
    width: 21%;
}
@media (max-width: 1199px)
{
    .open-header-box .open-nav > ul > li:nth-child(3)
    {
        width: 100%;
    }
}
.open-header-box .open-nav > ul > li:last-child
{
    border: none;
}
.open-header-box .open-nav > ul > li > a
{
    font-size: 22px;
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .open-header-box .open-nav > ul > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .open-header-box .open-nav > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .open-header-box .open-nav > ul > li > a
    {
        font-size: 16px;
    }
}
.open-header-box .open-nav > ul > li > a:hover
{
    text-decoration: underline;

    color: #0e76d3;
}
.open-header-box .open-nav > ul ul
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .open-header-box .open-nav > ul ul
    {
        margin: 0;
    }
}
@media (max-width: 1199px)
{
    .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: 18px;
    line-height: 30px;

    display: block;

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

        margin-right: 10px;
        padding: 0;

        opacity: .8;
    }
}
@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: #0e76d3;
}
.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;
    line-height: 30px;

    display: inline-block;

    margin-right: 30px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .open-header-box .open-bottom p
    {
        font-size: 16px;

        margin-right: 10px;
    }
}
.open-header-box .open-bottom p .icon
{
    font-size: 30px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    border-radius: 5px;
}
@media (max-width: 767px)
{
    .open-header-box .open-bottom p .icon
    {
        font-size: 20px;

        margin-right: 0;
    }
}
.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: 0;

    text-align: center;

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

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

    background-color: #fff;
}
.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: 20px;
}
@media (max-width: 991px)
{
    .open .toggle span
    {
        font-size: 20px;
    }
}
.customer-service
{
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

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

    display: block;

    color: #fff;
    border-radius: 6px;
}
.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(180%);
        -ms-transform: translateX(180%);
            transform: translateX(180%);
    white-space: nowrap;

    border-radius: 6px;
    background-color: #0e76d3;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.customer-service a p img
{
    width: 120px;
}
.customer-service a:hover .icon
{
    color: #fff;
    background-color: #0e76d3;
}
.customer-service a:hover p
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.customer-service .service-wechat p
{
    background-color: #0e76d3;
}
.xs-customer-service
{
    position: fixed;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;

    background-color: #0063bb;
}
.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 (max-width: 1199px)
{
    .banner-box
    {
        padding-top: 60px;
    }
}
.banner-box .banner
{
    font-size: 0;
}
@media (min-width: 1200px)
{
    .banner-box .banner
    {
        margin: 0 !important;
    }
}
@media (max-width: 767px)
{
    .banner-box .banner
    {
        width: 140%;
        margin-left: -20%;
    }
}
.banner-box .bpart
{
    position: relative;

    overflow: hidden;

    text-align: left;
}
.banner-box .bpart img
{
    width: 100%;
}
.banner-box .bpart .desc
{
    position: absolute;
    z-index: 2;
    top: 33%;
    left: 0;

    width: 100%;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner-box .bpart .desc
    {
        padding: 0 15%;
    }
}
.banner-box .bpart .desc .flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.banner-box .bpart .desc-1 .flex
{
    max-width: 1200px;
    margin: 0 auto;
}
.banner-box .bpart .desc .desc-img
{
    width: 50%;
}
@media (max-width: 1560px)
{
    .banner-box .bpart .desc .desc-img
    {
        padding: 0 5%;
    }
}
@media (max-width: 767px)
{
    .banner-box .bpart .desc .desc-img
    {
        width: 40%;
        padding: 0;
    }
}
.banner-box .bpart .desc .desc-img img
{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.banner-box .bpart .desc .txt
{
    overflow: hidden;

    width: 50%;
    padding-top: 50px;
    padding-right: 5%;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner-box .bpart .desc .txt
    {
        width: 60%;
        padding-top: 20px;
        padding-right: 15px;
    }
}
.banner-box .bpart .desc .txt h2
{
    font-size: 60px;
    font-weight: bold;
}
@media (max-width: 1560px)
{
    .banner-box .bpart .desc .txt h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner-box .bpart .desc .txt h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner-box .bpart .desc .txt h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-box .bpart .desc .txt h2
    {
        font-size: 20px;
    }
}
.banner-box .bpart .desc .txt h3
{
    font-size: 30px;

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

        margin: 0;
    }
}
.banner-box .bpart .desc-2
{
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner-box .bpart .desc-2 .desc-img,
.banner-box .bpart .desc-2 .txt
{
    width: 100%;
}
.banner-box .bpart .desc-2 .txt
{
    text-align: center;
}
.banner-box .bpart .desc-2 .txt h3
{
    display: inline-block;

    padding: 6px 20px;

    color: #fff;
    background-color: #0e76d3;
}
.banner-box .bpart .desc-3 .txt,
.banner-box .bpart .desc-4 .txt
{
    padding-left: 5%;
}
@media (max-width: 1560px)
{
    .banner-box .bpart .desc-3 .txt,
    .banner-box .bpart .desc-4 .txt
    {
        padding-left: 2%;
    }
}
@media (max-width: 1199px)
{
    .banner-box .bpart .desc-3 .txt,
    .banner-box .bpart .desc-4 .txt
    {
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .banner-box .bpart .desc-3 .txt,
    .banner-box .bpart .desc-4 .txt
    {
        padding-top: 0;
    }
}
@media (max-width: 767px)
{
    .banner-box .bpart .desc-4 .flex
    {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
}
@media (max-width: 767px)
{
    .banner-box .bpart .desc-4 .txt
    {
        padding-top: 0;
    }
}
.banner-box .bpart .desc-4 .txt h3
{
    display: inline-block;

    padding: 6px 20px;

    color: #fff;
    background-color: #0e76d3;
}
@media (max-width: 767px)
{
    .banner-box .bpart .desc-4 .txt h3
    {
        font-size: 14px;

        padding: 6px 10px;
    }
}
.banner-box .slick-active .desc-img,
.banner-box .active-class .desc-img
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.banner-box .slick-active .txt,
.banner-box .active-class .txt
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.banner-box .slick-active .desc-2 .desc-img,
.banner-box .active-class .desc-2 .desc-img
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner-box .slick-active .desc-2 .txt,
.banner-box .active-class .desc-2 .txt
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.banner-box .slick-arrow
{
    line-height: 45px;

    top: auto;
    bottom: 5%;
    left: 50%;

    width: 90px;
    height: 45px;

    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
    text-align: center;

    border: 1px solid rgba(255, 255, 255, .5);
}
@media (max-width: 1199px)
{
    .banner-box .slick-arrow
    {
        line-height: 40px;
    }
}
@media (max-width: 767px)
{
    .banner-box .slick-arrow
    {
        line-height: 35px;

        width: 60px;
        height: 35px;
    }
}
.banner-box .slick-arrow:before
{
    font-size: 40px;

    display: block;

    content: '\e687';
}
@media (max-width: 1199px)
{
    .banner-box .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner-box .slick-arrow.slick-next
{
    right: 50%;
    left: auto;

    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
}
.banner-box .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.banner-box .slick-arrow:hover
{
    color: #0e76d3;
    background-color: rgba(255, 255, 255, .5);
}
.banner-inner
{
    position: relative;
}
.banner-inner .item
{
    position: relative;

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

    width: 100%;
    padding: 0 5%;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner-inner .banner-txt
    {
        top: 55%;
    }
}
.banner-inner .banner-txt h3
{
    font-size: 55px;
    font-weight: 900;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1560px)
{
    .banner-inner .banner-txt h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner-inner .banner-txt h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .banner-txt h3
    {
        font-size: 30px;
    }
}
.banner-inner .banner-txt.white
{
    color: #fff;
}
.banner-inner .banner-txt.white h3:after
{
    background-color: #fff;
}
.banner-products
{
    overflow: hidden;

    height: 90px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hs-pad
{
    overflow: hidden;

    padding: 60px 3%;
}
@media (max-width: 767px)
{
    .hs-pad
    {
        padding: 40px 15px;
    }
}
.learn-more
{
    font-family: inherit;
    font-size: inherit;

    position: relative;

    display: inline-block;

    width: 14rem;
    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: .625rem;
    background: #f5a100;
}
.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: -.28rem;
    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.5;

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

    margin: 0 0 0 3rem;
    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: 48px;
    font-weight: 900;
    line-height: 1;

    margin: 0;

    text-transform: capitalize;

    color: #000;
}
@media (max-width: 1560px)
{
    .title-home h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title-home h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title-home h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-home h2
    {
        font-size: 26px;
    }
}
.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;
}
.title-home.white h2
{
    color: #fff;
}
.hs-home-product
{
    background: url(../images/product_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-home-product .product-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-home-product .product-top
    {
        display: block;
    }
}
@media (max-width: 1199px)
{
    .hs-home-product .product-nav
    {
        margin-top: 20px;
    }
}
.hs-home-product .product-nav > ul
{
    font-size: 0;

    margin: 0 -30px;
}
@media (max-width: 1350px)
{
    .hs-home-product .product-nav > ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 991px)
{
    .hs-home-product .product-nav > ul
    {
        margin: 0 -10px;
    }
}
.hs-home-product .product-nav > ul > li
{
    font-size: 18px;

    position: relative;

    display: inline-block;

    padding: 0 30px;

    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .hs-home-product .product-nav > ul > li
    {
        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .hs-home-product .product-nav > ul > li
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
.hs-home-product .product-nav > ul > li:after
{
    line-height: 60px;

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

    display: inline-block;

    content: '|';
    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .hs-home-product .product-nav > ul > li:after
    {
        line-height: 50px;
    }
}
.hs-home-product .product-nav > ul > li:last-child:after
{
    display: none;
}
.hs-home-product .product-nav > ul > li:before
{
    position: absolute;
    bottom: -8px;
    left: 50%;

    display: block;

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

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

    opacity: 0;
    border-width: 8px 6px 0 6px;
    border-style: solid;
    border-color: #0e76d3 transparent transparent transparent;
}
.hs-home-product .product-nav > ul > li > a
{
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    padding: 15px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1350px)
{
    .hs-home-product .product-nav > ul > li > a
    {
        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .hs-home-product .product-nav > ul > li > a
    {
        padding: 10px;
    }
}
.hs-home-product .product-nav > ul > li.active:before
{
    opacity: 1;
}
.hs-home-product .product-nav > ul > li.active > a
{
    color: #fff;
    background-color: #0e76d3;
}
.hs-home-product .product-info
{
    position: relative;
    z-index: 2;

    text-align: center;
}
.hs-home-product .product-list
{
    margin-top: 60px;
    padding: 0 30px;
}
@media (max-width: 1199px)
{
    .hs-home-product .product-list
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .hs-home-product .product-list
    {
        margin-top: 0;
        padding: 0;
    }
}
.hs-home-product .product-list .product-slide
{
    margin: 0 -25px;
}
@media (max-width: 1199px)
{
    .hs-home-product .product-list .product-slide
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .hs-home-product .product-list .product-slide
    {
        margin: 0 -5px;
    }
}
.hs-home-product .product-list .product-slide .slick-slide
{
    padding: 22px 25px;
}
@media (max-width: 1199px)
{
    .hs-home-product .product-list .product-slide .slick-slide
    {
        padding: 22px 15px;
    }
}
@media (max-width: 767px)
{
    .hs-home-product .product-list .product-slide .slick-slide
    {
        padding: 22px 10px;
    }
}
.hs-home-product .product-list .product-item
{
    position: relative;

    display: block;

    padding-bottom: 60px;

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

    background-color: #fff;
    box-shadow: 0 10px 13px 0 rgba(159, 159, 159, .17);
}
@media (max-width: 1470px)
{
    .hs-home-product .product-list .product-item
    {
        padding-bottom: 40px;
    }
}
.hs-home-product .product-list .product-item .ibox
{
    padding-bottom: 105%;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.hs-home-product .product-list .product-item .title-product
{
    padding: 10px 20px;
}
.hs-home-product .product-list .product-item .title-product h3
{
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .hs-home-product .product-list .product-item .title-product h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-product .product-list .product-item .title-product h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .hs-home-product .product-list .product-item .title-product h3
    {
        font-size: 16px;
    }
}
.hs-home-product .product-list .product-item .title-product p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

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

    color: rgba(0, 0, 0, .6);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hs-home-product .product-list .product-item .more
{
    line-height: 44px;

    position: absolute;
    bottom: -22px;
    left: 50%;

    width: 44px;
    height: 44px;
    margin-left: -22px;

    color: #fff;
    border-radius: 50%;
    background-color: #f5a100;
}
.hs-home-product .product-list .product-item:hover
{
    color: #fff;
    background-color: #0e76d3;
}
.hs-home-product .product-list .product-item:hover .ibox
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.hs-home-product .product-list .product-item:hover .title-product p
{
    color: rgba(255, 255, 255, .6);
}
.hs-home-category
{
    padding: 0;
}
.hs-home-category .category-slide
{
    font-size: 0;

    padding: 0;
}
.hs-home-category .category-slide .swiper-slide
{
    width: 20%;

    -webkit-transition: width 1s;
            transition: width 1s;
}
@media (max-width: 1199px)
{
    .hs-home-category .category-slide .swiper-slide
    {
        width: 30%;
    }
}
@media (max-width: 767px)
{
    .hs-home-category .category-slide .swiper-slide
    {
        width: 50%;
    }
}
.hs-home-category .category-slide .category-item
{
    display: block;
    overflow: hidden;

    height: 670px;
}
@media (max-width: 1199px)
{
    .hs-home-category .category-slide .category-item
    {
        height: 500px;
    }
}
@media (max-width: 767px)
{
    .hs-home-category .category-slide .category-item
    {
        height: 340px;
    }
}
.hs-home-category .category-slide .category-item img
{
    height: 100%;
}
.hs-home-category .category-slide .category-item .title-category
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

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

    width: 100%;
    height: 60%;
    padding-bottom: 10%;

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

    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#0e76d3));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #0e76d3);
    background-image:         linear-gradient(rgba(255, 255, 255, 0), #0e76d3);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.hs-home-category .category-slide .category-item .title-category .icon
{
    width: 70px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .hs-home-category .category-slide .category-item .title-category .icon
    {
        width: 50px;
    }
}
.hs-home-category .category-slide .category-item .title-category .icon img
{
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hs-home-category .category-slide .category-item .title-category h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 20px 0 0 0;
}
@media (max-width: 767px)
{
    .hs-home-category .category-slide .category-item .title-category h3
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.hs-home-category .category-slide .category-item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;
    padding: 0 15%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    text-align: left;

    opacity: 0;
    color: #fff;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.hs-home-category .category-slide .category-item .mask h3
{
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
}
@media (max-width: 1560px)
{
    .hs-home-category .category-slide .category-item .mask h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-category .category-slide .category-item .mask h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-slide .category-item .mask h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .hs-home-category .category-slide .category-item .mask h3
    {
        font-size: 22px;
    }
}
.hs-home-category .category-slide .category-item .mask p
{
    font-size: 24px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    max-width: 420px;
    height: 80px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1560px)
{
    .hs-home-category .category-slide .category-item .mask p
    {
        font-size: 20px;
        line-height: 30px;

        height: 60px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-category .category-slide .category-item .mask p
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .hs-home-category .category-slide .category-item .mask p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .hs-home-category .category-slide .category-item .mask p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.hs-home-category .category-slide .category-item .mask .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border-top: 1px solid rgba(255, 255, 255, .5);

    -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-home-category .category-slide .category-item .mask .link
    {
        margin-top: 14px;
        padding-bottom: 10px;
    }
}
.hs-home-category .category-slide .category-item .mask .link .more .icon
{
    font-size: 40px;
}
@media (max-width: 767px)
{
    .hs-home-category .category-slide .category-item .mask .link .more .icon
    {
        font-size: 30px;
    }
}
.hs-home-category .category-slide .category-item .mask .icon
{
    width: 60px;
}
@media (max-width: 991px)
{
    .hs-home-category .category-slide .category-item .mask .icon
    {
        width: 40px;
    }
}
.hs-home-category .category-slide .category-item .mask .icon img
{
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hs-home-category .category-slide .swiper-slide-active
{
    position: relative;
    z-index: 2;

    width: 40%;
}
@media (max-width: 767px)
{
    .hs-home-category .category-slide .swiper-slide-active
    {
        width: 50%;
    }
}
.hs-home-category .category-slide .swiper-slide-active .category-item .title-category
{
    opacity: 0;
}
.hs-home-category .category-slide .swiper-slide-active .category-item .mask
{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);

    opacity: 1;
}
.hs-home-category .category-slide .slick-arrow
{
    left: 2%;

    color: #fff;
}
@media (max-width: 1199px)
{
    .hs-home-category .category-slide .slick-arrow
    {
        left: 0;
    }
}
.hs-home-category .category-slide .slick-arrow.slick-next
{
    right: 2%;
    left: auto;
}
@media (max-width: 1199px)
{
    .hs-home-category .category-slide .slick-arrow.slick-next
    {
        right: 0;
    }
}
.hs-home-about .txtbg h1
{
    font-size: 240px;
    font-weight: 900;
    line-height: 1;

    color: #f8f8f8;
}
@media (max-width: 1470px)
{
    .hs-home-about .txtbg h1
    {
        font-size: 200px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-about .txtbg h1
    {
        font-size: 150px;
    }
}
@media (max-width: 991px)
{
    .hs-home-about .txtbg h1
    {
        font-size: 120px;
    }
}
@media (max-width: 767px)
{
    .hs-home-about .txtbg h1
    {
        font-size: 60px;
    }
}
.hs-home-about .about
{
    position: relative;
    z-index: 2;

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

    margin-top: -100px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .hs-home-about .about
    {
        margin-top: -50px;
    }
}
.hs-home-about .about .about-left
{
    width: 55%;
    padding-top: 100px;
    padding-right: 5%;
}
@media (max-width: 1470px)
{
    .hs-home-about .about .about-left
    {
        padding-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-about .about .about-left
    {
        padding-top: 40px;
    }
}
@media (max-width: 767px)
{
    .hs-home-about .about .about-left
    {
        width: 100%;
    }
}
.hs-home-about .about .about-left .title-home h3
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
    font-weight: bold;

    display: inline-block;

    color: #0e76d3;
    background: -webkit-gradient(linear, left bottom, left top, from(#093fa4), to(#0e76d3));
    background: -webkit-linear-gradient(bottom, #093fa4 0%, #0e76d3 100%);
    background:         linear-gradient(0deg, #093fa4 0%, #0e76d3 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1470px)
{
    .hs-home-about .about .about-left .title-home h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .hs-home-about .about .about-left .title-home h3
    {
        font-size: 20px;
    }
}
.hs-home-about .about .about-left .about-text
{
    margin-top: 20px;
}
@media (max-width: 1470px)
{
    .hs-home-about .about .about-left .about-text
    {
        margin-top: 10px;
    }
}
.hs-home-about .about .about-left .about-text p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .hs-home-about .about .about-left .about-text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .hs-home-about .about .about-left .about-text p
    {
        font-size: 15px;
    }
}
.hs-home-about .about .about-left .learn-more
{
    margin-top: 60px;
}
@media (max-width: 1470px)
{
    .hs-home-about .about .about-left .learn-more
    {
        margin-top: 30px;
    }
}
.hs-home-about .about .about-right
{
    width: 45%;
}
@media (max-width: 767px)
{
    .hs-home-about .about .about-right
    {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-home-about .about .about-right .img
{
    position: relative;
}
.hs-home-about .about .about-right .img img
{
    width: 100%;
}
.hs-home-about .about .about-right .img .year
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
    line-height: 60px;

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

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    background-color: #0e76d3;
}
@media (max-width: 1199px)
{
    .hs-home-about .about .about-right .img .year
    {
        font-size: 24px;
        line-height: 50px;

        top: -25px;

        padding: 0 20px;
    }
}
.hs-home-culture
{
    background: url(../images/culture_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .hs-home-culture
    {
        background-attachment: fixed;
    }
}
.hs-home-culture .culture
{
    color: #fff;
}
.hs-home-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;
}
.hs-home-culture .culture ul li
{
    position: relative;

    padding: 0 30px;

    border-left: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 767px)
{
    .hs-home-culture .culture ul li
    {
        margin: 20px 0;
    }
}
.hs-home-culture .culture ul li:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: -1px;

    display: block;

    width: 2px;
    height: 80px;

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

    background-color: #fff;
}
.hs-home-culture .culture ul li:hover:before
{
    height: 100%;
}
.hs-home-culture .culture ul li:hover .culture-item .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.hs-home-culture .culture .culture-item
{
    max-width: 360px;
}
.hs-home-culture .culture .culture-item .icon
{
    width: 56px;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hs-home-culture .culture .culture-item .icon img
{
    width: 100%;
}
.hs-home-culture .culture .culture-item .title-culture h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .hs-home-culture .culture .culture-item .title-culture h3
    {
        font-size: 18px;
    }
}
.hs-home-culture .culture .culture-item .txt p
{
    font-size: 15px;
    line-height: 1.6;

    margin: 0;

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .hs-home-culture .culture .culture-item .txt p
    {
        font-size: 14px;
    }
}
.hs-home-cases .cases
{
    position: relative;
    z-index: 2;

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

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-home-cases .cases .cases-left
{
    width: 50%;
    padding-right: 8%;
}
@media (max-width: 767px)
{
    .hs-home-cases .cases .cases-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.hs-home-cases .cases .cases-left .title-home h3
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
    font-weight: bold;

    display: inline-block;

    color: #0e76d3;
    background: -webkit-gradient(linear, left bottom, left top, from(#093fa4), to(#0e76d3));
    background: -webkit-linear-gradient(bottom, #093fa4 0%, #0e76d3 100%);
    background:         linear-gradient(0deg, #093fa4 0%, #0e76d3 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.hs-home-cases .cases .cases-left .cases-text
{
    display: -webkit-box;
    max-height: 90px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hs-home-cases .cases .cases-left .cases-text p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .hs-home-cases .cases .cases-left .cases-text p
    {
        font-size: 16px;
    }
}
.hs-home-cases .cases .cases-left .number
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .hs-home-cases .cases .cases-left .number
    {
        margin-top: 30px;
    }
}
.hs-home-cases .cases .cases-left .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;
}
.hs-home-cases .cases .cases-left .number .num-item
{
    font-family: 'D-DIN Condensed';

    max-width: 180px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1470px)
{
    .hs-home-cases .cases .cases-left .number .num-item
    {
        max-width: 160px;
    }
}
.hs-home-cases .cases .cases-left .number .num-item h3
{
    font-size: 72px;
    line-height: 1;

    color: #0e76d3;
}
@media (max-width: 1470px)
{
    .hs-home-cases .cases .cases-left .number .num-item h3
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-cases .cases .cases-left .number .num-item h3
    {
        font-size: 50px;
    }
}
.hs-home-cases .cases .cases-left .number .num-item h3 sub
{
    font-size: 30px;

    position: relative;
    bottom: 0;
}
@media (max-width: 1199px)
{
    .hs-home-cases .cases .cases-left .number .num-item h3 sub
    {
        font-size: 24px;
    }
}
.hs-home-cases .cases .cases-left .number .num-item p
{
    font-size: 20px;
    line-height: 1.2;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .hs-home-cases .cases .cases-left .number .num-item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .hs-home-cases .cases .cases-left .number .num-item p
    {
        font-size: 16px;
    }
}
.hs-home-cases .cases .cases-left .number .num-item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.hs-home-cases .cases .cases-left .learn-more
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .hs-home-cases .cases .cases-left .learn-more
    {
        margin-top: 30px;
    }
}
.hs-home-cases .cases .cases-right
{
    width: 50%;
}
@media (max-width: 767px)
{
    .hs-home-cases .cases .cases-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-home-cases .cases .cases-right .img
{
    position: relative;
}
.hs-home-cases .cases .cases-right .img img
{
    max-width: 100%;
}
.hs-home-news
{
    background-color: #f5f5f5;
}
.hs-home-news .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 .title-home .learn-more
{
    margin: 0;
}
.hs-home-news .news
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .hs-home-news .news
    {
        margin-top: 14px;
    }
}
.hs-home-news .news .news-slide
{
    margin: 0 -22px;
}
@media (max-width: 1470px)
{
    .hs-home-news .news .news-slide
    {
        margin: 0 -15px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-news .news .news-slide
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .hs-home-news .news .news-slide
    {
        margin: 0 -5px;
    }
}
.hs-home-news .news .news-slide .slick-slide
{
    padding: 20px 22px;
}
@media (max-width: 1470px)
{
    .hs-home-news .news .news-slide .slick-slide
    {
        padding: 20px 15px;
    }
}
@media (max-width: 1199px)
{
    .hs-home-news .news .news-slide .slick-slide
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .hs-home-news .news .news-slide .slick-slide
    {
        padding: 20px 5px;
    }
}
.hs-home-news .news .news-item
{
    display: block;
}
.hs-home-news .news .news-item .news-img
{
    position: relative;
}
.hs-home-news .news .news-item .news-img:before
{
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;

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

    display: block;

    width: 45px;
    height: 45px;

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

    color: #fff;
    background-color: rgba(14, 118, 211, .58);
}
.hs-home-news .news .news-item .news-img .ibox
{
    padding-bottom: 75%;
}
.hs-home-news .news .news-item .news-img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-home-news .news .news-item .news-note
{
    position: relative;
    z-index: 2;

    width: 96%;
    margin: 0 auto;
    margin-top: -50px;
    padding: 20px;

    background: #fff;
    box-shadow: 0 11px 20px 0 rgba(6, 0, 1, .04);
}
.hs-home-news .news .news-item .news-note h3
{
    font-size: 20px;
    font-weight: 900;
    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: 1470px)
{
    .hs-home-news .news .news-item .news-note h3
    {
        font-size: 18px;
    }
}
.hs-home-news .news .news-item .news-note p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 14px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .hs-home-news .news .news-item .news-note p
    {
        font-size: 15px;

        margin-top: 0;
    }
}
.hs-home-news .news .news-item .news-note .date
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    color: #999;
}
@media (max-width: 767px)
{
    .hs-home-news .news .news-item .news-note .date
    {
        margin-top: 10px;
    }
}
.hs-home-news .news .news-item .news-note .date:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/calendar.webp) no-repeat center;
    background-size: cover;
}
.hs-home-news .news .news-item:hover .news-img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hs-home-news .news .news-item:hover .news-note h3
{
    color: #0e76d3;
}
.gettop
{
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 30px;

    display: none;

    cursor: pointer;

    color: #0e76d3;
}
.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 5%;
}
@media (max-width: 991px)
{
    .hs-inner
    {
        padding: 60px 3%;
    }
}
@media (max-width: 767px)
{
    .hs-inner
    {
        padding: 40px 15px;
    }
}
.title-inner h2
{
    font-size: 36px;
    font-weight: 900;
    line-height: 1;

    margin: 0;

    text-transform: capitalize;

    color: #000;
}
@media (max-width: 1560px)
{
    .title-inner h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title-inner h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-inner h2
    {
        font-size: 26px;
    }
}
.inner-location
{
    padding-top: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid #eee;
}
.inner-location .location
{
    font-size: 16px;

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

    display: inline-block;
}
.inner-location .location .icon,
.inner-location .location span,
.inner-location .location ul
{
    line-height: 40px;

    display: inline-block;

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

    display: inline-block;

    vertical-align: top;
    text-transform: capitalize;
}
.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;

    color: #0e76d3;
}
.inner-location-product .location
{
    display: block;
    float: none;
}
@media (min-width: 1200px)
{
    .inner-info
    {
        font-size: 0;
    }
    .inner-info .inner-left,
    .inner-info .inner-right
    {
        font-size: 14px;

        display: inline-block;

        vertical-align: top;
    }
    .inner-left
    {
        width: 400px;
    }
    .inner-right
    {
        width: -webkit-calc(100% - 400px);
        width:         calc(100% - 400px);
        padding: 30px 30px 80px 30px;

        border: 1px solid #ebebeb;
        box-shadow: 0 10px 11px 0 rgba(199, 199, 199, .67);
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .inner-left
    {
        width: 350px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .inner-right
    {
        width: -webkit-calc(100% - 350px);
        width:         calc(100% - 350px);
    }
}
.catalog-menu
{
    position: relative;
    z-index: 6;

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

    background: -webkit-gradient(linear, left top, right top, from(#fafafa), to(#f2f2f2));
    background: -webkit-linear-gradient(left, #fafafa, #f2f2f2);
    background:         linear-gradient(90deg, #fafafa, #f2f2f2);
}
@media (max-width: 1199px)
{
    .catalog-menu
    {
        margin-top: 0;
        padding: 0 10px;
    }
}
/* .catalog-menu:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 60px 60px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
@media (max-width: 1199px)
{
    .catalog-menu:before
    {
        display: none;

        border-width: 30px 30px 0 0;
    }
} */
.catalog-menu .tit-menu
{
    position: relative;

    padding: 10px 0;

    border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 1199px)
{
    .catalog-menu .tit-menu
    {
        border: none;
    }
}
.catalog-menu .tit-menu h2:before{
   content: '';
   display: inline-block;
   vertical-align: middle;
   width: 30px;
   height: 30px;
   background: url(../images/menu.png) no-repeat center;
   background-size: cover;
   margin-right: 10px;
}
.catalog-menu .tit-menu h2
{color: #0e76d3;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;


}
@media (max-width: 1199px)
{
    .catalog-menu .tit-menu h2
    {
        font-size: 24px;
        line-height: 40px;
    }
}
.catalog-menu .tit-menu .btn-toggle
{
    position: absolute;
    top: 5px;
    right: 15px;

    display: none;

    width: 30px;
    height: 60px;
}
@media (max-width: 1199px)
{
    .catalog-menu .tit-menu .btn-toggle
    {
        display: block;

        height: 50px;
    }
}
.catalog-menu .tit-menu .btn-toggle span
{
    position: absolute;

    display: block;

    width: 30px;
    height: 2px;

    border-radius: 5px;
    background-color: #333;
}
.catalog-menu .tit-menu .btn-toggle .line1
{
    top: 35%;
    left: 50%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(-50%) rotateZ(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotateZ(0deg);
}
.catalog-menu .tit-menu .btn-toggle .line2
{
    top: 50%;
}
.catalog-menu .tit-menu .btn-toggle .line3
{
    top: 65%;
    left: 50%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(-50%) rotateZ(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotateZ(0deg);
}
.catalog-menu .tit-menu .btn-toggle.active .line2
{
    opacity: 0;
}
.catalog-menu .tit-menu .btn-toggle.active .line1
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.catalog-menu .tit-menu .btn-toggle.active .line3
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.catalog-menu .menu-nav
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .catalog-menu .menu-nav
    {
        position: absolute;
        z-index: 2;
        top: 60px;
        left: 0;

        display: none;

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

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.catalog-menu .menu-nav .menu-nav1 > li
{
    position: relative;

    margin-top: 6px;
}
.catalog-menu .menu-nav .menu-nav1 > li > a
{
    font-size: 20px;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 15px 50px 15px 20px;

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

    color: #666;
    background-color: #e7e7e7;
}
@media (max-width: 1470px)
{
    .catalog-menu .menu-nav .menu-nav1 > li > a
    {
        font-size: 18px;
    }
}
.catalog-menu .menu-nav .menu-nav1 > li.smore > a:before
{
    font-family: 'iconfont' !important;
    line-height: 60px;

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

    width: 60px;

    content: '\e694';
    text-align: center;
      font-size: 12px;
    color: #333;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);

}
.catalog-menu .menu-nav .menu-nav1 > li .iconfont
{
    line-height: 50px;

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

    width: 50px;

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

    opacity: 0;
    color: #fff;
}
.catalog-menu .menu-nav .menu-nav1 > li.active > a,
.catalog-menu .menu-nav .menu-nav1 > li:hover > a
{
    color: #fff;
    background-color: #0e76d3;
}
.catalog-menu .menu-nav .menu-nav1 > li.active > a:before,
.catalog-menu .menu-nav .menu-nav1 > li:hover > a:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);

    color: #fff;
}
.catalog-menu .menu-nav .menu-nav2
{
    display: none;

    padding: 14px 0;
}
@media (max-width: 767px)
{
    .catalog-menu .menu-nav .menu-nav2
    {
        padding: 0;
    }
}
.catalog-menu .menu-nav .menu-nav2 > li
{
    position: relative;

    border-bottom: 1px solid rgba(183, 183, 183, .3);
}
.catalog-menu .menu-nav .menu-nav2 > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 20px 15px 40px;

    color: #777;
}
@media (max-width: 1470px)
{
    .catalog-menu .menu-nav .menu-nav2 > li > a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .catalog-menu .menu-nav .menu-nav2 > li > a
    {
        font-size: 14px;

        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.catalog-menu .menu-nav .menu-nav2 > li > a:before
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 16px;
    left: 20px;

    content: '\e62b';

    color: #333;
}
.catalog-menu .menu-nav .menu-nav2 > li.active > a,
.catalog-menu .menu-nav .menu-nav2 > li:hover > a
{
    color: #0e76d3;
}
.catalog-menu .menu-nav .menu-nav2 > li.active > a:before,
.catalog-menu .menu-nav .menu-nav2 > li:hover > a:before
{
    color: #0e76d3;
}
.catalog-menu-news
{
    padding-top: 0;
}
.catalog-menu-news .menu-nav
{
    margin-top: 30px;
}
.inner-menu
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;

    text-align: center;

    background-color: rgba(14, 118, 211, .8);
}
@media (max-width: 767px)
{
    .inner-menu
    {
        position: relative;

        background-color: #0e76d3;
    }
}
.inner-menu > ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.inner-menu > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 40px;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .inner-menu > ul > li > a
    {
        font-size: 16px;
        line-height: 24px;

        padding: 10px;
    }
}
.inner-menu > ul > li > a:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

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

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

    opacity: 0;
    border-width: 0 6px 10px 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.inner-menu > ul > li > ul
{
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    padding-left: 29%;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1560px)
{
    .inner-menu > ul > li > ul
    {
        padding-left: 22%;
    }
}
@media (max-width: 1470px)
{
    .inner-menu > ul > li > ul
    {
        padding-left: 20%;
    }
}
@media (max-width: 1199px)
{
    .inner-menu > ul > li > ul
    {
        position: relative;

        display: block;

        padding-left: 0;
    }
}
.inner-menu > ul > li > ul > li
{
    display: inline-block;

    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .inner-menu > ul > li > ul > li
    {
        padding: 0 5px;
    }
}
.inner-menu > ul > li > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    padding: 15px 30px;

    color: #777;
}
@media (max-width: 1199px)
{
    .inner-menu > ul > li > ul > li > a
    {
        font-size: 16px;

        padding: 10px 20px;
    }
}
.inner-menu > ul > li > ul > li > a:before
{
    display: inline-block;

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

    content: '';

    background-color: #0e76d3;
}
.inner-menu > ul > li:hover > a,
.inner-menu > ul > li.active > a
{
    font-weight: bold;
}
.inner-menu > ul > li:hover > a:after,
.inner-menu > ul > li.active > a:after
{
    opacity: 1;
}
.hs-inner-about
{
    padding-bottom: 200px;

    background: url(../images/about_bg.webp) no-repeat center bottom;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .hs-inner-about
    {
        padding-bottom: 100px;
    }
}
.hs-inner-about .title-inner h2:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #0e76d3;
}
.hs-inner-about .about
{
    margin-top: 40px;
}
@media (max-width: 1560px)
{
    .hs-inner-about .about
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-about .about
    {
        margin-top: 20px;
    }
}
.hs-inner-about .about .txt
{
    color: #333;
}
.hs-inner-about .about .txt p
{
    font-size: 18px;
    line-height: 1.55555556;

    margin: 0;
}
@media (max-width: 1199px)
{
    .hs-inner-about .about .txt p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-about .about .txt p
    {
        font-size: 14px;
    }
}
.hs-inner-culture
{
    position: relative;
    z-index: 2;

    margin-top: -200px;
    padding: 0 5%;
}
@media(max-width:1199px){
   .hs-inner-culture{
      margin-top: 0;
   }
}
.hs-inner-culture .culture-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 50px;
flex-wrap: wrap;
    background-color: rgba(255, 255, 255, .5);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-inner-culture .culture-top .icon
{
    width: 200px;

    text-align: center;
}
.hs-inner-culture .culture-top .icon img
{
    width: 60px;
    margin: 0 auto;
}
.hs-inner-culture .culture-top .icon h4
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.hs-inner-culture .culture-top .txt
{
    width: -webkit-calc(100% - 200px);
    width:         calc(100% - 200px);
}
.hs-inner-culture .culture-top .txt p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media(max-width:1199px){
   .hs-inner-culture .culture-top .txt p{
      font-size: 16px;
   }
}
@media(max-width:767px){

}
.hs-inner-culture .culture
{
    padding: 40px 10%;

    background: url(../images/culture_in_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .hs-inner-culture .culture
    {
        background-attachment: fixed;
    }
}
.hs-inner-culture .culture ul
{
    font-size: 0;

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

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

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.hs-inner-culture .culture ul:before,
.hs-inner-culture .culture ul:after
{
    display: none;
}
.hs-inner-culture .culture ul li
{
    font-size: 14px;

    max-width: 25%;
}
.hs-inner-culture .culture .culture-item
{
    position: relative;

    margin: 40px 0;
}
@media (max-width: 767px)
{
    .hs-inner-culture .culture .culture-item
    {
        margin: 20px 0;
    }
    .hs-inner-culture .culture-top .icon{
      width: 100%;
    }
    .hs-inner-culture .culture-top .icon h4{
      font-size: 20px;
    }
    .hs-inner-culture .culture-top .txt{
      width: 100%;
      padding: 20px 0 0 0;
    }
    .hs-inner-culture .culture ul li{
      max-width: 50%;
    }
    .hs-inner-culture .culture{
      padding: 30px 5%;
    }

    .hs-inner-culture .culture-top{
      padding: 30px 14px;
    }
}
.hs-inner-culture .culture .culture-item .icon
{
    display: block;

    width: 64px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .hs-inner-culture .culture .culture-item .icon
    {
        width: 40px;
    }
}
.hs-inner-culture .culture .culture-item .icon img
{
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hs-inner-culture .culture .culture-item .title-culture
{
    color: #fff;
    text-align: center;
}
.hs-inner-culture .culture .culture-item .title-culture h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 991px)
{
    .hs-inner-culture .culture .culture-item .title-culture h3
    {
        font-size: 20px;
    }
}
.hs-inner-culture .culture .culture-item .txt p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .hs-inner-culture .culture .culture-item .txt p
    {
        font-size: 14px;
    }
}
.hs-inner-culture .culture .txt
{
    padding: 30px 0 60px;

    color: #fff;
}
.hs-inner-culture .culture .txt p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 767px)
{
    .hs-inner-culture .culture .txt p
    {
        font-size: 14px;
    }
    .hs-inner-culture .culture .culture-item .title-culture h3{
      font-size: 18px;
    }
}
.hs-inner-factory
{
    position: relative;
}
.hs-inner-factory .factory-nav > ul
{
    margin: 0 -20px;
}
@media (max-width: 767px)
{
    .hs-inner-factory .factory-nav > ul
    {
        margin: 0 -10px;
    }
}
.hs-inner-factory .factory-nav > ul > li
{
    display: inline-block;

    padding: 0 20px;
}
@media (max-width: 767px)
{
    .hs-inner-factory .factory-nav > ul > li
    {
        padding: 0 10px;
    }
}
.hs-inner-factory .factory-nav > ul > li > a
{
    font-size: 36px;
    font-weight: 900;
    line-height: 1.4;

    position: relative;

    display: inline-block;

    color: #999;
}
@media (max-width: 1199px)
{
    .hs-inner-factory .factory-nav > ul > li > a
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-factory .factory-nav > ul > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-factory .factory-nav > ul > li > a
    {
        font-size: 20px;
    }
}
.hs-inner-factory .factory-nav > ul > li > a:after
{
    display: block;

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

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

    background-color: #0e76d3;
}
.hs-inner-factory .factory-nav > ul > li.active > a
{
    color: #0e76d3;
}
.hs-inner-factory .factory-nav > ul > li.active > a:after
{
    width: 100%;
}
.hs-inner-factory .factory-list
{
    position: relative;
    z-index: 2;

    /* display: none; */

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .hs-inner-factory .factory-list
    {
        margin-top: 10px;
    }
}
.hs-inner-factory .factory-list .factory-slide
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .hs-inner-factory .factory-list .factory-slide
    {
        margin: 0 -5px;
    }
}
.hs-inner-factory .factory-list .factory-slide .slick-slide
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .hs-inner-factory .factory-list .factory-slide .slick-slide
    {
        padding: 10px 5px;
    }
}
.hs-inner-factory .factory-list .slick-arrow
{
    font-size: 24px;

    top: 50%;
    left: -20px;

    width: 59px;
    height: 59px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .16);

        -ms-border-radius: 50%;
         -o-border-radius: 50%;
}
@media (max-width: 1199px)
{
    .hs-inner-factory .factory-list .slick-arrow
    {
        line-height: 40px;

        left: -10px;

        width: 40px;
        height: 40px;
    }
}
.hs-inner-factory .factory-list .slick-arrow::before
{
    content: '\e625';
}
.hs-inner-factory .factory-list .slick-arrow.slick-next
{
    right: -20px;
    left: auto;
}
@media (max-width: 1199px)
{
    .hs-inner-factory .factory-list .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.hs-inner-factory .factory-list .slick-arrow:hover
{
    color: #fff;
    background-color: #0e76d3;
}
.hs-inner-factory .factory-list .factory-item
{
    display: block;

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

}
.hs-inner-factory .factory-list .factory-item .img
{
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all .2s;
    /* border: 1px solid #d3d3d3; */
}
.hs-inner-factory .factory-list .factory-item .ibox
{
    padding-bottom: 75%;
}
.hs-inner-factory .factory-list .factory-item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-factory .factory-list .factory-item .title-factory
{
    border-bottom: 1px solid #d3d3d3;
    display: none;
}
.hs-inner-factory .factory-list .factory-item h3
{
    font-size: 16px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}
.hs-inner-factory .factory-list .factory-item .more
{
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;

    position: relative;
    z-index: 2;

    display: block;

    width: 36px;
    height: 36px;
    margin: 0 auto;
    margin-top: -8px;

    color: #fff;
    border-radius: 50%;
    background-color: #0e76d3;
    display: none;
}
.hs-inner-factory .factory-list .factory-item:hover .img{
   background-color: #0e76d3;
}
.hs-inner-factory .factory-list .factory-item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hs-inner-factory .factory-list .factory-item:hover h3
{
    color: #0e76d3;
}
.hs-inner-history
{
    background: url(../images/history_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-history .history
{
    position: relative;

    margin-top: -30px;
    padding: 0 5%;
}


.hs-inner-history .history:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #0e76d3;

}
@media (max-width: 991px)
{
    .hs-inner-history .history:before
    {

    }
}
.hs-inner-history .history .history-slide
{
    margin: 0 -60px;
    padding: 90px 0;
}
@media (max-width: 1560px)
{
    .hs-inner-history .history .history-slide
    {
        margin: 0 -20px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-history .history .history-slide
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .hs-inner-history .history .history-slide
    {
        margin: 0 -5px;
    }
}
.hs-inner-history .history .history-slide .slick-slide
{
    padding: 10px;
}
@media (max-width: 1560px)
{
    .hs-inner-history .history .history-slide .slick-slide
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-history .history .history-slide .slick-slide
    {
        padding: 10px 5px;
    }
}
.hs-inner-history .history .history-item
{
    -webkit-transition: all .6s;
            transition: all .6s;
}
.hs-inner-history .history .history-item .year
{
    font-family: 'D-DIN Condensed';
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
   text-align: center;
    color: #0e76d3;
    display: block;
}
.hs-inner-history .history .history-item .icon
{
    display: block;

    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;

    border: 5px solid rgba(14, 118, 211, .25);
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .hs-inner-history .history .history-item .icon
    {
        font-size: 20px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.hs-inner-history .history .history-item .icon img
{
    width: 100%;
}
.hs-inner-history .history .history-item .txt
{
    margin-top: 30px;
    padding-left: 30px;
    display: none;
}
.hs-inner-history .history .history-item .txt h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    text-transform: uppercase;
}
.hs-inner-history .history .history-item .txt p
{
    font-size: 15px;
    line-height: 1.6;

    color: rgba(0, 0, 0, .5);
}
.hs-inner-history .history .history-item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.hs-inner-history .history .slick-arrow
{
    font-size: 24px;
    line-height: 40px;

    top: auto;
    bottom: 0;
    left: 50%;

    width: 40px;
    height: 40px;

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

    border-radius: 50%;
    background-color: #fff;
}
.hs-inner-history .history .slick-arrow.slick-next
{
    right: 50%;
    left: auto;

    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
}
.hs-inner-history .history .slick-arrow:hover
{
    color: #fff;
    background-color: #0e76d3;
}
#about-about,
#about-factory,
#about-culture,
#about-history
{
    position: relative;
    top: -120px;
}
/* .hs-inner-products
{
    padding-top: 0;
}
.hs-inner-products .products .product-item
{
    position: relative;

    display: block;

    margin-top: 50px;

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

    border: 1px solid #ececec;
    background-color: #fff;
}
.hs-inner-products .products .product-item .ibox
{
    padding-bottom: 105%;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.hs-inner-products .products .product-item .title-product
{
    padding: 30px 20px 50px;

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

    border-top: 1px solid #ececec;
}
@media (max-width: 991px)
{
    .hs-inner-products .products .product-item .title-product
    {
        padding: 20px 10px 30px 10px;
    }
}
.hs-inner-products .products .product-item .title-product h3
{
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .hs-inner-products .products .product-item .title-product h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-products .products .product-item .title-product h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-products .products .product-item .title-product h3
    {
        font-size: 16px;
    }
}
.hs-inner-products .products .product-item .title-product p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 10px 0 0 0;

    color: rgba(0, 0, 0, .6);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .hs-inner-products .products .product-item .title-product p
    {
        font-size: 14px;

        margin-top: 4px;
    }
}
.hs-inner-products .products .product-item .more
{
    line-height: 44px;

    position: absolute;
    bottom: -22px;
    left: 50%;

    width: 44px;
    height: 44px;
    margin-left: -22px;

    color: #fff;
    border-radius: 50%;
    background-color: #f5a100;
}
.hs-inner-products .products .product-item:hover .ibox
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.hs-inner-products .products .product-item:hover .title-product
{
    color: #fff;
    background-color: #0e76d3;
}
.hs-inner-products .products .product-item:hover .title-product p
{
    color: rgba(255, 255, 255, .6);
} */
.hs-inner-products
{
    padding-top: 0;
}
@media (max-width: 1560px)
{
    .hs-inner-products .products ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 991px)
{
    .hs-inner-products .products ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .hs-inner-products .products ul li
    {
        width: 100%;
    }
}
.hs-inner-products .products .product-item
{
    position: relative;

    display: block;

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

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

    border: 1px solid #ececec;
}
.hs-inner-products .products .product-item .item-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.hs-inner-products .products .product-item .item-top .title-product
{
    width: 45%;
    position: relative;
    z-index: 2;
}
.hs-inner-products .products .product-item .item-top .title-product h4
{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin-bottom: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hs-inner-products .products .product-item .item-top .title-product p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hs-inner-products .products .product-item .item-top .title-product h3
{
    font-size: 17px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hs-inner-products .products .product-item .item-top .img
{
    width: 60%;
    margin-left: -5%;
}
.hs-inner-products .products .product-item .item-top .img .ibox
{
    padding-bottom: 105%;
}
.hs-inner-products .products .product-item .item-top .img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
}
.hs-inner-products .products .product-item .txt
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.hs-inner-products .products .product-item .txt p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #777;
}
.hs-inner-products .products .product-item .more
{
    margin-top: 50px;
}
.hs-inner-products .products .product-item .more .icon
{
    font-size: 12px;
    line-height: 28px;

    display: inline-block;

    width: 28px;
    height: 28px;
    margin-right: 20px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #f5a100;
}
.hs-inner-products .products .product-item .more span
{
    line-height: 28px;

    display: inline-block;

    color: #0e76d3;
}
.hs-inner-products .products .product-item:hover .ibox img
{
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);

}
.hs-inner-products .products .product-item:hover .more{
   text-align: right;
   animation:fadeInLeft 1s 0s ease both;
}
.hs-inner-products .products .product-item{
   transition: all .6s;
   overflow: hidden;
}
.hs-inner-products .products .product-item:hover{
   transform: translateY(-10px);
   box-shadow: 0 12px 17px rgba(14, 118, 211, .4);
}
.hs-inner-product-show .product-show .pro-show-info
{
    overflow: hidden;

    padding: 10px;

    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .08);
}
.hs-inner-product-show .product-show .pro-show-info .ibox
{
    padding-bottom: 105%;
}
@media (max-width: 1560px)
{
    .hs-inner-product-show .product-show .pro-left,
    .hs-inner-product-show .product-show .pro-right
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .hs-inner-product-show .product-show .pro-left,
    .hs-inner-product-show .product-show .pro-right
    {
        width: 100%;
    }
}
.hs-inner-product-show .product-show .products-show-big-scroll
{
    font-size: 0;
}
.hs-inner-product-show .product-show .products-show-small-scroll .slick-slide
{
    padding: 0 4px;
}
.hs-inner-product-show .product-show .products-show-small-scroll .itempack
{
    border: 1px solid rgba(211, 211, 211, .48);
}
.hs-inner-product-show .product-show .products-show-small-scroll .slick-current .itempack
{
    border: 1px solid #0e76d3;
}
.hs-inner-product-show .product-show .products-show-small-scroll .slick-arrow
{
    font-size: 30px;

    left: 0;

    width: 40px;

    text-align: center;

    border: none;
    background: none;
    box-shadow: none;
}
.hs-inner-product-show .product-show .products-show-small-scroll .slick-arrow:before
{
    content: '\e625';
}
.hs-inner-product-show .product-show .products-show-small-scroll .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.hs-inner-product-show .product-show .products-show-small-scroll .slick-arrow:hover
{
    color: #0e76d3;
}
.hs-inner-product-show .product-show .title-product-show
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-inner-product-show .product-show .title-product-show h1
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    margin: 10px 0;
}
@media (max-width: 1560px)
{
    .hs-inner-product-show .product-show .title-product-show h1
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-product-show .product-show .title-product-show h1
    {
        font-size: 18px;
    }
}
.hs-inner-product-show .product-show .title-product-show h2{
   font-size: 18px;
   line-height: 30px;
}
.hs-inner-product-show .product-show .product-info
{
    padding-left: 3%;
}
@media (max-width: 991px)
{
    .hs-inner-product-show .product-show .product-info
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.hs-inner-product-show .product-show .desc
{
    margin-top: 40px;
	min-height: 380px;
    word-break: break-word;
}
@media(max-width:1760px){
	.hs-inner-product-show .product-show .desc
	{
		min-height: 280px;
	}
}
@media(max-width:1560px){
	.hs-inner-product-show .product-show .desc
	{
		min-height: 340px;
	}
}@media(max-width:1400px){
	.hs-inner-product-show .product-show .desc
	{
		min-height: 260px;
	}
}@media(max-width:991px){
	.hs-inner-product-show .product-show .desc
	{
		min-height: auto;
	}
}
.hs-inner-product-show .product-show .desc p
{
    font-size: 17px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .hs-inner-product-show .product-show .desc p
    {
        font-size: 16px;
    }
}
.hs-inner-product-show .product-show .info
{
    margin-top: 2px;
}
@media (max-width: 767px)
{
    .hs-inner-product-show .product-show .info
    {
        margin-top: 20px;
    }
}
.hs-inner-product-show .product-show .info ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px 0;

    border-bottom: 1px solid rgba(196, 196, 196, .4);
}
.hs-inner-product-show .product-show .info ul li:nth-child(2n+1)
{
    background-color: #f8f8f8;
}
.hs-inner-product-show .product-show .info p
{
    font-size: 16px;
    line-height: 25px;

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

    color: #666;
}
.hs-inner-product-show .product-show .info p span
{
    font-weight: bold;

    color: #000;
}
.hs-inner-product-show .product-show .link
{
    margin-top: 60px;
}
@media (max-width: 1560px)
{
    .hs-inner-product-show .product-show .link
    {
        margin-top: 30px;
    }
}
.hs-inner-product-show .product-show .link > div
{
    display: inline-block;

    vertical-align: top;
}
.hs-inner-product-show .product-show .link .btn-feedback a
{
    font-size: 16px;
    line-height: 54px;

    display: inline-block;

    padding: 0 40px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #0e76d3;
}
@media (max-width: 1470px)
{
    .hs-inner-product-show .product-show .link .btn-feedback a
    {
        line-height: 46px;

        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-product-show .product-show .link .btn-feedback a
    {
        line-height: 40px;
    }
}
.hs-inner-product-show .product-show .link {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}
.hs-inner-product-show .product-show .link .btn-feedback a .icon
{
    font-size: 30px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.hs-inner-product-show .product-show .link .btn-feedback a:hover
{
    color: #fff;
    border-color: #0063bb;
    background-color: #0063bb;
}
.hs-inner-product-show .product-show .link .btn-contact
{
    margin-right: 20px;
}
.hs-inner-product-show .product-show .link .btn-contact a
{
    color: #fff;
    border-color: #6d9e39;
    background-color: #6d9e39;
}
.hs-inner-product-show .product-show-desc
{
    padding-top: 50px;
}
.hs-inner-product-show .product-show-desc .description-sort
{
    border-bottom: 1px solid #0e76d3;
    background-color: #0e76d3;
}
.hs-inner-product-show .product-show-desc .description-sort > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.hs-inner-product-show .product-show-desc .description-sort > ul > li > a
{
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    display: block;

    padding: 10px 40px;

    color: rgba(255,255,255,.5);
}
.hs-inner-product-show .product-show-desc .description-sort > ul > li.active > a
{
   position: relative;
    color: #fff;
}
.hs-inner-product-show .product-show-desc .description-sort > ul > li.active > a:after{
   content: '';
   display: block;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 6px 6px 0 6px;
   border-color: #0e76d3 transparent transparent transparent;
   position: absolute;
   bottom: -6px;
   left: 50%;
   margin-left: -6px;


}
.hs-inner-product-show .product-show-desc .desc
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .hs-inner-product-show .product-show-desc .desc
    {
        margin-top: 10px;
    }
}
.hs-inner-product-show .product-show-desc .desc p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .hs-inner-product-show .product-show-desc .desc p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.hs-inner-product-show .product-show-desc .desc img
{
    max-width: 100%;
    height: auto !important;
}
.hs-inner-product-show .title-pro-desc
{
    line-height: 30px;

    padding: 20px 30px;

    border-bottom: 1px solid #0e76d3;
    background-color: #f8f8f8;
}
@media (max-width: 1560px)
{
    .hs-inner-product-show .title-pro-desc
    {
        padding: 10px 20px;
    }
}
.hs-inner-product-show .title-pro-desc h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
   color: #0e76d3;
    text-transform: uppercase;
}
@media (max-width: 1560px)
{
    .hs-inner-product-show .title-pro-desc h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-product-show .title-pro-desc h3
    {
        font-size: 20px;
    }
}
.hs-inner-product-show .inquiry
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .hs-inner-product-show .inquiry
    {
        padding-top: 30px;
    }
}
.hs-inner-product-show .inquiry .title-inquiry
{
    padding: 14px 24px;

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

    margin: 0;
}
@media (max-width: 1470px)
{
    .hs-inner-product-show .inquiry .title-inquiry h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-product-show .inquiry .title-inquiry h3
    {
        font-size: 24px;
    }
}
.hs-inner-product-show .inquiry .feedback
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-inner-product-show .inquiry .feedback .feedback-left
{
    width: 100%;
}
@media (max-width: 1470px)
{
    .hs-inner-product-show .inquiry .feedback .feedback-left
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .hs-inner-product-show .inquiry .feedback .feedback-left
    {
        width: 100%;
    }
}
.hs-inner-product-show .inquiry .feedback .feedback-right
{
    width: 40%;
    padding-top: 20px;
    padding-left: 5%;
	display: none;
}
@media (max-width: 1470px)
{
    .hs-inner-product-show .inquiry .feedback .feedback-right
    {
        width: 45%;
        padding-left: 3%;
    }
}
@media (max-width: 767px)
{
    .hs-inner-product-show .inquiry .feedback .feedback-right
    {
        padding-top: 14px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-product-show .inquiry .feedback .feedback-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.hs-inner-product-show .inquiry .feedback .feedback-right img
{
    width: 100%;
}
.hs-inner-product-show .inquiry .feedback form .itempack
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .hs-inner-product-show .inquiry .feedback form .itempack
    {
        margin-top: 14px;
    }
}
.hs-inner-product-show .inquiry .feedback form .itempack input,
.hs-inner-product-show .inquiry .feedback form .itempack textarea
{
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

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

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

    padding: 0 30px;

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

    color: #fff;
    border-radius: 6px;
    outline: none;
    background-color: #0e76d3;
}
@media (max-width: 767px)
{
    .hs-inner-product-show .inquiry .feedback form .submit
    {
        font-size: 16px;
        line-height: 40px;
    }
}
.hs-inner-product-show .inquiry .feedback form .submit .icon
{
    font-size: 28px;

    display: inline-block;

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

    vertical-align: middle;
}
.hs-inner-product-show .inquiry .feedback form .submit:hover
{
    background-color: #0063bb;
}
.hs-inner-product-show .relate-product
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .hs-inner-product-show .relate-product
    {
        padding-top: 30px;
    }
}
.hs-inner-product-show .relate-product .relate-product-slide
{
    margin-top: 30px;
}
.hs-inner-product-show .relate-product .relate-product-slide .slick-slide
{
    padding: 20px 15px;
}
@media (max-width: 767px)
{
    .hs-inner-product-show .relate-product .relate-product-slide .slick-slide
    {
        padding: 20px 10px;
    }
}
.hs-inner-product-show .relate-product .product-item
{
    position: relative;

    display: block;

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

    border: 1px solid #ececec;
    background-color: #fff;
}
.hs-inner-product-show .relate-product .product-item .ibox
{
    padding-bottom: 105%;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.hs-inner-product-show .relate-product .product-item .title-product
{
    padding: 30px 20px 50px;

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

    border-top: 1px solid #ececec;
}
@media (max-width: 991px)
{
    .hs-inner-product-show .relate-product .product-item .title-product
    {
        padding: 20px 10px 30px 10px;
    }
}
.hs-inner-product-show .relate-product .product-item .title-product h3
{
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .hs-inner-product-show .relate-product .product-item .title-product h3
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .hs-inner-product-show .relate-product .product-item .title-product h3
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .hs-inner-product-show .relate-product .product-item .title-product h3
    {
        font-size: 16px;
    }
}
.hs-inner-product-show .relate-product .product-item .title-product p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 10px 0 0 0;

    color: rgba(0, 0, 0, .6);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .hs-inner-product-show .relate-product .product-item .title-product p
    {
        font-size: 14px;

        margin-top: 4px;
    }
}
.hs-inner-product-show .relate-product .product-item .more
{
    line-height: 44px;

    position: absolute;
    bottom: -22px;
    left: 50%;

    width: 44px;
    height: 44px;
    margin-left: -22px;

    color: #fff;
    border-radius: 50%;
    background-color: #f5a100;
}
.hs-inner-product-show .relate-product .product-item:hover .ibox
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.hs-inner-product-show .relate-product .product-item:hover .title-product
{
    color: #fff;
    background-color: #0e76d3;
}
.hs-inner-product-show .relate-product .product-item:hover .title-product p
{
    color: rgba(255, 255, 255, .6);
}
.hs-inner-product-show .relate-product .slick-arrow:before
{
    content: '\e625';
}
.hs-inner-cases
{
    padding-top: 0;
}
@media (min-width: 1200px)
{
    .hs-inner-cases .cases ul
    {
        margin: 0 -20px;
    }
    .hs-inner-cases .cases ul li
    {
        padding: 0 20px;
    }
}
.hs-inner-cases .cases .cases-item
{
    display: block;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .hs-inner-cases .cases .cases-item
    {
        margin-top: 20px;
    }
}
.hs-inner-cases .cases .cases-item .cases-img .ibox
{
    padding-bottom: 75%;
}
.hs-inner-cases .cases .cases-item .cases-img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-cases .cases .cases-item .cases-note
{
    position: relative;
    z-index: 2;

    width: 90%;
    margin: 0 auto;
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .hs-inner-cases .cases .cases-item .cases-note
    {
        margin-top: -20px;
    }
}
.hs-inner-cases .cases .cases-item .cases-note h3
{
    font-size: 16px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;
    padding: 0 30px 0 10px;

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

    color: #fff;
    background-color: #0e76d3;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .hs-inner-cases .cases .cases-item .cases-note h3
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.hs-inner-cases .cases .cases-item .cases-note h3:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;

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

    width: 30px;

    content: '\e625';
    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
@media (max-width: 767px)
{
    .hs-inner-cases .cases .cases-item .cases-note h3:after
    {
        font-size: 16px;
        line-height: 40px;

        right: 0;
    }
}
.hs-inner-cases .cases .cases-item:hover .cases-img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hs-inner-cases .cases .cases-item:hover h3
{
    background-color: #0063bb;
}
.hs-inner-news
{
    padding-top: 0;
}
.hs-inner-news .news .news-item
{
    display: block;

    margin-top: 40px;
}
.hs-inner-news .news .news-item .news-img
{
    position: relative;
}
.hs-inner-news .news .news-item .news-img:before
{
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;

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

    display: block;

    width: 45px;
    height: 45px;

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

    color: #fff;
    background-color: rgba(14, 118, 211, .58);
}
.hs-inner-news .news .news-item .news-img .ibox
{
    padding-bottom: 75%;
}
.hs-inner-news .news .news-item .news-img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-news .news .news-item .news-note
{
    position: relative;
    z-index: 2;

    width: 96%;
    margin: 0 auto;
    margin-top: -50px;
    padding: 20px;

    background: #fff;
    box-shadow: 0 11px 20px 0 rgba(6, 0, 1, .04);
}
.hs-inner-news .news .news-item .news-note h3
{
    font-size: 20px;
    font-weight: 900;
    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: 1470px)
{
    .hs-inner-news .news .news-item .news-note h3
    {
        font-size: 18px;
    }
}
.hs-inner-news .news .news-item .news-note p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 14px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .hs-inner-news .news .news-item .news-note p
    {
        font-size: 15px;

        margin-top: 0;
    }
}
.hs-inner-news .news .news-item .news-note .date
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    color: #999;
}
@media (max-width: 767px)
{
    .hs-inner-news .news .news-item .news-note .date
    {
        margin-top: 10px;
    }
}
.hs-inner-news .news .news-item .news-note .date:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/calendar.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-news .news .news-item:hover .news-img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hs-inner-news .news .news-item:hover .news-note h3
{
    color: #0e76d3;
}
.hs-inner-faqs
{
    padding-top: 0;
}
.hs-inner-faqs .faqs .faqs-item
{
    position: relative;

    margin-top: 50px;
    padding-left: 26px;
}
@media (max-width: 991px)
{
    .hs-inner-faqs .faqs .faqs-item
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-faqs .faqs .faqs-item
    {
        padding-left: 16px;
    }
}
.hs-inner-faqs .faqs .faqs-item:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 4px;
    height: 100%;

    content: '';

    background-color: #0e76d3;
}
.hs-inner-faqs .faqs .faqs-item .title-faq
{
    position: relative;

    padding: 10px 30px 10px 0;

    cursor: pointer;

    border-bottom: 1px solid #d9d9d9;
}
.hs-inner-faqs .faqs .faqs-item .title-faq:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;

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

    width: 30px;

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

    color: #0e76d3;
}
.hs-inner-faqs .faqs .faqs-item .title-faq h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .hs-inner-faqs .faqs .faqs-item .title-faq h3
    {
        font-size: 18px;
    }
}
.hs-inner-faqs .faqs .faqs-item .txt
{
    display: none;

    padding-top: 30px;
}
@media (max-width: 991px)
{
    .hs-inner-faqs .faqs .faqs-item .txt
    {
        padding-top: 14px;
    }
}
.hs-inner-faqs .faqs .faqs-item .txt p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .hs-inner-faqs .faqs .faqs-item .txt p
    {
        font-size: 14px;
    }
}
.hs-inner-faqs .faqs .current .faqs-item .title-faq:after
{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.hs-inner-news-show
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hs-inner-news-show .news-show
{
    width: -webkit-calc(100% - 400px);
    width:         calc(100% - 400px);
    padding-right: 5%;
}
@media (max-width: 1199px)
{
    .hs-inner-news-show .news-show
    {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-news-show .title-news-show h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #000;
}
@media (max-width: 991px)
{
    .hs-inner-news-show .title-news-show h1
    {
        font-size: 18px;
    }
}
.hs-inner-news-show .title-news-show .txt-share
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px 0;

    -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 .a2a_kit
    {
        margin-top: 10px;
    }
}
.hs-inner-news-show .title-news-show .txt-share p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #0e76d3;
}
.hs-inner-news-show .title-news-show .txt-share p span
{
    display: inline-block;

    margin-right: 20px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .hs-inner-news-show .title-news-show .txt-share p span
    {
        margin-right: 10px;
    }
}
.hs-inner-news-show .title-news-show .txt-share p span .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;

    color: #333;
}
.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;

    color: #666;
}
@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: inline-block;

    width: 60px;
    height: 60px;
    margin-right: 20px;

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

    color: #fff;
    background-color: #ccc;
}
@media (max-width: 767px)
{
    .hs-inner-news-show .button-news a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.hs-inner-news-show .button-news a .icon
{
    font-size: 30px;
}
@media (max-width: 767px)
{
    .hs-inner-news-show .button-news a .icon
    {
        font-size: 20px;
    }
}
.hs-inner-news-show .button-news a:hover
{
    background-color: #0e76d3;
}
.hs-inner-news-show .news-right
{
    width: 400px;
    padding: 30px 20px;

    border: 1px solid #e2e2e2;
}
@media (max-width: 1199px)
{
    .hs-inner-news-show .news-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-news-show .news-right
    {
        padding: 20px 14px;
    }
}
.hs-inner-news-show .news-right .title-news-right h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.hs-inner-news-show .news-right .listbox .list-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hs-inner-news-show .news-right .listbox .list-item .news-img
{
    width: 100px;
}
.hs-inner-news-show .news-right .listbox .list-item .news-img .ibox
{
    padding-bottom: 75%;
}
.hs-inner-news-show .news-right .listbox .list-item .news-img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.hs-inner-news-show .news-right .listbox .list-item .news-note
{
    width: -webkit-calc(100% - 100px);
    width:         calc(100% - 100px);
    padding-left: 20px;
}
@media (max-width: 767px)
{
    .hs-inner-news-show .news-right .listbox .list-item .news-note
    {
        padding-left: 10px;
    }
}
.hs-inner-news-show .news-right .listbox .list-item .news-note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 28px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hs-inner-news-show .news-right .listbox .list-item .news-note .date
{
    line-height: 24px;

    display: block;

    color: #0e76d3;
}
.hs-inner-news-show .news-right .listbox .list-item:hover .news-img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hs-inner-news-show .news-right .listbox .list-item:hover .news-note h3
{
    color: #0e76d3;
}
.a2a_svg
{
    background-color: #0e76d3 !important;
}
.hs-inner-contact
{
    position: relative;
    z-index: 2;

    margin-top: -30px;
    padding-top: 0;
}
.hs-inner-contact .contact .contact-item
{
    padding: 30px;

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

    color: #fff;
    background-color: #0e76d3;
}
.hs-inner-contact .contact .contact-item .erweima {
	/* text-align: center; */
}
.hs-inner-contact .contact .contact-item .erweima img{
	width: 65%;
	margin-top: 10px;
}
@media (max-width: 991px)
{
    .hs-inner-contact .contact .contact-item
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-contact .contact .contact-item
    {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.hs-inner-contact .contact .contact-item .icon
{
    font-size: 50px;
    font-weight: normal;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1470px)
{
    .hs-inner-contact .contact .contact-item .icon
    {
        font-size: 40px;
    }
}
.hs-inner-contact .contact .contact-item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;

    position: relative;

    margin: 0;
    padding-left: 70px;
}
@media (max-width: 1470px)
{
    .hs-inner-contact .contact .contact-item h3
    {
        font-size: 18px;

        padding-left: 50px;
    }
}

.hs-inner-contact .contact .contact-item p
{
    font-size: 18px;
    line-height: 30px;

    margin: 20px 0 0 0;
}
@media (max-width: 1470px)
{
   .hs-inner-contact .contact .contact-item{
      padding-bottom: 30px;
   }
    .hs-inner-contact .contact .contact-item p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.hs-inner-contact .contact ul li:last-child .contact-item p{
   font-size: 16px;
   line-height: 24px;
}
.hs-inner-contact .contact .contact-item a:hover
{
    text-decoration: underline;
}
.hs-inner-contact .contact .contact-item:hover
{
    background-color: #f5a100;
}
.hs-inner-contact .contact .contact-item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.hs-inner-map
{
    position: relative;

    padding: 0;
}
.hs-inner-map .message
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 5%;

    width: 100%;
    max-width: 500px;
    padding: 20px 30px;

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

    background-color: #fff;
}
@media (max-width: 991px)
{
    .hs-inner-map .message
    {
        position: relative;
        top: 0;
        left: 0;

        max-width: 100%;
        padding: 0 15px 30px 15px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.hs-inner-map .message form p{
   font-size: 14px;
   line-height: 24px;
   margin: 10px 0 0 0;
}
.hs-inner-map .message form input,
.hs-inner-map .message form textarea,
.hs-inner-map .message form select
{
    font-size: 15px;
    line-height: 24px;

    width: 100%;

    padding: 5px 10px;

    resize: none;

    outline: none;
    border:1px solid #666;
}
.hs-inner-map .message form input::-webkit-input-placeholder,
.hs-inner-map .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.hs-inner-map .message form input:-o-placeholder,
.hs-inner-map .message form textarea:-o-placeholder
{
    color: #666;
}
.hs-inner-map .message form input::-moz-placeholder,
.hs-inner-map .message form textarea::-moz-placeholder
{
    color: #666;
}
.hs-inner-map .message form input:-ms-input-placeholder,
.hs-inner-map .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.hs-inner-map .message form input:focus::-webkit-input-placeholder,
.hs-inner-map .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.hs-inner-map .message form input:focus::-o-placeholder,
.hs-inner-map .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.hs-inner-map .message form input:focus::-moz-placeholder,
.hs-inner-map .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.hs-inner-map .message form input:focus::-ms-input-placeholder,
.hs-inner-map .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.hs-inner-map .message form .submit
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #0063bb;
}
.hs-inner-map .message form .submit:hover
{
    background-color: #0e76d3;
}
.hs-inner-map .map
{
    font-size: 14px;

    position: relative;

    clear: both;
}
.hs-inner-map .map .mapwrap
{
    height: 640px;
}
@media (max-width: 1199px)
{
    .hs-inner-map .map .mapwrap
    {
        height: 500px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-map .map .mapwrap
    {
        height: 300px;
        margin-top: 40px;
    }
}
.footer
{
    position: relative;

    padding: 0 3%;

    color: rgba(255, 255, 255, .5);
    background: url(../images/footer_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .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: 70px 0;

    -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: 30px 0 0 0;
    }
}
@media (max-width: 1560px)
{
   .footer .foot .foot-txt{
      max-width: 380px;
   }
}
.footer .foot .foot-txt .foot-logo img
{
    height: 70px;
}
.footer .foot .foot-txt .txt .item
{
    position: relative;

    margin-top: 40px;
    padding-left: 60px;
}
@media (max-width: 991px)
{
    .footer .foot .foot-txt .txt .item
    {
        display: inline-block;

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

        vertical-align: top;
    }
}
.footer .foot .foot-txt .txt .item img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 46px;
}
.footer .foot .foot-txt .txt .item b
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #777;
}
.footer .foot .foot-txt .txt .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    color: #fff;
}
.footer .foot .foot-txt .txt .item p a:hover
{
    text-decoration: underline;
}
.footer .foot .foot-nav
{
    overflow: hidden;
}
.footer .foot .foot-nav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-nav > ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-nav > ul
    {
        display: block;
    }
}
.footer .foot .foot-nav > ul > li
{
    position: relative;
}
@media (max-width: 991px)
{
    .footer .foot .foot-nav > ul > li
    {
        margin: 10px 0;
    }
}
.footer .foot .foot-nav > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    padding: 0 30px;
    padding-bottom: 20px;

    text-transform: uppercase;

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 1470px)
{
    .footer .foot .foot-nav > ul > li > a
    {
        padding: 0 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-nav > ul > li > a
    {
        padding-bottom: 0;

        border: none;
    }
}
.footer .foot .foot-nav > ul > li > ul
{
    position: absolute;
    top: 80px;
    left: 0;
}
@media (max-width: 991px)
{
    .footer .foot .foot-nav > ul > li > ul
    {
        position: relative;
        top: 0;

        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-nav > ul > li > ul > li
    {
        display: inline-block;

        margin-right: 10px;

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

    display: block;

    padding: 5px 30px;

    white-space: nowrap;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-nav > ul > li > ul > li > a
    {
        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-nav > ul > li > ul > li > a
    {
        font-size: 15px;
        line-height: 30px;

        padding: 0 5px;
    }
}
.footer .foot .foot-nav > ul > li > ul > li > a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright
{
    position: relative;

    padding: 20px 0;
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 15px 0;
    }
}
.footer .copyright .share
{
    position: absolute;
    right: -3.2%;
    bottom: 0;

    width: auto;
    padding: 30px 50px 30px 100px;

    background-color: #0e76d3;

    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 991px)
{
    .footer .copyright .share
    {
        position: relative;

        padding: 10px 20px;

        text-align: right;

        background: none;

        -webkit-clip-path: none;
                clip-path: none;
    }
}
.footer .copyright .share ul
{
    margin: 0 -5px;
}
.footer .copyright .share ul li
{
    display: inline-block;

    padding: 0 5px;

    vertical-align: middle;
}
.footer .copyright .share ul li a
{
    line-height: 30px;

    position: relative;

    display: block;

    width: 30px;
    height: 30px;

    text-align: center;

    color: rgba(255, 255, 255, .8);
}
.footer .copyright .share ul li a .icon
{
    font-size: 24px;
}
.footer .copyright .share ul li a:hover .tooltip
{
    top: -35px;

    visibility: visible;

    pointer-events: auto;

    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
}
.footer .copyright .share .tooltip
{
    font-size: 15px;

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

    padding: 5px 8px;

    -webkit-transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
            transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;

    opacity: 0;
    color: #333;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
.footer .copyright .share .tooltip::before
{
    position: absolute;
    bottom: -3px;
    left: 50%;

    width: 8px;
    height: 8px;

    content: '';
    -webkit-transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
            transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transform: translate(-50%) rotate(45deg);
        -ms-transform: translate(-50%) rotate(45deg);
            transform: translate(-50%) rotate(45deg);

    background: #fff;
}
.footer .copyright .share .facebook a:hover
{
    color: #1877f2;
}
.footer .copyright .share .facebook:hover .tooltip,
.footer .copyright .share .facebook:hover .tooltip::before
{
    color: #fff;
    background: #1877f2;
}
.footer .copyright .share .twitter a:hover
{
    color: #1da1f2;
}
.footer .copyright .share .twitter:hover .tooltip,
.footer .copyright .share .twitter:hover .tooltip::before
{
    color: #fff;
    background: #1da1f2;
}
.footer .copyright .share .instagram a:hover
{
    color: #e4405f;
}
.footer .copyright .share .instagram:hover .tooltip,
.footer .copyright .share .instagram:hover .tooltip::before
{
    color: #fff;
    background: #e4405f;
}
.footer .copyright .share .linkedin a:hover
{
    color: #0a66c2;
}
.footer .copyright .share .linkedin:hover .tooltip,
.footer .copyright .share .linkedin:hover .tooltip::before
{
    color: #fff;
    background: #0a66c2;
}
.footer .copyright .share .youtube a:hover
{
    color: #1da1f2;
}
.footer .copyright .share .youtube:hover .tooltip,
.footer .copyright .share .youtube:hover .tooltip::before
{
    color: #fff;
    background: #1da1f2;
}
.footer .copyright p
{
    font-size: 16px;
    line-height: 30px;

    margin: 20px 0 0 0;
}
@media (max-width: 1199px)
{
    .footer .copyright p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .copyright p a
{
    margin: 0 10px;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;

        margin: 0;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.hc-mobile-nav.nav-levels-overlap ul ul .iconimg
{
    display: none;
}
.hc-mobile-nav.nav-levels-overlap ul ul b
{
    font-weight: normal;
}
.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;
}

.hs-inner-sustainability .sustainability ul li
{
    margin-top: 20px;
}
@media (min-width: 1200px)
{
    .hs-inner-sustainability .sustainability ul li:nth-child(2n) .sustainability-item .img
    {
        left: 50%;

        padding-right: 30px;
        padding-left: 0;
    }
    .hs-inner-sustainability .sustainability ul li:nth-child(2n) .sustainability-item .img:before
    {
        right: 0;
        left: auto;
    }
    .hs-inner-sustainability .sustainability ul li:nth-child(2n) .sustainability-item .desc
    {
        right: 50%;
        left: auto;
    }
}
.hs-inner-sustainability .sustainability .sustainability-item
{
    font-size: 0;

    margin: 0 -40px;
}
.hs-inner-sustainability .sustainability .sustainability-item .img,
.hs-inner-sustainability .sustainability .sustainability-item .desc
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;
    height: auto;
    padding: 0 40px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .hs-inner-sustainability .sustainability .sustainability-item .img,
    .hs-inner-sustainability .sustainability .sustainability-item .desc
    {
        width: 100%;
    }
}
.hs-inner-sustainability .sustainability .sustainability-item .img
{
    position: relative;

    padding-top: 30px;
    padding-left: 30px;
}
.hs-inner-sustainability .sustainability .sustainability-item .img:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

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

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

    background-color: #f2f2f2;
}
.hs-inner-sustainability .sustainability .sustainability-item .img img
{
    position: relative;
    z-index: 2;

    width: 100%;
}
@media (max-width: 991px)
{
    .hs-inner-sustainability .sustainability .sustainability-item .desc
    {
        margin-top: 30px;
    }
}
.hs-inner-sustainability .sustainability .sustainability-item .desc .title-desc
{
    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-sustainability .sustainability .sustainability-item .desc .title-desc .icon
{
    width: 90px;
    height: 60px;
    padding: 0 15px;

    border-left: 3px solid #0e76d3;
}
@media (max-width: 991px)
{
    .hs-inner-sustainability .sustainability .sustainability-item .desc .title-desc .icon
    {
        width: 70px;
        padding: 0 10px;
    }
}
.hs-inner-sustainability .sustainability .sustainability-item .desc .title-desc .icon img
{
    width: 100%;
}
.hs-inner-sustainability .sustainability .sustainability-item .desc .title-desc h3
{
    font-size: 24px;
    line-height: 1.25;

    width: -webkit-calc(100% - 90px);
    width:         calc(100% - 90px);
    margin: 0;
}
@media (max-width: 991px)
{
    .hs-inner-sustainability .sustainability .sustainability-item .desc .title-desc h3
    {
        font-size: 20px;
        line-height: 1.2;

        width: -webkit-calc(100% - 70px);
        width:         calc(100% - 70px);
    }
}
@media (max-width: 767px)
{
    .hs-inner-sustainability .sustainability .sustainability-item .desc .title-desc h3
    {
        font-size: 18px;
    }
}
.hs-inner-sustainability .sustainability .sustainability-item .desc .txt
{
    margin-top: 20px;
}
.hs-inner-sustainability .sustainability .sustainability-item .desc .txt p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .hs-inner-sustainability .sustainability .sustainability-item .desc .txt p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .hs-inner-sustainability .sustainability .sustainability-item .desc .txt p
    {
        font-size: 14px;
    }
}
.hs-inner-sustainability .sustainability .sustainability-item:hover .img:before
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);

    background-color: #0e76d3;
}

.hc-mobile-nav li:nth-child(4)
{
    display: none;
}

.banner-box .slick-dots{
   position: absolute;
   width: 100%;
   z-index: 2;
   bottom: 40px;
   left: 0;
}

.banner-box .slick-dots li{
   background: none;
   border: 2px solid #fff;

}
.banner-box .slick-dots li.slick-active{
   background-color: #0e76d3;
   border-color: #0e76d3;
}

.hs-inner-honor .factory-list .factory-item .ibox{
   padding-bottom: 141.25%
}

.hs-inner-product-show .product-show .pro-show-info .ibox img
{
    cursor: crosshair;

    background-color: #fff;
}

.hs-inner-history .history .history-item:before{
   content: '';
   display: block;
   width: 10px;
   height: 10px;
   background-color: #fff;
   border-radius: 50%;
   margin: 0 auto;
   border: 1px solid rgba(14, 118, 211, .7);
}
.hs-inner-history .history .slick-slide:nth-child(2n+1){
   margin-top: 170px;
}
.hs-inner-history .history .slick-slide:nth-child(2n) .history-item:before{
   display: none;
}
.hs-inner-history .history .slick-slide:nth-child(2n) .history-item:after{
   content: '';
   display: block;
   width: 10px;
   height: 10px;
   background-color: #fff;
   border-radius: 50%;
   margin: 0 auto;
   border: 1px solid rgba(14, 118, 211, .7);
}
.stuck-header .header-nav > ul > li.more > a:after,
.hs-header-box:hover .header-nav > ul > li.more > a:after{
   border-color: #333 transparent transparent transparent;
}
.hs-home-application
{
    font-size: 0;

    position: relative;

    padding: 0;
}
.hs-home-application .application-lg
{
    color: #fff;
}
.hs-home-application .application-lg .a-part
{
    position: relative;

    background-color: #000;
}
@media (max-width: 767px)
{
    .hs-home-application .application-lg .a-part .img
    {
        width: 180%;
        margin-left: -40%;
    }
}
.hs-home-application .application-lg .a-part .img .ibox
{
    padding-bottom: 46.35416667%;

    opacity: 1;
}
.hs-home-application .application-lg .desc
{
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 0;

    width: 60%;
    padding: 50px 5%;
}
@media (max-width: 767px)
{
    .hs-home-application .application-lg .desc
    {
        width: 100%;
        padding: 20px 15px;
    }
}
.hs-home-application .application-lg .desc .title-part:after
{
    display: block;

    width: 100px;
    height: 1px;

    content: '';

    background-color: rgba(255, 255, 255, .6);
}
.hs-home-application .application-lg .desc .title-part img
{
    width: 80px;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.hs-home-application .application-lg .desc .title-part h3
{
    font-size: 50px;
    font-weight: bold;
    line-height: 30px;

    color: #fff;
}
@media (max-width: 1440px)
{
    .hs-home-application .application-lg .desc .title-part h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .hs-home-application .application-lg .desc .title-part h3
    {
        font-size: 24px;
    }
}
.hs-home-application .application-lg .desc .txt
{
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .hs-home-application .application-lg .desc .txt
    {
        margin-top: 10px;
    }
}
.hs-home-application .application-lg .desc .txt p
{
    font-size: 27px;
    line-height: 50px;

    margin: 0;
}
@media (max-width: 1350px)
{
    .hs-home-application .application-lg .desc .txt p
    {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .hs-home-application .application-lg .desc .txt p
    {
        font-size: 16px;
    }
}
.hs-home-application .application-lg .desc .more
{
    margin-top: 30px;

    text-align: left;
}
@media (max-width: 767px)
{
    .hs-home-application .application-lg .desc .more
    {
        margin-top: 14px;
    }
}
.hs-home-application .application-lg .desc .more a
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #fff;
    background: none;
}
.hs-home-application .application-lg .desc .more a:hover
{
    border-color: #0e76d3;
    background-color: #0e76d3;
}
.hs-home-application .application-sm
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 5%;

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

    width: 360px;
    height: 100%;
    padding: 100px 4%;

    background-color: rgba(14, 118, 211, .8);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1470px)
{
    .hs-home-application .application-sm
    {
        width: 300px;
        padding: 80px 4%;
    }
}
@media (max-width: 1350px)
{
    .hs-home-application .application-sm
    {
        padding: 80px 5%;
    }
}
@media (max-width: 1199px)
{
    .hs-home-application .application-sm
    {
        position: relative;
        right: 0;

        display: block;

        width: 100%;
        height: auto;
        padding: 30px 50px;
    }
}
@media (max-width: 767px)
{
    .hs-home-application .application-sm
    {
        padding: 10px 30px;
    }
}
.hs-home-application .application-sm .application-small-slide .slick-slide
{
    padding: 20px 0;
}
@media (max-width: 1470px)
{
    .hs-home-application .application-sm .application-small-slide .slick-slide
    {
        padding: 10px 0;
    }
}
@media (max-width: 1350px)
{
    .hs-home-application .application-sm .application-small-slide .slick-slide
    {
        padding: 5px 0;
    }
}
@media (max-width: 1199px)
{
    .hs-home-application .application-sm .application-small-slide .slick-slide
    {
        padding: 0 10px;
    }
}
.hs-home-application .application-sm .a-part
{
    position: relative;

    padding: 10px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}
.hs-home-application .application-sm .a-part .img .ibox
{
    padding-bottom: 62.5%;
}
.hs-home-application .application-sm .a-part .desc h3
{
    font-size: 20px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .hs-home-application .application-sm .a-part .desc h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .hs-home-application .application-sm .a-part .desc h3
    {
        font-size: 16px;
        line-height: 30px;

        height: 30px;
    }
}
.hs-home-application .application-sm .slick-current .a-part .desc h3
{
    opacity: 1;
}
.hs-home-application .application-sm .slick-arrow
{
    top: -50px;
    left: 50%;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .hs-home-application .application-sm .slick-arrow
    {
        top: 50%;
        left: -30px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.hs-home-application .application-sm .slick-arrow:before
{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
@media (max-width: 1199px)
{
    .hs-home-application .application-sm .slick-arrow:before
    {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
.hs-home-application .application-sm .slick-arrow.slick-next
{
    top: auto;
    bottom: -50px;
}
@media (max-width: 1199px)
{
    .hs-home-application .application-sm .slick-arrow.slick-next
    {
        top: 50%;
        right: -30px;
        bottom: 0;
        left: auto;
    }
}
.hs-home-application .application-sm .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
@media (max-width: 1199px)
{
    .hs-home-application .application-sm .slick-arrow.slick-next:before
    {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
.hs-home-application .application-sm .slick-arrow:hover
{
    color: #fff;
}



/* .footer .foot .foot-nav > ul > li:nth-child(2) > ul > li > a{
   white-space: normal;
} */
.page_info{text-align:center;margin:10px auto;padding:50px 0;color:#999;clear:both}
.page_info span{padding:0 2px;font-weight:bold}
.page_list{height:24px;line-height:24px;text-align:center;clear:both;letter-spacing:0;font-size:10px;margin:50px auto;padding:50px 0;clear:both;width:100%}
.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}
.table_a{overflow-x: auto;width: 100%;}
.table_a table{border-right:1px solid #8dc5ee;border-bottom:1px solid #8dc5ee;width:100%}
.table_a table td{border-left:1px solid #8dc5ee;border-top:1px solid #8dc5ee;text-align:left;font-size:16px;height:30px;line-height:30px;padding:0 0 0 5px;font-family: 'Roboto', Arial!important; color:#666!important;}
.table_a table tr:nth-child(odd){background:#f6fbff}
.table_a table th{border-left:1px solid #8dc5ee;border-top:1px solid #8dc5ee;background:#f6fbff;color:#000;font-weight:bold;text-align:left;font-size:16px;height:40px;line-height:40px;padding:5px;font-family:"Microsoft YaHei"}
.biao2{background:#f1f1f1}
