<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">1@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('../font/Roboto-Thin.woff2') format('woff2'), url('../font/Roboto-Thin.woff') format('woff'), url('../font/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('../font/Roboto-Light.woff2') format('woff2'), url('../font/Roboto-Light.woff') format('woff'), url('../font/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../font/Roboto-Medium.woff2') format('woff2'), url('../font/Roboto-Medium.woff') format('woff'), url('../font/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('../font/Roboto-Black.woff2') format('woff2'), url('../font/Roboto-Black.woff') format('woff'), url('../font/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: local('Oswald Bold'), local('Oswald-Bold'), url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.font-o {
    font-family: 'Oswald';
}
:root {
    --bs-body-color: #000;
    font-size: 14px;
}
@media (max-width: 767.98px) {
    :root[class*='translated'] body.fixed .google-translate {
        top: 60px;
    }
}
:root[class*='translated'] .header .fade-out,
:root[class*='translated'] .header.always-fixed .header-box {
    top: 40px;
}
:root[class*='translated'] .header.fixed:not(.always-fixed) .header-box {
    -webkit-transform: translateY(-webkit-calc(100% + 40px));
    -ms-transform: translateY(calc(100% + 40px));
    transform: translateY(calc(100% + 40px));
}
:root[lang='zh-CN'] .map,
:root[lang='zh-Hans'] .map {
    display: block;
}
body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 180px;
}
@media (max-width: 1199.98px) {
    body,
    html {
        scroll-padding-top: 30px;
    }
}
body {
    font-family: 'Roboto', Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed {
    overflow: hidden;
}
@media (max-width: 767.98px) {
    body.fixed .google-translate {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
}
@media (min-width: 1200px) {
    body.loaded .header .nav .nav-list1 .nav-list2,
    body.loaded .header .list .list2 {
        display: block;
    }
}
.ff {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.txt img {
    max-width: 100%;
    height: auto !important;
}
.txt p {
    font-size: 15px;
    color: #444;
    margin: 0;
    line-height: 1.73333333;
}
@media (max-width: 767.98px) {
    .txt p {
        font-size: 14px;
    }
}
.radius {
    border-radius: 5px;
}
.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #e7e7e7;
    border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #e7e7e7;
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(30, 82, 171, 0.7);
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background-color: #1e52ab;
}
.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ts {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
@-webkit-keyframes scaleShadow {
    0% {
        opacity: 0.5;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(2);
        transform: translateX(-50%) translateY(-50%) scale(2);
    }
}
@keyframes scaleShadow {
    0% {
        opacity: 0.5;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(2);
        transform: translateX(-50%) translateY(-50%) scale(2);
    }
}
@-webkit-keyframes scaleShadowSm {
    0% {
        box-shadow: 0 0 0 0 #1e52ab;
        opacity: 0.7;
    }
    100% {
        box-shadow: 0 0 0 15px #1e52ab;
        opacity: 0;
    }
}
@keyframes scaleShadowSm {
    0% {
        box-shadow: 0 0 0 0 #1e52ab;
        opacity: 0.7;
    }
    100% {
        box-shadow: 0 0 0 15px #1e52ab;
        opacity: 0;
    }
}
@-webkit-keyframes scaleShadowBorder {
    0% {
        opacity: 0.7;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
        transform: translateX(-50%) translateY(-50%) scale(0.9);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.9);
        transform: translateX(-50%) translateY(-50%) scale(1.9);
    }
}
@keyframes scaleShadowBorder {
    0% {
        opacity: 0.7;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
        transform: translateX(-50%) translateY(-50%) scale(0.9);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.9);
        transform: translateX(-50%) translateY(-50%) scale(1.9);
    }
}
@media (min-width: 1200px) {
    .video-box img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .video-box:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
.video-box&gt;div,
.video-box .img-box {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.video-box&gt;div[data-src]:not([data-src='']),
.video-box .img-box[data-src]:not([data-src='']) {
    cursor: pointer;
}
.video-box&gt;div[data-src]:not([data-src='']) .v-btn,
.video-box .img-box[data-src]:not([data-src='']) .v-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
.video-box&gt;div[data-src]:not([data-src='']) .v-btn:before,
.video-box .img-box[data-src]:not([data-src='']) .v-btn:before {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
    z-index: 10;
}
.video-box&gt;div[data-src]:not([data-src='']) .v-btn:active,
.video-box .img-box[data-src]:not([data-src='']) .v-btn:active {
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.98);
    transform: translateX(-50%) translateY(-50%) scale(0.98);
}
@media (min-width: 1200px) {
    .video-box&gt;div[data-src]:not([data-src='']):hover .mask-btn .mask-diffusion,
    .video-box .img-box[data-src]:not([data-src='']):hover .mask-btn .mask-diffusion {
        -webkit-animation: scaleShadow 3000ms linear infinite;
        animation: scaleShadow 3000ms linear infinite;
    }
    .video-box&gt;div[data-src]:not([data-src='']):hover .mask-btn .mask-diffusion:nth-child(2),
    .video-box .img-box[data-src]:not([data-src='']):hover .mask-btn .mask-diffusion:nth-child(2) {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }
}
.video-box .v-btn {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-style: normal;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 40px;
    line-height: 1;
    color: #fff;
}
.video-box .v-btn,
.video-box .v-btn:before {
    border-radius: 50%;
}
.video-box .v-btn.has-width {
    width: 80px;
    height: 80px;
    background-color: #1e52ab;
}
@media (max-width: 991.98px) {
    .video-box .v-btn.has-width {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .video-box .v-btn.has-width {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}
.video-box .mask-btn .mask-diffusion {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    z-index: -1;
    content: '';
    background-color: #1e52ab;
}
.video-box&gt;div:not(.img-box) {
    display: -webkit-box;
    display: flex;
    position: relative;
}
.table-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
.table-box table {
    height: auto !important;
    /* width: 100%; */
    /* width: 800px; */
    width: 850px;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.625;
    color: #666666;
    border: 1px solid #d9d9d9 !important;
}
.table-box table.all {
    position: initial;
    height: auto;
}
@media (max-width: 575.98px) {
    .table-box table {
        font-size: 12px;
    }
}
.table-box table colgroup {
    display: none !important;
}
.table-box table tr,
.table-box table td,
.table-box table th {
    width: auto !important;
    height: auto !important;
    word-break: normal !important;
}
@media (max-width: 575.98px) {}
.table-box table td,
.table-box table th {
    vertical-align: middle;
    padding: 9px 20px !important;
    border: 1px solid #d9d9d9 !important;
    background: none !important;
}
@media (max-width: 991.98px) {
    .table-box table td,
    .table-box table th {
        padding: 9px 15px !important;
    }
}
@media (max-width: 767.98px) {
    .table-box table td,
    .table-box table th {
        padding: 6px 8px !important;
    }
}
@media (max-width: 575.98px) {}
.table-box table tr p,
.table-box table tr span {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.table-box table img {
    height: auto !important;
    max-width: 100%;
}
.auto-adjust-img.is-mobile img {
    max-width: 100% !important;
    height: auto !important;
}
.auto-adjust-img p.contains-pictures {
    outline: dashed 1px #ccc;
    padding: 0;
    margin: 0;
    font-size: 0;
    overflow-x: hidden;
}
.auto-adjust-img p.contains-pictures&gt;img {
    display: inline-block;
    margin: 5px;
}
@media only screen and (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1710px) {
    .container-lg {
        max-width: 1680px;
    }
}
.pagination {
    display: block;
    text-align: center;
    margin: 60px 0 0;
}
@media (max-width: 1199.98px) {
    .pagination {
        margin-top: 50px;
    }
}
@media (max-width: 767.98px) {
    .pagination {
        margin-top: 40px;
    }
}
@media (max-width: 575.98px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination a,
.pagination span:not(.ellipsis) {
    min-width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 5px;
    padding: 0 5px;
    background: none;
    vertical-align: middle;
    border: 1px dashed #cccccc;
    border-radius: 50%;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover {
        background-color: #1e52ab;
        color: #fff;
        border-color: #1e52ab;
    }
}
@media (max-width: 1199.98px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        min-width: 40px;
        height: 40px;
    }
    .pagination a:active,
    .pagination span:not(.ellipsis):active {
        background-color: #1e52ab;
        color: #fff;
        border-color: #1e52ab;
    }
}
@media (max-width: 767.98px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        min-width: 32px;
        height: 32px;
        margin: 0 3px;
        font-size: 12px;
    }
}
.pagination .ellipsis {
    margin: 0 15px;
}
@media (max-width: 767.98px) {
    .pagination .ellipsis {
        margin: 0 8px;
    }
}
.pagination span.current {
    background-color: #1e52ab;
    color: #fff;
    border-color: #1e52ab;
}
.pagination span.current.prev,
.pagination span.current.next {
    display: none;
}
.pagination .next:before,
.pagination .prev:before,
.pagination .next:after,
.pagination .prev:after {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4em;
}
@media (max-width: 767.98px) {
    .pagination .next,
    .pagination .prev {
        font-size: 0;
        padding: 0 5px;
    }
    .pagination .next:before,
    .pagination .prev:before,
    .pagination .next:after,
    .pagination .prev:after {
        font-size: 14px;
        margin: 0 !important;
    }
}
.pagination .prev:before {
    content: '\e9b5';
}
.pagination .next:after {
    content: '\e72f';
}
.header {
    position: relative;
    z-index: 999;
    width: 100%;
}
.header.always-fixed {
    color: #fff;
}
.header.always-fixed .header-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 1199.98px) {
    .header.always-fixed .header-box {
        position: absolute;
    }
}
.header.always-fixed .nav-collapse-xs span {
    background-color: #fff;
}
@media (min-width: 1200px) {
    .header.fixed .header-box {
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        -webkit-transition: background-color 0.6s;
        transition: background-color 0.6s;
    }
    .header.fixed:not(.always-fixed) .header-box {
        position: fixed;
        top: auto;
        bottom: 100%;
        width: 100%;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: 0.4s, background-color 0s;
        transition: 0.4s, background-color 0s;
    }
}
@media (min-width: 1200px) and (min-width: 1200px) {
    .header.fixed.always-fixed {
        color: #000;
    }
    .header.fixed.always-fixed .nav-list1&gt;li.active&gt;span&gt;a,
    .header.fixed.always-fixed .nav-list1&gt;li:hover&gt;span&gt;a {
        color: #1e52ab;
    }
    .header.fixed.always-fixed .nav-list1&gt;li.active&gt;span&gt;a&gt;span:after,
    .header.fixed.always-fixed .nav-list1&gt;li:hover&gt;span&gt;a&gt;span:after {
        background-color: #1e52ab;
    }
}
@media (min-width: 1200px) and (min-width: 1200px) and (min-width: 1200px) {
    .header.fixed.always-fixed .find:hover {
        color: #1e52ab;
    }
}
@media (min-width: 1200px) and (min-width: 1200px) and (min-width: 1200px) {
    .header.fixed.always-fixed .language-box a:hover {
        background-color: #1e52ab;
        color: #fff;
    }
}
@media (max-width: 1199.98px) {
    .header {
        height: auto !important;
    }
}
.header .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media (min-width: 1200px) {
    .header .container {
        padding-left: 215px;
    }
}
@media (min-width: 1200px) and (max-width: 1469.98px) {
    .header .container {
        padding-left: 150px;
    }
}
.header .top {
    background-color: #1e52ab;
    color: #fff;
}
.header .top .container {
    height: 40px;
}
.header .top .top-nav li:not(:first-child) {
    margin-left: 45px;
}
@media (min-width: 1200px) {
    .header .top .top-nav a:hover {
        text-decoration: underline;
    }
}
.header .top .top-nav .iconfont {
    font-size: 1.5em;
}
.header .top .mail {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 100px;
}
.header .top .mail:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e678';
    margin-right: 20px;
    font-size: 1.4em;
}
@media (min-width: 1200px) {
    .header .top .mail a:hover span {
        text-decoration: underline;
    }
}
.header .top .mail a:active span {
    text-decoration: underline;
}
.header .top .follow-box a {
    margin: 0 0 0 25px !important;
}
@media (min-width: 1200px) {
    .header .top .follow-box a:hover {
        color: #fff;
    }
}
.header .top .follow-box a:active {
    color: #fff;
}
.header .header-box .container {
    position: relative;
}
.header .header-l {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.header .header-l .share {
    margin-left: 40px;
}
.header .header-r {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.header .header-r&gt;* {
    margin-left: 50px;
}
@media (max-width: 1399.98px) {
    .header .header-r&gt;* {
        margin-left: 35px;
    }
}
@media (max-width: 575.98px) {
    .header .header-r&gt;* {
        margin-left: 3.5vw;
    }
}
.header .header-r&gt;*:first-child {
    margin-left: 0;
}
@media (min-width: 1200px) {
    .header .logo {
        z-index: 2;
        position: absolute;
        left: 15px;
        bottom: 0;
    }
}
.header .logo img {
    max-width: 100%;
}
.header .logo .pic {
    padding: 11px 0;
    display: block;
    position: relative;
    z-index: 2;
}
.header .logo .pic:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: url(../imgs/logo-bg.svg) no-repeat center;
    background-size: contain;
}
@media (max-width: 1199.98px) {
    .header .logo .pic {
        padding: 8px 0;
        width: 60px;
    }
}
@media (max-width: 767.98px) {
    .header .logo .pic {
        width: 45px;
    }
}
.header .logo .text {
    margin-left: 10px;
}
.header .logo .text span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
@media (max-width: 1399.98px) {
    .header .logo .text span {
        font-size: 14px;
    }
}
.header .google-translate {
    min-width: 110px;
}
@media (min-width: 1200px) {}
@media (max-width: 767.98px) {
    .header .google-translate {
        margin-left: 0 !important;
        position: fixed;
        top: 20px;
        left: -webkit-calc(100% - 405px);
        left: calc(100% - 405px);
        z-index: 99999999;
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        pointer-events: none;
    }
}
@media (max-width: 575.98px) {
    .header .google-translate {
        left: 70px;
    }
}
.header .find {
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 12px;
}
.header .find:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e660';
    font-size: 1.66666667em;
}
.header .find span {
    margin-left: 10px;
}
@media (min-width: 1200px) {
    .header .find span {
        color: rgba(255, 255, 255, 0.5);
    }
}
@media (max-width: 575.98px) {
    .header .find span {
        display: none;
    }
}
.header .find:active {
    color: #1e52ab;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
@media (max-width: 575.98px) {
    .header .find span {
        margin-left: 5px;
    }
}
@media (max-width: 575.98px) {
    .header .cart {
        font-size: 0;
    }
}
.header .cart var {
    font-style: normal;
}
.header .cart a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}
.header .cart a:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e64e';
    line-height: 1;
    font-size: 1.4em;
}
.header .cart a span {
    margin-left: 10px;
}
@media (min-width: 1200px) {
    .header .cart a:hover span {
        text-decoration: underline;
    }
}
@media (max-width: 575.98px) {
    .header .cart a {
        position: relative;
    }
    .header .cart a:before {
        font-size: 24px;
    }
    .header .cart a var {
        position: absolute;
        top: -2px;
        right: -2px;
        font-size: 10px;
        background-color: #1e52ab;
        color: #fff;
        line-height: 1;
        padding: 2px 5px;
        border-radius: 10px;
    }
}
.header .language-box a {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 991.98px) {
    .header .language-box a {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .header .language-box a {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .header .language-box a:hover {
        color: #1e52ab;
    }
}
.header .nav-collapse {
    position: relative;
    display: none;
    background: none;
    padding: 0;
    cursor: pointer;
    padding: 16px 0;
    overflow: hidden;
}
@media (max-width: 1199.98px) {
    .header .nav-collapse {
        vertical-align: middle;
        display: inline-block;
    }
    .header .nav-collapse.nav-collapse-1 {
        border: none;
        display: block;
        position: absolute;
        right: 25px;
        top: 10px;
        z-index: 9999;
    }
}
.header .nav-collapse .btn-line {
    width: 28px;
    height: 2px;
    display: block;
    background-color: #222;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header .nav-collapse .btn-line:not(:first-child) {
    margin-top: 5px;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    content: '';
    display: block;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    -webkit-transform: rotateZ(45deg) translateY(5px) translateX(5px);
    -ms-transform: rotate(45deg) translateY(5px) translateX(5px);
    transform: rotateZ(45deg) translateY(5px) translateX(5px);
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    -webkit-transform: rotateZ(-45deg) translateY(-5px) translateX(5px);
    -ms-transform: rotate(-45deg) translateY(-5px) translateX(5px);
    transform: rotateZ(-45deg) translateY(-5px) translateX(5px);
}
.header .nav-collapse-xs .btn-line {
    background-color: #333;
}
@media (min-width: 1200px) {
    .header .nav {
        position: relative;
        display: block !important;
    }
}
@media (max-width: 1199.98px) {
    .header .nav {
        color: #000;
        margin: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        visibility: hidden;
        height: 100%;
        width: 420px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        background: #fff;
        text-align: left;
        padding: 70px 0 50px;
        z-index: 99999998;
        -webkit-transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .header .nav .nav-box,
    .header .nav .container {
        height: 100%;
        width: 100%;
    }
    .header .nav .container {
        padding: 0;
    }
    .header .nav .tbl,
    .header .nav .tbl-cell {
        display: -webkit-box;
        display: flex;
    }
    .header .nav .tbl {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .header .nav .tbl:before,
    .header .nav .tbl:after {
        position: absolute;
        width: 100%;
        height: 25px;
        content: '';
        left: 0;
        pointer-events: none;
        z-index: 3;
    }
    .header .nav .tbl:before {
        top: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(#fff, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0));
    }
    .header .nav .tbl:after {
        bottom: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0));
    }
    .header .nav .tbl-cell {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .header .nav ul {
        text-align: left;
    }
    .header .nav ul li.more {
        position: relative;
    }
    .header .nav ul li.more.current&gt;span:after {
        content: '\e640';
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header .nav ul li.more.current&gt;ul {
        display: block;
    }
    .header .nav ul li.more&gt;span {
        padding-right: 25px;
        position: relative;
    }
    .header .nav ul li.more&gt;span:after {
        position: absolute;
        right: 0;
        top: 5px;
        padding: 12px 5px;
        line-height: 1;
        font-family: 'iconfont';
        content: '\e641';
        font-size: 18px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: block;
        z-index: 3;
    }
    .header .nav ul li.more&gt;span&gt;a {
        display: inline-block;
    }
    .header .nav ul li:not(.more) span&gt;a {
        display: block;
    }
    .header .nav ul li span {
        position: relative;
        z-index: 2;
        display: block;
    }
    .header .nav ul li span&gt;a {
        padding: 15px 0;
    }
    .header .nav ul.nav-list1 {
        opacity: 1;
        margin: 0;
        max-height: 100%;
        padding: 0 20px;
        overflow-y: auto;
        touch-action: pan-y;
        /*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
        /*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
        /*æ»‘å—æ•ˆæžœ*/
    }
    .header .nav ul.nav-list1::-webkit-scrollbar {
        border-radius: 4px;
        width: 4px;
        height: 4px;
    }
    .header .nav ul.nav-list1::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #dcdcdc;
    }
    .header .nav ul.nav-list1::-webkit-scrollbar-thumb:hover {
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.4);
    }
    .header .nav ul.nav-list1 ul {
        padding-bottom: 10px;
    }
    .header .nav ul.nav-list1 a {
        text-transform: capitalize;
    }
    .header .nav ul.nav-list1&gt;li {
        position: relative;
        font-size: 18px;
        border-bottom: 1px solid #ccc;
        line-height: 1.6;
    }
    .header .nav ul.nav-list1&gt;li.act {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .header .nav ul.nav-list1&gt;li&gt;a {
        color: #5c5c5c;
    }
    .header .nav ul.nav-list1&gt;li:not(.hidden-lg)+.hidden-lg {
        border-top: 2px solid #ccc;
    }
    .header .nav ul.nav-list1 .nav-list2 {
        padding-left: 15px;
        font-size: 14px;
    }
    .header .nav ul.nav-list1 .nav-list3 {
        margin: 10px 0 10px 8px;
        padding-left: 25px;
        padding-bottom: 0;
        border-left: 1px solid #444;
    }
    .header .nav ul.nav-list1 .nav-list3 ul {
        padding-left: 10px;
        border-left: 1px solid #444;
    }
    .header .nav ul.nav-list1 .hidden-lg {
        color: #c5c5c5;
    }
    .header .nav ul.nav2-list2 h4 {
        line-height: 50px;
        font-size: 20px;
    }
}
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
    .header .nav ul .pic {
        display: none !important;
    }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
    .header .nav ul.nav-list1&gt;li {
        font-size: 16px;
    }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
    .header .nav.left-100~.google-translate {
        top: -30px;
        opacity: 0;
    }
}
@media (max-width: 575.98px) {
    .header .nav {
        width: -webkit-calc(100vw - 65px);
        width: calc(100vw - 65px);
        -webkit-transform: translateX(-webkit-calc(100vw + 65px));
        -ms-transform: translateX(calc(100vw + 65px));
        transform: translateX(calc(100vw + 65px));
    }
}
.header .nav.left-100 {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300 {
    -webkit-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400 {
    -webkit-transform: translateX(-400%);
    -ms-transform: translateX(-400%);
    transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500 {
    -webkit-transform: translateX(-500%);
    -ms-transform: translateX(-500%);
    transform: translateX(-500%);
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1&gt;li&gt;span&gt;a {
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 10;
    }
    .header .nav .nav-list1 li {
        -webkit-perspective: 500;
        perspective: 500;
    }
    .header .nav .nav-list1 li:hover&gt;ul {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .header .nav .nav-list1 li:hover .span&gt;a {
        color: #1e52ab;
    }
    .header .nav .nav-list1&gt;li {
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 0 18px;
    }
    .header .nav .nav-list1&gt;li:first-child,
    .header .nav .nav-list1&gt;li:first-child&gt;span&gt;a {
        padding-left: 0;
    }
    .header .nav .nav-list1&gt;li.more&gt;span&gt;a {
        position: relative;
    }
    .header .nav .nav-list1&gt;li.more&gt;span&gt;a:before {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        font-family: 'iconfont' !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e985';
    }
    .header .nav .nav-list1&gt;li&gt;span {
        display: block;
    }
    .header .nav .nav-list1&gt;li&gt;span&gt;a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative;
        text-align: center;
        z-index: 2;
        font-weight: 500;
        height: 80px;
        padding: 0;
        font-size: 18px;
        padding: 0 20px;
    }
    .header .nav .nav-list1&gt;li:hover&gt;span&gt;a,
    .header .nav .nav-list1&gt;li.active&gt;span&gt;a {
        color: #1e52ab;
    }
    .header .nav .nav-list1&gt;li:hover&gt;span&gt;a:after,
    .header .nav .nav-list1&gt;li.active&gt;span&gt;a:after {
        width: 100%;
    }
    .header .nav .nav-list1&gt;li.active&gt;span&gt;a {
        color: #1e52ab;
    }
    .header .nav .nav-list1&gt;li:hover&gt;ul {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    .header .nav .nav-list1 ul {
        font-size: 0.95em;
        letter-spacing: 0;
        opacity: 0;
        text-transform: capitalize;
        visibility: hidden;
        position: absolute;
        text-align: left;
        color: #222;
        background-color: #fff;
        background-clip: padding-box;
        padding-top: 5px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        pointer-events: none;
        box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    }
    .header .nav .nav-list1 ul li:hover&gt;span&gt;a {
        color: #1e52ab;
        text-decoration: underline;
    }
    .header .nav .nav-list1 ul a {
        display: block;
        padding: 5px 25px;
        position: relative;
    }
    .header .nav .nav-list1 .nav-list2 {
        top: 100%;
        left: 0;
        padding: 15px 0;
        min-width: 100%;
        z-index: 10;
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: rotateX(-50deg);
        transform: rotateX(-50deg);
        font-size: 15px;
    }
    .header .nav .nav-list1 .nav-list2&gt;li {
        white-space: nowrap;
        position: relative;
    }
    .header .nav .nav-list1 .nav-list2&gt;li&gt;span&gt;a {
        display: block;
        padding: 5px 25px;
    }
    .header .nav .nav-list1 .nav-list2 ul {
        left: 100%;
        position: absolute;
        top: 0;
        padding: 10px 0;
        min-width: 120px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        border-left: 1px solid transparent;
        -webkit-transform: rotateY(50deg);
        transform: rotateY(50deg);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .header .nav .nav-list1 .nav-list2 li:hover&gt;ul {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    .header .nav .nav-list1 .pro-nav-list2 .active&gt;a {
        text-decoration: underline;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header .nav .nav-list1&gt;li {
        padding: 0 8px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header .nav .nav-list1&gt;li&gt;span&gt;a {
        font-size: 15px;
    }
}
@media (min-width: 1200px) and (min-width: 1200px) {
    .header .nav .nav-list1 .nav-list2 {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .header .nav .nav-list1 {
        width: 100%;
    }
    .header .nav .nav-list1 ul {
        display: none;
    }
    .header .nav .nav-list1&gt;li.more&gt;span:after {
        top: 7px;
    }
    .header .nav .nav-list1&gt;a {
        font-size: 20px;
    }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
    .header .nav .nav-list1&gt;li.more&gt;span:after {
        top: 5px;
    }
}
.header .mask-nav {
    display: none;
}
@media (max-width: 1199.98px) {
    .header .mask-nav {
        overflow: hidden;
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fafafa;
        text-align: left;
        padding: 20px;
        z-index: 9999;
        text-align: center;
        background: #000;
        color: #fff;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
    }
}
.header .mask-nav .nav-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e9b5';
    font-size: 26px;
}
.header .mask-nav .nav-top .nav-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
}
@media (max-width: 767.98px) {
    .header .mask-nav .nav-top .nav-title {
        font-size: 20px;
        font-size: 5vmin;
    }
}
.header .mask-nav .content {
    margin-top: 4%;
    position: relative;
    height: 85%;
    overflow: auto;
    touch-action: pan-y;
    /*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
    /*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
    /*æ»‘å—æ•ˆæžœ*/
}
.header .mask-nav .content::-webkit-scrollbar {
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
}
.header .mask-nav .content ul li {
    text-align: left;
    font-size: 20px;
    line-height: 2;
    margin: 10px 0;
}
@media (max-width: 767.98px) {
    .header .mask-nav .content ul li {
        margin: 0;
        font-size: 4vmin;
        line-height: 1.6;
        margin-top: 10px;
    }
}
.header .mask-nav .content ul li.more {
    position: relative;
}
.header .mask-nav .content ul li.more:after {
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'iconfont' !important;
    content: '\e72f';
    color: #fff;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header .mask-nav .content ul li a {
    display: inline-block;
    text-transform: capitalize;
}
.header .mask-nav .content ul ul {
    display: none;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-4 {
    left: 300%;
}
.header .nav-5 {
    left: 400%;
}
.header .fade-out {
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes avia_pop {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes avia_pop {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media (max-width: 1199.98px) {
    .search-wrap {
        background-color: #fff;
        padding: 15px;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
        -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
        animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: absolute;
        right: 15px;
        top: 100%;
        width: 255px;
        z-index: 3;
        display: none;
    }
}
@media (max-width: 575.98px) {
    .search-wrap {
        max-width: 90%;
        padding: 10px;
        right: 10px;
    }
}
.search-box {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border: 1px dashed #999999;
    border-radius: 50px;
    overflow: hidden;
    z-index: 2;
    background: none;
}
@media (min-width: 1200px) {
    .search-box {
        width: 186px;
    }
}
@media (min-width: 1200px) and (max-width: 1819.98px) {
    .search-box {
        width: 200px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .search-box {
        width: 180px;
    }
}
@media (max-width: 1469.98px) {
    .search-box {
        max-width: 100%;
    }
}
.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder {
    color: #666;
}
.search-box input:-o-placeholder,
.search-box textarea:-o-placeholder {
    color: #666;
}
.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
    color: #666;
}
.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder {
    color: #666;
}
.search-box input:focus::-webkit-input-placeholder,
.search-box textarea:focus::-webkit-input-placeholder {
    color: #999;
}
.search-box input:focus::-o-placeholder,
.search-box textarea:focus::-o-placeholder {
    color: #999;
}
.search-box input:focus::-moz-placeholder,
.search-box textarea:focus::-moz-placeholder {
    color: #999;
}
.search-box input:focus::-ms-input-placeholder,
.search-box textarea:focus::-ms-input-placeholder {
    color: #999;
}
.search-box input {
    display: block;
    width: 100%;
    background: none;
    color: #222;
    padding: 9px 20px;
    font-size: 13px;
}
@media (max-width: 767.98px) {
    .search-box input {
        padding: 7px 15px;
    }
}
.search-box .submit {
    display: -webkit-box;
    display: flex;
    z-index: 2;
    padding: 5px 15px;
    font-size: 15px;
    background: none;
    color: #000;
    font-weight: bold;
    position: relative;
}
.search-box .submit:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #c9cbd0;
}
.search-box .submit:after {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e660';
}
@media (min-width: 1200px) {
    .search-box .submit {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .search-box .submit:hover {
        color: #1e52ab;
    }
}
.search-box .submit:active {
    -webkit-transition: 0s;
    transition: 0s;
}
.search-box .submit:active:after {
    color: #1e52ab;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.xs-language {
    position: absolute;
    bottom: 30px;
    left: 35px;
    z-index: 9;
}
@media (min-width: 1200px) {
    .xs-language {
        display: none;
    }
}
.xs-language a {
    font-size: 16px;
    color: #fff;
}
.xs-language span {
    margin: 0 5px;
    color: #fff;
}
.slick-dots {
    text-align: center;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .slick-dots {
        margin-top: 10px;
    }
}
.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #d9d9d9;
    margin: 5px 10px 0 0;
}
.slick-dots li:last-child {
    margin-right: 0;
}
@media (min-width: 1200px) {
    .slick-dots li:hover {
        background-color: #1e52ab;
    }
}
.slick-dots li.slick-active {
    background-color: #1e52ab;
}
@media (max-width: 767.98px) {
    .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 3px 6px 0 0;
    }
}
.slick-dots li button {
    display: none;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: 1px dashed #cccccc;
    z-index: 5;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 24px;
    padding: 0;
}
.slick-arrow:before {
    display: block;
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}
@media (max-width: 1469.98px) {
    .slick-arrow {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }
}
@media (min-width: 1200px) {
    .slick-arrow {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .slick-arrow:hover {
        color: #fff;
        background: #000 !important;
        border-color: #000 !important;
    }
}
.slick-arrow:active {
    color: #fff;
    background: #000 !important;
    border-color: #000 !important;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: translateY(-50%) scale(0.95);
    -ms-transform: translateY(-50%) scale(0.95);
    transform: translateY(-50%) scale(0.95);
}
.slick-prev {
    left: 0;
}
.slick-prev:before {
    content: '\e9b5';
}
.slick-next {
    right: 0;
}
.slick-next:before {
    content: '\e72f';
}
.fz15 {
    font-size: 15px;
}
@media (max-width: 767.98px) {
    .fz15 {
        font-size: 14px;
    }
}
.fz16 {
    font-size: 16px;
}
@media (max-width: 991.98px) {
    .fz16 {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .fz16 {
        font-size: 14px;
    }
}
.fz17 {
    font-size: 17px;
}
@media (max-width: 1199.98px) {
    .fz17 {
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .fz17 {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .fz17 {
        font-size: 14px;
    }
}
.fz18 {
    font-size: 18px;
}
@media (max-width: 1199.98px) {
    .fz18 {
        font-size: 17px;
    }
}
@media (max-width: 991.98px) {
    .fz18 {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .fz18 {
        font-size: 15px;
    }
}
.fz20 {
    font-size: 20px;
}
@media (max-width: 1199.98px) {
    .fz20 {
        font-size: 19px;
    }
}
@media (max-width: 991.98px) {
    .fz20 {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .fz20 {
        font-size: 17px;
    }
}
@media (max-width: 575.98px) {
    .fz20 {
        font-size: 16px;
    }
}
.fz22 {
    font-size: 22px;
}
@media (max-width: 1469.98px) {
    .fz22 {
        font-size: 21px;
    }
}
@media (max-width: 1199.98px) {
    .fz22 {
        font-size: 20px;
    }
}
@media (max-width: 991.98px) {
    .fz22 {
        font-size: 19px;
    }
}
@media (max-width: 767.98px) {
    .fz22 {
        font-size: 18px;
    }
}
@media (max-width: 575.98px) {
    .fz22 {
        font-size: 17px;
    }
}
.fz24 {
    font-size: 24px;
}
@media (max-width: 1469.98px) {
    .fz24 {
        font-size: 22px;
    }
}
@media (max-width: 1199.98px) {
    .fz24 {
        font-size: 21px;
    }
}
@media (max-width: 991.98px) {
    .fz24 {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .fz24 {
        font-size: 19px;
    }
}
@media (max-width: 575.98px) {
    .fz24 {
        font-size: 18px;
    }
}
.fz26 {
    font-size: 26px;
}
@media (max-width: 1469.98px) {
    .fz26 {
        font-size: 24px;
    }
}
@media (max-width: 1199.98px) {
    .fz26 {
        font-size: 23px;
    }
}
@media (max-width: 991.98px) {
    .fz26 {
        font-size: 22px;
    }
}
@media (max-width: 767.98px) {
    .fz26 {
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .fz26 {
        font-size: 19px;
    }
}
.fz28 {
    font-size: 28px;
}
@media (max-width: 1469.98px) {
    .fz28 {
        font-size: 26px;
    }
}
@media (max-width: 1199.98px) {
    .fz28 {
        font-size: 25px;
    }
}
@media (max-width: 991.98px) {
    .fz28 {
        font-size: 24px;
    }
}
@media (max-width: 767.98px) {
    .fz28 {
        font-size: 22px;
    }
}
@media (max-width: 575.98px) {
    .fz28 {
        font-size: 20px;
    }
}
.fz30 {
    font-size: 30px;
}
@media (max-width: 1199.98px) {
    .fz30 {
        font-size: 28px;
    }
}
@media (max-width: 991.98px) {
    .fz30 {
        font-size: 26px;
    }
}
@media (max-width: 767.98px) {
    .fz30 {
        font-size: 24px;
    }
}
@media (max-width: 575.98px) {
    .fz30 {
        font-size: 22px;
    }
}
.fz32 {
    font-size: 32px;
}
@media (max-width: 1199.98px) {
    .fz32 {
        font-size: 30px;
    }
}
@media (max-width: 991.98px) {
    .fz32 {
        font-size: 28px;
    }
}
@media (max-width: 767.98px) {
    .fz32 {
        font-size: 25px;
    }
}
@media (max-width: 575.98px) {
    .fz32 {
        font-size: 23px;
    }
}
.fz36 {
    font-size: 36px;
}
@media (max-width: 1199.98px) {
    .fz36 {
        font-size: 32px;
    }
}
@media (max-width: 991.98px) {
    .fz36 {
        font-size: 28px;
    }
}
@media (max-width: 767.98px) {
    .fz36 {
        font-size: 24px;
    }
}
@media (max-width: 575.98px) {
    .fz36 {
        font-size: 22px;
    }
}
.fz38 {
    font-size: 38px;
}
@media (max-width: 1199.98px) {
    .fz38 {
        font-size: 34px;
    }
}
@media (max-width: 991.98px) {
    .fz38 {
        font-size: 30px;
    }
}
@media (max-width: 767.98px) {
    .fz38 {
        font-size: 27px;
    }
}
@media (max-width: 575.98px) {
    .fz38 {
        font-size: 24px;
    }
}
.fz40 {
    font-size: 40px;
}
@media (max-width: 1469.98px) {
    .fz40 {
        font-size: 36px;
    }
}
@media (max-width: 1199.98px) {
    .fz40 {
        font-size: 32px;
    }
}
@media (max-width: 991.98px) {
    .fz40 {
        font-size: 30px;
    }
}
@media (max-width: 767.98px) {
    .fz40 {
        font-size: 28px;
    }
}
@media (max-width: 575.98px) {
    .fz40 {
        font-size: 26px;
    }
}
.fz44 {
    font-size: 44px;
}
@media (max-width: 1469.98px) {
    .fz44 {
        font-size: 40px;
    }
}
@media (max-width: 1199.98px) {
    .fz44 {
        font-size: 36px;
    }
}
@media (max-width: 991.98px) {
    .fz44 {
        font-size: 32px;
    }
}
@media (max-width: 767.98px) {
    .fz44 {
        font-size: 28px;
    }
}
@media (max-width: 575.98px) {
    .fz44 {
        font-size: 26px;
    }
}
.fz48 {
    font-size: 48px;
}
@media (max-width: 1469.98px) {
    .fz48 {
        font-size: 46px;
    }
}
@media (max-width: 1199.98px) {
    .fz48 {
        font-size: 40px;
    }
}
@media (max-width: 991.98px) {
    .fz48 {
        font-size: 34px;
    }
}
@media (max-width: 767.98px) {
    .fz48 {
        font-size: 28px;
    }
}
@media (max-width: 575.98px) {
    .fz48 {
        font-size: 26px;
    }
}
.fz50 {
    font-size: 50px;
}
@media (max-width: 1469.98px) {
    .fz50 {
        font-size: 44px;
    }
}
@media (max-width: 1199.98px) {
    .fz50 {
        font-size: 38px;
    }
}
@media (max-width: 991.98px) {
    .fz50 {
        font-size: 32px;
    }
}
@media (max-width: 767.98px) {
    .fz50 {
        font-size: 26px;
    }
}
.fz56 {
    font-size: 56px;
}
@media (max-width: 1469.98px) {
    .fz56 {
        font-size: 50px;
    }
}
@media (max-width: 1199.98px) {
    .fz56 {
        font-size: 42px;
    }
}
@media (max-width: 991.98px) {
    .fz56 {
        font-size: 35px;
    }
}
@media (max-width: 767.98px) {
    .fz56 {
        font-size: 30px;
    }
}
.fz60 {
    font-size: 60px;
}
@media (max-width: 1469.98px) {
    .fz60 {
        font-size: 54px;
    }
}
@media (max-width: 1199.98px) {
    .fz60 {
        font-size: 48px;
    }
}
@media (max-width: 991.98px) {
    .fz60 {
        font-size: 42px;
    }
}
@media (max-width: 767.98px) {
    .fz60 {
        font-size: 36px;
    }
}
@media (max-width: 575.98px) {
    .fz60 {
        font-size: 30px;
    }
}
.tit-16 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 991.98px) {
    .tit-16 {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .tit-16 {
        font-size: 14px;
    }
}
.tit-20 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 1199.98px) {
    .tit-20 {
        font-size: 19px;
    }
}
@media (max-width: 991.98px) {
    .tit-20 {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .tit-20 {
        font-size: 17px;
    }
}
@media (max-width: 575.98px) {
    .tit-20 {
        font-size: 16px;
    }
}
.tit-40 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}
@media (max-width: 1469.98px) {
    .tit-40 {
        font-size: 36px;
    }
}
@media (max-width: 1199.98px) {
    .tit-40 {
        font-size: 32px;
    }
}
@media (max-width: 991.98px) {
    .tit-40 {
        font-size: 30px;
    }
}
@media (max-width: 767.98px) {
    .tit-40 {
        font-size: 28px;
    }
}
@media (max-width: 575.98px) {
    .tit-40 {
        font-size: 26px;
    }
}
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes jump {
    0% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@-webkit-keyframes enlarge {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}
@keyframes enlarge {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}
.banner {
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    z-index: 2;
    font-size: 0;
}
@media (min-width: 1200px) {
    .banner .mose-icon {
        font-size: 18px;
        position: absolute;
        left: 50%;
        bottom: 6.25%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 3;
        color: #fff;
        -webkit-animation: jump 1s infinite;
        animation: jump 1s infinite;
        text-align: center;
    }
    .banner .mose-icon:before {
        display: block;
        font-family: 'iconfont' !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2em;
        content: '\e677';
        line-height: 1;
    }
    .banner .mose-icon:after {
        font-family: 'iconfont' !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e602';
        margin-top: 20px;
    }
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .swiper-button-next:after {
    content: '\e610';
}
.banner .swiper-button-prev:after {
    content: '\e9b7';
}
.banner .swiper-pagination {
    position: absolute;
    z-index: 2;
    width: auto;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner .swiper-pagination-bullet {
    outline: none;
    width: 20px;
    height: 20px;
    opacity: 1;
    margin: 0 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #fff;
    background-clip: content-box;
    padding: 4px;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    vertical-align: middle;
}
@media (min-width: 1200px) {
    .banner .swiper-pagination-bullet:hover {
        background-color: #1e52ab;
        padding: 0;
        border: 5px solid #fff;
    }
}
@media (max-width: 1199.98px) {}
@media (max-width: 767.98px) {
    .banner .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        padding: 3px;
        margin: 0 4px !important;
    }
}
@media (max-width: 575.98px) {}
.banner .swiper-pagination-bullet-active {
    background-color: #1e52ab;
    padding: 0;
    border: 5px solid #fff;
}
@media (max-width: 767.98px) {
    .banner .swiper-pagination-bullet-active {
        border-width: 4px;
    }
}
.banner .slick-arrow {
    outline: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
}
.banner .slick-arrow:after {
    display: none;
}
@media (min-width: 1200px) {
    .banner .slick-arrow:hover {
        background: none !important;
        color: #1e52ab;
    }
}
@media (max-width: 1199.98px) {
    .banner .slick-arrow {
        display: none;
    }
}
.banner .item {
    display: block;
    position: relative;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 575.98px) {
    .banner .item {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item&gt;a {
    overflow: hidden;
    display: block;
    position: relative;
}
.banner .item&gt;a&gt;img.first-img,
.banner .item&gt;a&gt;img.swiper-lazy-loaded {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 100%;
}
.banner-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner.hide-video video {
    display: none !important;
}
.banner-video-box {
    display: block;
    overflow: hidden;
    padding-bottom: 31.25%;
    position: relative;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play {
    background-color: #1e52ab !important;
}
.banner-video-box .fluid_controls_container {
    display: none !important;
}
.banner .mobile-video {
    display: block;
    position: relative;
}
.banner .mobile-video:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    font-size: 50px;
    color: #fff;
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e644';
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 575.98px) {
    .banner .mobile-video:before {
        font-size: 10vw;
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }
}
.banner .mobile-video img {
    width: 100%;
}
.title {
    max-width: 100%;
    margin-bottom: 40px;
}
@media (max-width: 991.98px) {
    .title {
        margin-bottom: 30px;
    }
}
@media (max-width: 767.98px) {
    .title {
        margin-bottom: 20px;
    }
}
.title.text-center {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.title.color-white {
    color: #fff;
}
.title.color-white h1,
.title.color-white h2,
.title.color-white p {
    color: inherit;
}
.title .second-tit {
    color: #1e52ab;
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
@media (max-width: 1469.98px) {
    .title .second-tit {
        font-size: 22px;
    }
}
@media (max-width: 1199.98px) {
    .title .second-tit {
        font-size: 21px;
    }
}
@media (max-width: 991.98px) {
    .title .second-tit {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .title .second-tit {
        font-size: 19px;
    }
}
@media (max-width: 575.98px) {
    .title .second-tit {
        font-size: 18px;
    }
}
@media (max-width: 1199.98px) {
    .title .second-tit {
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .title .second-tit {
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .title .second-tit {
        margin-bottom: 10px;
    }
}
.title.lg h1,
.title.lg h2 {
    font-size: 56px;
}
@media (max-width: 1469.98px) {
    .title.lg h1,
    .title.lg h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199.98px) {
    .title.lg h1,
    .title.lg h2 {
        font-size: 42px;
    }
}
@media (max-width: 991.98px) {
    .title.lg h1,
    .title.lg h2 {
        font-size: 35px;
    }
}
@media (max-width: 767.98px) {
    .title.lg h1,
    .title.lg h2 {
        font-size: 30px;
    }
}
.title h1,
.title h2 {
    font-size: 44px;
    margin: 0 0 10px;
    font-family: 'Oswald';
    text-transform: uppercase;
}
@media (max-width: 1469.98px) {
    .title h1,
    .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199.98px) {
    .title h1,
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 991.98px) {
    .title h1,
    .title h2 {
        font-size: 32px;
    }
}
@media (max-width: 767.98px) {
    .title h1,
    .title h2 {
        font-size: 28px;
    }
}
@media (max-width: 575.98px) {
    .title h1,
    .title h2 {
        font-size: 26px;
    }
}
.title h1 span,
.title h2 span {
    color: #999;
}
@media (max-width: 767.98px) {
    .title h1,
    .title h2 {
        margin-bottom: 10px;
    }
}
.title h3 {
    font-size: 32px;
    text-transform: capitalize;
}
@media (max-width: 1199.98px) {
    .title h3 {
        font-size: 30px;
    }
}
@media (max-width: 991.98px) {
    .title h3 {
        font-size: 28px;
    }
}
@media (max-width: 767.98px) {
    .title h3 {
        font-size: 25px;
    }
}
@media (max-width: 575.98px) {
    .title h3 {
        font-size: 23px;
    }
}
.jb {
    background: -webkit-gradient(linear, left top, right top, from(#fe6e53), to(#cc0c1c));
    background: linear-gradient(90deg, #fe6e53, #cc0c1c 100%);
}
.more-box&gt;a,
.more-box&gt;span {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-transform: capitalize;
}
@media (min-width: 1200px) {
    .more-box&gt;a,
    .more-box&gt;span {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .more-box&gt;a:hover,
    .more-box&gt;span:hover {
        color: #1e52ab;
    }
    .more-box&gt;a:hover span,
    .more-box&gt;span:hover span {
        text-decoration: underline;
    }
}
@media (max-width: 575.98px) {
    .more-box&gt;a,
    .more-box&gt;span {
        font-size: 13px;
    }
}
.more-box&gt;a:active,
.more-box&gt;span:active {
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    color: #1e52ab;
}
.more-box.has-icon&gt;a,
.more-box.has-icon&gt;span {
    color: #444;
}
.more-box.has-icon&gt;a:after,
.more-box.has-icon&gt;span:after {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e72f';
    margin-left: 8px;
}
.more-box.has-icon&gt;a&gt;span,
.more-box.has-icon&gt;span&gt;span {
    font-weight: bold;
}
@media (min-width: 1200px) {
    .more-box.has-icon&gt;a:after,
    .more-box.has-icon&gt;span:after {
        -webkit-transition: -webkit-transform 0.6s;
        transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        transition: transform 0.6s, -webkit-transform 0.6s;
    }
    .more-box.has-icon&gt;a:hover,
    .more-box.has-icon&gt;span:hover {
        color: #1e52ab;
    }
    .more-box.has-icon&gt;a:hover:after,
    .more-box.has-icon&gt;span:hover:after {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
}
.more-box.has-icon&gt;a:active,
.more-box.has-icon&gt;span:active {
    color: #1e52ab;
}
.more-box.has-width&gt;a,
.more-box.has-width&gt;span {
    min-width: 170px;
    height: 46px;
    padding: 0 10px;
    border-radius: 50px;
}
@media (max-width: 991.98px) {
    .more-box.has-width&gt;a,
    .more-box.has-width&gt;span {
        min-width: 140px;
        height: 38px;
    }
}
@media (max-width: 767.98px) {
    .more-box.has-width&gt;a,
    .more-box.has-width&gt;span {
        min-width: 110px;
        height: 30px;
    }
}
.more-box.has-bg&gt;a,
.more-box.has-bg&gt;span {
    background-color: #f5f5f5;
    color: #1e52ab;
}
@media (min-width: 1200px) {
    .more-box.has-bg&gt;a,
    .more-box.has-bg&gt;span {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }
    .more-box.has-bg&gt;a:hover,
    .more-box.has-bg&gt;span:hover {
        background-color: #1e52ab;
        color: #fff;
    }
    .more-box.has-bg&gt;a:hover span,
    .more-box.has-bg&gt;span:hover span {
        text-decoration: underline;
    }
}
.more-box.has-bg&gt;a:active,
.more-box.has-bg&gt;span:active {
    -webkit-transition: 0s;
    transition: 0s;
    background-color: #1e52ab;
    color: #fff;
}
.more-box.has-bg&gt;a:active span,
.more-box.has-bg&gt;span:active span {
    text-decoration: underline;
}
.more-box.has-border&gt;a,
.more-box.has-border&gt;span {
    border: 1px solid #e6ebee;
}
@media (min-width: 1620px) {
    .arrow-cont {
        max-width: 1590px;
        padding: 0 90px;
    }
}
@media (min-width: 1200px) and (max-width: 1679.98px) {
    .arrow-cont {
        padding: 0 80px;
    }
}
.wrapper {
    overflow: hidden;
}
.num-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -35px -10px 0;
}
.num-box&gt;li {
    position: relative;
    width: 25%;
    margin-top: 35px;
    padding: 0 10px;
}
@media (min-width: 1200px) {
    .num-box&gt;li {
        text-align: center;
    }
    .num-box&gt;li:before {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }
}
@media (max-width: 1199.98px) {
    .num-box&gt;li {
        width: 50%;
    }
}
.num-box .info {
    display: -webkit-inline-box;
    display: inline-flex;
    text-align: left;
}
.num-box .iconfont {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-size: 34px;
    color: #1e52ab;
    margin-right: 30px;
}
@media (max-width: 991.98px) {
    .num-box .iconfont {
        font-size: 30px;
        margin-right: 20px;
    }
}
@media (max-width: 575.98px) {
    .num-box .iconfont {
        font-size: 24px;
        margin-right: 15px;
    }
}
.num-box .number {
    white-space: nowrap;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 45px;
    font-family: 'Oswald';
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
}
@media (max-width: 991.98px) {
    .num-box .number {
        font-size: 36px;
    }
}
@media (max-width: 575.98px) {
    .num-box .number {
        font-size: 32px;
    }
}
.num-box sub,
.num-box sup {
    line-height: 1;
    margin-left: 5px;
}
.num-box sub {
    bottom: 0.5em;
    align-self: flex-end;
    font-size: 0.55555556em;
}
.num-box sup {
    font-size: 20px;
    top: 0.2em;
    margin-left: 10px;
}
.num-box .square {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}
.num-box .square:after {
    content: '2';
    font-size: 0.45em;
}
.num-box p {
    margin: 0;
    font-size: 15px;
    color: #777;
}
@media (max-width: 767.98px) {
    .num-box p {
        font-size: 14px;
    }
}
.index-padding {
    padding-top: 55px;
    padding-bottom: 55px;
}
@media (max-width: 1199.98px) {
    .index-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 991.98px) {
    .index-padding {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
@media (max-width: 767.98px) {
    .index-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (min-width: 1820px) {
    .index-box .arrow-cont {
        max-width: 1790px;
        padding: 0 100px;
    }
}
.index-box .slick-list {
    margin: 0 -5px;
}
.index-box .slick-slide {
    padding: 0 5px;
}
.index-box .slick-arrow {
    margin-top: -20px;
}
.title-box {
    margin-bottom: 25px;
}
@media (max-width: 767.98px) {
    .title-box {
        margin-bottom: 20px;
    }
}
.title-box .title {
    margin-right: 15px;
}
.title-box .title,
.title-box h2 {
    margin-bottom: 0;
}
.title-box .inline-arrow {
    margin-top: 10px;
}
@media (max-width: 575.98px) {
    .title-box.d-sm-flex .breadcrumb {
        margin-bottom: 10px;
    }
}
.number-wrap {
    padding: 60px 0;
    position: relative;
}
.number-wrap:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 1660px;
    border-bottom: 1px solid #cccccc;
    max-width: 98%;
}
.number-wrap p {
    margin-left: -65px;
}
@media (max-width: 991.98px) {
    .number-wrap {
        padding: 45px 0;
    }
    .number-wrap p {
        margin-left: -48px;
    }
}
@media (max-width: 767.98px) {
    .number-wrap {
        padding: 30px 0;
    }
    .number-wrap p {
        margin-left: -38px;
    }
}
.index-product .more {
    margin-top: 10px;
}
.index-product .more a {
    text-decoration: underline;
}
.index-product .list {
    display: grid;
    margin: -30px -15px 0;
}
@media (min-width: 768px) {
    .index-product .list {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    .index-product .list&gt;li:nth-child(1) {
        grid-area: 1 / 1 / 3 / 2;
    }
    .index-product .list&gt;li:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }
    .index-product .list&gt;li:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
    }
    .index-product .list&gt;li:nth-child(4) {
        grid-area: 1 / 3 / 2 / 4;
    }
    .index-product .list&gt;li:nth-child(5) {
        grid-area: 2 / 3 / 3 / 4;
    }
    .index-product .list&gt;li:nth-child(6) {
        grid-area: 3 / 1 / 4 / 2;
    }
    .index-product .list&gt;li:nth-child(7) {
        grid-area: 4 / 1 / 5 / 2;
    }
    .index-product .list&gt;li:nth-child(8) {
        grid-area: 3 / 2 / 4 / 3;
    }
    .index-product .list&gt;li:nth-child(9) {
        grid-area: 4 / 2 / 5 / 3;
    }
    .index-product .list&gt;li:nth-child(10) {
        grid-area: 3 / 3 / 5 / 4;
    }
}
@media (max-width: 767.98px) {
    .index-product .list {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
    }
    .index-product .list&gt;li:nth-child(1) {
        grid-area: 1 / 1 / 3 / 2;
    }
    .index-product .list&gt;li:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }
    .index-product .list&gt;li:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
    }
    .index-product .list&gt;li:nth-child(4) {
        grid-area: 3 / 1 / 4 / 2;
    }
    .index-product .list&gt;li:nth-child(5) {
        grid-area: 3 / 2 / 4 / 3;
    }
    .index-product .list&gt;li:nth-child(6) {
        grid-area: 4 / 1 / 5 / 2;
    }
    .index-product .list&gt;li:nth-child(7) {
        grid-area: 4 / 2 / 5 / 3;
    }
    .index-product .list&gt;li:nth-child(8) {
        grid-area: 5 / 1 / 6 / 2;
    }
    .index-product .list&gt;li:nth-child(9) {
        grid-area: 6 / 1 / 7 / 2;
    }
    .index-product .list&gt;li:nth-child(10) {
        grid-area: 5 / 2 / 7 / 3;
    }
}
.index-product .list&gt;li {
    padding: 0 15px;
    margin-top: 30px;
}
.index-product .list&gt;li:first-child .img-box,
.index-product .list&gt;li:last-child .img-box {
    padding-bottom: 131.11111111%;
}
.index-product .list .img-box {
    padding-bottom: 62.22222222%;
}
@media (min-width: 1200px) {
    .index-product .list .img-box img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .index-product .list .img-box:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (max-width: 991.98px) {
    .index-product .list {
        margin: -20px -10px 0;
    }
    .index-product .list&gt;li {
        margin-top: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 575.98px) {
    .index-product .list {
        margin: -10px -5px 0;
    }
    .index-product .list&gt;li {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.index-product .tit {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    font-size: 23px;
    color: #fff;
    padding: 6.66666667% 8.88888889%;
    width: 370px;
    max-width: 100%;
}
@media (max-width: 1399.98px) {
    .index-product .tit {
        font-size: 22px;
    }
}
@media (max-width: 1199.98px) {
    .index-product .tit {
        font-size: 20px;
    }
}
@media (max-width: 991.98px) {
    .index-product .tit {
        font-size: 16px;
    }
}
@media (max-width: 575.98px) {
    .index-product .tit {
        padding: 5.55555556% 7.77777778%;
        font-size: 14px;
    }
}
.index-about .iframe-box {
    padding-bottom: 57.97101449%;
}
.index-about .about-box {
    background-color: #f9f9f9;
    border-radius: 0 10px 10px 0;
}
@media (max-width: 991.98px) {
    .index-about .about-box {
        border-radius: 0 0 10px 10px;
    }
}
.index-about .intro {
    padding: 30px 45px 30px 20px;
}
@media (max-width: 991.98px) {
    .index-about .intro {
        padding: 30px;
    }
}
@media (max-width: 767.98px) {
    .index-about .intro {
        padding: 20px;
    }
}
.index-about .title .txt:before {
    content: '&gt;&gt;&gt;&gt;&gt;&gt;&gt;';
    color: #666;
    display: block;
    margin-bottom: 15px;
}
.index-about .title p {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    height: auto;
}
.index-about .func {
    padding-top: 15px;
}
.index-about .vr-btn a {
    background-color: #1e52ab;
    border-radius: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
}
.index-about .vr-btn a:before {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50%;
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e659';
    font-size: 1.4em;
}
.index-about .vr-btn a span {
    margin: 0 30px 0 17px;
}
@media (min-width: 1200px) {
    .index-about .vr-btn a:hover span {
        text-decoration: underline;
    }
}
.index-about .vr-btn a:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.index-about .vr-btn a:active span {
    text-decoration: underline;
}
.index-about .more a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.index-about .more a:after {
    content: ' &gt;&gt;';
    margin-left: 5px;
}
@media (min-width: 1200px) {
    .index-about .more a:hover {
        color: #1e52ab;
    }
    .index-about .more a:hover span {
        text-decoration: underline;
    }
}
.index-about .more a:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    color: #1e52ab;
}
.index-about .more a:active span {
    text-decoration: underline;
}
@media (min-width: 1650px) {
    .index-about .container-about-lg {
        max-width: 1620px;
    }
}
.index-about .icon-box {
    margin: 40px 0 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
}
.index-about .icon-box:before,
.index-about .icon-box:after {
    content: '';
    width: 180px;
    height: 1px;
    background-color: #1e52ab;
}
.index-about .icon-box span {
    margin: 0 50px;
}
@media (max-width: 575.98px) {
    .index-about .icon-box {
        margin: 25px 0 20px;
    }
    .index-about .icon-box span {
        margin: 0 30px;
    }
}
.index-about .pic {
    padding-bottom: 27.04402516%;
}
@media (min-width: 1200px) {
    .index-about .pic img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .index-about .pic:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
.index-about .desc {
    width: 1200px;
    margin: 30px auto 20px;
    max-width: 100%;
}
@media (max-width: 767.98px) {
    .index-about .desc {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}
.index-about .desc p {
    font-size: 16px;
    color: #000;
}
@media (max-width: 991.98px) {
    .index-about .desc p {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .index-about .desc p {
        font-size: 14px;
    }
}
.index-about .slick-factory .slick-list {
    margin: 0 -5px;
}
.index-about .slick-factory .slick-slide {
    padding: 0 5px;
}
@media (min-width: 1200px) {
    .index-about .slick-factory .item img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .index-about .slick-factory .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (min-width: 1200px) {
    .index-about .slick-factory .item:hover .tit {
        color: #1e52ab;
        text-decoration: underline;
    }
}
.index-about .slick-factory .img-box {
    padding-bottom: 61.53846154%;
}
.index-about .slick-factory .tit {
    margin-top: 20px;
}
.index-choose {
    padding-top: 5px;
    padding-bottom: 10px;
}
.index-choose .list {
    margin-top: -10px;
}
.index-choose .list&gt;li {
    margin-top: 10px;
}
.index-choose .list .item {
    padding: 5.55555556% 8.88888889% 7.77777778%;
}
@media (max-width: 1469.98px) {
    .index-choose .list .item {
        padding: 2.22222222% 3.33333333% 4.44444444%;
    }
}
@media (min-width: 1200px) {
    .index-choose .list .item {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }
    .index-choose .list .item:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    .index-choose .list .item:hover .iconfont {
        color: #fff;
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }
    .index-choose .list .item:hover .iconfont:after {
        opacity: 1;
    }
}
.index-choose .list .tit {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.index-choose .list .tit&gt;span {
    padding: 15px 0;
    display: block;
    position: relative;
}
.index-choose .list .tit&gt;span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: #1e52ab;
}
.index-choose .list .iconfont {
    color: #1e52ab;
    font-size: 20px;
    width: 54px;
    height: 54px;
    background: url(../imgs/liubianxing-line.svg) no-repeat center;
    background-size: contain;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-left: 25px;
}
.index-choose .list .iconfont:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../imgs/liubianxing-bg.svg) no-repeat center;
    background-size: contain;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.index-choose .list .iconfont:before {
    position: relative;
    z-index: 3;
    display: block;
}
.index-choose .list p {
    font-size: 16px;
    color: #666;
}
@media (max-width: 991.98px) {
    .index-choose .list p {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .index-choose .list p {
        font-size: 14px;
    }
}
.index-process .title {
    padding-bottom: 15px;
    width: 1060px;
}
.index-project .slick-arrow {
    color: #fff;
}
@media (min-width: 1200px) {
    .index-project .slick-arrow:hover {
        background-color: rgba(255, 138, 0, 0.9) !important;
        border: 1px solid rgba(255, 138, 0, 0.9) !important;
    }
}
.index-project .img-box {
    padding-bottom: 61.53846154%;
}
.index-project .tit {
    margin-top: 20px;
    color: #fff;
}
@media (max-width: 991.98px) {
    .index-project .tit {
        margin-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .index-project .tit {
        margin-top: 10px;
    }
}
.index-exhibition .img-box:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#1e52ab), color-stop(50%, rgba(30, 82, 171, 0)));
    background: linear-gradient(0deg, #1e52ab, rgba(30, 82, 171, 0) 50%);
}
@media (min-width: 1470px) {
    .index-exhibition .item .tit {
        margin-top: 20px;
    }
}
.index-news {
    padding-bottom: 5px;
}
@media (min-width: 1200px) {
    .index-news .list-box {
        margin: 0 -35px;
    }
    .index-news .list-box&gt;div {
        padding: 0 35px;
    }
}
@media (min-width: 1200px) and (max-width: 1469.98px) {
    .index-news .list-box {
        margin: 0 -20px;
    }
    .index-news .list-box&gt;div {
        padding: 0 20px;
    }
}
.index-news h2 {
    margin: 0;
}
.index-news .slick-arrow {
    margin-top: 0;
    width: 30px;
    height: 30px;
    background-color: #f6f6f6;
    border: none;
    font-size: 16px;
}
@media (min-width: 1200px) {
    .index-news .slick-arrow:hover {
        background-color: #1e52ab !important;
    }
}
.index-news .slick-news {
    margin: 0 -15px;
}
@media (max-width: 991.98px) {
    .index-news .slick-news {
        margin-top: -30px;
    }
}
.index-news .slick-news .slick-list {
    margin: 0;
    padding-bottom: 10px;
}
.index-news .slick-news .slick-slide {
    padding: 10px 15px;
}
@media (max-width: 991.98px) {
    .index-news .slick-news .slick-slide&gt;div {
        margin-top: 10px;
    }
}
.index-news .slick-news .item {
    padding: 10px;
}
@media (min-width: 576px) {
    .index-news .slick-news .pic {
        width: 240px;
        margin-right: 35px;
    }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .index-news .slick-news .pic {
        width: 170px;
        margin-right: 25px;
    }
}
.index-news .slick-news .info {
    padding-right: 35px;
}
@media (max-width: 1399.98px) {
    .index-news .slick-news .info {
        padding-right: 15px;
    }
}
.index-news .slick-news .tit {
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
}
.index-news .slick-news .func {
    padding-top: 15px;
}
.index-news .slick-news .date {
    margin: 0;
}
.index-news .slick-news .date:before {
    display: none;
}
.index-news .slick-news .more-box {
    color: #1e52ab;
}
@media (max-width: 991.98px) {
    .index-news .slick-dots {
        margin-top: 0;
    }
}
.index-news .more a {
    text-decoration: underline;
}
@media (min-width: 1200px) {
    .index-news .more a:hover {
        color: #1e52ab;
    }
}
@media (min-width: 1200px) {
    .index-news .faq-list&gt;li .question {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}
.index-news .faq-list&gt;li .question .tit:after {
    margin: 0;
}
.public-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.public-banner&gt;img {
    position: relative;
    display: block;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767.98px) {
    .public-banner&gt;img {
        width: 110%;
    }
}
@media (max-width: 575.98px) {
    .public-banner&gt;img {
        width: 140%;
    }
}
.public-banner .title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 3;
    color: #fff;
}
.public-banner .title,
.public-banner .title h2 {
    margin: 0 !important;
}
.public-banner .title h2 {
    color: #fff;
}
.breadcrumb {
    font-size: 15px;
    margin: 25px 0 0;
}
@media (max-width: 767.98px) {
    .breadcrumb {
        font-size: 14px;
    }
}
.breadcrumb li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.breadcrumb li:first-child:before {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    margin-right: 10px;
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e64c';
    font-size: 1.3em;
    color: #1e52ab;
}
@media (max-width: 767.98px) {
    .breadcrumb li:first-child:before {
        margin-right: 10px;
    }
}
.breadcrumb li a,
.breadcrumb li span {
    color: inherit;
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 1200px) {
    .breadcrumb li a:hover {
        text-decoration: underline;
        color: #1e52ab;
    }
}
@media (max-width: 1199.98px) {
    .breadcrumb li a:active {
        text-decoration: underline;
        color: #1e52ab;
    }
}
.breadcrumb&gt;li+li:before {
    padding: 0 5px;
    content: '&gt;';
    color: inherit;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767.98px) {
    .breadcrumb&gt;li+li:before {
        padding: 0 3px;
    }
}
@media (max-width: 1199.98px) {
    .xs-product-nav {
        border-top: 1px solid #1e52ab;
        border-bottom: 1px solid #1e52ab;
        padding: 10px 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 767.98px) {
    .xs-product-nav {
        margin-bottom: 20px;
    }
}
.xs-product-nav ul {
    line-height: 1.8;
    margin: 0 -8px;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}
@media (max-width: 575.98px) {
    .xs-product-nav ul {
        font-size: 12px;
        margin: 0 -6px;
    }
}
.xs-product-nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}
@media (max-width: 575.98px) {
    .xs-product-nav li {
        padding: 0 6px;
    }
}
.xs-product-nav .active {
    font-weight: bold;
    color: #1e52ab;
}
.fixed-slide {
    z-index: 15;
}
.inside-nav {
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    z-index: 3;
    background-color: #1e52ab;
    color: #fff;
    font-size: 0;
}
.inside-nav .nav-wrap {
    text-transform: capitalize;
    overflow-x: auto;
    /*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
    /*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
    /*æ»‘å—æ•ˆæžœ*/
}
.inside-nav .nav-wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
}
.inside-nav ul {
    white-space: nowrap;
    display: inline-block;
}
.inside-nav li {
    display: inline-block;
}
@media (min-width: 1400px) {
    .inside-nav li:not(:first-child) {
        margin-left: 20px;
    }
}
@media (max-width: 991.98px) {
    .inside-nav li:first-child {
        margin-left: 10px;
    }
}
.inside-nav a {
    padding: 18px 40px;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    font-size: 20px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
@media (min-width: 1200px) {
    .inside-nav a:before {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }
    .inside-nav a:hover {
        text-decoration: underline;
    }
}
@media (max-width: 1469.98px) {
    .inside-nav a {
        padding: 16px 30px;
        font-size: 18px;
    }
}
@media (max-width: 1199.98px) {
    .inside-nav a {
        padding: 14px 20px;
    }
}
@media (max-width: 991.98px) {
    .inside-nav a {
        font-size: 16px;
        padding: 12px 15px;
    }
}
@media (max-width: 767.98px) {
    .inside-nav a {
        font-size: 14px;
        padding: 10px 12px;
    }
}
.inside-nav .active&gt;a {
    text-decoration: underline;
}
.inside-nav-list {
    padding: 45px 0 15px;
}
@media (max-width: 767.98px) {
    .inside-nav-list {
        padding: 30px 0 5px;
    }
}
.inside-nav-list ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: -15px -20px 0;
}
.inside-nav-list ul&gt;li {
    margin-top: 15px;
    padding: 0 20px;
}
@media (min-width: 768px) {
    .inside-nav-list ul&gt;li {
        -webkit-box-flex: 1;
        flex: 1;
    }
}
@media (max-width: 1199.98px) {
    .inside-nav-list ul {
        margin-left: -15px;
        margin-right: -15px;
    }
    .inside-nav-list ul&gt;li {
        padding: 0 15px;
    }
}
@media (max-width: 991.98px) {
    .inside-nav-list ul {
        margin-left: -10px;
        margin-right: -10px;
    }
    .inside-nav-list ul&gt;li {
        padding: 0 10px;
    }
}
@media (max-width: 767.98px) {
    .inside-nav-list ul&gt;li {
        width: 50%;
    }
}
.inside-nav-list ul a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1px solid #1e52ab;
    border-radius: 10px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    min-height: 55px;
    height: 100%;
    padding: 8px 15px;
    text-align: center;
}
@media (min-width: 1200px) {
    .inside-nav-list ul a:hover {
        background-color: #1e52ab;
        color: #fff;
    }
}
@media (max-width: 991.98px) {
    .inside-nav-list ul a {
        min-height: 45px;
    }
}
@media (max-width: 767.98px) {
    .inside-nav-list ul a {
        min-height: 40px;
    }
}
@media (max-width: 575.98px) {
    .inside-nav-list ul a {
        font-size: 13px;
        min-height: 35px;
        border-radius: 5px;
    }
}
.inside-nav-list ul .active a {
    background-color: #1e52ab;
    color: #fff;
}
.menu-wrap .menu {
    position: relative;
    z-index: 10;
    overflow: hidden;
    text-transform: capitalize;
}
.menu-wrap .menu a {
    display: block;
}
.menu-wrap .iconfont {
    font-size: 1em;
}
.menu-wrap .menu1 {
    font-size: 18px;
}
@media (max-width: 1399.98px) {
    .menu-wrap .menu1 {
        font-size: 16px;
    }
}
.menu-wrap .menu1 li .menu-more:before,
.menu-wrap .menu1&gt;li&gt;a:after {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    display: block;
    content: '\e619';
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.7em;
}
.menu-wrap .menu1 li.more {
    position: relative;
}
.menu-wrap .menu1 li .more-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.menu-wrap .menu1 li .more-wrap&gt;a {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    padding-right: 0 !important;
}
.menu-wrap .menu1 li .menu-more {
    background: none;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    z-index: 2;
    padding: 0 20px 0 0;
    color: inherit;
}
@media (max-width: 1399.98px) {
    .menu-wrap .menu1 li .menu-more {
        padding-right: 10px;
    }
}
.menu-wrap .menu1 li.active&gt;.more-wrap&gt;.menu-more:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #1e52ab;
}
.menu-wrap .menu1&gt;li {
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.menu-wrap .menu1&gt;li.active&gt;a,
.menu-wrap .menu1&gt;li.active&gt;.more-wrap {
    color: #fff;
    background-color: #1e52ab;
}
.menu-wrap .menu1&gt;li.active&gt;a:after,
.menu-wrap .menu1&gt;li.active&gt;.more-wrap:after,
.menu-wrap .menu1&gt;li.active&gt;a .menu-more:before,
.menu-wrap .menu1&gt;li.active&gt;.more-wrap .menu-more:before {
    color: inherit;
}
.menu-wrap .menu1&gt;li&gt;.more-wrap,
.menu-wrap .menu1&gt;li&gt;a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    padding-left: 7.14285714%;
    padding-right: 7.14285714%;
    background-color: #f9f9f9;
}
@media (min-width: 1200px) {
    .menu-wrap .menu1&gt;li&gt;.more-wrap:hover,
    .menu-wrap .menu1&gt;li&gt;a:hover {
        color: #fff;
        background-color: #1e52ab;
    }
    .menu-wrap .menu1&gt;li&gt;.more-wrap:hover:after,
    .menu-wrap .menu1&gt;li&gt;a:hover:after,
    .menu-wrap .menu1&gt;li&gt;.more-wrap:hover .menu-more:before,
    .menu-wrap .menu1&gt;li&gt;a:hover .menu-more:before {
        color: inherit;
    }
}
@media (min-width: 1200px) {
    .menu-wrap .menu1&gt;li&gt;.more-wrap:hover .menu-more:before {
        color: inherit;
    }
}
.menu-wrap .menu1&gt;li&gt;a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
}
.menu-wrap .menu1&gt;li&gt;a:after {
    margin-right: 20px;
    color: #1e52ab;
}
@media (max-width: 1399.98px) {
    .menu-wrap .menu1&gt;li&gt;a:after {
        margin-right: 10px;
    }
}
.menu-wrap .menu1&gt;li&gt;a&gt;span {
    margin: 0 auto 0 0;
}
.menu-wrap .menu1&gt;li&gt;a,
.menu-wrap .menu1&gt;li&gt;.more-wrap&gt;a {
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 1399.98px) {
    .menu-wrap .menu1&gt;li&gt;a,
    .menu-wrap .menu1&gt;li&gt;.more-wrap&gt;a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
.menu-wrap .menu1 ul {
    display: none;
}
.menu-wrap .menu2 {
    padding: 4.54545455% 7.57575758%;
    font-size: 0.88888889em;
}
.menu-wrap .menu2&gt;li {
    position: relative;
}
.menu-wrap .menu2&gt;li:not(:first-child) {
    margin-top: 5px;
}
.menu-wrap .menu2&gt;li.active&gt;a:before,
.menu-wrap .menu2&gt;li.active&gt;.more-wrap:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.menu-wrap .menu2&gt;li.active&gt;a&gt;span,
.menu-wrap .menu2&gt;li.active&gt;.more-wrap&gt;span {
    text-decoration: underline;
}
.menu-wrap .menu2&gt;li.active&gt;a:before,
.menu-wrap .menu2&gt;li.active&gt;.more-wrap:before {
    background-color: #1e52ab;
}
.menu-wrap .menu2&gt;li&gt;a,
.menu-wrap .menu2&gt;li&gt;.more-wrap&gt;a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    line-height: 1.5;
}
@media (min-width: 1200px) {
    .menu-wrap .menu2&gt;li&gt;a:hover&gt;span,
    .menu-wrap .menu2&gt;li&gt;.more-wrap&gt;a:hover&gt;span {
        text-decoration: underline;
    }
}
.menu-wrap .menu2&gt;li&gt;a {
    position: relative;
}
.menu-wrap .menu3 {
    color: #777;
    padding: 0 12.12121212%;
}
.menu-wrap .menu3&gt;li {
    line-height: 1.75;
}
.menu-wrap .menu3&gt;li.active&gt;a {
    color: #1e52ab;
}
@media (min-width: 1200px) {
    .menu-wrap .menu3&gt;li&gt;a:hover {
        color: #1e52ab;
        text-decoration: underline;
    }
}
.slick-list {
    margin: 0 -15px;
}
.slick-slide {
    padding: 0 15px;
}
@media (max-width: 767.98px) {
    .slick-list {
        margin: 0 -8px;
    }
    .slick-slide {
        padding: 0 8px;
    }
}
.inside-page .content {
    padding: 35px 0 80px;
}
@media (max-width: 1469.98px) {
    .inside-page .content {
        padding-bottom: 70px;
    }
}
@media (max-width: 1199.98px) {
    .inside-page .content {
        padding-bottom: 60px;
    }
}
@media (max-width: 991.98px) {
    .inside-page .content {
        padding-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .inside-page .content {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}
@media (min-width: 1470px) {
    .slick-exhibition {
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .slick-exhibition .item img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .slick-exhibition .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (min-width: 1200px) {
    .slick-exhibition .item:hover .tit {
        color: #1e52ab;
    }
}
.slick-exhibition .img-box {
    padding-bottom: 59.375%;
}
.slick-exhibition .tit {
    margin-top: 15px;
}
@media (max-width: 1399.98px) {
    .slick-exhibition .tit {
        margin-top: 10px;
    }
}
.about-wrap .txt p {
    color: #666;
}
.about-wrap .num-box {
    padding-bottom: 40px;
}
.about-wrap .intro {
    margin-top: 40px;
    margin-bottom: 30px;
}
.about-wrap .iframe-box {
    padding-bottom: 57.97101449%;
}
.about-wrap .vr-box {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
}
.about-wrap .vr-box .img-box {
    padding-bottom: 26.04166667%;
}
@media (min-width: 1200px) {
    .about-wrap .vr-box .img-box img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .about-wrap .vr-box .img-box:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
.about-wrap .vr-box .img-box:before {
    content: attr(data-tit);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: bold;
    width: 90px;
    height: 90px;
    border: 15px solid rgba(255, 255, 255, 0.7);
    background-color: #1e52ab;
    background-clip: content-box;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.about-wrap .factory-box {
    padding-bottom: 0;
}
@media (min-width: 1200px) {
    .about-wrap .factory-list-lg .img-box img,
    .about-wrap .factory-list-sm .img-box img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .about-wrap .factory-list-lg .img-box:hover img,
    .about-wrap .factory-list-sm .img-box:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
.about-wrap .factory-list-lg .img-box {
    padding-bottom: 57.57575758%;
}
.about-wrap .factory-list-sm {
    margin-top: 0;
}
.about-wrap .factory-list-sm .img-box {
    padding-bottom: 87.85046729%;
}
.about-wrap .process-box {
    padding: 60px 0;
}
@media (max-width: 991.98px) {
    .about-wrap .process-box {
        padding: 50px 0;
    }
}
@media (max-width: 767.98px) {
    .about-wrap .process-box {
        padding: 40px 0;
    }
}
.about-wrap .process-box .title {
    margin-bottom: 20px;
}
.about-wrap .process-box h2 {
    font-size: 40px;
}
@media (max-width: 1469.98px) {
    .about-wrap .process-box h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199.98px) {
    .about-wrap .process-box h2 {
        font-size: 32px;
    }
}
@media (max-width: 991.98px) {
    .about-wrap .process-box h2 {
        font-size: 30px;
    }
}
@media (max-width: 767.98px) {
    .about-wrap .process-box h2 {
        font-size: 28px;
    }
}
@media (max-width: 575.98px) {
    .about-wrap .process-box h2 {
        font-size: 26px;
    }
}
.about-wrap .process-list {
    overflow: hidden;
    position: relative;
}
.about-wrap .process-list:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #1e52ab;
}
.about-wrap .process-list ul {
    margin: -30px -45px 0;
}
@media (max-width: 1199.98px) {
    .about-wrap .process-list ul {
        margin: -30px -30px 0;
    }
}
@media (max-width: 575.98px) {
    .about-wrap .process-list ul {
        margin: -30px -20px 0;
    }
}
.about-wrap .process-list li {
    margin-top: 30px;
    padding: 0 45px;
    position: relative;
    z-index: 2;
}
.about-wrap .process-list li:nth-child(odd):before {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid rgba(30, 82, 171, 0.2);
    background-color: #1e52ab;
    background-clip: content-box;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
@media (max-width: 1199.98px) {
    .about-wrap .process-list li {
        padding: 0 30px;
    }
}
@media (max-width: 575.98px) {
    .about-wrap .process-list li {
        padding: 0 20px;
    }
}
.about-wrap .process-list .tit {
    font-size: 17px;
    margin-bottom: 5px;
}
@media (max-width: 767.98px) {
    .about-wrap .process-list .tit {
        font-size: 16px;
    }
}
.about-wrap .process-list .img-box {
    margin-top: 10px;
    padding-bottom: 53.33333333%;
}
@media (min-width: 1200px) {
    .about-wrap .case-box {
        margin-left: -8px;
    }
}
@media (max-width: 991.98px) {
    .about-wrap .case-box {
        padding-top: 20px;
    }
}
@media (max-width: 767.98px) {
    .about-wrap .case-box {
        padding-top: 15px;
    }
}
.about-wrap .slick-exhibition .pic {
    background-color: #fff;
    padding: 10px;
}
.about-wrap .exhibition-box .title {
    margin-top: 15px;
}
@media (min-width: 1200px) {
    .about-wrap .exhibition-box .title {
        margin-bottom: 30px;
    }
}
@media (max-width: 767.98px) {
    .about-wrap .exhibition-box .title {
        margin-top: 5px;
    }
}
.about-wrap .icon-pic {
    margin-bottom: 10px;
}
.about-wrap .icon-pic~.txt p {
    color: #444;
}
@media (min-width: 1200px) {
    .about-wrap .slick-certificates:hover .slick-arrow {
        opacity: 1;
    }
}
.about-wrap .slick-certificates .slick-arrow {
    margin-top: -15px;
    border: none;
    font-size: 40px;
    opacity: 0;
}
@media (min-width: 1200px) {
    .about-wrap .slick-certificates .slick-arrow:hover {
        background: none !important;
        color: #1e52ab !important;
    }
}
.about-wrap .slick-certificates .slick-arrow:active {
    background: none !important;
    color: #1e52ab !important;
}
@media (min-width: 1200px) {
    .about-wrap .slick-certificates .item img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .about-wrap .slick-certificates .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (min-width: 1200px) {
    .about-wrap .slick-certificates .item:hover .tit {
        color: #1e52ab;
    }
}
.about-wrap .slick-certificates .pic {
    border: 5px solid #f6f6f6;
}
.about-wrap .slick-certificates .img-box {
    padding-bottom: 144%;
}
.about-wrap .slick-certificates .tit {
    margin-top: 20px;
}
@media (max-width: 991.98px) {
    .about-wrap .slick-certificates .tit {
        margin-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .about-wrap .slick-certificates .tit {
        margin-top: 10px;
    }
}
.about-wrap .certificates-box {
    padding-bottom: 0;
}
.about-wrap .team-list .item {
    border: 1px solid #cccccc;
    padding: 14px;
    height: 100%;
}
@media (max-width: 575.98px) {
    .about-wrap .team-list .item {
        padding: 6px;
    }
}
@media (min-width: 1200px) {
    .about-wrap .team-list .item img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .about-wrap .team-list .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
.about-wrap .team-list .img-box {
    padding-bottom: 70%;
}
.about-wrap .team-list .tit {
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    font-size: 15px;
}
@media (max-width: 767.98px) {
    .about-wrap .team-list .tit {
        padding: 10px 0;
    }
}
@media (min-width: 768px) {
    .about-wrap .team-list .txt {
        min-height: 180px;
    }
}
.about-wrap .choose-box .container {
    margin-top: 40px;
    margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
    .about-wrap .choose-box .container {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}
@media (max-width: 991.98px) {
    .about-wrap .choose-box .container {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767.98px) {
    .about-wrap .choose-box .container {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
.about-wrap .choose-list .item {
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 21.21212121% 9.09090909% 15.15151515%;
    height: 100%;
}
@media (max-width: 767.98px) {
    .about-wrap .choose-list img {
        height: 60px !important;
    }
}
.about-wrap .choose-list .tit {
    margin: 40px 0 10px;
}
.about-wrap .service-box .title {
    background-size: contain;
    background: no-repeat center left;
    padding: 6.38297872% 0 7.09219858%;
    margin-bottom: 4.96453901%;
}
@media (max-width: 991.98px) {
    .about-wrap .service-box .title {
        background-position: 40%;
        background-size: auto 100%;
    }
}
@media (max-width: 575.98px) {
    .about-wrap .service-box .title {
        background-position: 50%;
        background-size: auto 100%;
    }
}
.about-wrap .service-box .title h2 {
    margin: 15px 0 25px;
}
@media (max-width: 767.98px) {
    .about-wrap .service-box .title h2 {
        margin: 10px 0 15px;
    }
}
.about-wrap .service-box .title h3 {
    font-weight: normal;
    color: #1e52ab;
    font-size: 24px;
}
@media (max-width: 1469.98px) {
    .about-wrap .service-box .title h3 {
        font-size: 22px;
    }
}
@media (max-width: 1199.98px) {
    .about-wrap .service-box .title h3 {
        font-size: 21px;
    }
}
@media (max-width: 991.98px) {
    .about-wrap .service-box .title h3 {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .about-wrap .service-box .title h3 {
        font-size: 19px;
    }
}
@media (max-width: 575.98px) {
    .about-wrap .service-box .title h3 {
        font-size: 18px;
    }
}
.video-list&gt;li {
    padding: 30px 40px 30px 25px;
    border-radius: 5px;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}
@media (min-width: 1200px) {
    .video-list&gt;li {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
    .video-list&gt;li .txt {
        min-height: 150px;
    }
}
@media (max-width: 767.98px) {
    .video-list&gt;li {
        padding: 20px;
    }
}
@media (max-width: 575.98px) {
    .video-list&gt;li {
        padding: 15px;
    }
}
.video-list&gt;li:not(:first-child) {
    margin-top: 25px;
}
@media (min-width: 1200px) {
    .video-list&gt;li img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .video-list&gt;li:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
.video-list .img-box {
    padding-bottom: 56.4%;
}
.video-list .pic {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 390px;
    max-width: 100%;
}
@media (min-width: 768px) {
    .video-list .pic {
        margin-right: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .video-list .pic {
        float: left;
        margin-right: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .video-list .pic {
        width: 300px;
    }
}
@media (max-width: 767.98px) {
    .video-list .pic {
        margin: 0 auto;
    }
}
.video-list .tit {
    color: #1e52ab;
    margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
    .video-list .tit {
        margin-top: 1.5%;
    }
}
@media (max-width: 991.98px) {
    .video-list .tit {
        margin-bottom: 10px;
    }
}
@media (max-width: 767.98px) {
    .video-list .tit {
        margin-top: 15px;
    }
}
.video-list .txt {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
}
.video-list p {
    color: #666;
}
.video-wrap .inside-nav-list {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 1400px) {
    .video-wrap .inside-nav-list ul {
        margin-left: -30px;
        margin-right: -30px;
    }
    .video-wrap .inside-nav-list ul&gt;li {
        padding: 0 30px;
    }
}
.pro-top-desc {
    padding-bottom: 35px;
}
.pro-top-desc .tit {
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .pro-top-desc {
        padding-bottom: 25px;
    }
    .pro-top-desc .tit {
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .product-list .item img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .product-list .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (min-width: 1200px) {
    .product-list .item:hover .tit {
        color: #1e52ab;
    }
}
.product-list .tit {
    margin-top: 20px;
}
@media (max-width: 991.98px) {
    .product-list .tit {
        margin-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .product-list .tit {
        margin-top: 10px;
    }
}
.bg-grey {
    background-color: #f8f8f8;
}
.pro-title h2 {
    margin-bottom: 35px;
    font-size: 28px;
    text-transform: capitalize;
}
@media (max-width: 1469.98px) {
    .pro-title h2 {
        font-size: 26px;
    }
}
@media (max-width: 1199.98px) {
    .pro-title h2 {
        font-size: 25px;
    }
}
@media (max-width: 991.98px) {
    .pro-title h2 {
        font-size: 24px;
    }
}
@media (max-width: 767.98px) {
    .pro-title h2 {
        font-size: 22px;
    }
}
@media (max-width: 575.98px) {
    .pro-title h2 {
        font-size: 20px;
    }
}
@media (max-width: 991.98px) {
    .pro-title h2 {
        margin-bottom: 30px;
    }
}
@media (max-width: 767.98px) {
    .pro-title h2 {
        margin-bottom: 25px;
    }
}
.details-tit {
    padding: 70px 0 25px;
    position: relative;
}
@media (max-width: 1469.98px) {
    .details-tit {
        padding: 60px 0 25px;
    }
}
@media (max-width: 1199.98px) {
    .details-tit {
        padding: 50px 0 20px;
    }
}
@media (max-width: 991.98px) {
    .details-tit {
        padding: 45px 0 15px;
    }
}
@media (max-width: 767.98px) {
    .details-tit {
        padding: 35px 0 10px;
    }
}
.details-tit&gt;span {
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
@media (max-width: 1469.98px) {
    .details-tit&gt;span {
        font-size: 26px;
    }
}
@media (max-width: 1199.98px) {
    .details-tit&gt;span {
        font-size: 25px;
    }
}
@media (max-width: 991.98px) {
    .details-tit&gt;span {
        font-size: 24px;
    }
}
@media (max-width: 767.98px) {
    .details-tit&gt;span {
        font-size: 22px;
    }
}
@media (max-width: 575.98px) {
    .details-tit&gt;span {
        font-size: 20px;
    }
}
.func-btn ul a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 13px;
}
.func-btn ul a:active {
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
@media (min-width: 1200px) {
    .func-btn ul a {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }
}
@media (min-width: 1200px) {
    .func-btn.has-normal a:hover span {
        text-decoration: underline;
    }
}
.func-btn.has-normal a:active span {
    text-decoration: underline;
}
.func-btn.has-bg a {
    background-color: #f6f6f6;
}
.func-btn.has-bg a:active {
    background: #1e52ab;
    color: #fff;
    border-color: #1e52ab;
}
@media (min-width: 1200px) {
    .func-btn.has-bg a:hover {
        background: #1e52ab;
        color: #fff;
        border-color: #1e52ab;
    }
}
.func-btn.has-border a {
    border: 1px solid #b3dbec;
    color: #1e52ab;
}
@media (min-width: 1200px) {
    .func-btn.has-border a:hover {
        background: #1e52ab;
        color: #fff;
        border-color: #1e52ab;
    }
}
.func-btn.has-border a:active {
    background: #1e52ab;
    color: #fff;
    border-color: #1e52ab;
}
.func-btn.has-width a {
    height: 35px;
    width: 100%;
    border-radius: 35px;
    padding: 0 15px;
}
.func-btn.has-icon a:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 1.4em;
}
.func-btn.has-icon .inquiry-btn:before {
    content: '\e664';
}
.func-btn.has-icon .add-btn:before {
    content: '\e6bb';
}
.func-btn.has-icon .download-btn:before {
    content: '\ec1d';
}
.pro-page {
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .pro-page {
        margin-top: 35px;
    }
}
.pro-page&gt;div {
    width: 50%;
}
.pro-page&gt;div:first-child&gt;a {
    padding-left: 0;
}
.pro-page&gt;div&gt;a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 11px 30px;
    color: #000;
}
.pro-page&gt;div&gt;a:after {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e649';
    margin-left: 8px;
    font-size: 1.4em;
    line-height: 1;
    color: #1e52ab;
    font-weight: normal;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
@media (min-width: 1200px) {
    .pro-page&gt;div&gt;a:hover {
        color: #1e52ab;
    }
    .pro-page&gt;div&gt;a:hover span {
        text-decoration: underline;
    }
    .pro-page&gt;div&gt;a:hover:after {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@media (max-width: 575.98px) {
    .pro-page&gt;div&gt;a {
        padding: 10px 15px;
    }
}
.pro-page&gt;div&gt;a:active {
    color: #1e52ab;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.pro-page&gt;div&gt;a span {
    font-weight: bold;
}
.pro-page .next {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.size-list-box {
    width: 100%;
}
.size-list-box .size-list {
    line-height: 28px;
    margin-top: 20px;
}
.size-list-box .tit {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-right: 15px;
    min-width: 52px;
}
.size-list-box ul {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    margin: -15px -13px 0;
}
.size-list-box ul&gt;li {
    margin-top: 15px;
    padding: 0 13px;
}
@media (max-width: 767.98px) {
    .size-list-box ul {
        margin: -10px -8px 0;
    }
    .size-list-box ul&gt;li {
        margin-top: 10px;
        padding: 0 8px;
    }
}
.size-list-box label {
    width: 100%;
    cursor: pointer;
    position: relative;
}
.size-list-box input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: -10;
    opacity: 0;
}
.size-list-box input:checked+span {
    color: #fff;
    background-color: #1e52ab;
    border-color: #1e52ab;
}
.size-list-box span {
    display: block;
    border: 1px dashed #bbbbbb;
    padding: 0 10px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-details-wrap .carousel-wrap .carousel-box {
    position: relative;
    font-size: 0;
}
@media (min-width: 1200px) {
    .product-details-wrap .carousel-wrap .carousel-box {
        width: 56.02836879%;
    }
}
@media (max-width: 1199.98px) {
    .product-details-wrap .carousel-wrap .carousel-box {
        width: 650px;
        margin: 0 auto 40px;
        max-width: 100%;
    }
}
@media (max-width: 991.98px) {
    .product-details-wrap .carousel-wrap .carousel-box {
        width: 550px;
    }
}
@media (max-width: 767.98px) {
    .product-details-wrap .carousel-wrap .carousel-box {
        margin-bottom: 30px;
    }
}
.product-details-wrap .carousel-wrap .carousel-box .item {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.product-details-wrap .carousel-wrap .carousel {
    position: relative;
}
.product-details-wrap .carousel-wrap .pro-arrow {
    position: absolute;
    right: 40px;
    bottom: 60px;
    z-index: 3;
}
@media (max-width: 1199.98px) {
    .product-details-wrap .carousel-wrap .pro-arrow {
        right: 20px;
        bottom: 20px;
    }
}
@media (max-width: 575.98px) {
    .product-details-wrap .carousel-wrap .pro-arrow {
        display: none !important;
    }
}
.product-details-wrap .carousel-wrap .slider-for,
.product-details-wrap .carousel-wrap .slider-nav .item {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.product-details-wrap .carousel-wrap .slider-for {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
@media (min-width: 576px) {
    .product-details-wrap .carousel-wrap .slider-for {
        width: 81.01265823%;
    }
}
.product-details-wrap .carousel-wrap .slider-for .slick-arrow {
    background-color: #fff;
    color: #000;
    border: none;
}
@media (min-width: 1200px) {
    .product-details-wrap .carousel-wrap .slider-for .slick-arrow:hover {
        background-color: #ff8a00;
        color: #fff;
    }
}
@media (min-width: 576px) {
    .product-details-wrap .carousel-wrap .slider-nav {
        width: 18.98734177%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        border-left: 30px solid transparent;
        padding: 50px 0;
    }
}
@media (max-width: 575.98px) {
    .product-details-wrap .carousel-wrap .slider-nav {
        margin-top: 10px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-list {
    margin: -10px 0;
}
@media (max-width: 575.98px) {
    .product-details-wrap .carousel-wrap .slider-nav .slick-list {
        margin: 0 -4px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide {
    padding: 10px 1px;
    width: 150px;
    border: none;
}
@media (max-width: 767.98px) {
    .product-details-wrap .carousel-wrap .slider-nav .slick-slide {
        padding: 6px 1px;
    }
}
@media (max-width: 575.98px) {
    .product-details-wrap .carousel-wrap .slider-nav .slick-slide {
        padding: 1px 5px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-current .item {
    border-color: #1e52ab;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #f3f3f3;
    line-height: 1;
    border-radius: 0;
    font-weight: bold;
    border: none;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (min-width: 1200px) {
    .product-details-wrap .carousel-wrap .slider-nav .slick-arrow:hover {
        background: #1e52ab !important;
        color: #fff;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow:active {
    -webkit-transform: translateX(-50%) scale(0.95);
    -ms-transform: translateX(-50%) scale(0.95);
    transform: translateX(-50%) scale(0.95);
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev {
    top: 0;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next {
    bottom: 0;
    top: auto;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video {
    position: relative;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
}
.product-details-wrap .carousel-wrap .slider-nav .product-video:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e644';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    color: #fff;
    font-size: 26px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 1200px) {
    .product-details-wrap .carousel-wrap .info-box {
        width: 39.0070922%;
    }
}
.product-details-wrap .carousel-wrap .pro-name {
    margin-bottom: 7.27272727%;
}
@media (max-width: 1199.98px) {
    .product-details-wrap .carousel-wrap .pro-name {
        margin-bottom: 25px;
    }
}
.product-details-wrap .carousel-wrap .description-box .txt {
    margin-top: 30px;
}
@media (max-width: 767.98px) {
    .product-details-wrap .carousel-wrap .description-box .txt {
        margin-top: 20px;
    }
}
.product-details-wrap .carousel-wrap .func-btn {
    padding-top: 30px;
    width: 350px;
}
@media (max-width: 767.98px) {
    .product-details-wrap .carousel-wrap .func-btn {
        padding-top: 25px;
    }
}
.product-details-wrap .carousel-wrap .func-btn a {
    border: 1px solid #1e52ab;
}
.product-details-wrap .details-intro,
.product-details-wrap .details-floor {
    margin-top: 4.96453901%;
}
@media (max-width: 991.98px) {
    .product-details-wrap .details-intro,
    .product-details-wrap .details-floor {
        margin-top: 50px;
    }
}
@media (max-width: 767.98px) {
    .product-details-wrap .details-intro,
    .product-details-wrap .details-floor {
        margin-top: 40px;
    }
}
.product-details-wrap .details-intro .tit {
    background-color: #1e52ab;
    color: #fff;
    padding: 15px 40px;
    margin-bottom: 20px;
}
.product-details-wrap .floor-list {
    margin-top: 50px;
}
@media (max-width: 991.98px) {
    .product-details-wrap .floor-list {
        margin-top: 40px;
    }
}
@media (max-width: 767.98px) {
    .product-details-wrap .floor-list {
        margin-top: 30px;
    }
}
.product-details-wrap .floor-list .tit {
    position: relative;
    margin-bottom: 25px;
}
.product-details-wrap .floor-list .tit:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    background-color: #cccccc;
    height: 1px;
}
.product-details-wrap .floor-list .tit span {
    position: relative;
    padding-right: 40px;
    z-index: 2;
    display: inline-block;
    background-color: #fff;
}
@media (max-width: 767.98px) {
    .product-details-wrap .floor-list .tit {
        margin-bottom: 15px;
    }
    .product-details-wrap .floor-list .tit span {
        padding-right: 25px;
    }
}
.product-details-wrap .slick-reviews .item {
    background-color: #fff;
    padding: 30px;
}
@media (max-width: 575.98px) {
    .product-details-wrap .slick-reviews .item {
        padding: 20px;
    }
}
.product-details-wrap .slick-reviews .info {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
@media (max-width: 575.98px) {
    .product-details-wrap .slick-reviews .info {
        flex-wrap: wrap;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .product-details-wrap .slick-reviews .info .name,
    .product-details-wrap .slick-reviews .info .star-box {
        margin-right: 12px;
    }
}
@media (min-width: 576px) {
    .product-details-wrap .slick-reviews .name {
        min-width: 40px;
        margin-right: 20px;
    }
}
.product-details-wrap .slick-reviews .star-box {
    display: -webkit-box;
    display: flex;
}
.product-details-wrap .slick-reviews .iconfont {
    color: #ff8a00;
}
.product-details-wrap .slick-reviews .date-reviews {
    color: #666;
    font-size: 12px;
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.product-details-wrap .slick-reviews .date-reviews:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e8b4';
    color: #ff8a00;
    margin-right: 10px;
    font-size: 1.5em;
}
.product-details-wrap .slick-reviews p {
    color: #666;
}
.product-details-wrap .details-reviews {
    position: relative;
    z-index: 2;
    padding-bottom: 90px;
    margin-top: 90px;
}
.product-details-wrap .details-reviews:after {
    content: '';
    background-color: #f9f9f9;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
}
@media (max-width: 1469.98px) {
    .product-details-wrap .details-reviews {
        padding-bottom: 4.96453901%;
        margin-top: 4.96453901%;
    }
}
@media (max-width: 767.98px) {
    .product-details-wrap .details-reviews {
        margin-top: 45px;
        padding-bottom: 35px;
    }
}
.product-details-wrap .inquiry-form input,
.product-details-wrap .inquiry-form textarea {
    border: none;
    background: #f9f9f9;
}
.service-nav-box {
    background-color: #fff;
}
@media (max-width: 1199.98px) {
    .service-nav-box {
        overflow-x: auto;
        /*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
        /*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
        /*æ»‘å—æ•ˆæžœ*/
    }
    .service-nav-box::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #fefefe;
    }
    .service-nav-box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        background-color: #fefefe;
    }
    .service-nav-box::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    .service-nav-box::-webkit-scrollbar-thumb:hover {
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.3);
    }
}
@media (min-width: 1400px) {
    .service-nav {
        padding-right: 13.63636364%;
    }
}
@media (max-width: 1199.98px) {
    .service-nav {
        white-space: nowrap;
    }
    .service-nav li {
        display: inline-block;
        margin-left: 35px;
    }
    .service-nav li:first-child {
        margin-left: 0;
    }
}
@media (max-width: 767.98px) {
    .service-nav li {
        margin-left: 20px;
    }
}
.service-nav .active a {
    color: #1e52ab;
}
.service-nav a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media (min-width: 1200px) {
    .service-nav a:before {
        font-family: 'iconfont' !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e65e';
        margin-right: 20px;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    .service-nav a:hover {
        color: #1e52ab;
    }
}
@media (max-width: 1199.98px) {
    .service-nav a:before {
        margin-right: 10px;
    }
}
.service-nav span {
    padding: 15px 0;
    border-bottom: 1px dashed #cccccc;
    -webkit-box-flex: 1;
    flex: 1 0 0%;
}
@media (max-width: 1199.98px) {
    .service-nav span {
        padding: 5px 0;
        border: none;
    }
}
.service-list .img-box {
    padding-bottom: 54.90196078%;
}
@media (min-width: 1200px) {
    .service-list .img-box img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .service-list .img-box:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
.slick-service .tit {
    color: #1e52ab;
    margin: 50px 0 15px;
}
@media (max-width: 1199.98px) {
    .slick-service .tit {
        margin-top: 40px;
    }
}
@media (max-width: 991.98px) {
    .slick-service .tit {
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {
    .slick-service .tit {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
.slick-service p {
    color: #666;
}
@media (min-width: 768px) {
    .needs-form .tit {
        padding-bottom: 5px;
    }
}
.needs-form .sec-tit {
    margin-top: 60px;
    color: #1e52ab;
}
@media (max-width: 991.98px) {
    .needs-form .sec-tit {
        margin-top: 50px;
    }
}
@media (max-width: 767.98px) {
    .needs-form .sec-tit {
        margin-top: 40px;
    }
}
.needs-form .list {
    margin-top: 50px;
}
@media (max-width: 991.98px) {
    .needs-form .list {
        margin-top: 40px;
    }
}
@media (max-width: 767.98px) {
    .needs-form .list {
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .needs-form .list {
        display: -webkit-box;
        display: flex;
    }
}
.needs-form .list&gt;span {
    font-size: 18px;
    width: 28.36879433%;
    margin-right: 10px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
    .needs-form .list&gt;span {
        font-size: 17px;
    }
}
@media (max-width: 991.98px) {
    .needs-form .list&gt;span {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .needs-form .list&gt;span {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .needs-form .list&gt;span {
        margin-bottom: 15px;
        display: block;
        width: 100%;
    }
}
.needs-form .list&gt;ul {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    font-size: 16px;
    color: #444;
    text-transform: capitalize;
    margin-top: -20px;
}
@media (max-width: 991.98px) {
    .needs-form .list&gt;ul {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .needs-form .list&gt;ul {
        font-size: 14px;
    }
}
.needs-form .list&gt;ul&gt;li {
    margin-top: 20px;
}
@media (max-width: 767.98px) {
    .needs-form .list&gt;ul {
        margin-top: -15px;
    }
    .needs-form .list&gt;ul&gt;li {
        margin-top: 15px;
    }
}
.needs-form input[type='radio'],
.needs-form input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}
.needs-form input[type='radio']:checked+span:before,
.needs-form input[type='checkbox']:checked+span:before {
    background-color: #1e52ab;
    border-color: #1e52ab;
}
.needs-form input[type='radio']+span:before {
    border-radius: 50%;
}
/*.needs-form input[type='text'] {
  width: 100px;
  border-bottom: 1px solid #cccccc;
}*/
.needs-form input[name='approximate'] {
    width: 100px;
    border-bottom: 1px solid #cccccc;
}
.needs-form label {
    margin: 0;
    position: relative;
}
.needs-form label span {
    display: -webkit-box;
    display: flex;
}
.needs-form label span:before {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 4px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    margin-right: 20px;
}
@media (max-width: 1199.98px) {
    .needs-form label span:before {
        margin-right: 15px;
    }
}
@media (max-width: 991.98px) {
    .needs-form label span:before {
        margin-right: 10px;
    }
}
@media (max-width: 767.98px) {
    .needs-form label span:before {
        width: 12px;
        height: 12px;
    }
}
.needs-form .submit {
    margin-top: 6.38297872%;
    min-width: 174px;
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #1e52ab;
    color: #fff;
    font-size: 16px;
}
@media (max-width: 991.98px) {
    .needs-form .submit {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .needs-form .submit {
        font-size: 14px;
    }
}
.needs-form .submit:after {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e6cf';
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 1200px) {
    .needs-form .submit:hover span {
        text-decoration: underline;
    }
    .needs-form .submit:hover:after {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
}
.needs-form .submit:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
@media (max-width: 1199.98px) {
    .needs-form .submit {
        min-width: 150px;
        height: 45px;
    }
}
@media (max-width: 991.98px) {
    .needs-form .submit {
        min-width: 135px;
        height: 40px;
    }
}
@media (max-width: 767.98px) {
    .needs-form .submit {
        min-width: 120px;
        height: 35px;
    }
}
.order-list {
    position: relative;
    z-index: 2;
    padding: 0 100px;
}
@media (max-width: 767.98px) {
    .order-list {
        padding: 0 50px;
    }
}
@media (max-width: 575.98px) {
    .order-list {
        padding: 0 15px;
    }
    .order-list:before {
        content: '';
        border-left: 1px dashed #000;
        position: absolute;
        left: 48px;
        top: 0;
        height: 100%;
        z-index: -1;
    }
}
.order-list&gt;li {
    position: relative;
    -webkit-box-ordinal-group: var(--i);
    order: var(--i);
    z-index: 3;
}
.order-list&gt;li:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #999;
    content: '';
    position: absolute;
}
@media (min-width: 992px) {
    .order-list&gt;li:nth-child(10n + 5) .item {
        position: relative;
    }
    .order-list&gt;li:nth-child(10n + 5) .item:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 29px;
        width: 90px;
        height: 193px;
        background: url(../imgs/yuanhu.svg) no-repeat center;
        background-size: contain;
        margin-left: 10px;
    }
    .order-list&gt;li:nth-child(10n + 6) .item {
        position: relative;
    }
    .order-list&gt;li:nth-child(10n + 6) .item:before {
        z-index: -1;
        content: '';
        border-top: 1px dashed #000;
        position: absolute;
        right: 0;
        -webkit-transform: translateX(-webkit-calc(50% + 20px));
        -ms-transform: translateX(calc(50% + 20px));
        transform: translateX(calc(50% + 20px));
        top: 29px;
        width: 100%;
    }
    .order-list&gt;li:nth-child(10n + 6):after,
    .order-list&gt;li:nth-child(10n + 7):after,
    .order-list&gt;li:nth-child(10n + 8):after,
    .order-list&gt;li:nth-child(10n + 9):after,
    .order-list&gt;li:nth-child(10n + 10):after {
        left: auto;
        right: 0;
        -webkit-transform: translateX(50%) rotateY(180deg);
        transform: translateX(50%) rotateY(180deg);
    }
    .order-list&gt;li:nth-child(10n + 6) {
        -webkit-box-ordinal-group: NaN;
        order: -webkit-calc(var(--i) + 4);
        order: calc(var(--i) + 4);
    }
    .order-list&gt;li:nth-child(10n + 7) {
        -webkit-box-ordinal-group: NaN;
        order: -webkit-calc(var(--i) + 2);
        order: calc(var(--i) + 2);
    }
    .order-list&gt;li:nth-child(10n + 9) {
        -webkit-box-ordinal-group: NaN;
        order: -webkit-calc(var(--i) - 2);
        order: calc(var(--i) - 2);
    }
    .order-list&gt;li:nth-child(10n + 10) {
        -webkit-box-ordinal-group: NaN;
        order: -webkit-calc(var(--i) - 4);
        order: calc(var(--i) - 4);
    }
}
@media (min-width: 576px) {
    .order-list&gt;li:after {
        left: 0;
        top: 24px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        line-height: 1;
    }
    .order-list&gt;li:before {
        z-index: -1;
        content: '';
        position: absolute;
        left: 50%;
        top: 29px;
        width: 100%;
        height: 1px;
        border-top: 1px dashed #000;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .order-list&gt;li:nth-child(1) .item {
        position: relative;
    }
    .order-list&gt;li:nth-child(1) .item:after {
        content: '';
        position: absolute;
        z-index: -1;
        right: 100%;
        top: 29px;
        margin-right: 5px;
        width: 70px;
        border-bottom: 1px dashed #000;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .order-list&gt;li:after {
        top: 20px;
    }
}
@media (min-width: 576px) and (min-width: 576px) and (max-width: 767.98px) {
    .order-list&gt;li:before {
        top: 25px;
    }
}
@media (min-width: 576px) and (min-width: 576px) and (max-width: 767.98px) {
    .order-list&gt;li:nth-child(1) .item:after {
        top: 25px;
        width: 40px;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .order-list&gt;li:nth-child(3n + 3) .item {
        position: relative;
    }
    .order-list&gt;li:nth-child(3n + 3) .item:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 29px;
        width: 90px;
        height: 193px;
        background: url(../imgs/yuanhu.svg) no-repeat center;
        background-size: contain;
        margin-left: 10px;
    }
    .order-list&gt;li:nth-child(3n + 3):last-child .item:after {
        display: none;
    }
    .order-list&gt;li:nth-child(6n + 6) .item:after {
        left: auto;
        right: 100%;
        margin: 0 10px 0 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .order-list&gt;li:nth-child(6n + 4):after,
    .order-list&gt;li:nth-child(6n + 5):after,
    .order-list&gt;li:nth-child(6n + 6):after {
        left: auto;
        right: 0;
        -webkit-transform: translateX(50%) rotateY(180deg);
        transform: translateX(50%) rotateY(180deg);
    }
    .order-list&gt;li:nth-child(6n + 4) {
        -webkit-box-ordinal-group: NaN;
        order: -webkit-calc(var(--i) + 2);
        order: calc(var(--i) + 2);
    }
    .order-list&gt;li:nth-child(6n + 6) {
        -webkit-box-ordinal-group: NaN;
        order: -webkit-calc(var(--i) - 2);
        order: calc(var(--i) - 2);
    }
}
@media (min-width: 576px) and (max-width: 991.98px) and (max-width: 767.98px) {
    .order-list&gt;li:nth-child(3n + 3) .item:after {
        top: 15px;
        height: 150px;
        width: 60px;
    }
}
@media (max-width: 575.98px) {
    .order-list&gt;li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .order-list&gt;li:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 30px;
        top: -5px;
        border-width: 5px 0 5px 8px;
    }
    .order-list&gt;li:first-child:after {
        display: none;
    }
}
.order-list&gt;li:nth-child(even) .iconfont {
    background-color: #ff8a00;
}
@media (max-width: 575.98px) {
    .order-list .item {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
}
.order-list .iconfont {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1e52ab;
    color: #fff;
    font-size: 30px;
}
@media (max-width: 767.98px) {
    .order-list .iconfont {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .order-list .iconfont {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        margin-right: 15px;
    }
}
.order-list .tit {
    font-size: 16px;
}
@media (min-width: 576px) {
    .order-list .tit {
        text-transform: capitalize;
        margin-top: 15px;
        min-height: 117px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .order-list .tit {
        min-height: 70px;
    }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .order-list .tit {
        font-size: 14px;
    }
}
.service-wrap .video-box {
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .service-wrap .video-box {
        margin-bottom: 24px;
    }
}
@media (max-width: 767.98px) {
    .service-wrap .video-box {
        margin-bottom: 15px;
    }
}
.service-wrap .video-box .img-box {
    padding-bottom: 33.33333333%;
}
.service-wrap .service-arrow {
    margin-top: 4.96453901%;
}
@media (min-width: 768px) {
    .service-wrap .process-content .title {
        padding-bottom: 10px;
    }
}
@media (max-width: 767.98px) {
    .service-wrap .process-content {
        padding-top: 0;
    }
}
.faq-list li:not(:first-child) {
    margin-top: 25px;
}
@media (max-width: 767.98px) {
    .faq-list li:not(:first-child) {
        margin-top: 15px;
    }
}
.faq-list li.active&gt;.question {
    background-color: #1e52ab;
    color: #fff;
}
.faq-list li.active&gt;.question .tit:before,
.faq-list li.active&gt;.question .tit:after {
    color: inherit;
}
.faq-list li.active&gt;.question .tit:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-list li .question {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 18px 30px;
    background-color: #f9f9f9;
    border-radius: 5px;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
}
@media (min-width: 1200px) {
    .faq-list li .question:hover {
        background-color: #1e52ab;
        color: #fff;
        border-color: #1e52ab;
    }
    .faq-list li .question:hover .tit:before,
    .faq-list li .question:hover .tit:after {
        color: inherit;
    }
}
@media (max-width: 767.98px) {
    .faq-list li .question {
        padding: 12px 15px;
    }
}
.faq-list li .question .tit {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}
.faq-list li .question .tit:before,
.faq-list li .question .tit:after {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
.faq-list li .question .tit:before {
    content: '\e65b';
    font-size: 1.2em;
    display: block;
    color: #1e52ab;
    z-index: 2;
    margin-right: 20px;
}
@media (max-width: 767.98px) {
    .faq-list li .question .tit:before {
        margin-right: 15px;
    }
}
.faq-list li .question .tit:after {
    content: '\e602';
    font-size: 1.4em;
    line-height: 1;
    color: #1e52ab;
}
@media (min-width: 1200px) {
    .faq-list li .question .tit:after {
        margin-right: 20px;
        margin-left: 10px;
    }
}
.faq-list li .question .tit span {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    padding-right: 15px;
}
.faq-list li .txt {
    margin-top: -1px;
    display: none;
    position: relative;
    padding: 20px 70px 25px;
}
.faq-list li .txt p {
    font-size: 16px;
}
@media (max-width: 991.98px) {
    .faq-list li .txt p {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .faq-list li .txt p {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .faq-list li .txt {
        padding: 20px;
    }
}
@media (max-width: 575.98px) {
    .faq-list li .txt {
        padding: 15px;
    }
}
.date {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.date:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e8b4';
    margin-right: 10px;
    font-size: 1.2em;
    line-height: 1;
}
.date span {
    color: #999999;
}
@media (max-width: 575.98px) {
    .date {
        font-size: 13px;
    }
    .date:before {
        margin-right: 5px;
    }
}
.news-list&gt;li:not(:first-child) {
    margin-top: 30px;
}
@media (max-width: 767.98px) {
    .news-list&gt;li:not(:first-child) {
        margin-top: 20px;
    }
}
.news-list .item,
.news-list .img-box {
    border-radius: 5px;
}
.news-list .item {
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.03);
    padding: 20px;
}
@media (min-width: 1200px) {
    .news-list .item img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .news-list .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (min-width: 1200px) {
    .news-list .item {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }
    .news-list .item:hover .tit {
        color: #1e52ab;
    }
}
@media (max-width: 767.98px) {
    .news-list .item {
        padding: 15px;
    }
}
@media (min-width: 576px) {
    .news-list .pic {
        width: 400px;
        margin-right: 60px;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .news-list .pic {
        width: 310px;
        margin-right: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .news-list .pic {
        width: 240px;
    }
}
@media (max-width: 575.98px) {
    .news-list .pic {
        margin-bottom: 15px;
    }
}
.news-list .date {
    margin: 25px 0 20px;
}
@media (max-width: 991.98px) {
    .news-list .date {
        margin: 20px 0 15px;
    }
}
@media (max-width: 767.98px) {
    .news-list .date {
        margin: 10px 0;
    }
}
.news-list .img-box {
    padding-bottom: 63.41463415%;
}
.news-list .tit,
.news-list p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: auto;
}
.news-list .tit {
    margin-bottom: 15px;
}
@media (max-width: 991.98px) {
    .news-list .tit {
        margin-bottom: 10px;
    }
}
@media (max-width: 767.98px) {
    .news-list .tit {
        margin-bottom: 5px;
    }
}
.news-list p {
    color: #999;
}
.news-list .more-box {
    color: #ff8a00;
}
.news-details-wrap .content {
    background: none !important;
}
@media (min-width: 1200px) {
    .news-details-wrap .container {
        width: 1170px;
    }
}
.news-details-wrap .content .info {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}
@media (max-width: 767.98px) {
    .news-details-wrap .content .info {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
.news-details-wrap .tit {
    line-height: 1.5;
}
.news-details-wrap .date {
    margin-top: 15px;
}
@media (max-width: 767.98px) {
    .news-details-wrap .date {
        margin-top: 10px;
    }
}
.news-details-wrap .txt p {
    line-height: 1.8;
}
.news-details-wrap .news-page {
    overflow: hidden;
    margin-top: 40px;
}
@media (max-width: 991.98px) {
    .news-details-wrap .news-page {
        margin-top: 35px;
    }
}
@media (max-width: 767.98px) {
    .news-details-wrap .news-page {
        margin-top: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .news-details-wrap .news-page a:hover {
        color: #1e52ab;
        text-decoration: underline;
    }
}
@media (max-width: 1199.98px) {
    .news-details-wrap .news-page a:active {
        color: #1e52ab;
        text-decoration: underline;
    }
}
.news-details-wrap .news-page p {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 991.98px) {
    .news-details-wrap .news-page p {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .news-details-wrap .news-page p {
        font-size: 14px;
    }
}
.news-details-wrap .news-page .next {
    margin-top: 15px;
}
@media (max-width: 767.98px) {
    .news-details-wrap .news-page .next {
        margin-top: 10px;
    }
}
.contact-list.has-icon&gt;li {
    display: -webkit-box;
    display: flex;
}
.contact-list.has-icon&gt;li:before {
    margin-right: 20px;
    content: '';
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-size: 1.5em;
    line-height: 1.3;
}
.contact-list.has-icon .address:before {
    content: '\e814';
}
.contact-list.has-icon .factory:before {
    content: '\e654';
}
.contact-list.has-icon .mobile:before {
    content: '\e6f6';
}
.contact-list.has-icon .tel:before {
    content: '\e817';
}
.contact-list.has-icon .mail:before {
    content: '\e65d';
}
.contact-list.has-icon .url:before {
    content: '\e699';
}
.contact-list.has-icon .skype:before {
    content: '\e765';
}
.contact-list p {
    margin: 0;
}
.contact-list p span {
    display: inline-block;
}
.contact-list p span:not(:last-of-type) {
    margin-right: 10px;
}
@media (min-width: 1200px) {
    .contact-list a:hover {
        text-decoration: underline;
    }
}
.contact-list a:active {
    text-decoration: underline;
}
@media (min-width: 1400px) {
    .information-list {
        margin: 0 -30px;
    }
    .information-list&gt;li {
        padding: 0 30px;
    }
}
.information-list .item {
    position: relative;
    z-index: 2;
    padding: 0 8.13953488%;
    border-bottom: 45px solid #fff;
    height: 100%;
}
.information-list .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f9fcff;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
}
@media (min-width: 1200px) {
    .information-list .item {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }
    .information-list .item:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.information-list .pic {
    display: inline-block;
    width: 110px;
    margin-bottom: 15px;
}
@media (max-width: 991.98px) {
    .information-list .pic {
        width: 90px;
    }
}
@media (max-width: 767.98px) {
    .information-list .pic {
        width: 80px;
    }
}
.information-list .img-box {
    border-radius: 50%;
}
.information-list .func {
    padding: 20px 0;
}
.information-list .iconfont {
    display: inline-block;
    font-size: 22px;
}
.information-list .iconfont:not(:first-child) {
    margin-left: 25px;
}
@media (min-width: 1200px) {
    .information-list .iconfont {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }
    .information-list .iconfont:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.information-list .whatsapp {
    color: #00c72c;
}
.information-list .dianhua {
    color: #ffa800;
}
.information-list .youxiang {
    color: #26a1e5;
}
.contact-wrap .needs-form {
    margin: 4.96453901% 0 7.09219858%;
}
@media (max-width: 575.98px) {
    .contact-wrap .needs-form {
        margin: 35px 0 45px;
    }
}
.contact-wrap .inquiry-form .submit {
    margin-left: 40px;
}
@media (max-width: 1199.98px) {
    .contact-wrap .inquiry-form .submit {
        margin-left: 30px;
    }
}
@media (max-width: 991.98px) {
    .contact-wrap .inquiry-form .submit {
        margin-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .contact-wrap .inquiry-form .submit {
        margin-left: 15px;
    }
}
.contact-wrap .map {
    display: none;
}
.contact-wrap .map .map-content {
    height: 500px;
}
@media (max-width: 1199.98px) {
    .contact-wrap .map .map-content {
        height: 400px;
    }
}
@media (max-width: 991.98px) {
    .contact-wrap .map .map-content {
        height: 350px;
    }
}
@media (max-width: 767.98px) {
    .contact-wrap .map .map-content {
        height: 280px;
    }
}
.inquiry-wrap .size-list-box {
    padding-right: 15px;
}
.inquiry-wrap .size-list-box span {
    color: #fff;
    background-color: #1e52ab;
    border-color: #1e52ab;
}
.inquiry-wrap .inquiry-box .details-tit {
    padding-top: 5px;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list&gt;li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding-left: 60px;
    padding-right: 45px;
}
@media (max-width: 991px) {
    .inquiry-wrap .iq-title,
    .inquiry-wrap .list&gt;li {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .inquiry-wrap .iq-title,
    .inquiry-wrap .list&gt;li {
        padding-left: 2%;
        padding-right: 0;
    }
}
.inquiry-wrap .iq-title {
    overflow: hidden;
    background-color: #1e52ab;
    padding-top: 14px;
    padding-bottom: 14px;
}
.inquiry-wrap .iq-title .th {
    border: none;
    font-weight: normal;
    text-align: center;
    color: #fff;
}
.inquiry-wrap .iq-title .th.qty-box {
    text-align: center;
}
.inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 50px;
}
.inquiry-wrap .iq-title .th span {
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
    .inquiry-wrap .iq-title .th.check-box label.replace:after {
        display: block;
    }
}
@media (max-width: 1199px) {
    .inquiry-wrap .iq-title .th.introduce-box {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .inquiry-wrap .iq-title .th.introduce-box {
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
    }
}
@media (max-width: 575px) {
    .inquiry-wrap .iq-title .th.introduce-box {
        width: -webkit-calc(100% - 45px);
        width: calc(100% - 45px);
        padding-left: 0;
    }
}
.inquiry-wrap .iq-title .pic-box {
    text-align: center;
    padding: 11px 0;
}
@media (max-width: 767px) {
    .inquiry-wrap .iq-title .check-box {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .inquiry-wrap .iq-title .del-box {
        opacity: 0;
        width: 30px;
    }
}
.inquiry-wrap .inquiry-box {
    width: 100%;
    border: none;
    font-size: 18px;
}
.inquiry-wrap .inquiry-box .details-tit {
    margin-top: 0;
}
@media (max-width: 991px) {
    .inquiry-wrap .inquiry-box {
        font-size: 16px;
    }
}
.inquiry-wrap .inquiry-box label {
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
    background-color: #e6e6e6;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .inquiry-wrap .inquiry-box .introduce-title {
        padding-left: 0px !important;
        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .check-box {
    width: 70px;
    text-align: left;
}
@media (max-width: 576px) {
    .inquiry-wrap .inquiry-box .check-box {
        width: 100px;
    }
}
@media (max-width: 576px) and (max-width: 767px) {
    .inquiry-wrap .inquiry-box .check-box {
        width: 30px;
    }
}
.inquiry-wrap .inquiry-box .check-box .check-all {
    margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all&gt;label {
    margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box .check-all span {
    font-weight: normal;
}
@media (max-width: 767px) {
    .inquiry-wrap .inquiry-box .check-box .check-all span {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .check-box label.replace {
    display: inline-block;
    background-color: #fff;
    width: 20px;
    height: 20px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border: 1px solid #e3e3e3;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-family: 'iconfont' !important;
    content: '\e624';
    opacity: 0;
    color: #000;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}
@media (max-width: 575px) {
    .inquiry-wrap .inquiry-box .check-box label.replace {
        margin-left: 5px;
        width: 16px;
        height: 16px;
        line-height: 14px;
    }
    .inquiry-wrap .inquiry-box .check-box label.replace:after {
        font-size: 20px;
    }
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
    display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
    opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media (min-width: 1200px) {
    .inquiry-wrap .inquiry-box .introduce-box img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .inquiry-wrap .inquiry-box .introduce-box:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .inquiry-wrap .inquiry-box .introduce-box {
        display: block;
    }
}
@media (min-width: 768px) {
    .inquiry-wrap .inquiry-box .introduce-box {
        width: 48%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .inquiry-wrap .inquiry-box .introduce-box {
        width: 40%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .inquiry-wrap .inquiry-box .introduce-box {
        width: 200px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .inquiry-wrap .inquiry-box .introduce-box {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
}
@media (max-width: 575px) {
    .inquiry-wrap .inquiry-box .introduce-box {
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
    }
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 200px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 3px;
}
@media (max-width: 1199px) {
    .inquiry-wrap .inquiry-box .introduce-box .pic-box {
        width: 150px;
        margin: 0 auto;
    }
}
@media (max-width: 575px) {
    .inquiry-wrap .inquiry-box .introduce-box .pic-box {
        width: 90px;
    }
}
@media (min-width: 1200px) {
    .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
        -webkit-transition: transform 1.2s;
        -webkit-transition: -webkit-transform 1.2s;
        transition: -webkit-transform 1.2s;
        transition: transform 1.2s;
        transition: transform 1.2s, -webkit-transform 1.2s;
    }
    .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
}
@media only screen and (min-width: 768px) {
    .inquiry-wrap .inquiry-box .introduce-box .intro {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .inquiry-wrap .inquiry-box .introduce-box .intro {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inquiry-wrap .inquiry-box .introduce-box .intro {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .inquiry-wrap .inquiry-box .introduce-box .intro {
        padding-left: 5%;
    }
}
@media (max-width: 575px) {}
.inquiry-wrap .inquiry-box .introduce-box .name {
    margin: 0 0 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: auto;
    font-size: 1em;
}
@media (max-width: 767px) {
    .inquiry-wrap .inquiry-box .introduce-box .name {
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .inquiry-wrap .inquiry-box .introduce-box .name {
        font-size: 0.9em;
    }
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
    color: #1e52ab;
}
.inquiry-wrap .inquiry-box .introduce-box .name~span {
    color: #999;
    margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name~span:first-of-type {
    margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .inquiry-wrap .inquiry-box .introduce-box .number-box {
        display: none;
    }
}
.inquiry-wrap .inquiry-box .number-box {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #999999;
}
.inquiry-wrap .inquiry-box .number-box a:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
    content: '\e628';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
    content: '\e629';
}
@media (min-width: 1200px) {
    .inquiry-wrap .inquiry-box .number-box a:active {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 575px) {
    .inquiry-wrap .inquiry-box .number-box a {
        width: 25px;
        height: 25px;
        line-height: 23px;
        font-size: 12px;
    }
}
.inquiry-wrap .inquiry-box .number-box a.disable {
    cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
    float: left;
    width: 60px;
    min-width: 26px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    max-width: 60px;
    color: #333;
    font-size: 16px;
    background: none;
}
@media (max-width: 767px) {
    .inquiry-wrap .inquiry-box .number-box .ipt-num {
        width: 50px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .inquiry-wrap .inquiry-box .number-box .ipt-num {
        width: 35px;
        height: 25px;
        line-height: 23px;
    }
}
.inquiry-wrap .inquiry-box .qty-box {
    text-align: center;
}
@media (max-width: 767px) {
    .inquiry-wrap .inquiry-box .qty-box {
        display: none;
    }
}
@media (min-width: 768px) {
    .inquiry-wrap .inquiry-box .qty-box {
        width: 150px;
        text-align: center;
    }
}
.inquiry-wrap .inquiry-box .del-box {
    text-align: center;
}
@media (min-width: 768px) {
    .inquiry-wrap .inquiry-box .del-box {
        width: 80px;
    }
}
.inquiry-wrap .inquiry-box .del-box .del:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e632';
    color: #787878;
    font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
    color: #1e52ab;
}
@media (min-width: 768px) {
    .inquiry-wrap .inquiry-box .del-box .del {
        font-weight: bold;
    }
}
@media (max-width: 767px) {
    .inquiry-wrap .inquiry-box .del-box .del {
        margin-right: 10px;
    }
    .inquiry-wrap .inquiry-box .del-box .del:before {
        font-size: 18px;
    }
}
.inquiry-wrap .inquiry-box .list {
    border: 1px solid #1e52ab;
    border-top: none;
}
.inquiry-wrap .inquiry-box .list&gt;li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #1e52ab;
}
.inquiry-wrap .inquiry-box .list&gt;li:nth-of-type(1) {
    border-top: none;
}
@media (max-width: 575px) {
    .inquiry-wrap .inquiry-box .list&gt;li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.inquiry-wrap .inquiry-box .list&gt;li {
    flex-wrap: wrap;
}
.inquiry-wrap .pro-parameter {
    width: 100%;
    text-align: left;
}
@media (min-width: 992px) {
    .inquiry-wrap .pro-parameter {
        display: -webkit-box;
        display: flex;
    }
    .inquiry-wrap .pro-parameter&gt;div {
        -webkit-box-flex: 1;
        flex: 1;
        padding: 0 10px;
    }
}
.inquiry-wrap .parameter-list li:not(.active) {
    display: none;
}
.inquiry-form&gt;p {
    margin-bottom: 40px;
    margin-bottom: 15px;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
    color: #666;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
    color: #666;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
    color: #666;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
    color: #666;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
    color: #ccc;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
    color: #ccc;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
    color: #ccc;
}
.inquiry-form label {
    margin: 0 0 20px;
    position: relative;
    font-weight: normal;
    width: 100%;
}
@media (max-width: 767.98px) {
    .inquiry-form label {
        margin-bottom: 15px;
    }
}
.inquiry-form input,
.inquiry-form textarea {
    display: block;
    padding: 17px 40px;
    width: 100%;
    color: #666;
    background: none;
    border: 1px dashed #cccccc;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    font-size: 16px;
}
@media (max-width: 991.98px) {
    .inquiry-form input,
    .inquiry-form textarea {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .inquiry-form input,
    .inquiry-form textarea {
        font-size: 14px;
    }
}
@media (max-width: 1199.98px) {
    .inquiry-form input,
    .inquiry-form textarea {
        padding: 16px 30px;
    }
}
@media (max-width: 991.98px) {
    .inquiry-form input,
    .inquiry-form textarea {
        padding: 13px 20px;
    }
}
@media (max-width: 767.98px) {
    .inquiry-form input,
    .inquiry-form textarea {
        padding: 10px 15px;
    }
}
.inquiry-form textarea {
    height: 200px;
}
@media (max-width: 767.98px) {
    .inquiry-form textarea {
        height: 120px;
    }
}
.inquiry-form .ipt-pro-name input {
    background: #1e52ab;
    color: #fff;
    border-color: #1e52ab;
}
.inquiry-form .form-placeholder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 3px;
    color: #1e52ab;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    font-size: 0.8rem;
}
.inquiry-form .input-box:placeholder-shown+.form-placeholder {
    visibility: hidden;
    z-index: -1;
}
.inquiry-form .input-box:not(:placeholder-shown)+.form-placeholder,
.inquiry-form .input-box:focus:not(:placeholder-shown)+.form-placeholder {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-90%) scale(0.95);
    -ms-transform: translateY(-90%) scale(0.95);
    transform: translateY(-90%) scale(0.95);
}
.inquiry-form .func {
    margin-top: 5px;
}
.inquiry-form .submit {
    background: none;
    padding: 0;
    margin-top: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
@media (max-width: 991.98px) {
    .inquiry-form .submit {
        margin-top: 5px;
    }
}
@media (max-width: 767.98px) {
    .inquiry-form .submit {
        margin-top: 0;
        font-size: 13px;
    }
}
.inquiry-form .submit.has-icon:after {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e6cf';
    margin-left: 10px;
    font-size: 1.1em;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
.inquiry-form .submit.has-width {
    min-width: 170px;
    padding: 0 15px;
    height: 46px;
    border-radius: 50px;
}
@media (max-width: 991.98px) {
    .inquiry-form .submit.has-width {
        min-width: 150px;
        height: 42px;
    }
}
@media (max-width: 767.98px) {
    .inquiry-form .submit.has-width {
        min-width: 110px;
        height: 36px;
        font-size: 12px;
    }
}
.inquiry-form .submit.has-bg {
    background: #1e52ab;
    color: #fff;
}
.inquiry-form .submit.auto-center {
    margin-left: auto;
    margin-right: auto;
}
.inquiry-form .submit:active {
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    color: #1e52ab;
}
.inquiry-form .submit:active.has-bg {
    color: #fff;
    background-color: #1e52ab;
}
.inquiry-form .submit:active span {
    text-decoration: underline;
}
@media (min-width: 1200px) {
    .inquiry-form .submit {
        -webkit-transition: background-color 0.6s;
        transition: background-color 0.6s;
    }
    .inquiry-form .submit:hover {
        color: #1e52ab;
    }
    .inquiry-form .submit:hover.has-bg {
        color: #fff;
        background-color: #1e52ab;
    }
    .inquiry-form .submit:hover span {
        text-decoration: underline;
    }
    .inquiry-form .submit:hover:after {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
}
.share-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 30px;
}
@media (max-width: 767.98px) {
    .share-box {
        margin-top: 20px;
    }
}
.share-box&gt;span {
    margin-right: 20px;
    font-size: 15px;
}
@media (max-width: 767.98px) {
    .share-box&gt;span {
        font-size: 14px;
    }
}
@media (max-width: 991.98px) {
    .share-box&gt;span {
        margin-right: 15px;
    }
}
@media (max-width: 767.98px) {
    .share-box&gt;span {
        margin-right: 10px;
    }
}
.search-none {
    margin-bottom: 50px;
}
@media (max-width: 767.98px) {
    .search-none {
        margin-bottom: 35px;
    }
}
.search-none .tit {
    font-weight: bold;
    margin: 0 0 25px;
}
@media (max-width: 767.98px) {
    .search-none .tit {
        margin-bottom: 15px;
        font-size: 20px;
    }
}
.search-none p {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 5px;
    margin: 0;
    color: #ab7640;
    padding: 10px;
}
.sitemap-wrap .list1 {
    margin-top: -20px;
    overflow: hidden;
    font-size: 18px;
    text-transform: capitalize;
}
@media (max-width: 991.98px) {
    .sitemap-wrap .list1 {
        font-size: 17px;
    }
}
@media (max-width: 767.98px) {
    .sitemap-wrap .list1 {
        font-size: 16px;
    }
}
@media (max-width: 575.98px) {
    .sitemap-wrap .list1 {
        font-size: 15px;
    }
}
.sitemap-wrap .list1&gt;li {
    margin-top: 20px;
}
@media (max-width: 767.98px) {
    .sitemap-wrap .list1&gt;li {
        margin-top: 15px;
    }
}
.sitemap-wrap .list1&gt;li&gt;span&gt;a {
    font-weight: bold;
    min-width: 260px;
    background-color: #1e52ab;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 12px 30px;
}
@media (min-width: 1200px) {
    .sitemap-wrap .list1&gt;li&gt;span&gt;a {
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .sitemap-wrap .list1&gt;li&gt;span&gt;a:hover {
        text-decoration: underline;
    }
}
@media (max-width: 1199.98px) {
    .sitemap-wrap .list1&gt;li&gt;span&gt;a:active {
        text-decoration: underline;
    }
}
@media (max-width: 991.98px) {
    .sitemap-wrap .list1&gt;li&gt;span&gt;a {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .sitemap-wrap .list1&gt;li&gt;span&gt;a {
        padding: 8px 20px;
    }
}
@media (max-width: 575.98px) {}
.sitemap-wrap .list2 {
    text-transform: capitalize;
    padding: 0 0 10px 30px;
}
@media (max-width: 767.98px) {
    .sitemap-wrap .list2 {
        padding-left: 15px;
    }
}
.sitemap-wrap .list2&gt;li {
    margin-top: 20px;
}
@media (max-width: 767.98px) {
    .sitemap-wrap .list2&gt;li {
        margin-top: 15px;
    }
}
.sitemap-wrap .list2&gt;li&gt;span&gt;a {
    font-size: 0.88888889em;
    font-weight: bold;
}
@media (min-width: 1200px) {
    .sitemap-wrap .list2 a:hover {
        color: #1e52ab;
        text-decoration: underline;
    }
}
@media (max-width: 1199.98px) {
    .sitemap-wrap .list2 a:active {
        color: #1e52ab;
        text-decoration: underline;
    }
}
.sitemap-wrap .list3 {
    margin-right: -30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}
@media (max-width: 767.98px) {
    .sitemap-wrap .list3 {
        margin-right: -15px;
    }
}
.sitemap-wrap .list3&gt;li {
    padding-right: 30px;
    margin-top: 15px;
    display: inline-block;
}
@media (max-width: 767.98px) {
    .sitemap-wrap .list3&gt;li {
        padding-right: 15px;
        margin-top: 10px;
    }
}
.sitemap-wrap .list3&gt;li&gt;span&gt;a {
    font-size: 0.88888889em;
}
.sitemap-wrap .list4 {
    padding-left: 5px;
}
.sitemap-wrap .list4&gt;li&gt;span&gt;a {
    color: #666;
    font-size: 0.77777778em;
}
.online-contact {
    position: fixed;
    z-index: 100;
    left: 5px;
    bottom: 23%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    cursor: pointer;
}
@media (min-width: 1200px) {
    .online-contact:hover .tit {
        color: #1e52ab;
        text-decoration: underline;
    }
}
.online-contact .pic {
    width: 100px;
    margin-bottom: 10px;
}
@media (max-width: 767.98px) {
    .online-contact .pic {
        width: 60px;
        margin-bottom: 5px;
    }
}
.online-contact .img-box {
    border-radius: 50%;
}
@media (max-width: 575.98px) {
    .online-contact .tit {
        font-size: 13px;
    }
}
.fancybox-close-small {
    outline: none !important;
    width: auto;
    height: auto;
}
.fancybox-close-small:after {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e676';
    color: #999999 !important;
    background: none !important;
    width: auto;
    height: auto;
    right: 0;
    top: 0;
    line-height: 1;
    font-size: 50px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
@media (max-width: 1199.98px) {
    .fancybox-close-small:after {
        font-size: 45px;
    }
}
@media (max-width: 991.98px) {
    .fancybox-close-small:after {
        font-size: 40px;
    }
}
@media (max-width: 767.98px) {
    .fancybox-close-small:after {
        font-size: 35px;
    }
}
@media (min-width: 1200px) {
    .fancybox-close-small:hover:after {
        color: #1e52ab !important;
    }
}
.layer-inquiry {
    display: none;
    width: 990px;
    max-width: 90%;
    margin: 0 auto;
    padding: 60px 55px 75px;
    margin-top: 55px;
    margin-bottom: 55px;
}
@media (max-width: 991.98px) {
    .layer-inquiry {
        padding: 6.06060606% 5.55555556% 7.57575758%;
    }
}
@media (max-width: 767.98px) {
    .layer-inquiry {
        padding-top: 50px;
    }
}
.layer-inquiry .needs-form ul {
    padding: 0 40px;
}
@media (max-width: 767.98px) {
    .layer-inquiry .needs-form ul {
        padding: 0 20px;
    }
}
.layer-inquiry .list {
    display: block;
}
.layer-inquiry .list:first-child {
    margin-top: 0;
}
.layer-inquiry .list&gt;span {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    font-size: 20px;
    background-color: #1e52ab;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
}
@media (max-width: 1199.98px) {
    .layer-inquiry .list&gt;span {
        font-size: 19px;
    }
}
@media (max-width: 991.98px) {
    .layer-inquiry .list&gt;span {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .layer-inquiry .list&gt;span {
        font-size: 17px;
    }
}
@media (max-width: 575.98px) {
    .layer-inquiry .list&gt;span {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .layer-inquiry .list&gt;span {
        padding: 8px 20px;
        margin-bottom: 20px;
    }
}
.layer-inquiry .inquiry-form {
    margin-top: 50px;
}
@media (max-width: 767.98px) {
    .layer-inquiry .inquiry-form {
        margin-top: 35px;
    }
}
.layer-inquiry .inquiry-form input,
.layer-inquiry .inquiry-form textarea {
    border: none;
    background: #f9f9f9;
}
@media (min-width: 992px) {
    .layer-inquiry .inquiry-form textarea {
        height: 150px;
    }
}
.online-wrap.right .code .mask {
    right: 100%;
    padding-right: 5px;
}
.online-wrap.right .online-btn {
    right: 10px;
}
.online-wrap.right .online {
    right: 10px;
}
@media (max-width: 767.98px) {
    .online-wrap.right .online {
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
}
.online-wrap.right .online a {
    border-radius: 50px;
}
@media (min-width: 1200px) {
    .online-wrap.right .online a:not(.notChangeRadius):hover {
        border-radius: 0 50px 50px 0;
    }
    .online-wrap.right .online a:not(.notChangeRadius):hover .show-num {
        right: 100%;
    }
}
.online-wrap.right .code-pic {
    right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .online-wrap.right .code-pic {
        right: 65px;
    }
}
.online-wrap.right .show-num {
    right: -600px;
    border-radius: 50px 0 0 50px;
}
.online-wrap.left .code .mask {
    left: 100%;
    padding-left: 5px;
}
.online-wrap.left .online-btn {
    left: 10px;
}
.online-wrap.left .online {
    left: 10px;
}
@media (max-width: 767.98px) {
    .online-wrap.left .online {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
}
.online-wrap.left .online a {
    border-radius: 50px;
}
@media (min-width: 1200px) {
    .online-wrap.left .online a:not(.gotop):hover {
        border-radius: 50px 0 0 50px;
    }
    .online-wrap.left .online a:not(.gotop):hover .show-num {
        left: 100%;
    }
}
.online-wrap.left .code-pic {
    left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .online-wrap.left .code-pic {
        left: 55px;
    }
}
.online-wrap.left .show-num {
    left: -600px;
    border-radius: 0 50px 50px 0;
}
.online-wrap .online-btn {
    position: fixed;
    z-index: 100;
    bottom: 60px;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    border-radius: 50px;
    line-height: 40px;
    background-color: rgba(238, 238, 238, 0.9);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    color: #000;
    text-align: center;
}
@media (min-width: 768px) {
    .online-wrap .online-btn {
        display: none;
    }
}
.online-wrap .online-btn:before {
    display: inline-block;
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e6d2';
    font-size: 18px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.online-wrap .online-btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    display: none;
    position: fixed;
    z-index: 101;
    bottom: 0;
    width: 120px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .online-wrap .code-pic {
        bottom: 300px;
    }
}
.online-wrap .code-pic .pic-box {
    padding: 5px;
    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;
    width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 100;
    bottom: 23%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767.98px) {
    .online-wrap .online {
        bottom: 100px;
    }
    .online-wrap .online.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.online-wrap .online a {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: rgba(238, 238, 238, 0.9);
    text-align: center;
    margin: 5px 0;
    font-size: 26px;
    color: onlineColor;
}
@media (min-width: 1200px) {
    .online-wrap .online a {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }
    .online-wrap .online a:hover {
        color: #fff;
        background-color: #1e52ab;
    }
    .online-wrap .online a:hover .show-num {
        opacity: 1;
    }
}
@media (max-width: 767.98px) {
    .online-wrap .online a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}
.online-wrap .online a:active {
    color: #fff;
    background-color: #1e52ab;
}
.online-wrap .online .show-num {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 0.6em;
    font-family: 'Roboto';
}
.online-wrap .online .show-num P {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
    background-color: #1e52ab;
    color: #fff;
    margin: 0;
    padding: 0 10px;
}
.online-wrap .online .code .mask {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 10;
    width: 130px;
    height: 130px;
}
.online-wrap .online .code .mask .mask-box {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    padding: 5px;
}
.online-wrap .online .code .mask img {
    width: 100%;
    display: block;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    color: #888;
    line-height: 16px;
    margin: 5px 0 8px 0;
}
.online-wrap .online .cart {
    border-radius: 50px !important;
    position: relative;
}
.online-wrap .online .cart:before {
    display: block;
    -webkit-transform: translateX(-2px) translateY(2px);
    -ms-transform: translateX(-2px) translateY(2px);
    transform: translateX(-2px) translateY(2px);
}
.online-wrap .online .cart var,
.online-wrap .online .cart i {
    font-style: normal;
}
.online-wrap .online .cart i {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 2;
    padding: 4px 7px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    background-color: #1e52ab;
    color: #fff;
}
@media (max-width: 767.98px) {
    .online-wrap .online .cart i {
        top: 4px;
        right: 2px;
        padding: 2px 5px;
    }
}
.xs-online {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
    background-color: rgba(30, 82, 171, 0.8);
}
.xs-online ul {
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: flex;
}
.xs-online ul li {
    -webkit-box-flex: 1;
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.xs-online ul li&gt;a {
    display: block;
    padding: 6px 0;
    font-size: 0.7em;
}
.xs-online ul li&gt;a:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.4em;
}
.xs-online ul li&gt;a span {
    display: block;
    height: 17px;
    line-height: 17px;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li.tel&gt;a:before {
    content: '\e61c';
}
.xs-online ul li.mail&gt;a:before {
    content: '\e6a4';
}
.xs-online ul li.home&gt;a:before {
    content: '\e6c8';
}
.xs-online ul li.whatsapp&gt;a:before {
    content: '\e621';
}
.xs-online ul li.facebook&gt;a:before {
    content: '\e6d9';
}
.xs-online ul li.product&gt;a:before {
    content: '\e7e9';
}
.xs-online ul li.skype&gt;a:before {
    content: '\e616';
}
.xs-online ul li.map&gt;a:before {
    content: '\e63e';
}
.xs-online ul li.message&gt;a:before {
    content: '\e65f';
}
.xs-online ul li.contact&gt;a:before {
    content: '\e62c';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin {
    position: relative;
}
.xs-online ul li.wechat label,
.xs-online ul li.weixin label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
}
.xs-online ul li.wechat .xs-wechat:checked~.pic-box,
.xs-online ul li.weixin .xs-wechat:checked~.pic-box {
    display: block;
}
.xs-online ul li.wechat&gt;a:before,
.xs-online ul li.weixin&gt;a:before {
    content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box {
    display: none;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 100%;
    background-color: #fff;
    padding: 5px;
    left: 50%;
    width: 100px;
    max-width: 100px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img {
    display: block;
    width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p {
    line-height: 30px;
    white-space: nowrap;
    color: #333;
    margin: 0;
}
.xs-online ul li.service&gt;a:before {
    content: '\e7e9';
}
.xs-online ul li.gotop&gt;a:before {
    content: '\e605';
}
.follow-box {
    display: -webkit-box;
    display: flex;
}
.follow-box.has-width a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
}
@media (min-width: 1200px) {
    .follow-box.has-width a {
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .follow-box.has-width a:hover {
        color: #1e52ab;
        background-color: #fff;
    }
}
.follow-box.has-width a:active {
    text-decoration: none !important;
    color: #1e52ab;
    background-color: #fff;
}
.follow-box.has-border a {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.follow-box.has-bg a {
    background-color: #fff;
    border: none;
}
@media (min-width: 1200px) {
    .follow-box.has-bg a:hover {
        color: #1e52ab;
    }
}
.follow-box.has-bg a:active {
    color: #1e52ab;
}
.follow-box.alone-color a {
    color: #e6e6e6;
}
.follow-box.alone-color .instagram {
    color: #e80d72 !important;
}
.follow-box.alone-color .linkedin {
    color: #0187cf !important;
}
.follow-box.alone-color .facebook {
    color: #425f9b !important;
}
.follow-box.alone-color .youtube {
    color: #ff0000 !important;
}
.follow-box.alone-color .twitter {
    color: #000 !important;
}
.follow-box .tit {
    margin-bottom: 10px;
}
.follow-box a {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.follow-box a:not(:last-child) {
    margin-right: 15px;
}
@media (max-width: 767.98px) {
    .follow-box a:not(:last-child) {
        margin-right: 10px;
    }
}
.follow-box a svg {
    position: absolute;
    left: -1px;
    top: -1px;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
}
.follow-box a .path {
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 0, 40;
    stroke-dashoffset: 0;
    x: 1;
    y: 1;
    width: 28px;
    height: 28px;
    rx: 2;
    ry: 2;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    fill: none;
}
@media (min-width: 1200px) {
    .follow-box a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .follow-box a:hover {
        color: #1e52ab;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        text-decoration: none !important;
    }
}
.follow-box .weixin {
    position: relative;
}
.follow-box .weixin:hover .pic {
    display: block;
}
.follow-box .weixin .pic {
    width: 110px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    display: none;
}
.sitemap-btn a {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.footer,
.copyright {
    background: #1e52ab;
    color: #fff;
}
@media (min-width: 1200px) {
    .footer p a:hover,
    .footer li a:hover,
    .copyright a:hover {
        text-decoration: underline;
    }
}
.footer p a:active,
.footer li a:active,
.copyright a:active {
    text-decoration: underline;
}
.footer {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #111;
}
.footer .footer-row {
    position: relative;
    padding: 40px 0 115px;
    margin: 0 -15px;
    display: -webkit-box;
    display: flex;
}
@media (min-width: 1400px) {
    .footer .footer-row {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 1469.98px) {
    .footer .footer-row {
        padding: 30px 0 90px;
    }
}
@media (max-width: 1399.98px) {
    .footer .footer-row {
        flex-wrap: wrap;
        padding: 25px 0 70px;
    }
}
@media (max-width: 991.98px) {
    .footer .footer-row {
        padding: 20px 0 55px;
    }
}
@media (max-width: 767.98px) {
    .footer .footer-row {
        padding: 10px 0 40px;
    }
}
.footer .foot-list {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
@media (max-width: 1399.98px) {
    .footer .foot-list {
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .footer .foot-list {
        width: 100%;
    }
}
.footer .foot-list li a {
    display: inline-block;
    position: relative;
}
.footer .foot-list p,
.footer .foot-list li {
    line-height: 1.71428571;
}
@media (min-width: 1200px) {
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover {
        text-decoration: underline;
    }
}
.footer .foot-list p a:active,
.footer .foot-list li a:active {
    text-decoration: underline;
}
.footer .foot-list p {
    margin: 0;
}
@media (max-width: 767.98px) {
    .footer .foot-nav ul {
        margin: -10px -6px 0;
    }
}
.footer .foot-nav li:before {
    content: '&gt;';
    margin-right: 10px;
}
.footer .foot-nav li a {
    text-transform: capitalize;
}
@media (max-width: 767.98px) {
    .footer .foot-nav li {
        display: -webkit-inline-box;
        display: inline-flex;
        margin-top: 10px;
        padding: 0 6px;
    }
    .footer .foot-nav li:before {
        margin-right: 5px;
    }
}
.footer .f-tit {
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    margin: 45px 0 35px;
    font-family: 'Oswald';
}
@media (max-width: 1199.98px) {
    .footer .f-tit {
        margin: 45px 0 20px;
    }
}
@media (max-width: 767.98px) {
    .footer .f-tit {
        font-size: 20px;
        margin: 35px 0 15px;
    }
}
@media (min-width: 1400px) {
    .footer .foot-contact {
        max-width: 360px;
    }
}
.footer .foot-contact .contact-list&gt;li:not(:first-child) {
    margin-top: 20px;
}
.footer .foot-contact .contact-list .info {
    display: -webkit-box;
    display: flex;
}
.footer .foot-contact .contact-list .tit {
    min-width: 70px;
    padding-right: 5px;
}
.footer .foot-contact .contact-list p {
    color: inherit;
}
@media (min-width: 1200px) {
    .footer .foot-message {
        width: 430px;
    }
}
.footer .foot-message label {
    margin-bottom: 15px;
}
.footer .foot-message input::-webkit-input-placeholder,
.footer .foot-message textarea::-webkit-input-placeholder {
    color: #E5E5E5;
}
.footer .foot-message input:-o-placeholder,
.footer .foot-message textarea:-o-placeholder {
    color: #E5E5E5;
}
.footer .foot-message input::-moz-placeholder,
.footer .foot-message textarea::-moz-placeholder {
    color: #E5E5E5;
}
.footer .foot-message input:-ms-input-placeholder,
.footer .foot-message textarea:-ms-input-placeholder {
    color: #E5E5E5;
}
.footer .foot-message input:focus::-webkit-input-placeholder,
.footer .foot-message textarea:focus::-webkit-input-placeholder {
    color: #aaa;
}
.footer .foot-message input:focus::-o-placeholder,
.footer .foot-message textarea:focus::-o-placeholder {
    color: #aaa;
}
.footer .foot-message input:focus::-moz-placeholder,
.footer .foot-message textarea:focus::-moz-placeholder {
    color: #aaa;
}
.footer .foot-message input:focus::-ms-input-placeholder,
.footer .foot-message textarea:focus::-ms-input-placeholder {
    color: #aaa;
}
.footer .foot-message input,
.footer .foot-message textarea {
    background: #272727;
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    border: none;
}
.footer .foot-message textarea {
    height: 90px;
}
.footer .foot-message .submit {
    color: #fff;
    font-size: 12px !important;
    margin: 0 0 0 20px;
    text-transform: uppercase;
    margin-top: 5px;
}
@media (min-width: 1200px) {
    .footer .foot-message .submit:hover {
        color: #fff;
    }
}
.footer .foot-message .submit:after {
    font-size: 1.5em !important;
}
.footer .foot-message .submit:active {
    color: #fff;
}
@media (max-width: 767.98px) {
    .footer .foot-message .submit {
        font-size: 15px;
    }
}
.footer .follow-box {
    margin-top: 40px;
}
@media (max-width: 991.98px) {
    .footer .follow-box {
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {
    .footer .follow-box {
        margin-top: 20px;
    }
}
.copyright {
    background: #000;
    position: relative;
    overflow: hidden;
    line-height: 1.8;
    padding: 22px 0;
}
@media (max-width: 991.98px) {
    .copyright {
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .copyright {
        padding-bottom: 70px;
        text-align: center;
        display: block;
    }
}
.copyright .container {
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
}
@media (max-width: 1199.98px) {
    .copyright .container {
        -webkit-box-pack: center;
        justify-content: center;
    }
}
.copyright .google-translate {
    min-width: 110px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin: 0 15px;
}
@media (max-width: 767.98px) {
    .copyright .google-translate {
        margin: 15px auto 0;
    }
}
.copyright .info {
    margin: 0 -5px;
}
.copyright .info span {
    padding: 0 5px;
}
@media only screen and (min-width: 1200px) {
    .copyright .info a:hover {
        color: #fff;
    }
}
@media (max-width: 1199.98px) {
    .copyright .info a:active {
        color: #fff;
    }
}
@media (max-width: 1199.98px) {
    .copyright .func {
        margin-top: 5px;
    }
}
.copyright .func&gt;div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.copyright .func&gt;div:not(:last-child) {
    margin-right: 40px;
}
.copyright .follow-box {
    margin-right: 50px;
}
@media (max-width: 575.98px) {
    .copyright .follow-box {
        margin-right: 30px;
    }
}

/**
* Date : 2024-05-26
* @author HSM
* @toDo å®¢æœåŠ&nbsp;æŠ–åŠ¨æ•ˆæžœ
*/

@-webkit-keyframes foucs {
    5% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    10% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    15% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    25% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes foucs {
    5% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    10% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    15% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    25% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.online-contact {
    -webkit-animation: foucs 4s 5s linear infinite;
    animation: foucs 4s 5s linear infinite;
}

/**
* Date : 2024-07-03
* @author HSM
* @toDo æ–‡æ¡£ä¿®æ”¹
*/
.slick-factory {
    margin-top: 50px;
}
@media (max-width: 767.98px) {
    .slick-factory {
        margin-top: 35px;
    }
}

/**
* Date : 2024-07-03
* @author HSM
* @toDo æ–‡æ¡£ä¿®æ”¹
*/

.inside-page .choose-box {
    padding-bottom: 10px;
}
.inside-contact-btn {
    text-align: center;
}
.inside-contact-btn span {
    /* display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: #1e52ab;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px; */
    display: inline-block;
    max-width: 100%;
    margin-top: 25px;
}
@media (max-width: 1199.98px) {
    .inside-contact-btn {
        font-size: 17px;
    }
}
@media (max-width: 991.98px) {
    .inside-contact-btn {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .inside-contact-btn {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .inside-contact-btn:hover span {
        text-decoration: underline;
    }
}
/* @media (max-width: 767.98px) {
    .inside-contact-btn span {
      padding: 8px 15px;
    }
  } */
.index-about .iframe-box {
    height: 320px;
    padding-bottom: 0;
}
@media (max-width: 991.98px) {
    .index-about .iframe-box {
        height: 300px;
    }
}
@media (max-width: 767.98px) {
    .index-about .iframe-box {
        height: 250px;
    }
}
@media (min-width: 576px) {
    .index-process {
        padding: 30px 0 5px;
    }
}
/* .index-project .left-video {
    width: 570px;
    height: 230px;
}
@media (max-width: 991.98px) {
    .index-project .left-video {
        width: 400px;
        height: 300px;
    }
}
@media (max-width: 767.98px) {
    .index-project .left-video {
        width: 100%;
        height: 250px;
        margin-bottom: 25px;
    }
} */
.index-project .left-video video {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
@media (min-width: 768px) {
    .index-project .right-info {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
        padding-left: 50px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .index-project .right-info {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding-left: 30px;
    }
}
@media (min-width: 1200px) {
    .index-project .slick-video {
        padding: 0 80px;
    }
}

.fancybox-close-small:focus:after {
    outline: none;
}

/**
  * Date : 2024-07-23
  * @author HSM
  * @toDo æ–‡æ¡£ä¿®æ”¹
  */

.about-wrap .team-list .item p {
    /* text-align: justify; */
    text-align: left;
    font-size: 14px;
}
.about-wrap .choose-list .item img {
    display: block;
    margin: 0 auto;

}
.size-list-box .tit {
    margin-bottom: 10px;
}


/**
* Date : 2024-08-05
* @author HSM
* @toDo 
*/
.online-contact {
    bottom: 40%;
}

.size-list-box .size-list {
    margin-top: 10px;
}

.size-list-box ul {
    margin: -8px -5px 0;
}
.size-list-box ul&gt;li {
    padding: 0 5px;
    margin-top: 8px;
}
@media (min-width: 992px) {
    .video-list .pic {
        width: 520px;
    }
}

.slick-video .slick-track {
    margin-left: 0;
}

/* .index-project .left-video {
    position: relative;
    width: 770px;
    height: auto;
    * height: 341px; *
}

@media (max-width: 1199.98px) {
    .index-project .left-video {
        width: 600px;
        * height: 275px; *
    }
}
@media (max-width: 991.98px) {
    .index-project .left-video {
        width: 400px;
        * height: 196px; *
    }
}
@media (max-width: 767.98px) {
    .index-project .left-video {
        width: 100%;
    }
}
.index-project .left-video video {
    
}
.index-project .left-video img-box {
    padding-bottom: 44.285714%;
} */

/**
* Date : 2024-09-06
* @author HSM
* @toDo æ–‡æ¡£å†ä¿®æ”¹
*/

@media (min-width: 768px) {
    .index-project .left-video {
      width: 42%;
    }
  }
  @media (max-width: 767.98px) {
    .index-project .left-video {
      margin-bottom: 25px;
    }
  }
  .index-project .left-video video {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
  }
  @media (min-width: 768px) {
    .index-project .right-info {
      width: 58%;
    }
  }
  @media (min-width: 1200px) {
    .index-project .slick-video {
      padding: 0 80px;
    }
  }
  @media (min-width: 576px) {
    .service-wrap .video-box {
      /* width: 65%; */
      width: 49.6%;
    }
  }
  .service-wrap .video-box .img-box {
    /* padding-bottom: 50%; */
    padding-bottom: 56%;
  }
  @media (min-width: 576px) {
    .service-wrap .video-txt {
      margin-bottom: 30px;
      /* width: 35%; */
      width: 50.4%;
      padding-left: 18px;
    }
  }
  @media (max-width: 575.98px) {
    .service-wrap .video-txt {
      margin-bottom: 20px;
    }
  }</pre></body></html>