/*!
* nmoban101 外贸牛 NO.101 模板
* Copyright © 2022 waimaoniu
* @link: https://www.waimaoniu.com/
* @author: lzx
* @version: 1.0.1
*/
@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/poppins-regular.woff2") format("woff2"), url("../fonts/poppins-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: "Poppins-Regular", "微软雅黑", Microsoft Yahei, arial, serif;
    scroll-behavior: smooth;
}

/*!- w101-wrapper begin -*/
.w101-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

@media screen and (max-width: 1200px) {
    .w101-wrapper {
        padding: 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .w101-wrapper {
        padding: 0 16px;
    }
}

/*!- w101-wrapper end -*/

/* 手机底栏：桌面隐藏 */
.mfoot_box {
    display: none;
}

/*!- w101-section begin -*/
.w101-section {
    margin-bottom: 64px;
}

@media screen and (max-width: 1200px) {
    .w101-section {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .w101-section {
        margin-bottom: 16px;
    }
}

.w101-section.seamless {
    margin-bottom: 0;
}

/*!- w101-section end -*/
/*!- w101-grid begin -*/
.w101-grid>.w101-grid-row:before,
.w101-grid>.w101-grid-row:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-grid>.w101-grid-row:after {
    clear: both;
}

.w101-grid>.w101-grid-row>.w101-grid-col {
    width: 100%;
    float: left;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-1-1 {
    width: 100%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-1-2 {
    width: 50%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-1-3 {
    width: 33.3333333333%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-2-3 {
    width: 66.6666666667%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-1-4 {
    width: 25%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-2-4 {
    width: 50%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-3-4 {
    width: 75%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-1-5 {
    width: 20%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-2-5 {
    width: 40%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-3-5 {
    width: 60%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-4-5 {
    width: 80%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-1-6 {
    width: 16.6666666667%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-2-6 {
    width: 33.3333333333%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-3-6 {
    width: 50%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-4-6 {
    width: 66.6666666667%;
}

.w101-grid>.w101-grid-row>.w101-grid-col.col-5-6 {
    width: 83.3333333333%;
}

.w101-grid.gutter-sm>.w101-grid-row {
    margin: -16px 0 0 -16px;
}

.w101-grid.gutter-sm>.w101-grid-row>.w101-grid-col {
    padding: 16px 0 0 16px;
}

.w101-grid.gutter-md>.w101-grid-row {
    margin: -24px 0 0 -24px;
}

.w101-grid.gutter-md>.w101-grid-row>.w101-grid-col {
    padding: 24px 0 0 24px;
}

.w101-grid.gutter-lg>.w101-grid-row {
    margin: -32px 0 0 -32px;
}

.w101-grid.gutter-lg>.w101-grid-row>.w101-grid-col {
    padding: 32px 0 0 32px;
}

@media screen and (max-width: 1440px) {
    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-1\@lg {
        width: 100%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-2\@lg {
        width: 50%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-3\@lg {
        width: 33.3333333333%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-2-3\@lg {
        width: 66.6666666667%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-4\@lg {
        width: 25%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-2-4\@lg {
        width: 50%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-3-4\@lg {
        width: 75%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-5\@lg {
        width: 20%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-2-5\@lg {
        width: 40%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-3-5\@lg {
        width: 60%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-4-5\@lg {
        width: 80%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-6\@lg {
        width: 16.6666666667%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-2-6\@lg {
        width: 33.3333333333%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-3-6\@lg {
        width: 50%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-4-6\@lg {
        width: 66.6666666667%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-5-6\@lg {
        width: 83.3333333333%;
    }

    .w101-grid.gutter-sm\@lg>.w101-grid-row {
        margin: -16px 0 0 -16px;
    }

    .w101-grid.gutter-sm\@lg>.w101-grid-row>.w101-grid-col {
        padding: 16px 0 0 16px;
    }

    .w101-grid.gutter-md\@lg>.w101-grid-row {
        margin: -24px 0 0 -24px;
    }

    .w101-grid.gutter-md\@lg>.w101-grid-row>.w101-grid-col {
        padding: 24px 0 0 24px;
    }

    .w101-grid.gutter-lg\@lg>.w101-grid-row {
        margin: -32px 0 0 -32px;
    }

    .w101-grid.gutter-lg\@lg>.w101-grid-row>.w101-grid-col {
        padding: 32px 0 0 32px;
    }
}

@media screen and (max-width: 1200px) {
    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-1\@md {
        width: 100%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-2\@md {
        width: 50%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-3\@md {
        width: 33.3333333333%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-2-3\@md {
        width: 66.6666666667%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-4\@md {
        width: 25%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-2-4\@md {
        width: 50%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-3-4\@md {
        width: 75%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-5\@md {
        width: 20%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-2-5\@md {
        width: 40%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-3-5\@md {
        width: 60%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-4-5\@md {
        width: 80%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-6\@md {
        width: 16.6666666667%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-2-6\@md {
        width: 33.3333333333%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-3-6\@md {
        width: 50%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-4-6\@md {
        width: 66.6666666667%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-5-6\@md {
        width: 83.3333333333%;
    }

    .w101-grid.gutter-sm\@md>.w101-grid-row {
        margin: -16px 0 0 -16px;
    }

    .w101-grid.gutter-sm\@md>.w101-grid-row>.w101-grid-col {
        padding: 16px 0 0 16px;
    }

    .w101-grid.gutter-md\@md>.w101-grid-row {
        margin: -24px 0 0 -24px;
    }

    .w101-grid.gutter-md\@md>.w101-grid-row>.w101-grid-col {
        padding: 24px 0 0 24px;
    }

    .w101-grid.gutter-lg\@md>.w101-grid-row {
        margin: -32px 0 0 -32px;
    }

    .w101-grid.gutter-lg\@md>.w101-grid-row>.w101-grid-col {
        padding: 32px 0 0 32px;
    }
}

@media screen and (max-width: 768px) {
    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-1\@sm {
        width: 100%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-2\@sm {
        width: 50%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-3\@sm {
        width: 33.3333333333%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-2-3\@sm {
        width: 66.6666666667%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-4\@sm {
        width: 25%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-2-4\@sm {
        width: 50%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-3-4\@sm {
        width: 75%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-5\@sm {
        width: 20%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-2-5\@sm {
        width: 40%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-3-5\@sm {
        width: 60%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-4-5\@sm {
        width: 80%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-1-6\@sm {
        width: 16.6666666667%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-2-6\@sm {
        width: 33.3333333333%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-3-6\@sm {
        width: 50%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-4-6\@sm {
        width: 66.6666666667%;
    }

    .w101-grid>.w101-grid-row>.w101-grid-col.col-5-6\@sm {
        width: 83.3333333333%;
    }

    .w101-grid.gutter-sm\@sm>.w101-grid-row {
        margin: -16px 0 0 -16px;
    }

    .w101-grid.gutter-sm\@sm>.w101-grid-row>.w101-grid-col {
        padding: 16px 0 0 16px;
    }

    .w101-grid.gutter-md\@sm>.w101-grid-row {
        margin: -24px 0 0 -24px;
    }

    .w101-grid.gutter-md\@sm>.w101-grid-row>.w101-grid-col {
        padding: 24px 0 0 24px;
    }

    .w101-grid.gutter-lg\@sm>.w101-grid-row {
        margin: -32px 0 0 -32px;
    }

    .w101-grid.gutter-lg\@sm>.w101-grid-row>.w101-grid-col {
        padding: 32px 0 0 32px;
    }
}

/*!- w101-layout-container end -*/
/*!- w101-header begin -*/
.w101-header {
    transition: background-color .5s;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.w101-header .w101-header-wrap {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.w101-header .w101-header-wrap:before,
.w101-header .w101-header-wrap:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-header .w101-header-wrap:after {
    clear: both;
}

.w101-header .w101-header-wrap .w101-header-logo {
    display: block;
    float: left;
    line-height: 90px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.w101-header .w101-header-wrap .w101-header-logo>a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.w101-header .w101-header-wrap .w101-header-logo>a>img {
    display: block;
    width: auto;
    max-height: 90px;
}

.w101-header .w101-header-wrap .w101-header-logo>span {
    display: none;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
}

.w101-header .w101-header-wrap .w101-header-nav {
    display: block;
    float: right;
    line-height: 90px;
}

.w101-header .w101-header-wrap .w101-header-nav:before,
.w101-header .w101-header-wrap .w101-header-nav:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-header .w101-header-wrap .w101-header-nav:after {
    clear: both;
}

.w101-header .w101-header-wrap .w101-header-trigger {
    display: none;
    width: 24px;
    height: 20px;
    position: absolute;
    z-index: 1002;
    top: 50%;
    right: 16px;
    margin-top: -10px;
    cursor: pointer;
}

.w101-header .w101-header-nav ul {
    font-size: 0;
    margin-left: -32px;
}

.w101-header .w101-header-nav ul>li {
    display: inline-block;
    vertical-align: top;
    margin-left: 32px;
    position: relative;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
}

.w101-header .w101-header-nav ul>li .arrow {
    display: inline-block;
    vertical-align: -1px;
    width: 16px;
    height: 16px;
    position: relative;
}

.w101-header .w101-header-nav ul>li .arrow:before,
.w101-header .w101-header-nav ul>li .arrow:after {
    display: block;
    content: '';
    width: 8px;
    border-bottom: 2px solid;
    position: absolute;
    top: 50%;
    transition: all .5s;
}

.w101-header .w101-header-nav ul>li .arrow:before {
    left: 2px;
    transform: rotate(49deg);
}

.w101-header .w101-header-nav ul>li .arrow:after {
    right: 2px;
    transform: rotate(-49deg);
}

.w101-header .w101-header-nav ul>li a {
    display: block;
    white-space: nowrap;
    position: relative;
    transition: color, background-color .5s;
}

.w101-header .w101-header-nav ul>li a:hover,
.w101-header .w101-header-nav ul>li a.active {
    color: #EE922B;
}

.w101-header .w101-header-nav ul>li dl {
    display: none;
    min-width: 120px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
}

.w101-header .w101-header-nav ul>li dl dd {
    position: relative;
}

.w101-header .w101-header-nav ul>li dl dd a {
    padding: 0 20px;
    line-height: 40px;
}

.w101-header .w101-header-nav ul>li dl dd a .arrow {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 4px;
}

.w101-header .w101-header-nav ul>li dl dd a .arrow:before,
.w101-header .w101-header-nav ul>li dl dd a .arrow:after {
    width: 0;
    height: 8px;
    border-left: 0;
    border-right: 2px solid;
    left: 50%;
    top: auto;
    right: auto;
}

.w101-header .w101-header-nav ul>li dl dd a .arrow:before {
    top: 1.5px;
    transform: rotate(-45deg);
}

.w101-header .w101-header-nav ul>li dl dd a .arrow:after {
    bottom: 2px;
    transform: rotate(45deg);
}

.w101-header .w101-header-nav ul>li dl dd a:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.w101-header .w101-header-nav ul>li dl dd dl {
    left: 100%;
    top: 0;
    transform: translateX(0);
}

.w101-header .w101-header-nav-menu {
    display: block;
    float: left;
    padding-right: 32px;
}

.w101-header .w101-header-nav-extra {
    display: flex;
    align-items: center;
    height: 90px;
    position: relative;
    float: right;
    padding-left: 32px;
}

.w101-header .w101-header-nav-extra > ul {
    display: flex;
    align-items: center;
    line-height: normal;
}

.w101-header .w101-header-nav-extra:after {
    display: block;
    content: '';
    height: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.w101-header .w101-header-icon-text {
    position: relative;
    text-align: left;
}

.w101-header .w101-header-icon-text>.icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 16px;
    line-height: 16px;
    font-size: 24px;
    text-align: center;
    margin-right: 6px;
}

.w101-header .w101-header-icon-text>.icon>img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.w101-header .w101-header-icon-text>.icon>i {
    font-size: inherit;
}

.w101-header .w101-header-icon-text>.text {
    display: inline-block;
    vertical-align: middle;
}

.w101-header .w101-header-nav-extra .w101-header-search {
    display: flex;
    align-items: center;
}

.w101-header .w101-header-lang {
    position: relative;
    float: right;
    height: 90px;
    display: flex;
    align-items: center;
    margin-left: 24px;
    z-index: 1002;
}

.w101-header .w101-header-nav ul>li a.w101-lang-trigger,
.w101-header .w101-lang-trigger {
    display: inline-flex !important;
    align-items: center;
    line-height: normal;
    vertical-align: middle;
}

.w101-header .w101-lang-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.2;
    transition: background-color .25s, border-color .25s;
    white-space: nowrap;
}

.w101-header .w101-lang-trigger:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.35);
}

.w101-header .w101-lang-trigger .icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 16px;
    margin-right: 0;
    flex-shrink: 0;
    overflow: visible;
}

.w101-header .w101-lang-trigger .icon img {
    display: block !important;
    width: 22px !important;
    height: 16px !important;
    min-width: 22px;
    min-height: 16px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.w101-header .w101-lang-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    opacity: 0.85;
    transition: transform .25s;
    flex-shrink: 0;
}

.w101-header .w101-header-lang.open .w101-lang-arrow {
    transform: rotate(180deg);
}

.w101-header .w101-lang-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 420px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
    padding: 14px 10px 10px;
    z-index: 1002;
    line-height: normal;
}

.w101-header .w101-header-lang.open .w101-lang-dropdown {
    display: block;
}

.w101-header .w101-lang-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.w101-header .w101-lang-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: background-color .2s, color .2s;
}

.w101-header .w101-lang-item:hover,
.w101-header .w101-lang-item.active {
    background: #024886;
    color: #fff;
}

.w101-header .w101-lang-item-flag {
    display: block;
    width: 24px;
    height: 16px;
    flex-shrink: 0;
}

.w101-header .w101-lang-item-flag img {
    display: block !important;
    width: 24px !important;
    height: 16px !important;
    min-width: 24px;
    min-height: 16px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.w101-header .w101-lang-item-name {
    line-height: 1.3;
}

.w101-header .w101-header-trigger>span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.85);
    top: 50%;
    margin-top: -1px;
    transition: all .5s;
}

.w101-header .w101-header-trigger>span:nth-child(1) {
    transform: translateY(-10px);
}

.w101-header .w101-header-trigger>span:nth-child(2) {
    transform: translateY(9px);
}

.w101-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
}

.w101-header.fixed.scrolled,
.w101-header.scrolled {
    background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1440px) {
    .w101-header .w101-header-nav ul {
        margin-left: -24px;
    }

    .w101-header .w101-header-nav ul>li {
        margin-left: 24px;
    }

    .w101-header .w101-header-nav-menu {
        padding-right: 24px;
    }

    .w101-header .w101-header-nav-extra {
        padding-left: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .w101-header {
        background-color: #191919;
        border-bottom: 0;
    }

    .w101-header .w101-header-wrap {
        width: 100%;
    }

    .w101-header .w101-header-wrap .w101-header-logo {
        float: none;
        position: relative;
        z-index: 1001;
        line-height: 58px;
        padding: 0 16px;
        background-color: #191919;
    }

    .w101-header .w101-header-wrap .w101-header-logo>a>img {
        height: 40px;
        max-height: 40px;
    }

    .w101-header .w101-header-wrap .w101-header-logo>span {
        display: inline-block;
    }

    .w101-header .w101-header-wrap .w101-header-nav {
        display: none;
        float: none;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        line-height: 40px;
        padding-top: 58px;
        overflow-y: auto;
        background-color: #191919;
    }

    .w101-header .w101-header-wrap .w101-header-trigger {
        display: block;
    }

    .w101-header .w101-header-nav ul {
        margin-left: 0;
    }

    .w101-header .w101-header-nav ul>li {
        display: block;
        margin-left: 0;
    }

    .w101-header .w101-header-nav ul>li .arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        margin-top: 0;
        right: 6px;
    }

    .w101-header .w101-header-nav ul>li .arrow:before {
        left: 14px;
        right: auto;
    }

    .w101-header .w101-header-nav ul>li .arrow:after {
        left: auto;
        right: 13px;
    }

    .w101-header .w101-header-nav ul>li a {
        padding: 0 56px 0 16px;
    }

    .w101-header .w101-header-nav ul>li dl {
        min-width: auto;
        position: static;
        left: auto;
        top: auto;
        transform: translateX(0);
        text-align: left;
    }

    .w101-header .w101-header-nav ul>li dl dd a {
        padding: 0 36px 0 16px;
    }

    .w101-header .w101-header-nav ul>li dl dd a .arrow {
        width: 40px;
        height: 40px;
        right: 6px;
        margin-top: 0;
        top: 0;
    }

    .w101-header .w101-header-nav ul>li dl dd a .arrow:before,
    .w101-header .w101-header-nav ul>li dl dd a .arrow:after {
        width: 8px;
        height: 0;
        border-left: 2px solid;
        border-right: 0;
        top: 50%;
        bottom: auto;
    }

    .w101-header .w101-header-nav ul>li dl dd a .arrow:before {
        left: 14px;
        right: auto;
        transform: rotate(49deg);
    }

    .w101-header .w101-header-nav ul>li dl dd a .arrow:after {
        left: auto;
        right: 13px;
        transform: rotate(-49deg);
    }

    .w101-header .w101-header-nav ul>li dl dd.opened>a .arrow:before {
        transform: rotate(-49deg);
    }

    .w101-header .w101-header-nav ul>li dl dd.opened>a .arrow:after {
        transform: rotate(49deg);
    }

    .w101-header .w101-header-nav ul>li dl dd.opened>dl {
        display: block;
    }

    .w101-header .w101-header-nav ul>li.opened>a .arrow:before {
        transform: rotate(-49deg);
    }

    .w101-header .w101-header-nav ul>li.opened>a .arrow:after {
        transform: rotate(49deg);
    }

    .w101-header .w101-header-nav ul>li.opened>dl {
        display: block;
    }

    .w101-header .w101-header-nav-menu {
        float: none;
        padding-right: 0;
    }

    .w101-header .w101-header-nav-extra {
        float: none;
        padding-left: 0;
        height: auto;
        display: block;
    }

    .w101-header .w101-header-nav-extra > ul {
        display: block;
    }

    .w101-header .w101-header-nav-extra:after {
        display: none;
    }

    .w101-header .w101-header-lang {
        position: fixed;
        top: 0;
        right: 52px;
        float: none;
        height: 58px;
        margin-left: 0;
        display: flex;
        align-items: center;
    }

    .w101-header .w101-lang-dropdown {
        position: absolute;
        right: 0;
        top: calc(100% + 6px);
        min-width: 280px;
        width: calc(100vw - 32px);
        max-width: 360px;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        margin-top: 0;
        padding: 10px 8px 8px;
        background: #fff;
    }

    .w101-header .w101-header-lang.open .w101-lang-dropdown {
        display: block;
    }

    .w101-header .w101-lang-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
    }

    .w101-header .w101-lang-item {
        padding: 8px 10px;
        font-size: 13px;
        color: #333;
    }

    .w101-header .w101-lang-item:hover,
    .w101-header .w101-lang-item.active {
        background: #024886;
        color: #fff;
    }

    .w101-header .w101-header-nav-extra .w101-header-search {
        display: none;
    }

    .w101-header.fixed {
        position: sticky;
    }

    .w101-header.opened .w101-header-nav {
        display: block;
    }

    .w101-header.opened .w101-header-trigger>span:nth-child(1) {
        transform: rotate(45deg);
    }

    .w101-header.opened .w101-header-trigger>span:nth-child(2) {
        transform: rotate(-45deg);
    }

    .w101-header.opened .w101-header-trigger>span:nth-child(3) {
        opacity: 0;
    }
}

@media screen and (min-width: 1201px) {
    .w101-header .w101-header-nav ul>li dl dd:hover>dl {
        display: block;
    }

    .w101-header .w101-header-nav ul>li:hover>a .arrow:before {
        transform: rotate(-49deg);
    }

    .w101-header .w101-header-nav ul>li:hover>a .arrow:after {
        transform: rotate(49deg);
    }

    .w101-header .w101-header-nav ul>li:hover>dl {
        display: block;
    }
}

/*!- w101-header end -*/
/*!- w101-inner-backing begin -*/
.w101-inner-backing {
    background-color: whitesmoke;
}

.w101-inner-backing .w101-inner-backing-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 20%;
}

.w101-inner-backing .w101-inner-backing-wrap>img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.w101-inner-backing .w101-inner-backing-wrap>.w101-inner-backing-mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

/*!- w101-inner-backing end -*/
/*!- w101-crumb begin -*/
.w101-crumb {
    background: linear-gradient(180deg, #f5f8fb 0%, #eef3f8 100%);
    border-bottom: 1px solid rgba(12, 77, 137, 0.08);
}

.w101-crumb::before {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #0c4d89 0%, #EE922B 55%, rgba(238, 146, 43, 0.15) 100%);
}

.w101-crumb .w101-crumb-wrap {
    padding: 14px 0;
}

.w101-crumb .w101-crumb-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.w101-crumb .w101-crumb-list .w101-crumb-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
    margin-right: 10px;
    color: #666;
}

.w101-crumb .w101-crumb-list .w101-crumb-item a {
    color: #555;
    text-decoration: none;
    transition: color .25s ease;
}

.w101-crumb .w101-crumb-list .w101-crumb-item a:hover {
    color: #0c4d89;
}

.w101-crumb .w101-crumb-list .w101-crumb-item:first-child a::before {
    font-family: "w101-iconfont";
    content: "\e6b4";
    margin-right: 5px;
    font-size: 15px;
    color: #EE922B;
    vertical-align: -1px;
}

.w101-crumb .w101-crumb-list .w101-crumb-item:last-child:not(.separator) {
    color: #0c4d89;
    font-weight: 600;
}

.w101-crumb .w101-crumb-list .w101-crumb-item:last-child:not(.separator) a {
    color: #0c4d89;
    font-weight: 600;
}

.w101-crumb .w101-crumb-list .w101-crumb-item:last-child:not(.separator) a:hover {
    color: #0c4d89;
}

/* 分隔符：优先 separator 类，兼容旧偶数 li */
.w101-crumb .w101-crumb-list .w101-crumb-item.separator,
.w101-crumb .w101-crumb-list .w101-crumb-item:nth-child(even) {
    margin-right: 10px;
    font-size: 0;
    line-height: 1;
    color: transparent;
    pointer-events: none;
}

.w101-crumb .w101-crumb-list .w101-crumb-item.separator::before,
.w101-crumb .w101-crumb-list .w101-crumb-item:nth-child(even)::before {
    font-family: "w101-iconfont";
    content: "\e843";
    font-size: 12px;
    color: rgba(12, 77, 137, 0.35);
}

.w101-crumb .w101-crumb-list .w101-crumb-item.separator span,
.w101-crumb .w101-crumb-list .w101-crumb-item:nth-child(even) span {
    display: none;
}

@media screen and (max-width: 1200px) {
    .w101-crumb .w101-crumb-wrap {
        padding: 12px 0;
    }

    .w101-crumb .w101-crumb-list .w101-crumb-item {
        font-size: 13px;
        margin-right: 8px;
    }
}

@media screen and (max-width: 768px) {
    .w101-crumb .w101-crumb-wrap {
        padding: 10px 0;
    }

    .w101-crumb .w101-crumb-list .w101-crumb-item {
        font-size: 12px;
        margin-right: 6px;
    }

    .w101-crumb .w101-crumb-list .w101-crumb-item.separator::before,
    .w101-crumb .w101-crumb-list .w101-crumb-item:nth-child(even)::before {
        font-size: 11px;
    }
}

/*!- w101-crumb end -*/
/*!- w101-page-header begin -*/
.w101-page-header .w101-page-header-title {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 32px;
    font-weight: normal;
    color: #024886;
    text-transform: uppercase;
}

.w101-page-header .w101-page-header-desc {
    font-size: 16px;
    line-height: 1.576;
    color: #333333;
    margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
    .w101-page-header .w101-page-header-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .w101-page-header .w101-page-header-desc {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .w101-page-header .w101-page-header-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .w101-page-header .w101-page-header-desc {
        font-size: 14px;
        margin-bottom: 16px;
    }
}

/*!- w101-page-header end -*/
/*!- w101-pagination begin -*/
.w101-pagination .w101-pagination-wrap {
    padding: 32px 0;
}

.w101-pagination .w101-pagination-list {
    font-size: 0;
    margin: -8px 0 0 -8px;
}

.w101-pagination .w101-pagination-list.center {
    text-align: center;
}

.w101-pagination .w101-pagination-list.right {
    text-align: right;
}

.w101-pagination .w101-pagination-item {
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    padding: 0 16px;
    height: 40px;
    min-width: 40px;
    border: 1px solid #d9d9d9;
    margin: 8px 0 0 8px;
    color: #333333;
    background-color: #fff;
    transition: all .5s;
}

.w101-pagination .w101-pagination-item.ellipsis {
    line-height: 32px;
}

.w101-pagination .w101-pagination-item:hover {
    color: #024886;
    border-color: #024886;
}

.w101-pagination .w101-pagination-item.active,
.w101-pagination .w101-pagination-item.current {
    pointer-events: none;
    color: #fff;
    border-color: #024886;
    background-color: #024886;
}

.w101-pagination .w101-pagination-item.disabled {
    pointer-events: none;
    color: #bfbfbf;
    background-color: whitesmoke;
}

@media screen and (max-width: 1200px) {
    .w101-pagination .w101-pagination-wrap {
        padding: 24px 0;
    }

    .w101-pagination .w101-pagination-item {
        line-height: 34px;
        padding: 0 12px;
        height: 36px;
        min-width: 36px;
    }

    .w101-pagination .w101-pagination-item.ellipsis {
        line-height: 28px;
    }
}

@media screen and (max-width: 768px) {
    .w101-pagination .w101-pagination-wrap {
        padding: 16px 0;
    }

    .w101-pagination .w101-pagination-item {
        line-height: 30px;
        padding: 0 8px;
        height: 32px;
        min-width: 32px;
    }

    .w101-pagination .w101-pagination-item.ellipsis {
        line-height: 24px;
    }
}

/*!- w101-pagination end -*/
/*!- w101-inquiry begin -*/
.w101-inquiry .w101-inquiry-wrap {
    padding: 32px;
    background-color: whitesmoke;
}

.w101-inquiry .w101-inquiry-alert {
    font-size: 16px;
    line-height: 1.5;
    border-left: 4px solid #024886;
    color: #024886;
    padding: 4px 16px;
    margin-bottom: 24px;
    font-weight: 700;
}

.w101-inquiry .w101-inquiry-form {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 0 -32px;
}

.w101-inquiry .w101-inquiry-form:before,
.w101-inquiry .w101-inquiry-form:after {
    display: none;
}

.w101-inquiry .w101-inquiry-label {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 8px;
    color: #333333;
}

.w101-inquiry .w101-inquiry-label>em {
    color: red;
    margin-right: 8px;
}

.w101-inquiry .w101-inquiry-input {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d9d9d9;
    transition: border .5s;
}

.w101-inquiry .w101-inquiry-input:hover,
.w101-inquiry .w101-inquiry-input:focus {
    border-color: #024886;
}

.w101-inquiry .w101-inquiry-textarea {
    display: block;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.576;
    padding: 8px 12px;
    transition: border .5s;
    font-family: inherit;
    resize: none;
    border: 1px solid #d9d9d9;
}

.w101-inquiry .w101-inquiry-textarea:hover,
.w101-inquiry .w101-inquiry-textarea:focus {
    border-color: #024886;
}

.w101-inquiry .w101-inquiry-button {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    outline: none;
    border: 0;
    background-color: #024886;
    color: #fff;
    height: 40px;
    padding: 0 24px;
    transition: background-color .5s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.w101-inquiry .w101-inquiry-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
}

.w101-inquiry .w101-inquiry-button:hover {
    background-color: #1b5a92;
}

.w101-inquiry .w101-inquiry-button.loading:before {
    -webkit-animation: w101-inquiry-button-submit 2s linear infinite;
    animation: w101-inquiry-button-submit 2s linear infinite;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: repeating-linear-gradient(45deg, transparent 10%, rgba(0, 0, 0, 0.1) 25%);
}

.w101-inquiry .w101-inquiry-button:disabled,
.w101-inquiry .w101-inquiry-button.disabled {
    cursor: not-allowed;
    background-color: #356d9e;
}

.w101-inquiry .w101-inquiry-checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    margin-left: 8px;
}

.w101-inquiry .w101-inquiry-checkbox>span {
    display: block;
    position: relative;
    font-size: 14px;
    padding-left: 24px;
    line-height: 40px;
    cursor: pointer;
    color: #333333;
}

.w101-inquiry .w101-inquiry-checkbox>span:before,
.w101-inquiry .w101-inquiry-checkbox>span:after {
    display: block;
    position: absolute;
    content: '';
    transition: all .5s;
}

.w101-inquiry .w101-inquiry-checkbox>span:before {
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    margin-top: -9px;
}

.w101-inquiry .w101-inquiry-checkbox>span:after {
    width: 9px;
    height: 6px;
    border-width: 0 0 2px 2px;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    left: 4px;
    margin-top: -5px;
    transform: rotate(-45deg);
}

.w101-inquiry .w101-inquiry-checkbox>span a {
    color: #024886;
}

.w101-inquiry .w101-inquiry-checkbox>input[type="checkbox"] {
    display: block;
    position: relative;
    vertical-align: middle;
    margin-right: 24px;
    width: 0;
    height: 0;
    cursor: pointer;
}

.w101-inquiry .w101-inquiry-checkbox>input[type="checkbox"]:checked+span:before {
    border-color: #024886;
    background-color: #024886;
}

.w101-inquiry .w101-inquiry-checkbox>input[type="checkbox"]:checked+span:after {
    border-color: #fff;
}

.w101-inquiry .w101-inquiry-checkbox>input[type="checkbox"]:checked:disabled+span:after {
    border-color: #bfbfbf;
}

.w101-inquiry .w101-inquiry-checkbox>input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

.w101-inquiry .w101-inquiry-checkbox>input[type="checkbox"]:disabled+span {
    color: #bfbfbf;
    cursor: not-allowed;
}

.w101-inquiry .w101-inquiry-checkbox>input[type="checkbox"]:disabled+span:before {
    border-color: #bfbfbf;
    background-color: whitesmoke;
}

.w101-inquiry .w101-inquiry-tips {
    display: none;
    position: absolute;
    left: 32px;
    font-size: 14px;
    line-height: 16px;
    color: #FE5050;
}

.w101-inquiry .w101-inquiry-form-item {
    width: 100%;
    padding: 32px 0 0 32px;
    position: relative;
    box-sizing: border-box;
}

.w101-inquiry .w101-inquiry-form-item.col-1-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.w101-inquiry .w101-inquiry-form-item.col-1-2 .w101-inquiry-label {
    flex: 1;
}

.w101-inquiry .w101-inquiry-form-item.col-1-3 {
    width: 33.3333%;
}

.w101-inquiry .w101-inquiry-form-item.error .w101-inquiry-input {
    border-color: #FE5050;
}

.w101-inquiry .w101-inquiry-form-item.error .w101-inquiry-textarea {
    border-color: #FE5050;
}

.w101-inquiry .w101-inquiry-form-item.error .w101-inquiry-tips {
    display: block;
}

@media screen and (max-width: 1200px) {
    .w101-inquiry .w101-inquiry-wrap {
        padding: 24px;
    }

    .w101-inquiry .w101-inquiry-alert {
        padding: 4px 12px;
        margin-bottom: 16px;
    }

    .w101-inquiry .w101-inquiry-form {
        margin: -24px 0 0 -24px;
        padding-bottom: 24px;
    }

    .w101-inquiry .w101-inquiry-input {
        font-size: 16px;
        height: 36px;
        padding: 0 10px;
    }

    .w101-inquiry .w101-inquiry-textarea {
        font-size: 16px;
        padding: 6px 12px;
    }

    .w101-inquiry .w101-inquiry-button {
        height: 36px;
        padding: 0 16px;
    }

    .w101-inquiry .w101-inquiry-tips {
        left: 24px;
    }

    .w101-inquiry .w101-inquiry-form-item {
        padding: 24px 0 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .w101-inquiry .w101-inquiry-wrap {
        padding: 16px;
    }

    .w101-inquiry .w101-inquiry-alert {
        padding: 4px 8px;
        margin-bottom: 8px;
    }

    .w101-inquiry .w101-inquiry-form {
        margin: -16px 0 0 -16px;
        padding-bottom: 16px;
    }

    .w101-inquiry .w101-inquiry-input {
        font-size: 14px;
        height: 32px;
        padding: 0 8px;
    }

    .w101-inquiry .w101-inquiry-textarea {
        font-size: 14px;
        padding: 4px 8px;
    }

    .w101-inquiry .w101-inquiry-button {
        height: 32px;
        padding: 0 12px;
        font-size: 14px;
    }

    .w101-inquiry .w101-inquiry-tips {
        left: 16px;
    }

    .w101-inquiry .w101-inquiry-form-item {
        padding: 16px 0 0 16px;
    }

    .w101-inquiry .w101-inquiry-form-item.col-1-2 {
        width: 100%;
    }

    .w101-inquiry .w101-inquiry-form-item.col-1-3 {
        width: 100%;
    }
}

@-webkit-keyframes w101-inquiry-button-submit {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@keyframes w101-inquiry-button-submit {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

/*!- w101-inquiry end -*/
/* 侧栏询盘：依赖 w101-inquiry 基础块，追加 w101-inquiry-sidebar 修饰 */
.w101-inquiry-sidebar .w101-inquiry-head {
    padding: 22px 18px 18px;
    text-align: center;
    border-bottom: 1px solid rgba(12, 77, 137, 0.08);
    background: linear-gradient(180deg, rgba(12, 77, 137, 0.05) 0%, #fff 100%);
}

.w101-inquiry-sidebar .w101-inquiry-title {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #0c4d89;
}

.w101-inquiry-sidebar .w101-inquiry-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #666;
}

.w101-inquiry-sidebar .w101-inquiry-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 0;
    padding: 14px 16px 20px;
}

.w101-inquiry-sidebar .w101-inquiry-form-item {
    width: auto;
    padding: 12px 0 0;
}

.w101-inquiry-sidebar .w101-inquiry-form-item.col-1-2 {
    width: auto;
}

.w101-inquiry-sidebar .w101-inquiry-form-item:not(.col-1-2) {
    grid-column: 1 / -1;
}

.w101-inquiry-sidebar .w101-inquiry-label {
    font-size: 12px;
    padding-bottom: 5px;
}

.w101-inquiry-sidebar .w101-inquiry-input {
    height: 38px;
    font-size: 13px;
}

.w101-inquiry-sidebar .w101-inquiry-form-submit {
    padding-top: 16px;
}

.w101-inquiry-sidebar .w101-inquiry-form-submit .w101-inquiry-button {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .w101-inquiry-sidebar .w101-inquiry-form {
        grid-template-columns: 1fr;
        padding: 12px 14px 18px;
    }

    .w101-inquiry-sidebar .w101-inquiry-form-item.col-1-2 {
        grid-column: auto;
    }
}

/*!- w101-footer begin -*/
.w101-footer {
    position: relative;
    background: #d9e8e3;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
}

.w101-footer::before {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #c97a1a 18%, #EE922B 50%, #f5b04a 82%, transparent 100%);
}

.w101-footer .w101-footer-wrap {
    padding: 44px 0 0;
}

.w101-footer .w101-footer-content>ul:before,
.w101-footer .w101-footer-content>ul:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-footer .w101-footer-content>ul:after {
    clear: both;
}

.w101-footer .w101-footer-content>ul>li {
    display: block;
    float: left;
    width: 25%;
    padding: 8px 20px 24px;
}

.w101-footer .w101-footer-content>ul>li:nth-child(1) {
    width: 15%;
}

.w101-footer .w101-footer-content>ul>li:nth-child(2) {
    width: 15%;
}

.w101-footer .w101-footer-content>ul>li:nth-child(3) {
    width: 30%;
}

.w101-footer .w101-footer-content>ul>li:nth-child(4),
.w101-footer .w101-footer-content>ul>li.w101-footer-contact-col {
    width: 40%;
}

.w101-footer .w101-footer-content dl>dd {
    display: block;
    margin-bottom: 6px;
}

/* 栏目标题 */
.w101-footer .w101-footer-col-title {
    margin-bottom: 14px;
}

.w101-footer .w101-footer-col-title .w101-footer-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(238, 146, 43, 0.45);
    transition: color .3s ease, border-color .3s ease;
}

.w101-footer .w101-footer-col-title .w101-footer-label a {
    color: inherit;
}

.w101-footer .w101-footer-col-title .w101-footer-label a:hover {
    color: #EE922B;
}

/* 栏目子链接 */
.w101-footer .w101-footer-col-link .w101-footer-label {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(0, 0, 0, 0.6);
    transition: color .25s ease;
}

.w101-footer .w101-footer-col-link .w101-footer-label a {
    color: inherit;
}

.w101-footer .w101-footer-col-link .w101-footer-label a:hover {
    color: #EE922B;
}

.w101-footer .w101-footer-with-icon {
    position: relative;
    padding-left: 56px;
    margin-bottom: 14px;
}

.w101-footer .w101-footer-icons-group {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.w101-footer .w101-footer-sns-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 12px;
}

.w101-footer .w101-footer-sns-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

/* 页脚 SNS：统一 circle-fill 图标集 */
.w101-footer .w101-footer-sns-list .w101-footer-sns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.55);
    transition: color .3s ease, transform .3s cubic-bezier(.22, 1, .36, 1);
}

.w101-footer .w101-footer-sns-list .w101-footer-sns>i {
    display: block;
    font-size: inherit;
    line-height: 1;
}

.w101-footer .w101-footer-sns-list .w101-footer-sns>svg {
    display: block;
    width: 30px;
    height: 30px;
}

.w101-footer .w101-footer-sns-list .w101-footer-sns:hover {
    color: #EE922B;
    transform: translateY(-2px);
}

.w101-footer .w101-footer-sns-list .w101-footer-sns.is-disabled {
    color: rgba(0, 0, 0, 0.2);
    cursor: default;
    pointer-events: none;
}

.w101-footer .w101-footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(238, 146, 43, 0.12);
    color: #EE922B;
    transition: background .3s ease, color .3s ease;
}

.w101-footer .w101-footer-with-icon:hover .w101-footer-icon {
    background: rgba(238, 146, 43, 0.22);
    color: #f5b04a;
}

.w101-footer .w101-footer-icon>i {
    font-size: inherit;
}

.w101-footer .w101-footer-label {
    display: block;
    transition: color .3s ease;
}

.w101-footer .w101-footer-with-icon .w101-footer-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.45);
    line-height: 1.4;
    margin-bottom: 2px;
}

.w101-footer .w101-footer-value {
    display: block;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(0, 0, 0, 0.8);
    transition: color .3s ease;
}

.w101-footer .w101-footer-value a {
    color: inherit;
}

.w101-footer .w101-footer-value a:hover {
    color: #EE922B;
}

.w101-footer .w101-footer-extra {
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.55);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 18px 16px;
    background: transparent;
}

.w101-footer .w101-footer-extra a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    transition: color .25s ease;
}

.w101-footer .w101-footer-extra a:hover {
    color: #EE922B;
}

@media screen and (max-width: 1200px) {
    .w101-footer .w101-footer-wrap {
        padding: 32px 0 0;
    }

    .w101-footer .w101-footer-content>ul>li {
        width: 50%;
        padding: 12px 16px 20px;
    }

    .w101-footer .w101-footer-content>ul>li:nth-child(1),
    .w101-footer .w101-footer-content>ul>li:nth-child(2),
    .w101-footer .w101-footer-content>ul>li:nth-child(3),
    .w101-footer .w101-footer-content>ul>li:nth-child(4),
    .w101-footer .w101-footer-content>ul>li.w101-footer-contact-col {
        width: 50%;
    }

    .w101-footer .w101-footer-with-icon {
        padding-left: 48px;
    }

    .w101-footer .w101-footer-sns-list {
        gap: 8px;
        justify-content: flex-start;
    }

    .w101-footer .w101-footer-sns-list .w101-footer-sns {
        width: 28px;
        height: 28px;
        font-size: 28px;
    }

    .w101-footer .w101-footer-sns-list .w101-footer-sns>svg {
        width: 28px;
        height: 28px;
    }

    .w101-footer .w101-footer-icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .w101-footer .w101-footer-wrap {
        padding: 24px 0 0;
    }

    .w101-footer .w101-footer-sns-list {
        justify-content: center;
    }

    .w101-footer .w101-footer-content>ul>li {
        width: 100%;
        padding: 0;
        display: none;
    }

    .w101-footer .w101-footer-content>ul>li:last-child,
    .w101-footer .w101-footer-content>ul>li.w101-footer-contact-col {
        display: block;
    }

    .w101-footer .w101-footer-content>ul>li:nth-child(4),
    .w101-footer .w101-footer-content>ul>li.w101-footer-contact-col {
        width: 100%;
        padding: 16px;
    }

    .w101-footer .w101-footer-with-icon {
        padding-left: 48px;
    }

    /* 手机底部固定栏 mfoot_box */
    .footer-bar {
        margin-bottom: 56px;
    }

    .mfoot_box {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        background: #f8f8f8;
        border: none;
        border-top: 1px solid #e8e8e8;
        border-radius: 0;
        min-height: 50px;
        margin: 0;
        padding-bottom: env(safe-area-inset-bottom, 0);
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
        z-index: 1030;
    }

    .mfoot_box .navbar-collapse {
        display: none;
    }

    .mfoot_inner {
        display: flex;
        align-items: stretch;
        height: 50px;
    }

    .mfoot_nav {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border-right: 1px solid #e8e8e8;
        float: none;
        width: auto;
        background: transparent;
    }

    .mfoot_nav:last-child {
        border-right: none;
    }

    .mfoot_nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #555;
        padding: 5px 2px;
        height: 100%;
        width: 100%;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        transition: color 0.28s ease, background 0.28s ease;
    }

    .mfoot_box.navbar-default .mfoot_nav a {
        color: #555;
        background: transparent;
    }

    .mfoot_nav:not(.mfoot_nav_top) a:hover,
    .mfoot_nav:not(.mfoot_nav_top) a:focus {
        color: #0c4d89;
        background: rgba(12, 77, 137, 0.07);
        text-decoration: none;
    }

    .mfoot_box.navbar-default .mfoot_nav:not(.mfoot_nav_top) a:hover,
    .mfoot_box.navbar-default .mfoot_nav:not(.mfoot_nav_top) a:focus {
        color: #0c4d89;
        background: rgba(12, 77, 137, 0.07);
    }

    .mfoot_nav .fa {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 3px;
        transition: transform 0.28s ease, color 0.28s ease;
    }

    .mfoot_nav:not(.mfoot_nav_top) a:hover .fa,
    .mfoot_nav:not(.mfoot_nav_top) a:focus .fa {
        transform: translateY(-2px);
    }

    .mfoot_label {
        font-size: 10px;
        font-weight: 700;
        line-height: 1.2;
        display: block;
        letter-spacing: 0.02em;
        transition: color 0.28s ease;
    }

    .mfoot_nav:first-child a:hover,
    .mfoot_nav:first-child a:focus,
    .mfoot_box.navbar-default .mfoot_nav:first-child a:hover,
    .mfoot_box.navbar-default .mfoot_nav:first-child a:focus {
        color: #128C7E;
        background: rgba(18, 140, 126, 0.08);
    }

    .mfoot_nav:first-child a:hover .fa,
    .mfoot_nav:first-child a:focus .fa {
        color: #128C7E;
    }

    .mfoot_nav_top a {
        padding: 0;
    }

    .mfoot_top_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #555;
        color: #fff;
        transition: background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
    }

    .mfoot_nav_top a:hover .mfoot_top_btn,
    .mfoot_nav_top a:focus .mfoot_top_btn {
        background: linear-gradient(135deg, #FF9E16 0%, #e88a0a 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 158, 22, 0.35);
    }

    .mfoot_top_btn .fa {
        margin-bottom: 0;
        font-size: 15px;
    }
}

/*!- w101-footer end -*/
/*!- w101-sidebar begin -*/
.w101-sidebar .w101-sidebar-wrap {
    display: block;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.w101-sidebar .w101-sidebar-list {
    display: block;
    background-color: transparent;
}

.w101-sidebar .w101-sidebar-trigger {
    display: block;
    line-height: 1;
    height: 50px;
    padding: 13px 13px;
    text-align: center;
    color: #fff;
}

.w101-sidebar .w101-sidebar-trigger>i {
    font-size: 24px;
}

.w101-sidebar .w101-sidebar-trigger>span {
    display: none;
    font-size: 0;
}

.w101-sidebar .w101-sidebar-popover {
    display: none;
    position: absolute;
    top: 5px;
    right: 100%;
    padding-right: 8px;
}

.w101-sidebar .w101-sidebar-popover:before,
.w101-sidebar .w101-sidebar-popover:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateY(-50%);
}

.w101-sidebar .w101-sidebar-popover:before {
    top: 20px;
    right: 0;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #d9d9d9;
}

.w101-sidebar .w101-sidebar-popover:after {
    top: 20px;
    right: 2px;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}

.w101-sidebar .w101-sidebar-popover-content {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    min-width: 120px;
    min-height: 40px;
}

.w101-sidebar .w101-sidebar-popover-text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 10px 16px;
    white-space: nowrap;
    text-align: center;
}

.w101-sidebar .w101-sidebar-popover-image {
    display: block;
    width: 128px;
    height: auto;
}

.w101-sidebar .w101-sidebar-popover-list {
    display: block;
}

.w101-sidebar .w101-sidebar-popover-item {
    display: block;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    word-break: break-word;
}

.w101-sidebar .w101-sidebar-popover-item>a {
    display: block;
    padding: 0 16px;
    background-color: #fff;
    color: #333333;
    transition: all .5s;
}

.w101-sidebar .w101-sidebar-popover-item i {
    font-size: 20px;
    vertical-align: middle;
}

.w101-sidebar .w101-sidebar-popover-item:hover>a {
    color: #024886;
    background-color: #e6edf3;
}

.w101-sidebar .w101-sidebar-item {
    display: block;
    position: relative;
    background-color: #024886;
}

.w101-sidebar .w101-sidebar-item.back-to-home,
.w101-sidebar .w101-sidebar-item.back-to-top,
.w101-sidebar .w101-sidebar-item.search-more {
    display: none;
}

.w101-sidebar .w101-sidebar-item:hover {
    background-color: #023a6b;
}

.w101-sidebar .w101-sidebar-item:hover .w101-sidebar-trigger {
    color: #fff;
}

.w101-sidebar .w101-sidebar-item:hover .w101-sidebar-popover {
    display: block;
}

.w101-sidebar.scrolled .w101-sidebar-item.back-to-top {
    display: block;
}

@media screen and (max-width: 768px) {
    .w101-sidebar {
        height: 60px;
    }

    .w101-sidebar .w101-sidebar-wrap {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        transform: translateY(0);
    }

    .w101-sidebar .w101-sidebar-list {
        display: flex;
        justify-content: space-around;
        background-color: #fff;
        border-top: 1px solid #f0f0f0;
    }

    .w101-sidebar .w101-sidebar-trigger {
        height: 60px;
        color: #333333;
        padding: 10px 16px;
    }

    .w101-sidebar .w101-sidebar-trigger>i {
        font-size: 24px;
    }

    .w101-sidebar .w101-sidebar-trigger>span {
        display: block;
        margin-top: 4px;
        font-size: 12px;
    }

    .w101-sidebar .w101-sidebar-popover {
        top: auto;
        bottom: 100%;
        right: 50%;
        transform: translateX(50%);
        padding-right: 0;
        padding-bottom: 8px;
    }

    .w101-sidebar .w101-sidebar-popover:before,
    .w101-sidebar .w101-sidebar-popover:after {
        top: auto;
        right: 50%;
        transform: translateX(50%) translateY(0);
    }

    .w101-sidebar .w101-sidebar-popover:before {
        bottom: 0;
        border-width: 8px 8px 0 8px;
        border-color: #f0f0f0 transparent transparent transparent;
    }

    .w101-sidebar .w101-sidebar-popover:after {
        bottom: 2px;
        border-width: 7px 7px 0 7px;
        border-color: #fff transparent transparent transparent;
    }

    .w101-sidebar .w101-sidebar-popover-content {
        background-color: #fff;
        border: 1px solid #f0f0f0;
        min-height: 40px;
    }

    .w101-sidebar .w101-sidebar-popover-text {
        padding: 10px 16px;
    }

    .w101-sidebar .w101-sidebar-popover-item {
        line-height: 40px;
    }

    .w101-sidebar .w101-sidebar-popover-item>a {
        background-color: #fff;
        color: #333333;
    }

    .w101-sidebar .w101-sidebar-popover-item:hover>a {
        color: #024886;
        background-color: #f2f2f2;
    }

    .w101-sidebar .w101-sidebar-item {
        background-color: transparent;
    }

    .w101-sidebar .w101-sidebar-item.back-to-home,
    .w101-sidebar .w101-sidebar-item.search-more {
        display: block;
    }

    .w101-sidebar .w101-sidebar-item:hover {
        background-color: transparent;
    }

    .w101-sidebar .w101-sidebar-item:hover .w101-sidebar-trigger {
        color: #024886;
    }

    .w101-sidebar.scrolled .w101-sidebar-item.back-to-top {
        display: none;
    }
}

/*!- w101-sidebar end -*/
/*!- w101-search -*/
.w101-search {
    display: none;
    position: fixed;
    z-index: 1005;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w101-search .w101-search-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 35vh;
}

.w101-search .w101-search-content {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 600px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}

.w101-search .w101-search-bar {
    position: relative;
    width: 100%;
    padding: 0 72px 0 16px;
    background-color: #fff;
}

.w101-search .w101-search-bar>input {
    display: block;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    outline: 0;
}

.w101-search .w101-search-bar>button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    background-color: #EE922B;
    border: 0;
    outline: none;
    color: #fff;
    cursor: pointer;
    transition: background-color .5s;
    font-size: 24px;
}

.w101-search .w101-search-bar>button>i {
    font-size: inherit;
}

.w101-search .w101-search-bar>button:hover {
    background-color: #d68327;
}

.w101-search .w101-search-mask {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.9);
}

.w101-search .w101-search-close {
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    transition: color .5s;
}

.w101-search .w101-search-close>i {
    font-size: inherit;
}

.w101-search .w101-search-close:hover {
    color: #EE922B;
}

@media screen and (max-width: 1200px) {
    .w101-search .w101-search-bar {
        padding: 0 64px 0 12px;
    }

    .w101-search .w101-search-bar>input {
        height: 40px;
        font-size: 14px;
    }

    .w101-search .w101-search-bar>button {
        width: 50px;
        height: 40px;
        font-size: 20px;
    }

    .w101-search .w101-search-close {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 20px;
    }
}

.w101-search.opened {
    display: block;
    -webkit-animation: search-wrapper-fade-in .5s both;
    animation: search-wrapper-fade-in .5s both;
}

@-webkit-keyframes search-wrapper-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes search-wrapper-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*!- w101-search -*/
/*!- w101-banner begin -*/
.w101-banner .w101-banner-wrap {
    position: relative;
}

.w101-banner .w101-banner-wrap.banner-h5,
.w101-banner .w101-banner-wrap:nth-child(2) {
    display: none;
}

.w101-banner .w101-banner-item {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
}

.w101-banner .w101-banner-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.w101-banner .w101-banner-cover>img,
.w101-banner .w101-banner-cover>video {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.w101-banner .w101-banner-mask {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
}

.w101-banner .w101-banner-info {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 35vh;
    text-align: center;
}

.w101-banner .w101-banner-info .w101-banner-info-title {
    font-size: 52px;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.85);
}

.w101-banner .w101-banner-info .w101-banner-info-desc {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
}

.w101-banner .w101-banner-info .w101-banner-info-button {
    display: inline-block;
    line-height: 40px;
    padding: 0 24px;
    font-size: 16px;
    margin-top: 5vh;
    color: rgba(255, 255, 255, 0.85);
    background-color: #EE922B;
    transition: all .5s;
}

.w101-banner .w101-banner-info .w101-banner-info-button:hover {
    background-color: #a7661e;
}

.w101-banner .w101-banner-pagination {
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    transform: translateX(-50%);
}

.w101-banner .w101-banner-pagination.swiper-pagination-bullets {
    bottom: 23%;
    left: 50%;
    width: auto;
}

.w101-banner .w101-banner-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 5px;
    border-radius: 0;
    opacity: 1;
    margin: 0 8px;
    background-color: rgba(255, 255, 255, 0.5);
}

.w101-banner .w101-banner-pagination .swiper-pagination-bullet:after {
    display: block;
    content: '';
    width: 0;
    height: 100%;
    background-color: #024886;
}

.w101-banner .w101-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    -webkit-animation: banner-swiper-pagination-activating 5s linear both;
    animation: banner-swiper-pagination-activating 5s linear both;
}

.w101-banner .swiper-slide.swiper-slide-active .w101-banner-info {
    -webkit-animation: banner-swiper-slide-in 1s .3s both;
    animation: banner-swiper-slide-in 1s .3s both;
}

@media screen and (max-width: 1200px) {
    .w101-banner .w101-banner-item {
        height: calc(100vh - 60px);
    }

    .w101-banner .w101-banner-info {
        padding-top: 30vh;
    }

    .w101-banner .w101-banner-info .w101-banner-info-title {
        font-size: 46px;
        line-height: 1.5;
        margin-top: 16px;
    }

    .w101-banner .w101-banner-info .w101-banner-info-desc {
        font-size: 18px;
    }

    .w101-banner .w101-banner-info .w101-banner-info-button {
        line-height: 36px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {

    .w101-banner.has-mobile .w101-banner-wrap.banner-pc,
    .w101-banner.has-mobile .w101-banner-wrap:nth-child(1) {
        display: none;
    }

    .w101-banner.has-mobile .w101-banner-wrap.banner-h5,
    .w101-banner.has-mobile .w101-banner-wrap:nth-child(2) {
        display: block;
    }

    .w101-banner .w101-banner-item {
        height: 0;
        padding-bottom: 56.25%;
    }

    .w101-banner .w101-banner-cover {
        width: 100%;
        height: 100%;
    }

    .w101-banner .w101-banner-info {
        padding-top: 7%;
    }

    .w101-banner .w101-banner-info .w101-banner-info-title {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 16px;
    }

    .w101-banner .w101-banner-info .w101-banner-info-desc {
        font-size: 16px;
    }

    .w101-banner .w101-banner-info .w101-banner-info-button {
        line-height: 28px;
        padding: 0 16px;
        margin-top: 16px;
        font-size: 12px;
    }

    .w101-banner .w101-banner-pagination.swiper-pagination-bullets {
        bottom: 24px;
    }

    .w101-banner .w101-banner-pagination .swiper-pagination-bullet {
        width: 24px;
        height: 3px;
        margin: 0 8px;
    }
}

@-webkit-keyframes banner-swiper-pagination-activating {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes banner-swiper-pagination-activating {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes banner-swiper-slide-in {
    0% {
        -webkit-transform: translateY(50vh);
        transform: translateY(50vh);
        visibility: hidden;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
}

@keyframes banner-swiper-slide-in {
    0% {
        -webkit-transform: translateY(50vh);
        transform: translateY(50vh);
        visibility: hidden;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
}

/*!- w101-banner end -*/
/*!- w101-meta begin -*/
.w101-meta {
    position: relative;
    z-index: 3;
    height: 32px;
}

.w101-meta .w101-meta-wrap {
    position: relative;
}

.w101-meta .w101-meta-list {
    position: absolute;
    left: 0;
    right: 0;
    top: -94px;
}

.w101-meta .w101-meta-list:before,
.w101-meta .w101-meta-list:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-meta .w101-meta-list:after {
    clear: both;
}

.w101-meta .w101-meta-list .w101-meta-item {
    display: block;
    width: 33.3333333333%;
    float: left;
    text-align: center;
    position: relative;
}

.w101-meta .w101-meta-list .w101-meta-item:after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.85);
}

.w101-meta .w101-meta-list .w101-meta-item:last-child:after {
    display: none;
}

.w101-meta .w101-meta-label {
    display: block;
    line-height: 1;
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
}

.w101-meta .w101-meta-value {
    display: block;
    line-height: 1;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 36px;
}

@media screen and (max-width: 1200px) {
    .w101-meta {
        height: 24px;
    }

    .w101-meta .w101-meta-list {
        top: -74px;
    }

    .w101-meta .w101-meta-list .w101-meta-item {
        width: 33.3333333333%;
    }

    .w101-meta .w101-meta-label {
        font-size: 14px;
    }

    .w101-meta .w101-meta-value {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .w101-meta {
        height: auto;
        padding: 16px 0;
    }

    .w101-meta .w101-meta-list {
        position: static;
        top: 0;
    }

    .w101-meta .w101-meta-list .w101-meta-item {
        width: 33.3333333333%;
    }

    .w101-meta .w101-meta-label {
        color: #999;
        font-size: 12px;
    }

    .w101-meta .w101-meta-value {
        color: #333;
        font-size: 20px;
    }
}

/*!- w101-meta end -*/
/*!- w101-catalog begin -*/
.w101-catalog .w101-catalog-list {
    margin: -32px 0 0 -32px;
}

.w101-catalog .w101-catalog-list:before,
.w101-catalog .w101-catalog-list:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-catalog .w101-catalog-list:after {
    clear: both;
}

.w101-catalog .w101-catalog-list .w101-catalog-item {
    display: block;
    float: left;
    width: 25%;
    padding: 32px 0 0 32px;
}

.w101-catalog .w101-catalog-list .w101-catalog-item:hover .w101-catalog-intro .w101-catalog-action {
    width: 72px;
}

.w101-catalog .w101-catalog-content {
    display: block;
    position: relative;
}

.w101-catalog .w101-catalog-cover {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-color: #ddd;
}

.w101-catalog .w101-catalog-cover>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.w101-catalog .w101-catalog-intro {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 48px;
}

.w101-catalog .w101-catalog-intro .w101-catalog-action {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    transition: width .5s;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    background-color: #024886;
}

.w101-catalog .w101-catalog-intro .w101-catalog-title {
    display: block;
    position: relative;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 1200px) {
    .w101-catalog .w101-catalog-list {
        margin: -24px 0 0 -24px;
    }

    .w101-catalog .w101-catalog-list .w101-catalog-item {
        width: 50%;
        padding: 24px 0 0 24px;
    }

    .w101-catalog .w101-catalog-intro {
        padding-left: 40px;
    }

    .w101-catalog .w101-catalog-intro .w101-catalog-action {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .w101-catalog .w101-catalog-intro .w101-catalog-title {
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .w101-catalog .w101-catalog-list {
        margin: -16px 0 0 -16px;
    }

    .w101-catalog .w101-catalog-list .w101-catalog-item {
        width: 50%;
        padding: 16px 0 0 16px;
    }

    .w101-catalog .w101-catalog-intro {
        padding-left: 32px;
    }

    .w101-catalog .w101-catalog-intro .w101-catalog-action {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .w101-catalog .w101-catalog-intro .w101-catalog-title {
        height: 32px;
        line-height: 32px;
    }
}

/*!- w101-catalog end -*/
/*!- w101-tabs begin -*/
.w101-tabs .w101-tabs-thumb {
    font-size: 0;
    text-align: center;
    margin-bottom: 32px;
    border-bottom: 1px solid #f0f0f0;
}

.w101-tabs .w101-tabs-thumb {
    position: relative;
}

.w101-tabs .w101-tabs-thumb .swiper-slide {
    height: auto;
}

.w101-tabs .w101-tabs-thumb .w101-tabs-thumb-item {
    display: block;
    position: relative;
    height: 100%;
    padding: 16px;
    margin: 0 16px;
    transition: color .5s;
    color: #333333;
}

.w101-tabs .w101-tabs-thumb .w101-tabs-thumb-item:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: width .5s;
    background-color: #024886;
}

.w101-tabs .w101-tabs-thumb .w101-tabs-thumb-item .w101-tabs-thumb-icon {
    display: block;
}

.w101-tabs .w101-tabs-thumb .w101-tabs-thumb-item .w101-tabs-thumb-icon>img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 48px;
}

.w101-tabs .w101-tabs-thumb .w101-tabs-thumb-item .w101-tabs-thumb-text {
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-top: 24px;
}

.w101-tabs .w101-tabs-thumb .w101-tabs-thumb-item:hover {
    color: #024886;
}

.w101-tabs .w101-tabs-thumb .swiper-slide-thumb-active .w101-tabs-thumb-item:after {
    width: 100%;
}

.w101-tabs .w101-tabs-thumb .swiper-button-prev {
    left: -20px;
}

.w101-tabs .w101-tabs-thumb .swiper-button-next {
    right: -20px;
}

.w101-tabs .w101-tabs-content-item {
    padding: 32px 0 0;
    font-size: 18px;
    color: #666666;
}

.w101-tabs .w101-tabs-content-item:before,
.w101-tabs .w101-tabs-content-item:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-tabs .w101-tabs-content-item:after {
    clear: both;
}

.w101-tabs .w101-tabs-content-item img {
    display: block;
    width: 100%;
    height: auto;
}

.w101-tabs .w101-tabs-content-item p {
    line-height: 2;
    text-align: justify;
}

.w101-tabs .w101-tabs-content-item .title {
    display: block;
    font-size: 28px;
    line-height: 1.576;
    margin-bottom: 12px;
    font-weight: normal;
    color: #024886;
}

.w101-tabs .w101-tabs-content-item .btn {
    display: inline-block;
    border: 1px solid #024886;
    color: #024886;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    padding: 0 24px;
    margin-top: 4vh;
    transition: all .5s;
}

.w101-tabs .w101-tabs-content-item .btn:hover {
    background-color: #024886;
    color: rgba(255, 255, 255, 0.85);
}

.w101-tabs .w101-tabs-content-item .w101-tabs-content-cover {
    float: left;
    width: 44%;
}

.w101-tabs .w101-tabs-content-item .w101-tabs-content-intro {
    float: left;
    width: 56%;
    padding: 3vh 4vw 4vh;
}

@media screen and (max-width: 1200px) {
    .w101-tabs .w101-tabs-thumb {
        margin-bottom: 24px;
    }

    .w101-tabs .w101-tabs-thumb .w101-tabs-thumb-item {
        padding: 16px;
        margin: 0 16px;
    }

    .w101-tabs .w101-tabs-thumb .w101-tabs-thumb-item .w101-tabs-thumb-icon>img {
        height: 32px;
    }

    .w101-tabs .w101-tabs-thumb .w101-tabs-thumb-item .w101-tabs-thumb-text {
        margin-top: 16px;
        font-size: 20px;
    }

    .w101-tabs .w101-tabs-thumb .swiper-button-prev {
        width: 32px;
        height: 32px;
        left: -16px;
        margin-top: -16px;
    }

    .w101-tabs .w101-tabs-thumb .swiper-button-next {
        width: 32px;
        height: 32px;
        right: -16px;
        margin-top: -16px;
    }

    .w101-tabs .w101-tabs-content-item {
        padding: 24px 0 0;
        font-size: 16px;
    }

    .w101-tabs .w101-tabs-content-item .title {
        font-size: 24px;
    }

    .w101-tabs .w101-tabs-content-item .w101-tabs-content-cover {
        width: 50%;
    }

    .w101-tabs .w101-tabs-content-item .w101-tabs-content-intro {
        width: 50%;
        padding: 3vh 4vw 4vh;
    }
}

@media screen and (max-width: 768px) {
    .w101-tabs .w101-tabs-wrap .w101-tabs-thumb {
        margin-bottom: 16px;
    }

    .w101-tabs .w101-tabs-thumb .w101-tabs-thumb-item {
        padding: 16px;
        margin: 0 16px;
    }

    .w101-tabs .w101-tabs-thumb .w101-tabs-thumb-item .w101-tabs-thumb-icon>img {
        height: 28px;
    }

    .w101-tabs .w101-tabs-thumb .w101-tabs-thumb-item .w101-tabs-thumb-text {
        margin-top: 12px;
        font-size: 16px;
    }

    .w101-tabs .w101-tabs-thumb .swiper-button-prev {
        left: 0;
    }

    .w101-tabs .w101-tabs-thumb .swiper-button-next {
        right: 0;
    }

    .w101-tabs .w101-tabs-content-item {
        padding: 0;
        font-size: 14px;
    }

    .w101-tabs .w101-tabs-content-item p {
        line-height: 1.576;
        text-align: left;
    }

    .w101-tabs .w101-tabs-content-item .btn {
        margin-top: 20px;
    }

    .w101-tabs .w101-tabs-content-item .title {
        font-size: 20px;
    }

    .w101-tabs .w101-tabs-content-item .w101-tabs-content-cover {
        float: none;
        width: 100%;
    }

    .w101-tabs .w101-tabs-content-item .w101-tabs-content-intro {
        float: none;
        width: 100%;
        padding: 20px 0;
    }
}

/*!- w101-tabs end -*/
/*!- w101-news begin -*/
.w101-news .w101-news-content .w101-news-item {
    display: flex;
    flex-direction: column;
}

.w101-news .w101-news-item .w101-news-cover {
    display: block;
    overflow: hidden;
    transition: background-color .5s;
    background-color: whitesmoke;
}

.w101-news .w101-news-item .w101-news-cover .w101-news-cover-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    background-color: transparent;
    padding-bottom: 70%;
}

.w101-news .w101-news-item .w101-news-cover .w101-news-cover-wrap>img {
    display: block;
    position: absolute;
    transition: all .5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.w101-news .w101-news-item .w101-news-intro {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    background-color: #024886;
}

.w101-news .w101-news-item .w101-news-intro .w101-news-intro-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px;
}

.w101-news .w101-news-item .w101-news-intro:after {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 24px 24px;
    border-color: transparent transparent #024886 transparent;
}

.w101-news .w101-news-item:hover .w101-news-cover {
    background-color: #000;
}

.w101-news .w101-news-item:hover .w101-news-cover .w101-news-cover-wrap>img {
    opacity: .8;
    transform: scale(1.1);
}

.w101-news .w101-news-intro-wrap .w101-news-intro-title {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
}

.w101-news .w101-news-intro-wrap .w101-news-intro-desc {
    color: rgba(255, 255, 255, 0.65);
    line-height: 24px;
    font-size: 16px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.w101-news .w101-news-intro-wrap .w101-news-intro-extra {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1;
    font-size: 16px;
    margin-bottom: 16px;
}

.w101-news .swiper-slide:nth-child(even) .w101-news-item .w101-news-cover {
    order: 1;
}

.w101-news .swiper-slide:nth-child(even) .w101-news-item .w101-news-intro {
    order: 0;
}

.w101-news .swiper-slide:nth-child(even) .w101-news-item .w101-news-intro:after {
    top: auto;
    bottom: -24px;
    border-width: 24px 24px 0 24px;
    border-color: #024886 transparent transparent transparent;
}

@media screen and (max-width: 1200px) {
    .w101-news .w101-news-item .w101-news-intro {
        height: auto;
        padding-bottom: 0;
    }

    .w101-news .w101-news-item .w101-news-intro .w101-news-intro-wrap {
        position: static;
        height: auto;
        padding: 24px;
    }

    .w101-news .w101-news-intro-wrap .w101-news-intro-title {
        line-height: 1.7;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .w101-news .w101-news-intro-wrap .w101-news-intro-desc {
        height: auto;
        overflow: hidden;
        display: block;
        font-size: 14px;
    }

    .w101-news .w101-news-intro-wrap .w101-news-intro-extra {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .w101-news .swiper-slide:nth-child(even) .w101-news-item .w101-news-cover {
        order: 0;
    }

    .w101-news .swiper-slide:nth-child(even) .w101-news-item .w101-news-intro {
        order: 1;
    }

    .w101-news .swiper-slide:nth-child(even) .w101-news-item .w101-news-intro:after {
        top: -24px;
        bottom: auto;
        border-width: 0 24px 24px 24px;
        border-color: transparent transparent #024886 transparent;
    }
}

@media screen and (max-width: 768px) {
    .w101-news .w101-news-item .w101-news-intro .w101-news-intro-wrap {
        padding: 16px;
    }
}

/*!- w101-news end -*/
/*!- w101-service begin -*/
.w101-service {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: whitesmoke;
}

.w101-service .w101-service-wrap {
    padding: 64px 0;
}

.w101-service .w101-service-content {
    padding: 32px 0;
}

.w101-service .w101-service-content .w101-service-item {
    text-align: center;
}

.w101-service .w101-service-cover {
    position: relative;
    font-size: 0;
}

.w101-service .w101-service-cover:after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    top: 50%;
    border-width: 16px 0 16px 32px;
    border-color: transparent transparent transparent #fff;
    right: 0;
    transform: translateY(-50%);
}

.w101-service .w101-service-cover .w101-service-cover-wrap {
    display: inline-block;
    vertical-align: top;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    transition: background-color .5s;
    background-color: #024886;
}

.w101-service .w101-service-cover .w101-service-cover-wrap>img {
    display: block;
    width: 50%;
    height: 50%;
    margin: 25%;
    object-fit: contain;
    object-position: center;
}

.w101-service .w101-service-cover .w101-service-cover-wrap:hover {
    background-color: #EE922B;
}

.w101-service .w101-service-intro {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 32px;
    text-transform: uppercase;
    color: #333333;
}

.w101-service .w101-service-motto {
    margin-top: 32px;
}

.w101-service .w101-service-motto>div {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 8px 32px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 32px;
    background-color: #fff;
    text-align: center;
    border-radius: 24px;
    color: #024886;
}

.w101-service .swiper-slide:last-child .w101-service-cover:after {
    display: none;
}

@media screen and (max-width: 1200px) {
    .w101-service .w101-service-wrap {
        padding: 48px 0;
    }

    .w101-service .w101-service-content {
        padding: 24px 0;
    }

    .w101-service .w101-service-cover .w101-service-cover-wrap {
        width: 96px;
        height: 96px;
    }

    .w101-service .w101-service-intro {
        font-size: 16px;
        margin-top: 24px;
    }

    .w101-service .w101-service-motto {
        margin-top: 24px;
    }

    .w101-service .w101-service-motto>div {
        width: 90%;
        padding: 8px 24px;
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .w101-service .w101-service-wrap {
        padding: 32px 0;
    }

    .w101-service .w101-service-content {
        padding: 16px 0;
    }

    .w101-service .w101-service-motto>div {
        width: 100%;
        font-size: 18px;
    }
}

/*!- w101-service end -*/
/*!- w101-home-swiper-fix begin -*/
.w101-banner-swiper,
.w101-product-showcase-swiper,
.w101-tabs-thumb-swiper,
.w101-tabs-content-swiper,
.w101-product-swiper,
.w101-service-swiper,
.w101-news-swiper,
.w101-partner-swiper {
    position: relative;
    overflow: hidden;
    height: auto !important;
}

.w101-banner-swiper .swiper-wrapper,
.w101-product-showcase-swiper .swiper-wrapper,
.w101-tabs-thumb-swiper .swiper-wrapper,
.w101-tabs-content-swiper .swiper-wrapper,
.w101-product-swiper .swiper-wrapper,
.w101-service-swiper .swiper-wrapper,
.w101-news-swiper .swiper-wrapper,
.w101-partner-swiper .swiper-wrapper {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    height: auto !important;
}

.w101-banner-swiper .swiper-slide,
.w101-product-showcase-swiper .swiper-slide,
.w101-tabs-thumb-swiper .swiper-slide,
.w101-tabs-content-swiper .swiper-slide,
.w101-product-swiper .swiper-slide,
.w101-service-swiper .swiper-slide,
.w101-news-swiper .swiper-slide,
.w101-partner-swiper .swiper-slide {
    height: auto !important;
    flex-shrink: 0;
}

.w101-product .w101-product-wrap,
.w101-news .w101-news-content,
.w101-service .w101-service-content,
.w101-tabs .w101-tabs-content {
    overflow: hidden;
}

/*!- w101-home-swiper-fix end -*/
/*!- w101-partner begin -*/
.w101-partner .w101-partner-content {
    position: relative;
    overflow: hidden;
}

.w101-partner .w101-partner-item {
    display: block;
    border: 1px solid #d9d9d9;
}

.w101-partner .w101-partner-cover {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-color: #fff;
}

.w101-partner .w101-partner-cover .w101-partner-cover-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w101-partner .w101-partner-cover .w101-partner-cover-wrap>img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.w101-partner .swiper-button-prev {
    left: -20px;
}

.w101-partner .swiper-button-next {
    right: -20px;
}

@media screen and (max-width: 1200px) {
    .w101-partner .swiper-button-prev {
        width: 32px;
        height: 32px;
        left: -16px;
        margin-top: -16px;
    }

    .w101-partner .swiper-button-next {
        width: 32px;
        height: 32px;
        right: -16px;
        margin-top: -16px;
    }
}

@media screen and (max-width: 768px) {
    .w101-partner .swiper-button-prev {
        left: 16px;
    }

    .w101-partner .swiper-button-next {
        right: 16px;
    }
}

/*!- w101-partner end -*/
/*!- w101-contact begin -*/
.w101-contact {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: whitesmoke;
    position: relative;
    overflow: hidden;
}

.w101-contact .w101-contact-wrap {
    position: relative;
    z-index: 2;
    padding: 64px 0;
}

.w101-contact .w101-contact-wrap:before,
.w101-contact .w101-contact-wrap:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-contact .w101-contact-wrap:after {
    clear: both;
}

.w101-contact .w101-contact-wrap .w101-contact-content {
    text-align: center;
    padding: 7vh 0;
}

.w101-contact .w101-contact-wrap .w101-contact-content>h3 {
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
}

.w101-contact .w101-contact-wrap .w101-contact-content>a {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 0 32px;
    transition: background-color .5s;
    color: rgba(255, 255, 255, 0.85);
    background-color: #EE922B;
}

.w101-contact .w101-contact-wrap .w101-contact-content>a:hover {
    background-color: #a7661e;
}

.w101-contact .w101-contact-left {
    float: left;
    width: 50%;
}

.w101-contact .w101-contact-right {
    float: right;
    width: 50%;
}

.w101-contact:after {
    content: '';
    display: block;
    width: 100%;
    height: 102%;
    position: absolute;
    z-index: 1;
    bottom: -1%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    transform: skewX(-15deg);
}

@media screen and (max-width: 1200px) {
    .w101-contact .w101-contact-wrap {
        padding: 48px 0;
    }

    .w101-contact .w101-contact-wrap .w101-contact-content {
        text-align: center;
        padding: 7vh 0;
    }

    .w101-contact .w101-contact-wrap .w101-contact-content>h3 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .w101-contact .w101-contact-wrap .w101-contact-content>a {
        font-size: 16px;
        line-height: 32px;
        padding: 0 24px;
    }

    .w101-contact .w101-contact-left {
        float: none;
        width: 100%;
    }

    .w101-contact .w101-contact-right {
        float: none;
        width: 100%;
    }

    .w101-contact:after {
        height: 50%;
        left: 0;
        transform: skewX(0);
    }
}

@media screen and (max-width: 768px) {
    .w101-contact .w101-contact-wrap {
        padding: 32px 0;
    }

    .w101-contact .w101-contact-wrap .w101-contact-content {
        text-align: center;
        padding: 7vh 0;
    }

    .w101-contact .w101-contact-wrap .w101-contact-content>h3 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .w101-contact .w101-contact-wrap .w101-contact-content>a {
        font-size: 14px;
        line-height: 28px;
        padding: 0 16px;
    }
}

/*!- w101-contact end -*/
/*!- w101-news-detail begin -*/
.w101-news-detail .w101-news-detail-wrap {
    border: 1px solid #d9d9d9;
    padding: 0 32px;
}

.w101-news-detail .w101-news-detail-hd {
    text-align: center;
    padding: 32px 0;
    border-bottom: 1px solid #f0f0f0;
}

.w101-news-detail .w101-news-detail-hd .w101-news-detail-title {
    color: #024886;
    font-size: 28px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 24px;
}

.w101-news-detail .w101-news-detail-hd .w101-news-detail-extra {
    font-size: 18px;
    color: #666666;
}

.w101-news-detail .w101-news-detail-bd {
    padding: 32px 0;
}

.w101-news-detail .w101-news-detail-bd img {
    max-width: 100%;
    height: auto;
}

.w101-news-detail .w101-news-detail-ft {
    padding: 32px 0;
    border-top: 1px solid #f0f0f0;
}

.w101-news-detail .w101-news-detail-ft .w101-news-detail-pagination {
    height: 32px;
}

.w101-news-detail .w101-news-detail-ft .w101-news-detail-pagination:before,
.w101-news-detail .w101-news-detail-ft .w101-news-detail-pagination:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-news-detail .w101-news-detail-ft .w101-news-detail-pagination:after {
    clear: both;
}

.w101-news-detail .w101-news-detail-ft .w101-news-detail-pagination>a {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #666666;
}

.w101-news-detail .w101-news-detail-ft .w101-news-detail-pagination>a:hover {
    color: #024886;
}

.w101-news-detail .w101-news-detail-ft .w101-news-detail-pagination .prev {
    float: left;
}

.w101-news-detail .w101-news-detail-ft .w101-news-detail-pagination .next {
    float: right;
}

@media screen and (max-width: 1200px) {
    .w101-news-detail .w101-news-detail-wrap {
        padding: 0 24px;
    }

    .w101-news-detail .w101-news-detail-hd {
        padding: 24px 0;
    }

    .w101-news-detail .w101-news-detail-hd .w101-news-detail-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .w101-news-detail .w101-news-detail-hd .w101-news-detail-extra {
        font-size: 16px;
    }

    .w101-news-detail .w101-news-detail-bd {
        padding: 24px 0;
    }

    .w101-news-detail .w101-news-detail-ft {
        padding: 24px 0;
    }
}

@media screen and (max-width: 768px) {
    .w101-news-detail .w101-news-detail-wrap {
        padding: 0 16px;
    }

    .w101-news-detail .w101-news-detail-hd {
        padding: 16px 0;
    }

    .w101-news-detail .w101-news-detail-hd .w101-news-detail-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .w101-news-detail .w101-news-detail-hd .w101-news-detail-extra {
        font-size: 14px;
    }

    .w101-news-detail .w101-news-detail-bd {
        padding: 16px 0;
    }

    .w101-news-detail .w101-news-detail-ft {
        padding: 16px 0;
    }
}

/*!- w101-news-detail end -*/
/*!- w101-news-list begin -*/
.w101-news-list .w101-news-list-item {
    display: block;
    position: relative;
    margin-bottom: 32px;
    transition: background-color .5s;
    background-color: transparent;
}

.w101-news-list .w101-news-list-item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(70% - 32px);
    height: 1px;
    transition: background-color .5s;
    background-color: #f0f0f0;
}

.w101-news-list .w101-news-list-item:hover {
    background-color: #f2f6f9;
}

.w101-news-list .w101-news-list-item:hover:after {
    background-color: #024886;
}

.w101-news-list .w101-news-list-content:before,
.w101-news-list .w101-news-list-content:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-news-list .w101-news-list-content:after {
    clear: both;
}

.w101-news-list .w101-news-list-cover-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.66%;
}

.w101-news-list .w101-news-list-cover-wrap>img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}

.w101-news-list .w101-news-list-cover {
    display: block;
    float: left;
    width: 30%;
    overflow: hidden;
    background-color: whitesmoke;
}

.w101-news-list .w101-news-list-cover:hover .w101-news-list-cover-wrap>img {
    transform: scale(1.1, 1.1);
}

.w101-news-list .w101-news-list-intro {
    float: left;
    width: 70%;
    padding: 32px;
}

.w101-news-list .w101-news-list-intro-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.576;
    margin-bottom: 16px;
    color: #333333;
    transition: color .5s;
}

.w101-news-list .w101-news-list-intro-title:hover {
    color: #024886;
}

.w101-news-list .w101-news-list-intro-desc {
    font-size: 16px;
    line-height: 1.576;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 16px;
    text-align: justify;
    color: #999999;
}

.w101-news-list .w101-news-list-intro-extra {
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #999999;
}

.w101-news-list .w101-news-list-intro-link {
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    padding: 0 24px;
    color: #fff;
    background-color: #EE922B;
    float: right;
    transition: background-color .5s;
}

.w101-news-list .w101-news-list-intro-link:hover {
    background-color: #024886;
}

@media screen and (max-width: 1200px) {
    .w101-news-list .w101-news-list-item {
        margin-bottom: 24px;
    }

    .w101-news-list .w101-news-list-item:after {
        width: calc(60% - 24px);
    }

    .w101-news-list .w101-news-list-cover {
        width: 40%;
    }

    .w101-news-list .w101-news-list-intro {
        width: 60%;
        padding: 24px;
    }

    .w101-news-list .w101-news-list-intro-title {
        margin-bottom: 12px;
    }

    .w101-news-list .w101-news-list-intro-desc {
        margin-bottom: 12px;
    }

    .w101-news-list .w101-news-list-intro-link {
        padding: 0 16px;
    }
}

@media screen and (max-width: 768px) {
    .w101-news-list .w101-news-list-item {
        margin-bottom: 16px;
    }

    .w101-news-list .w101-news-list-item:after {
        display: none;
    }

    .w101-news-list .w101-news-list-item:hover {
        background-color: transparent;
    }

    .w101-news-list .w101-news-list-cover {
        width: 100%;
    }

    .w101-news-list .w101-news-list-intro {
        width: 100%;
        padding: 16px 0;
    }

    .w101-news-list .w101-news-list-intro-title {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.5;
    }

    .w101-news-list .w101-news-list-intro-desc {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.5;
    }
}

/*!- w101-news-list end -*/
/*!- w101-product-list begin -*/
.w101-product-list .w101-product-list-wrap {
    margin: -32px 0 0 -32px;
}

.w101-product-list .w101-product-list-wrap:before,
.w101-product-list .w101-product-list-wrap:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-product-list .w101-product-list-wrap:after {
    clear: both;
}

.w101-product-list .w101-product-list-item {
    display: block;
    float: left;
    width: 33.33%;
    padding: 32px 0 0 32px;
}

.w101-product-list .w101-product-list-cover {
    border: 1px solid #d9d9d9;
    overflow: hidden;
    transition: border .5s;
}

.w101-product-list .w101-product-list-cover-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 75%;
}

.w101-product-list .w101-product-list-cover-wrap>img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: contain;
    transition: all .5s;
}

.w101-product-list .w101-product-list-intro {
    padding: 8px 0;
}

.w101-product-list .w101-product-list-intro-title {
    display: block;
    font-size: 16px;
    line-height: 1.576;
    text-align: center;
    transition: color .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}

.w101-product-list .w101-product-list-content {
    display: block;
}

.w101-product-list .w101-product-list-content:hover .w101-product-list-cover {
    border-color: #024886;
}

.w101-product-list .w101-product-list-content:hover .w101-product-list-cover-wrap>img {
    transform: scale(1.1, 1.1);
}

.w101-product-list .w101-product-list-content:hover .w101-product-list-intro-title {
    color: #024886;
}

@media screen and (max-width: 1200px) {
    .w101-product-list .w101-product-list-wrap {
        margin: -24px 0 0 -24px;
    }

    .w101-product-list .w101-product-list-item {
        padding: 24px 0 0 24px;
    }

    .w101-product-list .w101-product-list-intro {
        padding: 8px 0;
    }

    .w101-product-list .w101-product-list-intro-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .w101-product-list .w101-product-list-wrap {
        margin: -16px 0 0 -16px;
    }

    .w101-product-list .w101-product-list-item {
        width: 50%;
        padding: 16px 0 0 16px;
    }

    .w101-product-list .w101-product-list-intro {
        padding: 4px 0;
    }

    .w101-product-list .w101-product-list-intro-title {
        font-size: 14px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

/*!- w101-product-list end -*/
/*!- w101-case-list begin -*/
.w101-case-list .w101-case-list-wrap {
    margin: -32px 0 0 -32px;
}

.w101-case-list .w101-case-list-wrap:before,
.w101-case-list .w101-case-list-wrap:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-case-list .w101-case-list-wrap:after {
    clear: both;
}

.w101-case-list .w101-case-list-item {
    display: block;
    float: left;
    width: 33.33%;
    padding: 32px 0 0 32px;
}

.w101-case-list .w101-case-list-cover {
    display: block;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    transition: border .5s;
}

.w101-case-list .w101-case-list-cover-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.w101-case-list .w101-case-list-cover-wrap>img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
}

.w101-case-list .w101-case-list-intro {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    font-size: 0;
    opacity: 0;
    transition: all .5s ease .1s;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.w101-case-list .w101-case-list-intro:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.w101-case-list .w101-case-list-intro-content {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.w101-case-list .w101-case-list-intro-title {
    display: block;
    font-size: 18px;
    line-height: 1.576;
    transition: color .5s;
    margin-bottom: 16px;
    color: #fff;
}

.w101-case-list .w101-case-list-intro-link {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    padding: 0 20px;
    transition: all .5s;
    color: #fff;
    background-color: #EE922B;
}

.w101-case-list .w101-case-list-intro-link:hover {
    color: #fff;
    background-color: #a7661e;
}

.w101-case-list .w101-case-list-adorn {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.w101-case-list .w101-case-list-adorn>span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.w101-case-list .w101-case-list-adorn>span:before,
.w101-case-list .w101-case-list-adorn>span:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    opacity: 0;
    background-color: #EE922B;
    transition: all .5s ease .2s;
    top: 50%;
    left: 50%;
}

.w101-case-list .w101-case-list-adorn>span:first-child {
    transform: rotate(45deg);
}

.w101-case-list .w101-case-list-adorn>span:last-child {
    transform: rotate(-45deg);
}

.w101-case-list .w101-case-list-content {
    display: block;
    position: relative;
}

.w101-case-list .w101-case-list-content:hover .w101-case-list-cover {
    border-color: #024886;
}

.w101-case-list .w101-case-list-content:hover .w101-case-list-intro {
    opacity: 1;
}

.w101-case-list .w101-case-list-content:hover .w101-case-list-intro-title {
    color: #fff;
}

.w101-case-list .w101-case-list-content:hover .w101-case-list-adorn>span:before {
    width: 100%;
    opacity: 1;
    left: -80%;
}

.w101-case-list .w101-case-list-content:hover .w101-case-list-adorn>span:after {
    width: 100%;
    opacity: 1;
    left: 80%;
}

@media screen and (max-width: 1200px) {
    .w101-case-list .w101-case-list-wrap {
        margin: -24px 0 0 -24px;
    }

    .w101-case-list .w101-case-list-item {
        padding: 24px 0 0 24px;
    }

    .w101-case-list .w101-case-list-intro {
        padding: 8px 0;
    }

    .w101-case-list .w101-case-list-intro-title {
        font-size: 16px;
    }

    .w101-case-list .w101-case-list-intro-link {
        line-height: 32px;
        padding: 0 16px;
    }
}

@media screen and (max-width: 768px) {
    .w101-case-list .w101-case-list-wrap {
        margin: -16px 0 0 -16px;
    }

    .w101-case-list .w101-case-list-item {
        width: 50%;
        padding: 16px 0 0 16px;
    }

    .w101-case-list .w101-case-list-intro {
        padding: 4px 0;
        position: static;
        opacity: 1;
        background-image: none;
        background-color: transparent;
    }

    .w101-case-list .w101-case-list-intro-title {
        font-size: 14px;
        margin-bottom: 0;
        color: #333333;
    }

    .w101-case-list .w101-case-list-intro-link {
        display: none;
    }

    .w101-case-list .w101-case-list-adorn {
        display: none;
    }

    .w101-case-list .w101-case-list-content:hover .w101-case-list-intro-title {
        color: #024886;
    }
}

/*!- w101-case-list end -*/
/*!- w101-contact-meta begin -*/
.w101-contact-meta .w101-contact-meta-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0c4d89;
    box-shadow: 0 6px 28px rgba(12, 77, 137, 0.18);
}

.w101-contact-meta .w101-contact-meta-wrap::before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #0c4d89 0%, #EE922B 50%, #f5b04a 100%);
    position: relative;
    z-index: 2;
}

.w101-contact-meta .w101-contact-meta-overlay {
    position: absolute;
    inset: 4px 0 0;
    background: linear-gradient(135deg, rgba(12, 77, 137, 0.88) 0%, rgba(10, 61, 110, 0.82) 55%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 0;
}

.w101-contact-meta .w101-contact-meta-inner {
    position: relative;
    z-index: 1;
    padding: 28px 24px 32px;
}

.w101-contact-meta .w101-contact-meta-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
}

.w101-contact-meta .w101-contact-meta-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.w101-contact-meta .w101-contact-meta-list:before,
.w101-contact-meta .w101-contact-meta-list:after {
    display: none;
}

.w101-contact-meta .w101-contact-meta-item {
    display: block;
    float: none;
    width: auto;
    padding: 18px 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    backdrop-filter: blur(4px);
    transition: background .25s ease, transform .25s ease, border-color .25s ease;
}

.w101-contact-meta .w101-contact-meta-item:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(238, 146, 43, 0.45);
    transform: translateY(-3px);
}

.w101-contact-meta .w101-contact-meta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #EE922B 0%, #e88a0a 100%);
    box-shadow: 0 4px 12px rgba(238, 146, 43, 0.35);
    line-height: 1;
    font-size: 22px;
    color: #fff;
}

.w101-contact-meta .w101-contact-meta-icon>i {
    font-size: inherit;
}

.w101-contact-meta .w101-contact-meta-label {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.75);
}

.w101-contact-meta .w101-contact-meta-value {
    font-size: 14px;
    line-height: 1.55;
    color: #fff;
    word-wrap: break-word;
}

.w101-contact-meta .w101-contact-meta-value a {
    color: #fff;
    text-decoration: none;
    transition: color .25s ease;
}

.w101-contact-meta .w101-contact-meta-value a:hover {
    color: #EE922B;
}

@media screen and (max-width: 1200px) {
    .w101-contact-meta .w101-contact-meta-inner {
        padding: 24px 20px 28px;
    }

    .w101-contact-meta .w101-contact-meta-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .w101-contact-meta .w101-contact-meta-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .w101-contact-meta .w101-contact-meta-item {
        padding: 16px 12px;
    }

    .w101-contact-meta .w101-contact-meta-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .w101-contact-meta .w101-contact-meta-label {
        font-size: 11px;
    }

    .w101-contact-meta .w101-contact-meta-value {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .w101-contact-meta .w101-contact-meta-inner {
        padding: 20px 16px 24px;
    }

    .w101-contact-meta .w101-contact-meta-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .w101-contact-meta .w101-contact-meta-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .w101-contact-meta .w101-contact-meta-item {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        text-align: left;
        padding: 14px 16px;
    }

    .w101-contact-meta .w101-contact-meta-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin: 0;
        flex-shrink: 0;
    }

    .w101-contact-meta .w101-contact-meta-label {
        margin-bottom: 4px;
    }
}

/*!- w101-contact-meta end -*/
/*!- w101-contact-user begin -*/
.w101-contact-user .w101-contact-user-head {
    padding-top: 28px;
    margin-bottom: 4px;
}

.w101-contact-user .w101-contact-user-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #0c4d89;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(238, 146, 43, 0.45);
    display: inline-block;
}

.w101-contact-user .w101-contact-user-wrap {
    padding-top: 20px;
}

.w101-contact-user .w101-contact-user-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.w101-contact-user .w101-contact-user-list:before,
.w101-contact-user .w101-contact-user-list:after {
    display: none;
}

.w101-contact-user .w101-contact-user-item {
    float: none;
    flex: 1 1 0;
    min-width: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.w101-contact-user .w101-contact-user-item>dl {
    margin: 0;
    height: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(12, 77, 137, 0.1);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(12, 77, 137, 0.08);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.w101-contact-user .w101-contact-user-item>dl::before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #0c4d89 0%, #EE922B 100%);
}

.w101-contact-user .w101-contact-user-item>dl:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(12, 77, 137, 0.14);
}

.w101-contact-user .w101-contact-user-item>dl>dt {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    padding: 14px 14px 12px;
    color: #0c4d89;
    border-bottom: 1px solid rgba(12, 77, 137, 0.08);
}

.w101-contact-user .w101-contact-user-item>dl>dt::before {
    font-family: "w101-iconfont";
    content: "\e6d2";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #0c4d89 0%, #0a3d6e 100%);
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.w101-contact-user .w101-contact-user-item>dl>dt span {
    font-size: inherit !important;
}

.w101-contact-user .w101-contact-user-item>dl>dd {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: #555;
    margin: 0;
    padding: 8px 14px;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.w101-contact-user .w101-contact-user-item>dl>dd:last-child {
    padding-bottom: 18px;
}

.w101-contact-user .w101-contact-user-item>dl>dd span {
    font-size: inherit !important;
    flex: 1;
}

.w101-contact-user .w101-contact-user-item>dl>dd::before {
    font-family: "w101-iconfont";
    font-size: 18px;
    line-height: 1.45;
    color: #EE922B;
    flex-shrink: 0;
}

.w101-contact-user .w101-contact-user-item>dl>dd:nth-of-type(1)::before {
    content: "\e746";
}

.w101-contact-user .w101-contact-user-item>dl>dd:nth-of-type(2)::before {
    content: "\e6da";
}

.w101-contact-user .w101-contact-user-item>dl>dd:nth-of-type(3)::before {
    content: "\eeb2";
}

@media screen and (max-width: 1200px) {
    .w101-contact-user .w101-contact-user-head {
        padding-top: 24px;
    }

    .w101-contact-user .w101-contact-user-title {
        font-size: 18px;
    }

    .w101-contact-user .w101-contact-user-wrap {
        padding-top: 16px;
    }

    .w101-contact-user .w101-contact-user-list {
        gap: 12px;
    }

    .w101-contact-user .w101-contact-user-item>dl>dt {
        font-size: 14px;
        padding: 12px 12px 10px;
    }

    .w101-contact-user .w101-contact-user-item>dl>dt::before {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .w101-contact-user .w101-contact-user-item>dl>dd {
        font-size: 11px;
        padding: 7px 12px;
    }
}

@media screen and (max-width: 768px) {
    .w101-contact-user .w101-contact-user-head {
        padding-top: 16px;
    }

    .w101-contact-user .w101-contact-user-title {
        font-size: 17px;
    }

    .w101-contact-user .w101-contact-user-list {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 16px;
    }

    .w101-contact-user .w101-contact-user-item {
        flex: 1 1 auto;
        min-width: auto;
        width: 100%;
    }

    .w101-contact-user .w101-contact-user-item>dl>dt {
        font-size: 16px;
        margin-bottom: 0;
    }

    .w101-contact-user .w101-contact-user-item>dl>dd {
        font-size: 13px;
        margin-bottom: 0;
    }
}

/*!- w101-contact-user end -*/
/*!- w101-anchor begin -*/
.w101-anchor {
    position: -webkit-sticky;
    position: sticky;
    z-index: 20;
    top: 92px;
    width: 100%;
    background-color: #fff;
}

.w101-anchor .w101-anchor-wrap {
    border-bottom: 1px solid #d9d9d9;
}

.w101-anchor .w101-anchor-list {
    font-size: 0;
    margin: 0 0 0 -24px;
    white-space: nowrap;
    overflow: auto hidden;
}

.w101-anchor .w101-anchor-list.center {
    text-align: center;
}

.w101-anchor .w101-anchor-list.right {
    text-align: right;
}

.w101-anchor .w101-anchor-item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding: 0 16px;
    margin: 0 0 0 24px;
    color: #333333;
    transition: color .5s;
    border-bottom: 1px solid transparent;
}

.w101-anchor .w101-anchor-item:hover {
    color: #024886;
}

.w101-anchor .w101-anchor-item.active {
    color: #024886;
    border-color: #024886;
}

@media screen and (max-width: 1200px) {
    .w101-anchor {
        top: 58px;
    }

    .w101-anchor .w101-anchor-list {
        margin: 0 0 0 -16px;
    }

    .w101-anchor .w101-anchor-item {
        height: 50px;
        line-height: 50px;
        padding: 0 12px;
        margin: 0 0 0 16px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .w101-anchor .w101-anchor-list {
        margin: 0 0 0 -8px;
    }

    .w101-anchor .w101-anchor-item {
        height: 40px;
        line-height: 40px;
        padding: 0 8px;
        margin: 0 0 0 8px;
    }
}

/*!- w101-anchor end -*/
/*!- w101-video begin -*/
.w101-video {
    display: block;
}

.w101-video .w101-video-cover {
    overflow: hidden;
}

.w101-video .w101-video-cover-wrap {
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    padding-bottom: 33.33%;
}

.w101-video .w101-video-cover-wrap>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.w101-video .w101-video-cover-wrap>div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.w101-video .w101-video-intro {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: background-color .5s;
}

.w101-video .w101-video-intro:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.w101-video .w101-video-intro-play {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    line-height: 1;
    text-align: center;
    font-size: 64px;
    transition: color .5s;
    color: #fff;
}

.w101-video .w101-video-intro-play>i {
    font-size: inherit;
}

.w101-video .w101-video-wrap {
    display: block;
    position: relative;
    cursor: pointer;
}

.w101-video .w101-video-wrap:hover .w101-video-intro {
    background-color: rgba(0, 0, 0, 0.6);
}

.w101-video .w101-video-wrap:hover .w101-video-intro-play {
    color: #EE922B;
}

@media screen and (max-width: 1200px) {
    .w101-video .w101-video-intro-play {
        width: 48px;
        height: 48px;
        font-size: 48px;
    }
}

@media screen and (max-width: 768px) {
    .w101-video .w101-video-intro-play {
        width: 32px;
        height: 32px;
        font-size: 32px;
    }
}

/*!- w101-video end -*/
/*!- w101-strategy begin -*/
.w101-strategy {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: whitesmoke;
}

.w101-strategy .w101-strategy-wrap {
    text-align: center;
    padding: 20vh 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.w101-strategy .w101-strategy-title {
    font-size: 22px;
    margin-bottom: 32px;
    line-height: 1.576;
    color: #fff;
}

.w101-strategy .w101-strategy-desc {
    font-size: 16px;
    line-height: 1.576;
    color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 1200px) {
    .w101-strategy .w101-strategy-wrap {
        padding: 15vh 0;
    }

    .w101-strategy .w101-strategy-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .w101-strategy .w101-strategy-desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .w101-strategy .w101-strategy-wrap {
        padding: 10vh 0;
    }

    .w101-strategy .w101-strategy-title {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

/*!- w101-strategy end -*/
/*!- w101-cert begin -*/
.w101-cert .w101-cert-content {
    position: relative;
}

.w101-cert .w101-cert-cover {
    background-color: whitesmoke;
    overflow: hidden;
    transition: background-color .5s;
}

.w101-cert .w101-cert-cover-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.w101-cert .w101-cert-cover-wrap>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all .5s;
}

.w101-cert .w101-cert-item {
    display: block;
}

.w101-cert .w101-cert-item:hover .w101-cert-cover {
    background-color: #dddddd;
}

.w101-cert .swiper-button-prev {
    left: -20px;
}

.w101-cert .swiper-button-next {
    right: -20px;
}

@media screen and (max-width: 1200px) {
    .w101-cert .swiper-button-prev {
        width: 32px;
        height: 32px;
        left: -16px;
        margin-top: -16px;
    }

    .w101-cert .swiper-button-next {
        width: 32px;
        height: 32px;
        right: -16px;
        margin-top: -16px;
    }
}

@media screen and (max-width: 768px) {
    .w101-cert .swiper-button-prev {
        left: 16px;
    }

    .w101-cert .swiper-button-next {
        right: 16px;
    }
}

/*!- w101-cert end -*/
/*!- w101-cert-list begin -*/
.w101-cert-list .w101-cert-list-wrap {
    margin: -32px 0 0 -32px;
}

.w101-cert-list .w101-cert-list-wrap:before,
.w101-cert-list .w101-cert-list-wrap:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-cert-list .w101-cert-list-wrap:after {
    clear: both;
}

.w101-cert-list .w101-cert-list-item {
    display: block;
    float: left;
    width: 25%;
    padding: 32px 0 0 32px;
}

.w101-cert-list .w101-cert-list-cover {
    overflow: hidden;
    background-color: whitesmoke;
    transition: background-color .5s;
}

.w101-cert-list .w101-cert-list-cover-wrap {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
}

.w101-cert-list .w101-cert-list-cover-wrap>img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: contain;
}

.w101-cert-list .w101-cert-list-intro {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    text-align: center;
    color: #333333;
    transition: color .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.w101-cert-list .w101-cert-list-content:hover .w101-cert-list-cover {
    background-color: #dddddd;
}

.w101-cert-list .w101-cert-list-content:hover .w101-cert-list-intro {
    color: #024886;
}

@media screen and (max-width: 1200px) {
    .w101-cert-list .w101-cert-list-wrap {
        margin: -24px 0 0 -24px;
    }

    .w101-cert-list .w101-cert-list-item {
        width: 33.33%;
        padding: 24px 0 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .w101-cert-list .w101-cert-list-wrap {
        margin: -16px 0 0 -16px;
    }

    .w101-cert-list .w101-cert-list-item {
        width: 50%;
        padding: 16px 0 0 16px;
    }
}

/*!- w101-cert-list end -*/
/*!- w101-time-axis begin -*/
.w101-time-axis {
    background-color: #f2f6f9;
}

.w101-time-axis .w101-time-axis-wrap {
    padding: 64px 0;
}

.w101-time-axis .w101-time-axis-item {
    position: relative;
    width: 100%;
    height: 208px;
    text-align: center;
}

.w101-time-axis .w101-time-axis-title {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 50%;
    width: 100%;
    max-height: 50%;
    font-size: 24px;
    line-height: 24px;
    padding: 16px 16px 64px;
    color: #024886;
}

.w101-time-axis .w101-time-axis-title:before {
    display: block;
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #EE922B;
}

.w101-time-axis .w101-time-axis-title:after {
    display: block;
    content: '';
    position: absolute;
    width: 2px;
    height: 24px;
    background-color: #EE922B;
    bottom: 24px;
    left: 50%;
    margin-left: -1px;
    border-radius: 1px;
}

.w101-time-axis .w101-time-axis-desc {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
    max-height: 50%;
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
    color: #333333;
    border-top: 1px solid #d9d9d9;
}

.w101-time-axis .w101-time-axis-desc>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.w101-time-axis .swiper-slide:nth-child(even) .w101-time-axis-title {
    bottom: auto;
    top: 50%;
    padding: 64px 16px 16px;
    border-top: 1px solid #d9d9d9;
}

.w101-time-axis .swiper-slide:nth-child(even) .w101-time-axis-title:before {
    bottom: auto;
    top: -3px;
}

.w101-time-axis .swiper-slide:nth-child(even) .w101-time-axis-title:after {
    bottom: auto;
    top: 24px;
}

.w101-time-axis .swiper-slide:nth-child(even) .w101-time-axis-desc {
    top: auto;
    bottom: 50%;
    border-top: 0;
}

.w101-time-axis .swiper-button-prev {
    left: -14px;
    background-color: transparent;
    color: #024886;
    opacity: 1;
    outline: none;
}

.w101-time-axis .swiper-button-next {
    right: -14px;
    background-color: transparent;
    color: #EE922B;
    opacity: 1;
    outline: none;
}

@media screen and (max-width: 1200px) {
    .w101-time-axis .w101-time-axis-wrap {
        padding: 32px 0;
    }
}

@media screen and (max-width: 768px) {
    .w101-time-axis .w101-time-axis-wrap {
        padding: 24px 0;
    }
}

/*!- w101-time-axis end -*/
/*!- w101-report begin -*/
.w101-report .w101-report-content {
    display: flex;
}

.w101-report .w101-report-cover {
    flex: auto;
    width: 50%;
    overflow: hidden;
    background-color: #dddddd;
}

.w101-report .w101-report-cover-wrap {
    display: block;
    width: 100%;
    height: 100%;
}

.w101-report .w101-report-cover-wrap>img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-position: center;
    object-fit: cover;
}

.w101-report .w101-report-intro {
    flex: auto;
    width: 50%;
    background-color: whitesmoke;
}

.w101-report .w101-report-intro-wrap {
    max-width: 720px;
    padding: 64px 32px;
    line-height: 1.576;
    font-size: 18px;
    text-align: justify;
    color: #333333;
}

.w101-report .w101-report-intro-wrap>p {
    margin-bottom: 20px;
}

.w101-report .w101-report-item:nth-child(even) .w101-report-cover {
    order: 2;
}

.w101-report .w101-report-item:nth-child(even) .w101-report-intro {
    order: 1;
}

.w101-report .w101-report-item:nth-child(even) .w101-report-intro-wrap {
    margin: 0 0 0 auto;
}

@media screen and (max-width: 1200px) {
    .w101-report .w101-report-content {
        flex-direction: column;
    }

    .w101-report .w101-report-cover {
        width: 100%;
    }

    .w101-report .w101-report-intro {
        width: 100%;
    }

    .w101-report .w101-report-intro-wrap {
        max-width: none;
        padding: 24px 24px;
        font-size: 16px;
    }

    .w101-report .w101-report-intro-wrap>p {
        margin-bottom: 20px;
    }

    .w101-report .w101-report-item:nth-child(even) .w101-report-cover {
        order: 1;
    }

    .w101-report .w101-report-item:nth-child(even) .w101-report-intro {
        order: 2;
    }
}

@media screen and (max-width: 768px) {
    .w101-report .w101-report-intro-wrap {
        max-width: none;
        text-align: left;
        font-size: 14px;
        padding: 16px 16px;
    }
}

/*!- w101-report end -*/
/*!- w101-service-list begin -*/
.w101-service-list .w101-service-list-cover {
    display: block;
    padding: 0 16px;
    flex: none;
    overflow: hidden;
    transition: background-color .5s;
}

.w101-service-list .w101-service-list-cover-wrap {
    border-radius: 50%;
    background-color: #024886;
    overflow: hidden;
    padding: 24px;
    width: 128px;
    height: 128px;
}

.w101-service-list .w101-service-list-cover-wrap>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.w101-service-list .w101-service-list-intro {
    flex: auto;
    padding: 0 16px;
}

.w101-service-list .w101-service-list-intro a {
    color: #024886;
}

.w101-service-list .w101-service-list-title {
    font-size: 28px;
    line-height: 1.576;
    margin-bottom: 16px;
    text-align: center;
    color: #333333;
}

.w101-service-list .w101-service-list-content {
    display: flex;
}

.w101-service-list .w101-service-list-item {
    display: block;
    padding: 32px 16px;
    background-color: #f2f6f9;
}

.w101-service-list .w101-service-list-item:nth-child(even) {
    background-color: transparent;
}

.w101-service-list .w101-service-list-item:nth-child(even) .w101-service-list-cover {
    order: 2;
}

.w101-service-list .w101-service-list-item:nth-child(even) .w101-service-list-intro {
    order: 1;
}

@media screen and (max-width: 1200px) {
    .w101-service-list .w101-service-list-title {
        font-size: 24px;
    }

    .w101-service-list .w101-service-list-cover {
        padding: 0 8px;
    }

    .w101-service-list .w101-service-list-intro {
        padding: 0 8px;
    }

    .w101-service-list .w101-service-list-cover-wrap {
        padding: 16px;
        width: 96px;
        height: 96px;
    }

    .w101-service-list .w101-service-list-item {
        padding: 24px 8px;
    }
}

@media screen and (max-width: 768px) {
    .w101-service-list .w101-service-list-cover {
        display: none;
    }

    .w101-service-list .w101-service-list-intro {
        padding: 0;
    }

    .w101-service-list .w101-service-list-item {
        padding: 16px 8px;
    }
}

/*!- w101-service-list end -*/
/*!- w101-dealer-list begin -*/
.w101-dealer-list .w101-dealer-list-title {
    font-size: 28px;
    line-height: 1.576;
    margin-bottom: 16px;
    text-align: center;
    color: #333333;
}

.w101-dealer-list .w101-dealer-list-item {
    margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
    .w101-dealer-list .w101-dealer-list-title {
        font-size: 24px;
    }

    .w101-dealer-list .w101-dealer-list-item {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .w101-dealer-list .w101-dealer-list-item {
        margin-bottom: 16px;
    }
}

/*!- w101-dealer-list end -*/
/*!- w101-support begin -*/
.w101-support {
    pointer-events: none;
    user-select: none;
}

.w101-support .w101-support-list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
}

.w101-support .w101-support-item {
    display: block;
    flex: none;
    width: 25%;
    padding: 20px 0 0 20px;
}

.w101-support .w101-support-content {
    padding: 48px 32px;
    background-color: #024886;
}

.w101-support .w101-support-icon {
    margin-bottom: 20px;
}

.w101-support .w101-support-icon>img {
    display: block;
    margin: 0 auto;
    width: 86px;
    height: 86px;
    object-position: center;
    object-fit: contain;
}

.w101-support .w101-support-title {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
    color: #fff;
}

.w101-support .w101-support-desc {
    font-size: 16px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 1200px) {
    .w101-support .w101-support-item {
        width: 50%;
    }

    .w101-support .w101-support-content {
        padding: 32px 24px;
    }

    .w101-support .w101-support-icon {
        margin-bottom: 12px;
    }

    .w101-support .w101-support-icon>img {
        width: 64px;
        height: 64px;
    }

    .w101-support .w101-support-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .w101-support .w101-support-desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .w101-support .w101-support-item {
        width: 100%;
    }

    .w101-support .w101-support-content {
        padding: 24px 16px;
    }

    .w101-support .w101-support-icon {
        margin-bottom: 8px;
    }

    .w101-support .w101-support-icon>img {
        width: 48px;
        height: 48px;
    }

    .w101-support .w101-support-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .w101-support .w101-support-desc {
        font-size: 14px;
    }
}

/*!- w101-support end -*/
/*!- w101-product-detail begin -*/
.w101-product-detail {
    /*max-width: 1280px;*/
}

/* Swiper height:100% resolves to viewport and leaves huge blank under main image */
.w101-product-detail .w101-product-detail-preview-swiper,
.w101-product-detail .w101-product-detail-thumb-swiper {
    position: relative;
    overflow: hidden;
    height: auto !important;
}

.w101-product-detail .w101-product-detail-preview-swiper .swiper-wrapper,
.w101-product-detail .w101-product-detail-thumb-swiper .swiper-wrapper {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    height: auto !important;
}

.w101-product-detail .w101-product-detail-preview-swiper .swiper-slide,
.w101-product-detail .w101-product-detail-thumb-swiper .swiper-slide {
    height: auto !important;
    flex-shrink: 0;
}

.w101-product-detail .w101-product-detail-preview {
    margin-bottom: 16px;
    border: 1px solid #d9d9d9;
}

.w101-product-detail .w101-product-detail-preview-item {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.w101-product-detail .w101-product-detail-preview-item>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.w101-product-detail .w101-product-detail-thumb-item {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    cursor: pointer;
    border: 1px solid #d9d9d9;
}

.w101-product-detail .w101-product-detail-thumb-item:after {
    display: none;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 95%;
    height: 90%;
    border: 4px solid #EE922B;
}

.w101-product-detail .w101-product-detail-thumb-item>img {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.w101-product-detail .swiper-slide-thumb-active .w101-product-detail-thumb-item:after {
    display: block;
}

.w101-product-detail .w101-product-detail-anchor {
    position: -webkit-sticky;
    position: sticky;
    top: 92px;
    z-index: 9;
    width: 100%;
    border: 1px solid #d9d9d9;
    background-color: whitesmoke;
}

.w101-product-detail .w101-product-detail-anchor-list {
    display: block;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
}

.w101-product-detail .w101-product-detail-anchor-item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 50px;
    padding: 0 24px;
    color: #333333;
    margin-left: -1px;
    cursor: pointer;
    transition: all .5s;
}

.w101-product-detail .w101-product-detail-anchor-item:first-child {
    margin-left: 0;
}

.w101-product-detail .w101-product-detail-anchor-item:hover {
    background-color: #dddddd;
}

.w101-product-detail .w101-product-detail-anchor-item.active {
    border-color: #024886;
    color: #fff;
    background-color: #024886;
}

.w101-product-detail .w101-product-detail-card {
    display: none;
}

.w101-product-detail .w101-product-detail-card.active {
    display: block;
}

.w101-product-detail .w101-product-detail-container {
    display: block;
    border: 1px solid #d9d9d9;
    margin-top: -1px;
    padding: 32px;
}

.w101-product-detail .product-intro {
    display: block;
    flex: auto;
    width: 100%;
}

.w101-product-detail .product-intro .title {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ddd;
}

.w101-product-detail .product-intro .title h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.1;
    color: #024886;
}

.w101-product-detail .product-intro .desc {
    margin-bottom: 16px;
}

.w101-product-detail .product-intro .desc p {
    font-size: 16px;
    margin: 0 0 8px 0;
    color: #333333;
}

.w101-product-detail .product-intro .attrs {
    margin-bottom: 28px;
}

.w101-product-detail .product-intro .attrs ul li {
    margin-bottom: 8px;
}

.w101-product-detail .product-intro .attrs ul li label,
.w101-product-detail .product-intro .attrs ul li span,
.w101-product-detail .product-intro .attrs ul li a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.w101-product-detail .product-intro .attrs ul li label {
    color: #333333;
}

.w101-product-detail .product-intro .attrs ul li span {
    color: #333333;
}

.w101-product-detail .product-intro .attrs ul li a {
    color: #333333;
}

.w101-product-detail .product-intro .attrs ul li a:hover {
    text-decoration: underline;
}

.w101-product-detail .product-intro .action .button {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 0 24px;
    background-color: #024886;
    color: #333333;
    border: 1px solid #ddd;
    transition: background-color .4s, border-color .4s;
}

.w101-product-detail .product-intro .action .button:hover {
    background-color: #333333;
}

.w101-product-detail .product-intro .action .button.accents {
    background-color: #024886;
    color: #fff;
    border-color: #ddd;
}

.w101-product-detail .product-intro .action .button.accents:hover {
    border-color: #EE922B;
    background-color: #EE922B;
}

@media screen and (max-width: 1200px) {
    .w101-product-detail .w101-product-detail-gallery {
        margin-bottom: 24px;
    }

    .w101-product-detail .w101-product-detail-preview {
        margin-bottom: 24px;
    }

    .w101-product-detail .w101-product-detail-anchor {
        top: 58px;
    }

    .w101-product-detail .w101-product-detail-anchor-item {
        font-size: 14px;
        line-height: 42px;
        padding: 0 16px;
    }

    .w101-product-detail .w101-product-detail-container {
        padding: 24px;
    }
}

@media screen and (max-width: 768px) {
    .w101-product-detail .w101-product-detail-gallery {
        margin-bottom: 16px;
    }

    .w101-product-detail .w101-product-detail-preview {
        margin-bottom: 16px;
    }

    .w101-product-detail .w101-product-detail-anchor-item {
        font-size: 12px;
        line-height: 36px;
        padding: 0 12px;
    }

    .w101-product-detail .w101-product-detail-container {
        padding: 16px;
    }
}

/*!- w101-product-detail end -*/
/*!- w101-product-widget begin -*/
.w101-product-widget .w101-product-widget-title {
    display: block;
    line-height: 1.576;
    font-size: 18px;
    background-color: whitesmoke;
    padding: 24px 32px;
    margin-bottom: 32px;
    color: #024886;
}

.w101-product-widget .w101-product-widget-title>span {
    display: block;
    border-left: 4px solid #024886;
    padding: 0 16px;
}

.w101-product-widget .w101-product-widget-list {
    margin: -32px 0 0 -32px;
}

.w101-product-widget .w101-product-widget-list:before,
.w101-product-widget .w101-product-widget-list:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-product-widget .w101-product-widget-list:after {
    clear: both;
}

.w101-product-widget .w101-product-widget-item {
    display: block;
    width: 25%;
    float: left;
    padding: 32px 0 0 32px;
}

.w101-product-widget .w101-product-widget-cover {
    overflow: hidden;
    transition: background-color .5s;
    background-color: #fff;
}

.w101-product-widget .w101-product-widget-cover-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    opacity: 1;
    transition: opacity .5s;
}

.w101-product-widget .w101-product-widget-cover-wrap>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.w101-product-widget .w101-product-widget-intro {
    font-size: 16px;
    line-height: 1.576;
    padding: 16px 0;
    text-align: center;
    transition: color .5s;
    color: #333333;
}

.w101-product-widget .w101-product-widget-content {
    display: block;
    border: 1px solid #d9d9d9;
    transition: border .5s;
}

.w101-product-widget .w101-product-widget-content:hover {
    border-color: #024886;
}

.w101-product-widget .w101-product-widget-content:hover .w101-product-widget-cover-wrap {
    opacity: .5;
}

.w101-product-widget .w101-product-widget-content:hover .w101-product-widget-intro {
    color: #024886;
}

@media screen and (max-width: 1200px) {
    .w101-product-widget .w101-product-widget-title {
        font-size: 18px;
        padding: 16px 24px;
        margin-bottom: 24px;
    }

    .w101-product-widget .w101-product-widget-title>span {
        padding: 0 12px;
    }

    .w101-product-widget .w101-product-widget-list {
        margin: -24px 0 0 -24px;
    }

    .w101-product-widget .w101-product-widget-item {
        width: 33.33%;
        padding: 24px 0 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .w101-product-widget .w101-product-widget-title {
        font-size: 18px;
        padding: 8px 16px;
        margin-bottom: 16px;
    }

    .w101-product-widget .w101-product-widget-title>span {
        padding: 0 8px;
    }

    .w101-product-widget .w101-product-widget-list {
        margin: -16px 0 0 -16px;
    }

    .w101-product-widget .w101-product-widget-item {
        width: 50%;
        padding: 16px 0 0 16px;
    }
}

/*!- w101-product-widget end -*/
/*!- w101-faq-list begin -*/
.w101-faq-list .w101-faq-list-item {
    padding: 24px 0 24px 12px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.w101-faq-list .w101-faq-list-num {
    position: absolute;
    display: block;
    top: 2px;
    font-weight: bolder;
    left: 0;
    font-size: 36px;
    color: #fce9d5;
    z-index: -1;
}

.w101-faq-list .w101-faq-list-q {
    font-size: 18px;
    line-height: 1.576;
    text-shadow: 0 0 2px #fff;
    color: #333333;
}

.w101-faq-list .w101-faq-list-a {
    font-size: 16px;
    line-height: 1.576;
    color: #666666;
    word-wrap: break-word;
}

@media screen and (max-width: 1200px) {
    .w101-faq-list .w101-faq-list-item {
        padding: 20px 0 20px 10px;
    }

    .w101-faq-list .w101-faq-list-num {
        top: 2px;
        font-size: 32px;
    }

    .w101-faq-list .w101-faq-list-q {
        font-size: 18px;
    }

    .w101-faq-list .w101-faq-list-a {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .w101-faq-list .w101-faq-list-item {
        padding: 16px 0 16px 8px;
    }

    .w101-faq-list .w101-faq-list-num {
        font-size: 28px;
    }

    .w101-faq-list .w101-faq-list-q {
        font-size: 16px;
    }

    .w101-faq-list .w101-faq-list-a {
        font-size: 14px;
    }
}

/*!- w101-faq-list end -*/
/*!- w101-sitemap begin -*/
.w101-sitemap .w101-sitemap-item {
    display: block;
    border: 1px solid #f0f0f0;
}

.w101-sitemap .w101-sitemap-item>h3 {
    display: block;
    font-size: 20px;
    line-height: 1.576;
    padding: 16px 24px;
    font-weight: normal;
    color: #333333;
    background-color: whitesmoke;
    border-bottom: 1px solid #f0f0f0;
}

.w101-sitemap .w101-sitemap-item>dl {
    padding: 16px 0;
}

.w101-sitemap .w101-sitemap-item>dl:before,
.w101-sitemap .w101-sitemap-item>dl:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-sitemap .w101-sitemap-item>dl:after {
    clear: both;
}

.w101-sitemap .w101-sitemap-item>dl>dt {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.576;
    padding: 4px 24px;
}

.w101-sitemap .w101-sitemap-item>dl>dt>a {
    color: #333333;
}

.w101-sitemap .w101-sitemap-item>dl>dt>a:hover {
    color: #024886;
}

.w101-sitemap .w101-sitemap-item>dl>dd {
    display: block;
    width: 20%;
    float: left;
    font-size: 16px;
    line-height: 1.576;
    padding: 4px 24px;
    color: #666666;
}

.w101-sitemap .w101-sitemap-item>dl>dd>a {
    color: #666666;
}

.w101-sitemap .w101-sitemap-item>dl>dd>a:hover {
    color: #024886;
}

@media screen and (max-width: 1200px) {
    .w101-sitemap .w101-sitemap-item>h3 {
        font-size: 18px;
        padding: 12px 20px;
    }

    .w101-sitemap .w101-sitemap-item>dl {
        padding: 12px 0;
    }

    .w101-sitemap .w101-sitemap-item>dl>dt {
        font-size: 16px;
        padding: 2px 20px;
    }

    .w101-sitemap .w101-sitemap-item>dl>dd {
        width: 25%;
        font-size: 14px;
        padding: 2px 20px;
    }
}

@media screen and (max-width: 768px) {
    .w101-sitemap .w101-sitemap-item>h3 {
        padding: 8px 16px;
    }

    .w101-sitemap .w101-sitemap-item>dl {
        padding: 8px 0;
    }

    .w101-sitemap .w101-sitemap-item>dl>dt {
        padding: 0 16px;
    }

    .w101-sitemap .w101-sitemap-item>dl>dd {
        width: 50%;
        padding: 0 16px;
    }
}

/*!- w101-sitemap end -*/
/*!- w101-advantage -*/
.w101-advantage .w101-advantage-list:before,
.w101-advantage .w101-advantage-list:after {
    display: table;
    content: "";
    width: 100%;
}

.w101-advantage .w101-advantage-list:after {
    clear: both;
}

.w101-advantage .w101-advantage-item {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    padding: 32px 16px;
}

.w101-advantage .w101-advantage-item:nth-child(2),
.w101-advantage .w101-advantage-item:nth-child(3) {
    background-color: #f2f6f9;
}

.w101-advantage .w101-advantage-icon>img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 64px;
}

.w101-advantage .w101-advantage-title {
    font-size: 18px;
    line-height: 1.576;
    color: #333333;
}

.w101-advantage .w101-advantage-desc {
    font-size: 16px;
    line-height: 1.576;
    color: #666666;
}

@media screen and (max-width: 1200px) {
    .w101-advantage .w101-advantage-item {
        padding: 24px 12px;
    }

    .w101-advantage .w101-advantage-icon>img {
        height: 48px;
    }

    .w101-advantage .w101-advantage-title {
        font-size: 16px;
    }

    .w101-advantage .w101-advantage-desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .w101-advantage .w101-advantage-item {
        padding: 16px 8px;
    }

    .w101-advantage .w101-advantage-icon>img {
        height: 32px;
    }
}

/*!- w101-advantage -*/
/*!- w101-tags begin -*/
.w101-tags .w101-tags-list {
    display: block;
    margin: -16px 0 0 -16px;
    font-size: 0;
    line-height: 1;
}

.w101-tags .w101-tags-item {
    display: inline-block;
    vertical-align: top;
    margin: 16px 0 0 16px;
    font-size: 16px;
    line-height: 40px;
    padding: 0 32px;
    color: #333333;
    background-color: whitesmoke;
    transition: background-color .5s;
}

.w101-tags .w101-tags-item:hover {
    background-color: #dddddd;
}

.w101-tags .w101-tags-item.active {
    background-color: #024886;
    color: #fff;
}

.w101-tags .w101-tags-list.global-tag a {
    width: 23.7%;
}

@media screen and (max-width: 1200px) {
    .w101-tags .w101-tags-list {
        margin: -12px 0 0 -12px;
    }

    .w101-tags .w101-tags-item {
        margin: 12px 0 0 12px;
        font-size: 14px;
        line-height: 36px;
        padding: 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .w101-tags .w101-tags-list {
        margin: -8px 0 0 -8px;
    }

    .w101-tags .w101-tags-item {
        margin: 8px 0 0 8px;
        font-size: 12px;
        line-height: 32px;
        padding: 0 16px;
    }
}

/*!- w101-tags end -*/
/*!- w101-ie-tips begin -*/
.w101-ie-tips {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    z-index: 996;
    background-color: #024886;
    color: #fff;
    line-height: 1.576;
    padding: 8px;
    text-align: center;
}

.w101-ie-tips.is-ie {
    display: block;
}

@media screen and (max-width: 1200px) {
    .w101-ie-tips {
        display: none;
    }
}

/*!- w101-ie-tips end -*/
/*!- w101-product begin -*/
.w101-product .w101-product-cover {
    border: 1px solid #d9d9d9;
    overflow: hidden;
    transition: border .5s;
}

.w101-product .w101-product-cover-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.w101-product .w101-product-cover-wrap>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all .5s;
}

.w101-product .w101-product-intro {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    line-height: 1.576;
    text-align: center;
    transition: color .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}

.w101-product .w101-product-content {
    display: block;
}

.w101-product .w101-product-content:hover .w101-product-cover {
    border-color: #024886;
}

.w101-product .w101-product-content:hover .w101-product-cover-wrap>img {
    transform: scale(1.1, 1.1);
}

.w101-product .w101-product-content:hover .w101-product-intro {
    color: #024886;
}

/*!- w101-product end -*/
/*!- w101-product-showcase begin -*/
.w101-product-showcase {
    margin-bottom: 64px;
    overflow: hidden;
}

.w101-product-showcase .w101-wrapper {
    position: relative;
}

.w101-product-showcase-wrap {
    position: relative;
    overflow: hidden;
}

.w101-product-showcase-swiper {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.w101-product-showcase-swiper .swiper-wrapper {
    flex-direction: row;
}

.w101-product-showcase-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.w101-product-showcase-item {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.w101-product-showcase-image {
    width: 48%;
    flex-shrink: 0;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
}

.w101-product-showcase-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}

.w101-product-showcase-content {
    width: 52%;
    flex-shrink: 0;
    position: relative;
    background: #fff;
    padding: 48px 56px 80px;
    display: flex;
    align-items: center;
}

.w101-product-showcase-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    background: linear-gradient(135deg, rgba(0, 171, 108, 0.08) 0%, rgba(0, 171, 108, 0.03) 100%);
    transform: skewX(-12deg);
    transform-origin: top right;
}

.w101-product-showcase-inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.w101-product-showcase-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #00AB6C;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.w101-product-showcase-underline {
    width: 40px;
    height: 2px;
    background: #00AB6C;
    margin-bottom: 20px;
}

.w101-product-showcase-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 24px;
}

.w101-product-showcase-specs {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.w101-product-showcase-specs p {
    margin: 0 0 8px;
}

.w101-product-showcase-specs p:last-child {
    margin-bottom: 0;
}

.w101-product-showcase-nav-wrap {
    position: absolute;
    bottom: 48px;
    left: 74%;
    transform: translateX(-50%);
    z-index: 100;
    pointer-events: auto;
    visibility: visible;
}

.w101-product-showcase-content {
    pointer-events: auto;
}

.w101-product-showcase-nav {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    padding: 12px 28px;
    background: #00AB6C;
    transform: skewX(-8deg);
    color: #fff;
}

.w101-product-showcase-nav button {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 8px;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

.w101-product-showcase-nav button:hover {
    opacity: 0.85;
}

.w101-product-showcase-nav .w101-iconfont {
    font-size: 20px;
    display: inline-block;
}

.w101-product-showcase-nav .icon-rotate-180 {
    transform: rotate(180deg);
}

.w101-product-showcase-counter {
    font-size: 15px;
    font-weight: 500;
    min-width: 40px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .w101-product-showcase-item {
        min-height: auto;
    }

    .w101-product-showcase-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .w101-product-showcase-content {
        padding: 28px 24px 64px;
    }

    .w101-product-showcase-title {
        font-size: 20px;
    }

    .w101-product-showcase-specs {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .w101-product-showcase-item {
        flex-direction: column;
        min-height: auto;
    }

    .w101-product-showcase-image {
        width: 100%;
        height: 280px;
        min-height: 280px;
    }

    .w101-product-showcase-image img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .w101-product-showcase-content {
        width: 100%;
        padding: 28px 24px 72px;
    }

    .w101-product-showcase-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .w101-product-showcase-specs {
        font-size: 13px;
    }

    .w101-product-showcase-nav-wrap {
        bottom: 12px;
        left: 50%;
    }

    .w101-product-showcase-nav {
        padding: 10px 20px;
        gap: 16px;
    }
}

/*!- w101-product-showcase end -*/