/**
 * 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: 'Objectivity';
    font-weight: 300;
    font-style: normal;

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

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

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

    src: local('Pattaya Regular'), local('Pattaya-Regular'), url('../fonts/Pattaya-Regular.woff2') format('woff2'), url('../fonts/Pattaya-Regular.woff') format('woff'), url('../fonts/Pattaya-Regular.ttf') format('truetype');
    font-display: swap;
}
.fdin {
    font-family: 'D-DIN Condensed';
}
body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    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: 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;
}
.swiper-button-next,
.swiper-button-prev {
    line-height: 60px;

    position: absolute;
    z-index: 7;
    left: 0;

    width: 60px;
    height: 60px;

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

    color: #999;
    background: none;
}
@media (max-width: 1199px) {
    .swiper-button-next,
    .swiper-button-prev {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.swiper-button-next:before,
.swiper-button-prev:before {
    font-family: 'iconfont' !important;
    font-size: 40px;

    display: block;

    content: '\ea67';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (max-width: 1199px) {
    .swiper-button-next:before,
    .swiper-button-prev:before {
        font-size: 20px;
    }
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
    right: 0;
    left: auto;
}
.swiper-button-next.swiper-button-next:before,
.swiper-button-prev.swiper-button-next:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #175ab3;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-header-box {
    position: fixed;
    z-index: 10;
    top: 0;

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

    width: 100%;
    height: 120px;
    padding: 0 5%;

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

    color: #fff;

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

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

    height: 100%;
}
.hs-header-box .logo .black {
    display: none;
}
.hs-header-box .logo img {
    display: inline-block;

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

    vertical-align: middle;
}
@media (max-width: 1199px) {
    .hs-header-box .logo img {
        margin-right: 8px;
    }
}
@media (max-width: 1199px) {
    .hs-header-box .header-nav {
        display: none;
    }
}
.hs-header-box .header-nav>ul>li {
    display: inline-block;

    padding: 0 30px;

    vertical-align: middle;
}
@media (max-width: 1660px) {
    .hs-header-box .header-nav>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 1350px) {
    .hs-header-box .header-nav>ul>li {
        padding: 0 14px;
    }
}
.hs-header-box .header-nav>ul>li>a {
    font-size: 20px;
    line-height: 120px;

    position: relative;

    display: block;
}
@media (max-width: 1660px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1350px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 16px;
    }
}
.hs-header-box .header-nav>ul>li>a:before {
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 4px;

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

    background-color: #fff;
}
.hs-header-box .header-nav>ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.hs-header-box .header-nav>ul>li>a .icon {
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;
}
.hs-header-box .header-nav>ul>li:hover>a:before,
.hs-header-box .header-nav>ul>li.active>a:before {
    width: 100%;
}
.hs-header-box .header-nav>ul>li:hover>a:after {
    opacity: 1;
}
.hs-header-box .header-nav .pc-nav-down {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    padding: 60px 0;

    color: #333;
    border-top: 1px solid #fafafa;
    background-color: #fff;
    box-shadow: 0 11px 10px 0 #dcdcdc;
}
.hs-header-box .header-nav .pc-nav-down .container {
    max-width: 1470px;
}
.hs-header-box .header-nav .pc-nav-down .title-nav {
    width: 25%;
    padding-right: 5%;

    text-align: right;
}
.hs-header-box .header-nav .pc-nav-down .title-nav h2 {
    font-size: 30px;
    line-height: 1.4;

    margin: 0;

    color: #175ab3;
}
.hs-header-box .header-nav .pc-nav-down .title-nav h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #efefef;
}
.hs-header-box .header-nav .pc-nav-down .nav-list {
    width: 75%;
    margin-top: 20px;
    padding-top: 20px;

    border-top: 1px solid #ddd;
}
.hs-header-box .header-nav .pc-nav-down .nav-list>ul {
    margin: 0 -30px;
}
.hs-header-box .header-nav .pc-nav-down .nav-list>ul>li {
    display: inline-block;

    vertical-align: top;
}
.hs-header-box .header-nav .pc-nav-down .nav-list>ul>li>a {
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 10px 30px;

    color: #666;
}
.hs-header-box .header-nav .pc-nav-down .nav-list>ul>li.active>a,
.hs-header-box .header-nav .pc-nav-down .nav-list>ul>li:hover>a {
    color: #175ab3;
}
.hs-header-box .header-nav .pc-nav-down .pro-nav>ul {
    overflow: hidden;

    margin: 0 -30px;
}
.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li {
    float: left;

    width: 25%;
    margin: 15px 0;
    padding: 0 30px;
}
.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li>a {
    font-size: 18px;
    line-height: 40px;

    display: block;

    padding: 10px 0;

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

    border-bottom: 1px solid #ddd;
}
.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li>a img {
    display: inline-block;

    width: 40px;

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

    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li>ul {
    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-header-box .header-nav .pc-nav-down .pro-nav>ul>li>ul>li {
    width: 50%;
}
.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    display: block;

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

    color: #666;
}
.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li>ul>li:hover>a {
    color: #175ab3;
}
.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li:hover>a {
    color: #175ab3;
}
.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li:hover>a img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.hs-header-box .header-nav .xs-nav {
    display: none;
}
.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;
    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: #175ab3;
}
.hs-header-box .pc-search form {
    position: relative;

    width: 100%;
    width: 200px;
    height: 33px;

    border: 1px solid #ccc;
    border-radius: 17px;
    background: #fff;
}
.hs-header-box .pc-search input {
    line-height: 30px;

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

    outline: none;
    background: none;
}
.hs-header-box .pc-search input::-webkit-input-placeholder,
.hs-header-box .pc-search textarea::-webkit-input-placeholder {
    color: #999;
}
.hs-header-box .pc-search input:-o-placeholder,
.hs-header-box .pc-search textarea:-o-placeholder {
    color: #999;
}
.hs-header-box .pc-search input::-moz-placeholder,
.hs-header-box .pc-search textarea::-moz-placeholder {
    color: #999;
}
.hs-header-box .pc-search input:-ms-input-placeholder,
.hs-header-box .pc-search textarea:-ms-input-placeholder {
    color: #999;
}
.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: 18px;
    line-height: 30px;

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

    width: 30px;
    padding: 0;

    text-align: center;

    color: #9f9f9f;
    outline: none;
    background: none;
    box-shadow: none;
}
.hs-header-box .pc-search .submit:before {
    font-family: 'iconfont' !important;

    content: '\e660';
}
.hs-header-box .whatsapp,
.hs-header-box .language {
    display: inline-block;

    vertical-align: middle;
}
.hs-header-box .erweima {
    line-height: 40px;

    position: relative;

    display: inline-block;

    margin-left: 30px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .hs-header-box .erweima {
        margin-left: 10px;
    }
}
.hs-header-box .erweima .icon {
    font-size: 20px;
}
.hs-header-box .erweima img {
    position: absolute;
    top: 100%;
    right: 0;

    display: none;

    width: 120px;
}
.hs-header-box .erweima:hover img {
    display: block;
}
.hs-header-box .tel {
    display: inline-block;

    vertical-align: middle;
}
.hs-header-box .tel a {
    font-family: 'Objectivity';
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

    display: block;
}
@media (max-width: 1470px) {
    .hs-header-box .tel a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-header-box .tel a {
        font-size: 0;
    }
}
.hs-header-box .tel a .icon {
    font-weight: normal;

    float: left;

    margin-right: 6px;
}
.hs-header-box .tel a:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.hs-header-box .language {
    position: relative;

    margin-left: 20px;
}
@media (max-width: 767px) {
    .hs-header-box .language {
        margin-left: 10px;
    }
}
.hs-header-box .language p {
    line-height: 34px;

    margin: 0;
    padding: 0 14px;

    border: 1px solid #333;
    border-radius: 17px;
}
@media (max-width: 767px) {
    .hs-header-box .language p {
        font-size: 12px;

        padding: 0 10px;
    }
}
.hs-header-box .language p:after {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #818588 transparent transparent transparent;
}
.hs-header-box .language ul {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;

    display: none;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hs-header-box .language ul li a {
    line-height: 30px;

    display: block;

    padding: 0 10px;

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

    color: #666;
}
.hs-header-box .language ul li a:hover {
    color: #fff;
    background-color: #175ab3;
}
.hs-header-box .toggle-navigation {
    position: relative;
    right: 0;

    display: none;

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

        height: 60px;
        margin-left: 10px;

        vertical-align: middle;
    }
}
.hs-header-box .toggle-navigation 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-navigation a:before,
.hs-header-box .toggle-navigation a:after {
    display: block;

    height: 2px;

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

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

    height: 2px;
    margin: 7px 0;

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

    background: #fff;
}
.hs-header-box:hover,
.hs-header-box.stuck-header {
    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hs-header-box:hover .logo .white,
.hs-header-box.stuck-header .logo .white {
    display: none;
}
.hs-header-box:hover .logo .black,
.hs-header-box.stuck-header .logo .black {
    display: block;
}
.hs-header-box:hover .tel,
.hs-header-box.stuck-header .tel {
    color: #68af1b;
}
.hs-header-box:hover .header-nav>ul>li>a:before,
.hs-header-box.stuck-header .header-nav>ul>li>a:before {
    background-color: #175ab3;
}
.hs-header-box:hover .header-nav>ul>li>a:after,
.hs-header-box.stuck-header .header-nav>ul>li>a:after {
    border-color: transparent transparent #175ab3 transparent;
}
.stuck-header {
    height: 80px;
}
@media (max-width: 1199px) {
    .stuck-header {
        height: 60px;
    }
}
.stuck-header .header-nav>ul>li>a {
    line-height: 80px;
}
.hc-mobile-nav .nav-wrapper {
    color: #fff;
    background-color: #175ab3;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
    border-color: #68af1b;
    background-color: #68af1b;
}
.hc-mobile-nav a {
    border-bottom-color: #68af1b;
}
.hc-mobile-nav h2 {
    color: #fff;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #68af1b;
}
.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: #68af1b;
}
.hc-mobile-nav a[href]:not([href='#'])>span.nav-next {
    border-color: #68af1b;
}
.hc-mobile-nav ul.nav-list2 {
    text-indent: 10px !important;
}
.hc-mobile-nav ul.nav-list3 {
    text-indent: 20px !important;
}
.hc-mobile-nav .title-nav {
    display: none;
}
.hc-mobile-nav img {
    display: inline-block;

    width: 30px;

    vertical-align: middle;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@-webkit-keyframes movedown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes movedown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.fp-viewing-aboutPage .hs-header-box,
.fp-viewing-casePage .hs-header-box,
.fp-viewing-newsPage .hs-header-box,
.fp-viewing-footerPage .hs-header-box {
    color: #333;
}
.fp-viewing-aboutPage .hs-header-box .logo .white,
.fp-viewing-casePage .hs-header-box .logo .white,
.fp-viewing-newsPage .hs-header-box .logo .white,
.fp-viewing-footerPage .hs-header-box .logo .white {
    display: none;
}
.fp-viewing-aboutPage .hs-header-box .logo .black,
.fp-viewing-casePage .hs-header-box .logo .black,
.fp-viewing-newsPage .hs-header-box .logo .black,
.fp-viewing-footerPage .hs-header-box .logo .black {
    display: block;
}
.fp-viewing-aboutPage .hs-header-box .tel,
.fp-viewing-casePage .hs-header-box .tel,
.fp-viewing-newsPage .hs-header-box .tel,
.fp-viewing-footerPage .hs-header-box .tel {
    color: #68af1b;
}
.fp-viewing-aboutPage .hs-header-box .header-nav>ul>li>a:before,
.fp-viewing-casePage .hs-header-box .header-nav>ul>li>a:before,
.fp-viewing-newsPage .hs-header-box .header-nav>ul>li>a:before,
.fp-viewing-footerPage .hs-header-box .header-nav>ul>li>a:before {
    background-color: #175ab3;
}
.fp-viewing-aboutPage .hs-header-box .header-nav>ul>li>a:after,
.fp-viewing-casePage .hs-header-box .header-nav>ul>li>a:after,
.fp-viewing-newsPage .hs-header-box .header-nav>ul>li>a:after,
.fp-viewing-footerPage .hs-header-box .header-nav>ul>li>a:after {
    border-color: transparent transparent #175ab3 transparent;
}
.fp-viewing-footerPage .hs-header-box {
    background-color: #fff;
}
.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: #175ab3;
    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: #175ab3;
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: #175ab3;
}
.xs-customer-service {
    position: fixed;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;

    color: #fff;
    background-color: #175ab3;
}
.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;
}
.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%;
}
.banner-box .banner .swiper-slide {
    overflow: hidden;

    width: 100vw;
}
.banner-box .banner .swiper-group {
    position: relative;

    width: 100%;
    height: 100vh;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .banner-box .banner .swiper-group {
        height: 600px;
    }
}
@media (max-width: 991px) {
    .banner-box .banner .swiper-group {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .banner-box .banner .swiper-group {
        height: 300px;
    }
}
.banner-box .swiper-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
.banner-box .swiper-text h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text h2 {
        font-size: 24px;
    }
}
.banner-box .swiper-text p {
    font-size: 30px;

    margin: 0 -20px;
    margin-top: 14px;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text p {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text p {
        font-size: 18px;

        margin: 0 -10px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text p {
        font-size: 16px;
    }
}
.banner-box .swiper-text p span {
    display: inline-block;

    margin: 0 20px;
}
@media (max-width: 991px) {
    .banner-box .swiper-text p span {
        margin: 0 10px;
    }
}
.banner-box .swiper-text.swiper-text-center {
    top: 30%;

    text-align: center;
}
.banner-box .swiper-slide-active .swiper-text h2,
.banner-box .swiper-slide-active .swiper-text h3 {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.banner-box .swiper-slide-active .swiper-text .iconlist .icon-group {
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
}
.banner-box .button-bottom {
    position: absolute;
    z-index: 2;
    bottom: 5%;

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

    width: 100%;
    padding: 0 3%;

    -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;
}
.banner-box .swiper-button-wrap {
    display: inline-block;

    vertical-align: middle;
}
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
    line-height: 60px;

    position: relative;

    display: inline-block;

    width: 60px;
    height: 60px;

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

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: none;
}
@media (max-width: 1199px) {
    .banner-box .swiper-button-next,
    .banner-box .swiper-button-prev {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.banner-box .swiper-button-next:before,
.banner-box .swiper-button-prev:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: block;

    content: '\e687';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 1199px) {
    .banner-box .swiper-button-next:before,
    .banner-box .swiper-button-prev:before {
        font-size: 20px;
    }
}
.banner-box .swiper-button-next.swiper-button-next,
.banner-box .swiper-button-prev.swiper-button-next {
    margin-left: 20px;
}
.banner-box .swiper-button-next.swiper-button-next:before,
.banner-box .swiper-button-prev.swiper-button-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.banner-box .swiper-button-next:hover,
.banner-box .swiper-button-prev:hover {
    color: #175ab3;
    background-color: #fff;
}
.banner-box .swiper-pagination {
    position: relative;

    display: inline-block;
}
.banner-box .swiper-pagination .swiper-pagination-bullet {
    line-height: 1;

    width: 21px;
    height: 7px;
    margin: 0 10px;

    opacity: .3;
    border-radius: 4px;
    background: #fff;
}
@media (max-width: 767px) {
    .banner-box .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        margin: 0 4px;
    }
}
.banner-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 38px;

    opacity: 1;
}
@media (max-width: 767px) {
    .banner-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 24px;
    }
}
.banner-box .mouse {
    z-index: 2;

    display: inline-block;

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

    opacity: .5;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
    .banner-box .mouse {
        bottom: 10px;
    }
}
.banner-box .mouse img {
    width: 24px;
}
.banner-box .mouse span {
    font-family: 'D-DIN Condensed';
    font-size: 12px;
    line-height: 2;

    display: block;
}
.banner-box .mouse:hover {
    opacity: 1;
}
.banner-inner {
    position: relative;
}
.banner-inner .banner-group {
    overflow: hidden;
}
.banner-inner .banner-group img {
    width: 100%;
}
@media (max-width: 767px) {
    .banner-inner .banner-group img {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inner .group-text {
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-inner .group-text h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #175ab3;
}
@media (max-width: 1470px) {
    .banner-inner .group-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-inner .group-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-inner .group-text h2 {
        font-size: 24px;
    }
}
.banner-inner .group-text h2:before {
    display: inline-block;

    width: 146px;
    height: 2px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background-color: #68af1b;
}
@media (max-width: 1199px) {
    .banner-inner .group-text h2:before {
        width: 100px;
    }
}
@media (max-width: 767px) {
    .banner-inner .group-text h2:before {
        width: 50px;
    }
}
.section {
    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (min-width: 1200px) {
    .section {
        height: 100vh;

        background-attachment: fixed;
    }
}
.section .fp-overflow {
    width: 100%;
    height: 100%;
}
.hs-pad {
    overflow: hidden;

    height: 100%;
    padding: 180px 5% 80px 5%;
}
@media (max-width: 1560px) {
    .hs-pad {
        padding-top: 140px;
    }
}
@media (max-width: 1199px) {
    .hs-pad {
        padding: 50px 15px;
    }
}
.section {
    -webkit-transition: all 1s;
    transition: all 1s;

    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .section {
        background-attachment: fixed;
    }
}
.hs-more {
    position: relative;

    display: inline-block;

    margin-top: 50px;

    cursor: pointer;

    color: #adadad;
}
@media (max-width: 1199px) {
    .hs-more {
        margin-top: 30px;
    }
}
.hs-more svg {
    position: relative;
    z-index: 5;
    top: -2px;
    left: -2px;

    display: block;

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

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 767px) {
    .hs-more svg {
        width: 40px;
        height: 40px;
    }
}
.hs-more svg circle {
    display: block;

    -webkit-transition: stroke-dashoffset .6s ease-out;
    transition: stroke-dashoffset .6s ease-out;

    stroke-width: 2px;
    stroke: #68af1b;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
}
@media (max-width: 1199px) {
    .hs-more svg circle {
        display: none;
    }
}
.hs-more .icon {
    font-size: 24px;
    line-height: 60px;

    position: absolute;
    z-index: 4;
    top: -2px;
    left: -2px;

    width: 60px;
    height: 60px;

    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
    text-align: center;

    color: #adadad;
    border: 1px solid rgba(173, 173, 173, .5);
    border-radius: 50%;
}
@media (max-width: 767px) {
    .hs-more .icon {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.hs-more span {
    line-height: 24px;

    color: #adadad;
}
.hs-more:hover .icon,
.hs-more:hover span {
    color: #68af1b;
}
.hs-more:hover svg circle {
    -webkit-animation: movedong 2s 0s ease both;
    animation: movedong 2s 0s ease both;

    stroke-dashoffset: 0;
}
.title-home h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    color: #175ab3;
}
@media (max-width: 1560px) {
    .title-home h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .title-home h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-home h2 {
        font-size: 20px;
    }
}
.title-home h2 span {
    display: inline-block;

    vertical-align: middle;
}
.title-home h3 {
    font-family: 'Objectivity';
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .title-home h3 {
        font-size: 16px;
    }
}
.hs-home-service {
    height: 100%;
    padding: 0;

    color: #fff;
}
.hs-home-service .icon img {
    display: block;

    width: 40px;
    margin: 0 auto;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
    .hs-home-service .icon img {
        width: 30px;
    }
}
.hs-home-service .title-service {
    position: relative;
    z-index: 5;

    display: block;
}
.hs-home-service .title-service .icon,
.hs-home-service .title-service h2 {
    display: inline-block;

    vertical-align: middle;
}
.hs-home-service .title-service .icon {
    width: 60px;
}
@media (max-width: 767px) {
    .hs-home-service .title-service .icon {
        width: 50px;
    }
}
.hs-home-service .title-service h2 {
    font-size: 26px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1560px) {
    .hs-home-service .title-service h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .hs-home-service .title-service h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-service .title-service h2 {
        font-size: 18px;
    }
}
.hs-home-service .service-more {
    font-size: 16px;
    line-height: 30px;

    position: relative;
    z-index: 5;

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

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

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

    -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: 1760px) {
    .hs-home-service .service-more {
        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .hs-home-service .service-more {
        margin-top: 14px;
    }
}
@media (max-width: 767px) {
    .hs-home-service .service-more {
        font-size: 14px;
    }
}
.hs-home-service .service-more:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;

    width: 0;
    height: 1px;

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

    background-color: #fff;
}
.hs-home-service .service-more span {
    font-size: 16px;

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

    opacity: .5;
}
.hs-home-service .service-more .icon {
    font-size: 20px;

    display: inline-block;
}
.hs-home-service .service-more:hover:after {
    width: 100%;
}
.hs-home-service .service-more:hover span {
    opacity: 1;
}
.hs-home-service .flex {
    height: 100%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.hs-home-service .service-left,
.hs-home-service .service-right {
    width: 50%;
}
@media (max-width: 1199px) {
    .hs-home-service .service-left,
    .hs-home-service .service-right {
        width: 100%;
    }
}
.hs-home-service .service-left,
.hs-home-service .service-right .service-group {
    position: relative;
}
.hs-home-service .service-left:before,
.hs-home-service .service-right .service-group:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .5);
}
.hs-home-service .service-left:after,
.hs-home-service .service-right .service-group:after {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 90, 179, 0)), to(rgba(23, 90, 179, .5)));
    background-image: -webkit-linear-gradient(rgba(23, 90, 179, 0), rgba(23, 90, 179, .5));
    background-image: linear-gradient(rgba(23, 90, 179, 0), rgba(23, 90, 179, .5));
}
.hs-home-service .service-right .service-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 33.33333333%;

    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .hs-home-service .service-right .service-group {
        height: 200px;
    }
}
@media (max-width: 767px) {
    .hs-home-service .service-right .service-group {
        height: 140px;
    }
}
.hs-home-service .service-right .service-group .title-service .icon {
    display: block;

    margin: 0 auto;
}
.hs-home-service .service-right .service-group .title-service h2 {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .hs-home-service .service-right .service-group .title-service h2 {
        margin-top: 10px;
    }
}
.hs-home-service .service-right .service-group:hover .title-service .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.hs-home-service .service-right .service-group:hover .service-more:after {
    width: 100%;
}
.hs-home-service .service-right .service-group:hover .service-more span {
    opacity: 1;
}
.hs-home-service .service-left {
    flex-direction: column;

    height: 100%;
    padding: 180px 5% 80px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1760px) {
    .hs-home-service .service-left {
        padding: 120px 5% 40px;
    }
}
@media (max-width: 1199px) {
    .hs-home-service .service-left {
        padding: 50px 15px;
    }
}
.hs-home-service .service-left .service-info {
    position: relative;
    z-index: 5;

    width: 100%;
}
.hs-home-service .service-left .title-service .icon {
    margin-right: 10px;
    padding: 10px;

    border-radius: 12px;
    background-color: #175ab3;
}
.hs-home-service .service-left .title-service h2 {
    font-weight: bold;
}
.hs-home-service .service-left .desc {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.hs-home-service .service-left .desc p {
    font-size: 17px;
    line-height: 30px;

    margin: 0;

    color: rgba(255, 255, 255, .6);
}
@media (max-width: 1560px) {
    .hs-home-service .service-left .desc p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hs-home-service .service-left .desc p {
        font-size: 14px;
    }
}
.hs-home-service .service-left .listbox {
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .hs-home-service .service-left .listbox {
        margin-top: 0;
    }
}
.hs-home-service .service-left .listbox .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .hs-home-service .service-left .listbox .group {
        margin-top: 20px;
    }
}
.hs-home-service .service-left .listbox .group span {
    font-size: 18px;
    line-height: 26px;

    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 20px;

    color: rgba(255, 255, 255, .6);
}
@media (max-width: 767px) {
    .hs-home-service .service-left .listbox .group span {
        font-size: 16px;
    }
}
.hs-home-service .service-left .listbox .group:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.hs-home-service .service-left .listbox .group:hover span {
    color: #fff;
}
@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.hs-home-cases {
    padding: 0 0 0 5%;
}
@media (max-width: 1199px) {
    .hs-home-cases {
        padding: 0 0 0 15px;
    }
}
.hs-home-cases .cases {
    position: relative;
    z-index: 2;

    width: 35%;
    padding: 160px 0 80px 0;
}
@media (max-width: 1560px) {
    .hs-home-cases .cases {
        padding: 140px 0 50px 0;
    }
}
@media (max-width: 767px) {
    .hs-home-cases .cases {
        width: 100%;
        padding: 50px 0;
    }
}
.hs-home-cases .cases .desc {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-home-cases .cases .desc {
        margin-top: 30px;
    }
}
.hs-home-cases .cases .desc p {
    font-size: 17px;
    line-height: 1.76470588;
}
@media (max-width: 1560px) {
    .hs-home-cases .cases .desc p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .hs-home-cases .cases .desc p {
        font-size: 14px;
    }
}
.hs-home-cases .cases .hs-more {
    margin-top: 20%;
}
.hs-home-cases .img {
    position: absolute;
    top: -10%;
    right: -30%;

    width: 90%;
    height: 110%;

    background-position: center left;
    background-size: cover;
}
@media (max-width: 767px) {
    .hs-home-cases .img {
        right: -10%;
    }
}
.hs-home-about {
    position: relative;

    height: 100vh;
    padding-bottom: 0;
}
@media (max-width: 1199px) {
    .hs-home-about {
        height: auto;
    }
}
.hs-home-about .container {
    height: 100%;
}
.hs-home-about .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hs-home-about .about-top .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-right: 20%;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .hs-home-about .about-top .desc {
        padding-right: 0;
    }
}
.hs-home-about .about-top .desc .note {
    display: -webkit-box;
    overflow: hidden;

    width: 750px;
    height: 160px;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 767px) {
    .hs-home-about .about-top .desc .note {
        margin-top: 20px;
    }
}
.hs-home-about .about-top .desc .note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin-top: 0;
    margin-bottom: 10px;

    color: #175ab3;
}
@media (max-width: 1560px) {
    .hs-home-about .about-top .desc .note h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-home-about .about-top .desc .note h3 {
        font-size: 18px;
    }
}
.hs-home-about .about-top .desc .note p {
    font-size: 17px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1560px) {
    .hs-home-about .about-top .desc .note p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .hs-home-about .about-top .desc .note p {
        font-size: 14px;
    }
}
.hs-home-about .number {
    position: relative;

    width: 100%;
    padding: 8% 0;

    color: #fff;
    border-radius: 50px 50px 0 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#175ab3), to(#1c96f4));
    background: -webkit-linear-gradient(bottom, #175ab3, #1c96f4);
    background: linear-gradient(0deg, #175ab3, #1c96f4);
}
@media (max-width: 1660px) {
    .hs-home-about .number {
        padding: 4% 0;
    }
}
@media (max-width: 1199px) {
    .hs-home-about .number {
        margin-top: 30px;
        padding-left: 3%;
    }
}
.hs-home-about .number .year {
    font-family: 'Pattaya';
    font-size: 24px;

    position: absolute;
    z-index: 1;
    top: -56px;
    right: 0;
    right: 10%;

    width: 390px;
    padding-top: 6px;
    padding-left: 5%;

    color: #fff;
    border-radius: 50px 0 0 0;
    background: #68af1b;
    background-color: #68af1b;
}
@media (max-width: 1199px) {
    .hs-home-about .number .year {
        font-size: 20px;

        width: 250px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .number .year {
        font-size: 18px;
        line-height: 40px;

        top: -46px;
        right: -15px;

        width: 150px;

        border-radius: 30px 0 30px 0;
    }
}
.hs-home-about .number .year span {
    line-height: 50px;

    display: block;
}
@media (max-width: 767px) {
    .hs-home-about .number .year span {
        line-height: 40px;
    }
}
.hs-home-about .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 50%;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .hs-home-about .number ul {
        width: 60%;
    }
}
.hs-home-about .number ul li {
    padding: 0 50px;
}
@media (max-width: 1660px) {
    .hs-home-about .number ul li {
        padding: 0 30px;
    }
}
@media (max-width: 1199px) {
    .hs-home-about .number ul li {
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .number ul li {
        width: 50%;
    }
}
.hs-home-about .number .group b {
    font-family: 'Objectivity';
    font-size: 60px;
    font-weight: 100;
    line-height: 1;

    display: block;
}
@media (max-width: 1560px) {
    .hs-home-about .number .group b {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-home-about .number .group b {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .hs-home-about .number .group b {
        font-size: 30px;
    }
}
.hs-home-about .number .group p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 10px 0 0 0;
}
@media (max-width: 1560px) {
    .hs-home-about .number .group p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .hs-home-about .number .group p {
        font-size: 14px;
    }
}
.hs-home-about .about-pic {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;

    max-width: 55%;
}
@media (max-width: 1660px) {
    .hs-home-about .about-pic {
        max-width: 45%;
    }
}
.hs-home-about .about-pic img {
    max-width: 100%;
}
.hs-home-news .news-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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hs-home-news .news-menu {
        width: 100%;
        margin-top: 10px;
    }
}
.hs-home-news .news-menu>ul>li {
    display: inline-block;

    vertical-align: top;
}
.hs-home-news .news-menu>ul>li:after {
    display: block;

    width: 0;
    height: 0;
    margin: 0 auto;

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

    opacity: 0;
    border-width: 8px 4px 0 4px;
    border-style: solid;
    border-color: #68af1b transparent transparent transparent;
}
.hs-home-news .news-menu>ul>li>a {
    font-size: 18px;
    line-height: 44px;

    display: inline-block;

    padding: 0 20px;

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

    border-radius: 10px;
}
@media (max-width: 767px) {
    .hs-home-news .news-menu>ul>li>a {
        font-size: 16px;
        line-height: 40px;
    }
}
.hs-home-news .news-menu>ul>li.active:after {
    opacity: 1;
}
.hs-home-news .news-menu>ul>li.active>a {
    color: #fff;
    background-color: #68af1b;
}
.hs-home-news .news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-home-news .news .news-img {
    overflow: hidden;

    width: 470px;
    margin-top: 50px;
}
@media (max-width: 1560px) {
    .hs-home-news .news .news-img {
        width: 370px;
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-home-news .news .news-img {
        display: none;
    }
}
.hs-home-news .news .news-list {
    width: -webkit-calc(100% - 470px);
    width: calc(100% - 470px);
    padding-left: 30px;
}
@media (max-width: 1560px) {
    .hs-home-news .news .news-list {
        width: -webkit-calc(100% - 370px);
        width: calc(100% - 370px);
    }
}
@media (max-width: 1199px) {
    .hs-home-news .news .news-list {
        width: 100%;
        padding-left: 0;
    }
}
.hs-home-news .news .news-list .group {
    display: block;

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

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

    background-color: #fff;
}
@media (max-width: 1560px) {
    .hs-home-news .news .news-list .group {
        margin-top: 30px;
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-news .news .news-list .group {
        padding: 20px 14px;
    }
}
.hs-home-news .news .news-list .group h3 {
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px) {
    .hs-home-news .news .news-list .group h3 {
        font-size: 18px;
    }
}
.hs-home-news .news .news-list .group p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .hs-home-news .news .news-list .group p {
        font-size: 14px;
    }
}
.hs-home-news .news .news-list .group .more {
    line-height: 30px;

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

    margin-top: 20px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .hs-home-news .news .news-list .group .more {
        margin-top: 10px;
    }
}
.hs-home-news .news .news-list .group .more span {
    font-size: 16px;

    display: inline-block;

    color: #999;
}
@media (max-width: 991px) {
    .hs-home-news .news .news-list .group .more span {
        font-size: 14px;
    }
}
.hs-home-news .news .news-list .group .more .icon {
    font-size: 22px;

    color: #ddd;
}
.hs-home-news .news .news-list .group:hover {
    color: #fff;
    background-color: #175ab3;
}
.hs-home-news .news .news-list .group:hover p,
.hs-home-news .news .news-list .group:hover .more span,
.hs-home-news .news .news-list .group:hover .more .icon {
    color: #fff;
}
.gettop {
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 30px;

    display: none;

    cursor: pointer;

    color: #175ab3;
}
.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);
    }
}
.active.section,
.active .hs-home-product .product-list .product,
.active .hs-home-customer .customer-big-scroll .customer-group {
    background-position: center;
}
.active .hs-home-service .service-group {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}
.active .hs-home-service .service-left {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}
.active .hs-home-cases .cases {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}
.active .hs-home-cases .img {
    -webkit-animation: fadeInRight 1.5s 0s ease both;
    animation: fadeInRight 1.5s 0s ease both;
}
.active .hs-home-about .about {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}
.active .hs-home-news .title-home {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}
.active .hs-home-news .news {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}
.leave.section,
.leave .hs-home-product .product-list .product,
.leave .hs-home-customer .customer-bg {
    background-position: bottom center;
}
.leave .hs-home-service .service-group {
    -webkit-animation: fadeOutDown 1.5s 0s ease both;
    animation: fadeOutDown 1.5s 0s ease both;
}
.leave .hs-home-service .service-left {
    -webkit-animation: fadeOutUp 1.5s 0s ease both;
    animation: fadeOutUp 1.5s 0s ease both;
}
.leave .hs-home-cases .cases {
    -webkit-animation: fadeOutUp 1.5s 0s ease both;
    animation: fadeOutUp 1.5s 0s ease both;
}
.leave .hs-home-cases .img {
    -webkit-animation: fadeOutRight 1.5s 0s ease both;
    animation: fadeOutRight 1.5s 0s ease both;
}
.leave .hs-home-about .about {
    -webkit-animation: fadeOutDown 1.5s 0s ease both;
    animation: fadeOutDown 1.5s 0s ease both;
}
.leave .hs-home-news .title-home {
    -webkit-animation: fadeOutUp 1.5s 0s ease both;
    animation: fadeOutUp 1.5s 0s ease both;
}
.leave .hs-home-news .news {
    -webkit-animation: fadeOutDown 1.5s 0s ease both;
    animation: fadeOutDown 1.5s 0s ease both;
}
.hs-inner {
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px) {
    .hs-inner {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .hs-inner {
        padding: 40px 0;
    }
}
.title-inner {
    text-align: center;
}
.title-inner h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #175ab3;
}
@media (max-width: 991px) {
    .title-inner h2 {
        font-size: 24px;
    }
}
.title-inner h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #68af1b;
}
@media (max-width: 991px) {
    .title-inner h3 {
        font-size: 20px;
    }
}
.title-inner p {
    font-size: 16px;
    line-height: 30px;

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

    color: #666;
}
@media (max-width: 767px) {
    .title-inner p {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.hs-inner-location {
    padding: 15px 0;

    border-bottom: 1px solid #e6e6e6;
}
.hs-inner-location .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hs-inner-location .title-inner h2 {
    font-size: 24px;
    line-height: 40px;

    color: #333;
}
@media (max-width: 767px) {
    .hs-inner-location .title-inner h2 {
        font-size: 20px;
    }
}
.hs-inner-location .location {
    line-height: 40px;

    position: relative;

    padding-left: 30px;

    color: #999;
}
.hs-inner-location .location:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e6c8';

    color: rgba(153, 153, 153, .7);
}
.hs-inner-location .location ul li {
    display: inline-block;

    vertical-align: top;
    text-transform: capitalize;
}
.hs-inner-location .location ul li:after {
    display: inline-block;

    margin: 0 4px;

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

    vertical-align: top;
}
.hs-inner-location .location ul li a:hover {
    text-decoration: underline;

    color: #175ab3;
}
@media (min-width: 1200px) {
    .inner-info {
        font-size: 0;
    }
    .inner-info .inner-left,
    .inner-info .inner-right {
        font-size: 14px;

        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .inner-left {
        width: 280px;
        margin-bottom: -9999px;
        padding-bottom: 9999px;

        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }
    .inner-right {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
        padding-left: 5%;
    }
}
.catalog-menu {
    position: relative;
}
@media (max-width: 1199px) {
    .catalog-menu {
        margin-top: 10px;

        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }
}
.catalog-menu .tit-menu {
    position: relative;

    padding: 10px 15px;

    background-color: #68af1b;
}
.catalog-menu .tit-menu h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
.catalog-menu .tit-menu .btn-toggle {
    position: absolute;
    top: 5px;
    right: 15px;

    display: none;

    width: 30px;
    height: 50px;
}
@media (max-width: 1199px) {
    .catalog-menu .tit-menu .btn-toggle {
        top: 0;

        display: block;

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

    display: block;

    width: 30px;
    height: 2px;

    border-radius: 5px;
    background-color: #fff;
}
.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);
}
@media (max-width: 1199px) {
    .catalog-menu .menu-nav {
        position: absolute;
        z-index: 8;
        top: 100%;
        left: 0;

        display: none;

        width: 100%;

        background-color: #fff;
        box-shadow: 0 11px 10px 0 #ddebfd;
    }
}
.catalog-menu .menu-nav1 {
    border-top: 1px solid #e6e6e6;
}
.catalog-menu .menu-nav1>li {
    position: relative;

    border-bottom: 1px solid #e6e6e6;
}
.catalog-menu .menu-nav1>li>a {
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 50px 20px 30px;

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

        padding: 10px 50px 10px 20px;
    }
}
.catalog-menu .menu-nav1>li:after {
    position: absolute;
    z-index: 2;
    top: 36px;
    right: 30px;

    width: 0;
    height: 0;

    content: '';

    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(23, 90, 179, .3);
}
@media (max-width: 991px) {
    .catalog-menu .menu-nav1>li:after {
        top: 20px;
        right: 10px;
    }
}
.catalog-menu .menu-nav1>li:before {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;

    display: block;

    width: 50px;
    height: 50px;

    content: '';
}
.catalog-menu .menu-nav1>li.active:after,
.catalog-menu .menu-nav1>li:hover:after {
    border-color: transparent transparent transparent #68af1b;
}
.catalog-menu .menu-nav1>li.active>a,
.catalog-menu .menu-nav1>li:hover>a {
    color: #fff;
    background-color: #175ab3;
}
.catalog-menu .menu-nav1>li.active .menu-nav2 {
    display: block !important;
}
.catalog-menu .menu-nav1 .menu-nav2 {
    display: none;
}
@media (max-width: 1199px) {
    .catalog-menu .menu-nav1 .menu-nav2>li {
        display: inline-block;

        vertical-align: top;
    }
}
.catalog-menu .menu-nav1 .menu-nav2>li>a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 8px 30px;

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

    color: #666;
}
@media (max-width: 1199px) {
    .catalog-menu .menu-nav1 .menu-nav2>li>a {
        font-size: 14px;
        line-height: 24px;

        padding: 5px 10px;
    }
}
.catalog-menu .menu-nav1 .menu-nav2>li>a:before {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #c5c5c5;
}
.catalog-menu .menu-nav1 .menu-nav2>li.active>a,
.catalog-menu .menu-nav1 .menu-nav2>li:hover>a {
    color: #175ab3;
}
.catalog-menu .menu-nav1 .menu-nav2>li.active>a:before,
.catalog-menu .menu-nav1 .menu-nav2>li:hover>a:before {
    border-color: transparent transparent transparent #175ab3;
}
.hs-inner-about {
    padding: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-about .about-text {
    width: 50%;
    padding: 30px 5%;
}
@media (max-width: 991px) {
    .hs-inner-about .about-text {
        width: 200%;
        padding: 30px 15px;
    }
}
.hs-inner-about .about-text .editor-text {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .hs-inner-about .about-text .editor-text {
        margin-top: 20px;
    }
}
.hs-inner-about .about-text .editor-text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px) {
    .hs-inner-about .about-text .editor-text p {
        font-size: 14px;
    }
}
.hs-inner-about .title-inner {
    text-align: left;
}
.hs-inner-about .about-img {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-about .about-img {
        width: 100%;
    }
    .hs-inner-about .about-img img {
        width: 100%;
    }
}
.hs-inner-advantage {
    position: relative;
    z-index: 2;

    overflow: visible;

    padding-top: 0;
    padding-right: 5%;
    padding-left: 5%;

    background: url(../images/advantage_bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.hs-inner-advantage .num-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-advantage .num-box .num-list {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    padding: 60px 5%;

    color: #fff;
    background-color: #175ab3;
}
@media (max-width: 1199px) {
    .hs-inner-advantage .num-box .num-list {
        width: 100%;
        width: -webkit-calc(100% - 180px);
        width: calc(100% - 180px);
        padding: 30px 15px;
    }
}
@media (max-width: 767px) {
    .hs-inner-advantage .num-box .num-list {
        width: 100%;
    }
}
.hs-inner-advantage .num-box .num-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-advantage .num-box .num-list ul li {
    margin: 10px 0;
}
@media (max-width: 767px) {
    .hs-inner-advantage .num-box .num-list ul li {
        max-width: 33.33333333%;
    }
}
.hs-inner-advantage .num-box .num-list .num-group b {
    font-family: 'Objectivity';
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
}
@media (max-width: 1470px) {
    .hs-inner-advantage .num-box .num-list .num-group b {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-advantage .num-box .num-list .num-group b {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-advantage .num-box .num-list .num-group b {
        font-size: 30px;
    }
}
.hs-inner-advantage .num-box .num-list .num-group p {
    font-size: 18px;
    line-height: 30px;

    margin: 14px 0 0 0;
}
@media (max-width: 1199px) {
    .hs-inner-advantage .num-box .num-list .num-group p {
        font-size: 16px;
    }
}
.hs-inner-advantage .num-box .year {
    font-family: 'Pattaya';
    font-size: 24px;

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

    width: 240px;

    color: #fff;
    background-color: #68af1b;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .hs-inner-advantage .num-box .year {
        width: 180px;
    }
}
@media (max-width: 767px) {
    .hs-inner-advantage .num-box .year {
        width: 100%;
        padding: 10px 0;
    }
}
.hs-inner-advantage .num-box .jiantou {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 240px;
    padding-top: 50px;

    opacity: .1;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .hs-inner-advantage .num-box .jiantou {
        display: none;
    }
}
.hs-inner-advantage .num-box .jiantou .icon {
    font-size: 200px;
    line-height: 1;
}
@media (max-width: 1470px) {
    .hs-inner-advantage .num-box .jiantou .icon {
        font-size: 150px;
    }
}
.hs-inner-advantage .advantage {
    overflow: hidden;

    margin-top: 30px;
}
.hs-inner-advantage .advantage ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-advantage .advantage ul li {
    padding: 30px 15px;

    border-right: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .hs-inner-advantage .advantage ul li {
        padding: 15px 15px;
    }
}
.hs-inner-advantage .advantage .advantage-group {
    max-width: 230px;
    margin: 0 auto;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}
@media (max-width: 767px) {
    .hs-inner-advantage .advantage .advantage-group {
        max-width: 100%;
    }
}
.hs-inner-advantage .advantage .advantage-group .icon {
    width: 50px;
    margin: 0 auto;
}
.hs-inner-advantage .advantage .advantage-group .icon img {
    width: 100%;
}
.hs-inner-advantage .advantage .advantage-group h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 20px 0;

    color: #175ab3;
}
@media (max-width: 1470px) {
    .hs-inner-advantage .advantage .advantage-group h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-advantage .advantage .advantage-group h3 {
        font-size: 18px;
    }
}
.hs-inner-advantage .advantage .advantage-group p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .hs-inner-advantage .advantage .advantage-group p {
        font-size: 14px;
    }
}
.hs-inner-advantage .advantage .advantage-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hs-inner-culture .culture {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-culture .culture {
        margin-top: 0;
    }
}
.hs-inner-culture .culture ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-culture .culture ul li {
    width: 33.33333333%;
    margin-top: 30px;
    padding: 0 35px;
}
@media (max-width: 1199px) {
    .hs-inner-culture .culture ul li {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .hs-inner-culture .culture ul li {
        width: 100%;
    }
}
.hs-inner-culture .culture .culture-group {
    height: 100%;
    padding: 50px 30px 140px 30px;

    text-align: center;

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 90, 179, .1)), to(#fff));
    background-image: -webkit-linear-gradient(rgba(23, 90, 179, .1), #fff);
    background-image: linear-gradient(rgba(23, 90, 179, .1), #fff);
}
@media (max-width: 767px) {
    .hs-inner-culture .culture .culture-group {
        padding: 30px 15px;
    }
}
.hs-inner-culture .culture .culture-group h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    color: #175ab3;
}
@media (max-width: 991px) {
    .hs-inner-culture .culture .culture-group h3 {
        font-size: 18px;
    }
}
.hs-inner-culture .culture .culture-group p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .hs-inner-culture .culture .culture-group p {
        font-size: 14px;
    }
}
.hs-inner-culture .slogan {
    text-align: center;
}
.hs-inner-culture .slogan p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
.hs-inner-culture .slogan p span {
    color: #68af1b;
}
.hs-inner-organization {
    background: url(../images/organization_bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.hs-inner-organization .organization {
    margin-top: 30px;

    text-align: center;
}
.hs-inner-organization .organization img {
    max-width: 100%;
}
.hs-inner-organization .organization .img {
    margin-top: 20px;
}
.hs-inner-organization .organization .img1 {
    margin-top: -30px;
}
.hs-inner-organization .organization .imglogo {
    position: relative;
    z-index: 3;
}
.hs-inner-history {
    position: relative;

    clear: both;

    padding-bottom: 400px;

    background: url(../images/history_bg.jpg) no-repeat top center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-inner-history {
        padding-bottom: 200px;
    }
}
@media (max-width: 767px) {
    .hs-inner-history {
        padding-bottom: 100px;
    }
}
.hs-inner-history:before {
    position: absolute;
    z-index: 1;
    top: 262px;
    left: -100%;

    display: block;

    width: 300%;
    height: 2px;

    content: '';

    background-color: #f1f1f1;
}
@media (max-width: 991px) {
    .hs-inner-history:before {
        top: 234px;
    }
}
@media (max-width: 767px) {
    .hs-inner-history:before {
        top: 223px;
    }
}
.hs-inner-history .history {
    position: relative;

    padding: 0 8%;
}
@media (max-width: 767px) {
    .hs-inner-history .history {
        padding: 0 50px;
    }
}
.hs-inner-history .history .swiper-button-prev,
.hs-inner-history .history .swiper-button-next {
    top: 30px;
}
.hs-inner-history .swiper-history {
    margin-top: 60px;
}
.hs-inner-history .swiper-history .history-group {
    position: relative;
    z-index: 3;
}
.hs-inner-history .swiper-history .history-group .title-history h3 {
    font-family: 'D-DIN Condensed';
    font-size: 30px;
    line-height: 30px;

    margin: 0;

    color: #175ab3;
}
@media (max-width: 1470px) {
    .hs-inner-history .swiper-history .history-group .title-history h3 {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .hs-inner-history .swiper-history .history-group .title-history h3 {
        font-size: 20px;
    }
}
.hs-inner-history .swiper-history .history-group .title-history h4 {
    font-size: 24px;
    line-height: 30px;

    margin: 0;

    color: #68af1b;
}
@media (max-width: 1470px) {
    .hs-inner-history .swiper-history .history-group .title-history h4 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-history .swiper-history .history-group .title-history h4 {
        font-size: 18px;
    }
}
.hs-inner-history .swiper-history .history-group .history-text {
    position: relative;
    z-index: 3;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 60px;
}
.hs-inner-history .swiper-history .history-group .history-text:before {
    position: absolute;
    z-index: 3;
    top: -32px;

    display: block;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background: #333;
}
.hs-inner-history .swiper-history .history-group .history-text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.hs-inner-history .hs-top,
.hs-inner-history .hs-bot {
    position: absolute;
    z-index: 1;
    bottom: 0;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px) {
    .hs-inner-history .hs-top img,
    .hs-inner-history .hs-bot img {
        width: 100%;
    }
}
.hs-inner-history .hs-top {
    z-index: 2;

    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}
@media (max-width: 1199px) {
    .hs-inner-history .hs-top {
        -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
}
.hs-inner-history .hs-bot {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
@media (max-width: 1199px) {
    .hs-inner-history .hs-bot {
        -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
}
.hs-inner-honor .honor-menu {
    text-align: center;
}
.hs-inner-honor .honor-menu>ul>li {
    display: inline-block;

    vertical-align: middle;
}
.hs-inner-honor .honor-menu>ul>li>a {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 0 50px;

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

    color: #aaa;
}
@media (max-width: 1470px) {
    .hs-inner-honor .honor-menu>ul>li>a {
        font-size: 26px;

        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor-menu>ul>li>a {
        font-size: 20px;

        padding: 0 15px;
    }
}
.hs-inner-honor .honor-menu>ul>li>a:after {
    display: block;

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

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

    opacity: 0;
    border-width: 8px 4px 0 4px;
    border-style: solid;
    border-color: #175ab3 transparent transparent transparent;
}
.hs-inner-honor .honor-menu>ul>li.active>a {
    color: #175ab3;
}
.hs-inner-honor .honor-menu>ul>li.active>a:after {
    opacity: 1;
}
.hs-inner-honor .honor-list {
    position: relative;
    margin-top: 60px;

}
.hs-inner-honor .swiper-button-disabled {
    opacity: 0;
}
.hs-inner-honor .honor {
    position: absolute;
    padding: 0 5%;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
}
.hs-inner-honor .honor:nth-child(1) {
    position: relative;
}
.hs-inner-honor .honor.active {
    opacity: 1;
    z-index: 8;
}
@media (max-width: 1470px) {
    .hs-inner-honor .honor-list {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor-list {
        padding: 0 15px;
    }
}
.hs-inner-honor .honor-list .swiper-slide {
    width: auto;
    padding: 10px 25px;
}
@media (max-width: 1470px) {
    .hs-inner-honor .honor-list .swiper-slide {
        padding: 10px 15px;
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor-list .swiper-slide {
        padding: 10px 5px;
    }
}
.hs-inner-honor .honor-list .group {
    display: inline-block;

    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}
.hs-inner-honor .honor-list .group:after {
    display: block;

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

    content: '';

    border-width: 8px 4px 0 4px;
    border-style: solid;
    border-color: #175ab3 transparent transparent transparent;
}
.hs-inner-honor .honor-list .group img {
    height: 300px;
    border: 1px solid #dcdcdc;
}
@media (max-width: 1470px) {
    .hs-inner-honor .honor-list .group img {
        height: 240px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-honor .honor-list .group img {
        height: 140px;
    }
}
.hs-inner-honor .honor-list .group h3 {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hs-inner-honor .honor-list .group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hs-inner-honor .honor-list .group:hover h3 {
    color: #175ab3;
}
.hs-inner-honor .honor-list .swiper-button-next,
.hs-inner-honor .honor-list .swiper-button-prev {
    top: 40%;
}
@media (max-width: 767px) {
    .hs-inner-honor .honor-list .swiper-button-next,
    .hs-inner-honor .honor-list .swiper-button-prev {
        left: -15px;
    }
}
.hs-inner-honor .honor-list .swiper-button-next:before,
.hs-inner-honor .honor-list .swiper-button-prev:before {
    content: '\e625';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .hs-inner-honor .honor-list .swiper-button-next {
        right: -15px;
        left: auto;
    }
}
.hs-inner-honor .honor-list .swiper-button-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#about-about,
#about-organization,
#about-culture,
#about-history,
#about-honor {
    position: relative;
    top: -100px;
}
.hs-inner-product {
    /* padding-top: 0; */
}
.hs-inner-product .product .product-editor {
    margin-top: 50px;

}
@media (max-width: 991px) {
    .hs-inner-product .product .product-editor {
        margin-top: 30px;
    }
}
.hs-inner-product .product .product-editor img {
    max-width: 100%;
}
.hs-inner-product .product .product-editor p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .hs-inner-product .product .product-editor p {
        font-size: 14px;
    }
}
.hs-inner-product .product .product-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -30px;
    margin-top: -30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1470px) {
    .hs-inner-product .product .product-menu ul {
        margin: 0 -15px;
    }
}
.hs-inner-product .product .product-menu ul li {
    width: 33.33333333%;
    margin-top: 30px;
    padding: 0 30px;
}
@media (max-width: 1470px) {
    .hs-inner-product .product .product-menu ul li {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product .product .product-menu ul li {
        width: 100%;
    }
}
.hs-inner-product .product .product-menu ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 20px 20px;

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

    color: #175ab3;
    border: 1px solid #b4d2f6;
    background: #f4f9ff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hs-inner-product .product .product-menu ul li a {
        padding: 10px;
    }
}
.hs-inner-product .product .product-menu ul li a .icon {
    width: 40px;
}
.hs-inner-product .product .product-menu ul li a .icon img {
    width: 100%;
}
.hs-inner-product .product .product-menu ul li a h3 {
    font-size: 16px;
    line-height: 40px;

    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0;
    padding: 0 10px;
}
.hs-inner-product .product .product-menu ul li a .iconfont {
    line-height: 40px;

    width: 40px;
    height: 40px;

    text-align: center;
}
.hs-inner-product .product .product-menu ul li a .iconfont:before {
    font-size: 20px;

    display: block;

    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.hs-inner-product .product .product-menu ul li a:hover {
    color: #fff;
    background-color: #175ab3;
}
.hs-inner-product .product .product-menu ul li a:hover .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details {
        margin-top: 30px;
    }
}
.hs-inner-product-details .product-details .title-inner {
    text-align: left;
}
.hs-inner-product-details .product-details .title-inner h2 {
    color: #333;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .title-inner h2 {
        font-size: 20px;
    }
}
.hs-inner-product-details .product-details .product-details-editor {
    margin-top: 30px;
}
.hs-inner-product-details .product-details .product-details-editor img {
    max-width: 100%;
}
.hs-inner-product-details .product-details .product-details-editor p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .product-details-editor p {
        font-size: 14px;
    }
}
.hs-inner-product-details .product-details .product-swiperbox {
    position: relative;

    margin-top: 50px;
    padding: 0 5%;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .product-swiperbox {
        margin-top: 30px;
    }
}
.hs-inner-product-details .product-details .product-swiperbox .swiper-slide {
    width: 49%;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .product-swiperbox .swiper-slide {
        width: 51%;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .product-swiperbox .swiper-slide {
        width: 60%;
    }
}
.hs-inner-product-details .product-details .product-swiperbox .swiper-group {
    border: 2px solid #fff;
    box-shadow: 0 11px 10px 0 #ddebfd;
}
.hs-inner-product-details .product-details .product-swiperbox .swiper-group .ibox {
    padding-bottom: 67.5%;
}
.hs-inner-product-details .product-details .product-swiperbox .swiper-slide-active .swiper-group {
    border: none;
    box-shadow: none;
}
.hs-inner-product-details .product-details .product-swiperbox .swiper-button-next,
.hs-inner-product-details .product-details .product-swiperbox .swiper-button-prev {
    line-height: 50px;

    width: 50px;
    height: 50px;

    color: #999;
    border: 2px solid #dcdcdc;
    border-radius: 50%;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .product-swiperbox .swiper-button-next,
    .hs-inner-product-details .product-details .product-swiperbox .swiper-button-prev {
        line-height: 26px;

        width: 30px;
        height: 30px;
    }
}
.hs-inner-product-details .product-details .product-swiperbox .swiper-button-next:before,
.hs-inner-product-details .product-details .product-swiperbox .swiper-button-prev:before {
    font-size: 20px;

    content: '\e625';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .product-swiperbox .swiper-button-next:before,
    .hs-inner-product-details .product-details .product-swiperbox .swiper-button-prev:before {
        font-size: 18px;
    }
}
.hs-inner-product-details .product-details .product-swiperbox .swiper-button-next:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.hs-inner-product-details .details-1 {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-1 {
        margin-top: 30px;
    }
}
.hs-inner-product-details .details-1>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -25px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .details-1>ul {
        margin: 0 -15px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-product-details .details-1>ul {
        margin: 0 -5px;
    }
}
.hs-inner-product-details .details-1>ul>li {
    width: 25%;
    margin: 10px 0;
    padding: 0 25px;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .details-1>ul>li {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-product-details .details-1>ul>li {
        padding: 0 5px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .details-1>ul>li {
        width: 50%;
        margin: 5px 0;
    }
}
.hs-inner-product-details .details-1>ul>li:nth-child(2n) .details-group {
    background-color: #68af1b;
}
.hs-inner-product-details .details-1 .details-group {
    font-size: 16px;
    line-height: 30px;

    height: 100%;
    padding: 20px;

    text-align: center;

    color: #fff;
    background-color: #175ab3;
}
@media (max-width: 1470px) {
    .hs-inner-product-details .details-1 .details-group {
        padding: 15px 10px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-1 .details-group {
        font-size: 14px;
        line-height: 24px;
    }
}
.hs-inner-product-details .details-1 .details-group p {
    margin: 0;
}
.hs-inner-product-details .details-2 {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-2 {
        margin-top: 30px;
    }
}
.hs-inner-product-details .details-2>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -40px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .details-2>ul {
        margin: 0 -20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-2>ul {
        margin: 0 -5px;
    }
}
.hs-inner-product-details .details-2>ul>li {
    width: 33.33333333%;
    margin: 15px 0;
    padding: 0 40px;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .details-2>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-2>ul>li {
        padding: 0 5px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .details-2>ul>li {
        width: 100%;
        margin: 5px 0;
    }
}
.hs-inner-product-details .details-2 .details-group {
    padding: 50px 8%;

    text-align: center;

    background: #f5f9ff;
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-2 .details-group {
        padding: 30px 15px;
    }
}
.hs-inner-product-details .details-2 .details-group h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin-top: 0;

    color: #175ab3;
}
@media (max-width: 1470px) {
    .hs-inner-product-details .details-2 .details-group h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-2 .details-group h3 {
        font-size: 16px;
    }
}
.hs-inner-product-details .details-2 .details-group p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-2 .details-group p {
        font-size: 14px;
    }
}
.hs-inner-product-details .details-3 {
    margin-top: 50px;
    padding: 50px 20%;

    text-align: center;

    color: #fff;
    background-color: #175ab3;
}
@media (max-width: 1470px) {
    .hs-inner-product-details .details-3 {
        padding: 30px 10%;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-3 {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .details-3 {
        padding: 30px 15px;
    }
}
.hs-inner-product-details .details-3 p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-3 p {
        font-size: 14px;
    }
}
.hs-inner-product-details .details-4 {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-4 {
        margin-top: 30px;
    }
}
.hs-inner-product-details .details-4 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-product-details .details-4 ul li {
    min-width: 33.33333333%;
    margin: 10px 0;
}
@media (max-width: 767px) {
    .hs-inner-product-details .details-4 ul li {
        margin: 5px 0;
    }
}
.hs-inner-product-details .details-4 p {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    padding-left: 20px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-4 p {
        font-size: 14px;
    }
}
.hs-inner-product-details .details-4 p:before {
    position: absolute;
    top: 10px;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #175ab3;
}
.hs-inner-customers {
    padding-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-customers {
        padding-top: 30px;
    }
}
.hs-inner-customers .customers-text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .hs-inner-customers .customers-text p {
        font-size: 14px;
    }
}
.hs-inner-customers .customers-num {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-customers .customers-num {
        margin-top: 30px;
    }
}
.hs-inner-customers .customers-num ul li {
    display: inline-block;

    width: 30%;

    vertical-align: top;
}
@media (max-width: 767px) {
    .hs-inner-customers .customers-num ul li {
        display: block;

        width: 100%;
        margin: 10px 0;
    }
}
.hs-inner-customers .customers-num .group b {
    font-family: 'D-DIN Condensed';
    font-size: 72px;
    font-weight: normal;

    color: #175ab3;
}
@media (max-width: 1199px) {
    .hs-inner-customers .customers-num .group b {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .hs-inner-customers .customers-num .group b {
        font-size: 50px;
    }
}
.hs-inner-customers .customers-num .group p {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.hs-inner-customers .customers {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .hs-inner-customers .customers {
        margin-top: 0;
    }
}
.hs-inner-customers .customers .group {
    margin-top: 40px;

    cursor: pointer;
}
.hs-inner-customers .customers .group .ibox {
    padding-bottom: 42.22222222%;

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

    box-shadow: 0 11px 10px 0 #ddebfd;
}
.hs-inner-customers .customers .group .ibox img {
    -webkit-transition: all .6s;
    transition: all .6s;
}
.hs-inner-customers .customers .group:hover .ibox {
    box-shadow: 0 11px 20px 0 #ddebfd;
}
.hs-inner-customers .customers .group:hover .ibox img {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}
.hs-inner-cases {
    padding-top: 0;
}
@media (min-width: 1560px) {
    .hs-inner-cases .cases ul {
        margin: 0 -40px;
    }
    .hs-inner-cases .cases ul li {
        padding: 0 40px;
    }
}
.hs-inner-cases .cases ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-cases .cases ul li {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .hs-inner-cases .cases ul li {
        margin-top: 30px;
    }
}
.hs-inner-cases .cases .cases-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    border-radius: 16px;
    background: #fff;
    box-shadow: 0 11px 10px 0 #ddebfd;
}
@media (max-width: 767px) {
    .hs-inner-cases .cases .cases-group {
        padding: 30px 15px;
    }
}
.hs-inner-cases .cases .cases-group .cases-img {
    overflow: hidden;

    width: 200px;
    height: 200px;

    border-radius: 50%;
}
@media (max-width: 767px) {
    .hs-inner-cases .cases .cases-group .cases-img {
        width: 100px;
        height: 100px;
    }
}
.hs-inner-cases .cases .cases-group .cases-img img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-cases .cases .cases-group .cases-text {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    padding-left: 3%;
}
@media (max-width: 767px) {
    .hs-inner-cases .cases .cases-group .cases-text {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }
}
.hs-inner-cases .cases .cases-group .cases-text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

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

    color: #175ab3;
}
@media (max-width: 767px) {
    .hs-inner-cases .cases .cases-group .cases-text h3 {
        font-size: 18px;

        margin-top: 0;
    }
}
.hs-inner-cases .cases .cases-group .cases-text p {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
    .hs-inner-cases .cases .cases-group .cases-text p {
        font-size: 14px;
        line-height: 24px;

        max-height: 96px;
    }
}
.hs-inner-cases .cases .cases-group:hover .cases-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-cases .cases .cases-group:hover .cases-text h3 {
    color: #68af1b;
}
.hs-inner-cases-other {
    padding-top: 0;
}
@media (min-width: 1560px) {
    .hs-inner-cases-other .cases-other ul {
        margin: 0 -20px;
    }
    .hs-inner-cases-other .cases-other ul li {
        padding: 0 20px;
    }
}
.hs-inner-cases-other .cases-other ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-cases-other .cases-other ul li {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .hs-inner-cases-other .cases-other ul li {
        margin-top: 30px;
    }
}
.hs-inner-cases-other .cases-other .cases-group {
    display: block;

    height: 100%;
    padding: 30px;

    border-radius: 16px;
    background: #fff;
    box-shadow: 0 11px 10px 0 #ddebfd;
}
@media (max-width: 767px) {
    .hs-inner-cases-other .cases-other .cases-group {
        padding: 30px 15px;
    }
}
.hs-inner-cases-other .cases-other .cases-group .cases-img {
    overflow: hidden;

    border-radius: 16px;
}
.hs-inner-cases-other .cases-other .cases-group .cases-img .ibox {
    padding-bottom: 35.71428571%;
}
.hs-inner-cases-other .cases-other .cases-group .cases-img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-cases-other .cases-other .cases-group .cases-text {
    margin-top: 30px;
}
.hs-inner-cases-other .cases-other .cases-group .cases-text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

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

    color: #175ab3;
}
@media (max-width: 767px) {
    .hs-inner-cases-other .cases-other .cases-group .cases-text h3 {
        font-size: 18px;

        margin-top: 0;
    }
}
.hs-inner-cases-other .cases-other .cases-group .cases-text p {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 90px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .hs-inner-cases-other .cases-other .cases-group .cases-text p {
        font-size: 14px;
        line-height: 24px;

        max-height: 72px;
    }
}
.hs-inner-cases-other .cases-other .cases-group:hover .cases-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-cases-other .cases-other .cases-group:hover .cases-text h3 {
    color: #68af1b;
}
.hs-inner-contact {
    position: relative;
    z-index: 5;

    margin-top: -40px;
    padding: 0;
}
.hs-inner-contact .flex {
    padding: 80px;

    background: #fff;
    box-shadow: 0 11px 10px 0 #efefef;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1350px) {
    .hs-inner-contact .flex {
        padding: 50px 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .flex {
        padding: 30px 14px;
    }
}
.hs-inner-contact .contact {
    width: 55%;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact {
        width: 100%;
    }
}
.hs-inner-contact .contact .contact-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 30px 0;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact .contact-group {
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .contact-group {
        margin: 5px 0;
    }
}
.hs-inner-contact .contact .contact-group .icon {
    width: 40px;
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .contact-group .icon {
        margin-top: 10px;
    }
}
.hs-inner-contact .contact .contact-group .icon img {
    width: 100%;
}
.hs-inner-contact .contact .contact-group .contact-txt {
    font-size: 16px;
    line-height: 30px;

    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 20px;

    color: #666;
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .contact-group .contact-txt {
        font-size: 14px;

        padding-left: 10px;
    }
}
.hs-inner-contact .contact .contact-group .contact-txt h3 {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #175ab3;
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .contact-group .contact-txt h3 {
        font-size: 14px;
    }
}
.hs-inner-contact .contact .contact-group .contact-txt a:hover {
    text-decoration: underline;

    color: #175ab3;
}
.hs-inner-contact .erweimabox {
    width: 45%;
}
@media (max-width: 991px) {
    .hs-inner-contact .erweimabox {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .erweimabox {
        margin-top: 10px;
    }
}
.hs-inner-contact .erweimabox .erweima {
    display: inline-block;

    width: 190px;

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1560px) {
    .hs-inner-contact .erweimabox .erweima {
        width: 170px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .erweimabox .erweima {
        width: 120px;
    }
}
.hs-inner-contact .erweimabox .erweima:nth-child(1) {
    margin-right: 80px;
}
@media (max-width: 1560px) {
    .hs-inner-contact .erweimabox .erweima:nth-child(1) {
        margin-right: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .erweimabox .erweima:nth-child(1) {
        margin-right: 20px;
    }
}
.hs-inner-contact .erweimabox .erweima p {
    font-size: 16px;
    line-height: 30px;

    color: #175ab3;
}
@media (max-width: 767px) {
    .hs-inner-contact .erweimabox .erweima p {
        font-size: 14px;
    }
}
.hs-inner-contact .erweimabox .erweima img {
    width: 100%;
}
.hs-inner-map {
    position: relative;

    margin-top: -40px;
    padding: 0;
}
.hs-inner-map .map {
    font-size: 14px;

    position: relative;

    clear: both;
}
.hs-inner-map .map #map {
    width: 100%;
    height: 580px;
}
@media (max-width: 1199px) {
    .hs-inner-map .map #map {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .hs-inner-map .map #map {
        height: 350px;
    }
}
.hs-inner-jobs .jobs .jobs-top,
.hs-inner-jobs .jobs .jobs-list .jobs-group .title-jobs {
    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-jobs .jobs .jobs-top p,
.hs-inner-jobs .jobs .jobs-list .jobs-group .title-jobs p {
    font-size: 16px;
    line-height: 30px;

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

    text-align: center;
}
.hs-inner-jobs .jobs .jobs-top p:nth-child(5),
.hs-inner-jobs .jobs .jobs-list .jobs-group .title-jobs p:nth-child(5) {
    width: 36%;
}
@media (max-width: 991px) {
    .hs-inner-jobs .jobs .jobs-top p,
    .hs-inner-jobs .jobs .jobs-list .jobs-group .title-jobs p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .hs-inner-jobs .jobs .jobs-top p,
    .hs-inner-jobs .jobs .jobs-list .jobs-group .title-jobs p {
        line-height: 24px;

        padding: 5px;
    }
}
.hs-inner-jobs .jobs .jobs-top {
    color: #fff;
    background-color: #175ab3;
}
.hs-inner-jobs .jobs .jobs-list ul li:nth-child(2n) {
    background-color: #f3f8ff;
}
.hs-inner-jobs .jobs .jobs-list .jobs-group .title-jobs {
    cursor: pointer;
}
.hs-inner-jobs .jobs .jobs-list .jobs-group .title-jobs p {
    font-size: 15px;

    color: #666;
}
.hs-inner-jobs .jobs .jobs-list .jobs-group .title-jobs p:nth-child(1) {
    color: #175ab3;
}
@media (max-width: 991px) {
    .hs-inner-jobs .jobs .jobs-list .jobs-group .title-jobs p {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .hs-inner-jobs .jobs .jobs-list .jobs-group .title-jobs p {
        font-size: 12px;
    }
}
.hs-inner-jobs .jobs .jobs-txt {
    display: none;

    padding: 20px;
}
@media (max-width: 767px) {
    .hs-inner-jobs .jobs .jobs-txt {
        padding: 10px 5px;
    }
}
.hs-inner-jobs .jobs .jobs-txt p {
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .hs-inner-jobs .jobs .jobs-txt p {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .hs-inner-jobs .jobs .jobs-txt p {
        font-size: 12px;
        line-height: 20px;
    }
}
.hs-inner-jobs .jobs .jobs-txt p b {
    color: #333;
}
.hs-inner-news {
    padding-top: 0;
}
@media (min-width: 1560px) {
    .hs-inner-news .news ul {
        margin: 0 -35px;
    }
    .hs-inner-news .news ul li {
        padding: 0 35px;
    }
}
.hs-inner-news .news .group {
    display: block;

    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-news .news .group {
        margin-top: 30px;
    }
}
.hs-inner-news .news .group .ibox {
    padding-bottom: 75%;
}
.hs-inner-news .news .group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-news .news .group .date {
    line-height: 24px;

    display: block;

    margin-top: 20px;

    color: #68af1b;
}
.hs-inner-news .news .group h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .hs-inner-news .news .group h3 {
        font-size: 16px;
    }
}
.hs-inner-news .news .group p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .hs-inner-news .news .group p {
        font-size: 14px;
    }
}
.hs-inner-news .news .group .more {
    line-height: 30px;

    position: relative;

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

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

    color: #999;
    border-bottom: 1px solid #e6e6e6;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .hs-inner-news .news .group .more {
        margin-top: 10px;
        padding-bottom: 10px;
    }
}
.hs-inner-news .news .group .more:before {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 50px;
    height: 3px;

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

    background-color: #175ab3;
}
.hs-inner-news .news .group .more .icon {
    font-size: 24px;

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

    color: #ddd;
}
.hs-inner-news .news .group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-news .news .group:hover h3 {
    color: #175ab3;
}
.hs-inner-news .news .group:hover .more {
    color: #175ab3;
}
.hs-inner-news .news .group:hover .more:before {
    width: 100%;
}
.hs-inner-news .news .group:hover .more .icon {
    color: #175ab3;
}
.hs-inner-faqs .faqs {
    margin-top: -30px;
}
.hs-inner-faqs .faqs .faqs-item {
    position: relative;

    margin-top: 30px;

    cursor: pointer;

    background-color: #000;
}
.hs-inner-faqs .faqs .faqs-item .title-faq {
    padding: 15px 60px 15px 30px;
}
@media (max-width: 991px) {
    .hs-inner-faqs .faqs .faqs-item .title-faq {
        padding-left: 15px;
    }
}
.hs-inner-faqs .faqs .faqs-item .title-faq:after {
    font-size: 18px;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;

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

    color: #175ab3;
}
.hs-inner-faqs .faqs .faqs-item .title-faq h3 {
    font-size: 18px;
    line-height: 1.5;

    margin: 0;

    color: #fff;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs .faqs-item .title-faq h3 {
        font-size: 16px;
    }
}
.hs-inner-faqs .faqs .faqs-item .txt {
    position: relative;

    display: none;

    padding: 20px 30px;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs .faqs-item .txt {
        padding: 10px 15px 20px;
    }
}
.hs-inner-faqs .faqs .faqs-item .txt p {
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #aaa;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs .faqs-item .txt p {
        font-size: 14px;
    }
}
.hs-inner-faqs .faqs .current .faqs-item {
    background-color: #333;
}
.hs-inner-faqs .faqs .current .faqs-item .title-faq:after {
    content: '-';
}
.hs-inner-news-show,
.hs-inner-cases-show {
    padding-top: 0;
}
.hs-inner-news-show .news-show,
.hs-inner-cases-show .news-show,
.hs-inner-news-show .cases-show,
.hs-inner-cases-show .cases-show {
    padding-top: 50px;
}
.hs-inner-news-show .title-news-show,
.hs-inner-cases-show .title-news-show,
.hs-inner-news-show .title-cases-show,
.hs-inner-cases-show .title-cases-show {
    border-bottom: 1px solid #e6e6e6;
}
.hs-inner-news-show .title-news-show h2,
.hs-inner-cases-show .title-news-show h2,
.hs-inner-news-show .title-cases-show h2,
.hs-inner-cases-show .title-cases-show h2 {
    font-size: 24px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 767px) {
    .hs-inner-news-show .title-news-show h2,
    .hs-inner-cases-show .title-news-show h2,
    .hs-inner-news-show .title-cases-show h2,
    .hs-inner-cases-show .title-cases-show h2 {
        font-size: 20px;
    }
}
.hs-inner-news-show .title-news-show.center,
.hs-inner-cases-show .title-news-show.center,
.hs-inner-news-show .title-cases-show.center,
.hs-inner-cases-show .title-cases-show.center {
    text-align: center;
}
.hs-inner-news-show .date-share,
.hs-inner-cases-show .date-share {
    margin: 30px 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;
}
.hs-inner-news-show .date-share .date span,
.hs-inner-cases-show .date-share .date span {
    color: #68af1b;
}
.hs-inner-news-show .title-cases-show .date-share,
.hs-inner-cases-show .title-cases-show .date-share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-news-show .editor-text,
.hs-inner-cases-show .editor-text {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-news-show .editor-text,
    .hs-inner-cases-show .editor-text {
        margin-top: 30px;
    }
}
.hs-inner-news-show .editor-text p,
.hs-inner-cases-show .editor-text p {
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .hs-inner-news-show .editor-text p,
    .hs-inner-cases-show .editor-text p {
        font-size: 14px;
    }
}
.hs-inner-news-show .editor-text img,
.hs-inner-cases-show .editor-text img {
    max-width: 100%;
    height: auto !important;
}
.hs-inner-news-show .button-cases,
.hs-inner-cases-show .button-cases,
.hs-inner-news-show .button-news,
.hs-inner-cases-show .button-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    color: #777;
    background-color: rgba(153, 153, 153, .3);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .hs-inner-news-show .button-cases,
    .hs-inner-cases-show .button-cases,
    .hs-inner-news-show .button-news,
    .hs-inner-cases-show .button-news {
        margin-top: 50px;
    }
}
.hs-inner-news-show .button-cases a,
.hs-inner-cases-show .button-cases a,
.hs-inner-news-show .button-news a,
.hs-inner-cases-show .button-news a {
    line-height: 50px;

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}
.hs-inner-news-show .button-cases a .icon,
.hs-inner-cases-show .button-cases a .icon,
.hs-inner-news-show .button-news a .icon,
.hs-inner-cases-show .button-news a .icon {
    font-size: 40px;
}
.hs-inner-news-show .button-cases a:hover,
.hs-inner-cases-show .button-cases a:hover,
.hs-inner-news-show .button-news a:hover,
.hs-inner-cases-show .button-news a:hover {
    color: #175ab3;
}
.section-footer {
    overflow: hidden;

    height: auto;
}
.hs-home-footer {
    position: relative;
    z-index: 4;

    overflow: hidden;

    height: auto;
    padding: 0 3%;

    color: #fff;
    background-color: #175ab3;
}
@media (max-width: 991px) {
    .hs-home-footer {
        padding: 0 15px;
        padding-bottom: 55px;
    }
}
.hs-home-footer .foot-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 0;

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

    -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;
}
@media (max-width: 767px) {
    .hs-home-footer .foot-top {
        padding: 14px 0;
    }
}
.hs-home-footer .foot-top .foot-logo img {
    height: 60px;
}
@media (max-width: 767px) {
    .hs-home-footer .foot-top .foot-logo img {
        height: 40px;
    }
}
.hs-home-footer .foot-top .tel p {
    font-family: 'Objectivity';
    font-size: 36px;
    font-weight: 500;

    margin: 0;

    color: #68af1b;
}
@media (max-width: 1560px) {
    .hs-home-footer .foot-top .tel p {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-home-footer .foot-top .tel p {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .hs-home-footer .foot-top .tel p {
        font-size: 20px;
    }
}
.hs-home-footer .foot {
    padding: 30px 0;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width: 991px) {
    .hs-home-footer .foot {
        padding-top: 10px;
    }
}
.hs-home-footer .foot>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-home-footer .foot>ul>li {
    margin: 5px 0;
}
@media (max-width: 767px) {
    .hs-home-footer .foot>ul>li {
        width: 100%;
    }
}
.hs-home-footer .foot .group-text {
    max-width: 330px;
}
@media (max-width: 767px) {
    .hs-home-footer .foot .group-text {
        max-width: 100%;
    }
}
.hs-home-footer .foot .group-text .title-foot h3 {
    font-size: 22px;
}
@media (max-width: 1199px) {
    .hs-home-footer .foot .group-text .title-foot h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-home-footer .foot .group-text .title-foot h3 {
        font-size: 18px;
    }
}
.hs-home-footer .foot .group-text .info p {
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #ccc;
}
@media (max-width: 767px) {
    .hs-home-footer .foot .group-text .info p {
        font-size: 14px;
    }
}
.hs-home-footer .foot .group-nav .title-foot h3 {
    font-size: 20px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px) {
    .hs-home-footer .foot .group-nav .title-foot h3 {
        font-size: 18px;
    }
}
.hs-home-footer .foot .group-nav .info {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .hs-home-footer .foot .group-nav .info {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .hs-home-footer .foot .group-nav .info ul li {
        display: inline-block;

        margin-right: 20px;

        vertical-align: top;
    }
}
.hs-home-footer .foot .group-nav .info a {
    font-size: 16px;
    line-height: 36px;

    display: block;

    color: rgba(255, 255, 255, .4);
}
@media (max-width: 1560px) {
    .hs-home-footer .foot .group-nav .info a {
        font-size: 14px;
    }
}
.hs-home-footer .foot .group-nav .info a:hover {
    color: #fff;
}
@media (min-width: 768px) {
    .hs-home-footer .foot .group-about-nav .info ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        width: 180px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hs-home-footer .foot .group-about-nav .info ul li {
        width: 50%;
    }
}
.hs-home-footer .foot .group-erweima {
    margin: 0 -20px;
}
.hs-home-footer .foot .group-erweima .erweima {
    display: inline-block;

    margin: 0 20px;

    text-align: center;
    vertical-align: top;
}
.hs-home-footer .foot .group-erweima .erweima img {
    width: 140px;
}
.hs-home-footer .foot .group-erweima .erweima p {
    font-size: 16px;

    margin: 10px 0 0 0;

    color: rgba(204, 204, 204, .5);
}
@media (max-width: 767px) {
    .hs-home-footer .foot .group-erweima .erweima p {
        font-size: 14px;
    }
}
.hs-home-footer .copyright {
    font-size: 16px;

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

    padding: 30px 0;

    color: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .hs-home-footer .copyright {
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .hs-home-footer .copyright {
        font-size: 14px;
    }
}
.hs-home-footer .copyright p {
    margin: 0;
}
.hs-home-footer .copyright a:hover {
    color: #175ab3;
}
.hs-home-footer.hs-inner-footer {
    padding-top: 50px;
}
@media (max-width: 1199px) {
    .hs-home-footer.hs-inner-footer {
        padding-top: 14px;
    }
}
.hc-mobile-nav.nav-levels-overlap ul ul .iconimg {
    display: none;
}
.hc-mobile-nav.nav-levels-overlap ul ul b {
    font-weight: normal;
}
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.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;
}
.hidetxt {
    font-size: 0;
}
.hidetxt h1 {
    font-size: 0;

    margin: 0;
}

.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
}
