
/*!
* nmoban105 外贸牛 NO.105 模板
* Copyright © 2022 waimaoniu
* @link: https://www.waimaoniu.com/
* @author: lzx
* @version: 1.0.1
*/
@font-face {
  font-family: "Poppins-Regular";
  src: url("../font/Poppins-Regular.woff2") format("woff2"), url("../font/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;
}

/*!- w105-wrapper begin -*/
.w105-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 1200px) {
  .w105-wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .w105-wrapper {
    padding: 0 16px;
  }
}
.w105-wrapper > p {
  font-size: 16px;
  line-height: 1.576;
}

/*!- w105-wrapper end -*/
/*!- w105-section begin -*/
.w105-section {
  margin-bottom: 64px;
}
@media screen and (max-width: 1200px) {
  .w105-section {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .w105-section {
    margin-bottom: 16px;
  }
}
.w105-section.seamless {
  margin-bottom: 0;
}

/*!- w105-section end -*/
/*!- w105-grid begin -*/
.w105-grid > .w105-grid-row:before, .w105-grid > .w105-grid-row:after {
  display: table;
  content: "";
  width: 100%;
}
.w105-grid > .w105-grid-row:after {
  clear: both;
}
.w105-grid > .w105-grid-row > .w105-grid-col {
  width: 100%;
  float: left;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-1-1 {
  width: 100%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-1-2 {
  width: 50%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-1-3 {
  width: 33.3333333333%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-2-3 {
  width: 66.6666666667%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-1-4 {
  width: 25%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-2-4 {
  width: 50%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-3-4 {
  width: 75%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-1-5 {
  width: 20%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-2-5 {
  width: 40%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-3-5 {
  width: 60%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-4-5 {
  width: 80%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-1-6 {
  width: 16.6666666667%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-2-6 {
  width: 33.3333333333%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-3-6 {
  width: 50%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-4-6 {
  width: 66.6666666667%;
}
.w105-grid > .w105-grid-row > .w105-grid-col.col-5-6 {
  width: 83.3333333333%;
}
.w105-grid.gutter-sm > .w105-grid-row {
  margin: -16px 0 0 -16px;
}
.w105-grid.gutter-sm > .w105-grid-row > .w105-grid-col {
  padding: 16px 0 0 16px;
}
.w105-grid.gutter-md > .w105-grid-row {
  margin: -24px 0 0 -24px;
}
.w105-grid.gutter-md > .w105-grid-row > .w105-grid-col {
  padding: 24px 0 0 24px;
}
.w105-grid.gutter-lg > .w105-grid-row {
  margin: -32px 0 0 -32px;
}
.w105-grid.gutter-lg > .w105-grid-row > .w105-grid-col {
  padding: 32px 0 0 32px;
}
@media screen and (max-width: 1600px) {
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-1\@lg {
    width: 100%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-2\@lg {
    width: 50%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-3\@lg {
    width: 33.3333333333%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-2-3\@lg {
    width: 66.6666666667%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-4\@lg {
    width: 25%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-2-4\@lg {
    width: 50%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-3-4\@lg {
    width: 75%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-5\@lg {
    width: 20%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-2-5\@lg {
    width: 40%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-3-5\@lg {
    width: 60%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-4-5\@lg {
    width: 80%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-6\@lg {
    width: 16.6666666667%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-2-6\@lg {
    width: 33.3333333333%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-3-6\@lg {
    width: 50%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-4-6\@lg {
    width: 66.6666666667%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-5-6\@lg {
    width: 83.3333333333%;
  }
  .w105-grid.gutter-sm\@lg > .w105-grid-row {
    margin: -16px 0 0 -16px;
  }
  .w105-grid.gutter-sm\@lg > .w105-grid-row > .w105-grid-col {
    padding: 16px 0 0 16px;
  }
  .w105-grid.gutter-md\@lg > .w105-grid-row {
    margin: -24px 0 0 -24px;
  }
  .w105-grid.gutter-md\@lg > .w105-grid-row > .w105-grid-col {
    padding: 24px 0 0 24px;
  }
  .w105-grid.gutter-lg\@lg > .w105-grid-row {
    margin: -32px 0 0 -32px;
  }
  .w105-grid.gutter-lg\@lg > .w105-grid-row > .w105-grid-col {
    padding: 32px 0 0 32px;
  }
}
@media screen and (max-width: 1200px) {
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-1\@md {
    width: 100%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-2\@md {
    width: 50%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-3\@md {
    width: 33.3333333333%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-2-3\@md {
    width: 66.6666666667%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-4\@md {
    width: 25%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-2-4\@md {
    width: 50%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-3-4\@md {
    width: 75%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-5\@md {
    width: 20%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-2-5\@md {
    width: 40%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-3-5\@md {
    width: 60%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-4-5\@md {
    width: 80%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-6\@md {
    width: 16.6666666667%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-2-6\@md {
    width: 33.3333333333%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-3-6\@md {
    width: 50%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-4-6\@md {
    width: 66.6666666667%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-5-6\@md {
    width: 83.3333333333%;
  }
  .w105-grid.gutter-sm\@md > .w105-grid-row {
    margin: -16px 0 0 -16px;
  }
  .w105-grid.gutter-sm\@md > .w105-grid-row > .w105-grid-col {
    padding: 16px 0 0 16px;
  }
  .w105-grid.gutter-md\@md > .w105-grid-row {
    margin: -24px 0 0 -24px;
  }
  .w105-grid.gutter-md\@md > .w105-grid-row > .w105-grid-col {
    padding: 24px 0 0 24px;
  }
  .w105-grid.gutter-lg\@md > .w105-grid-row {
    margin: -32px 0 0 -32px;
  }
  .w105-grid.gutter-lg\@md > .w105-grid-row > .w105-grid-col {
    padding: 32px 0 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-1\@sm {
    width: 100%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-2\@sm {
    width: 50%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-3\@sm {
    width: 33.3333333333%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-2-3\@sm {
    width: 66.6666666667%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-4\@sm {
    width: 25%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-2-4\@sm {
    width: 50%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-3-4\@sm {
    width: 75%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-5\@sm {
    width: 20%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-2-5\@sm {
    width: 40%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-3-5\@sm {
    width: 60%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-4-5\@sm {
    width: 80%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-1-6\@sm {
    width: 16.6666666667%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-2-6\@sm {
    width: 33.3333333333%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-3-6\@sm {
    width: 50%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-4-6\@sm {
    width: 66.6666666667%;
  }
  .w105-grid > .w105-grid-row > .w105-grid-col.col-5-6\@sm {
    width: 83.3333333333%;
  }
  .w105-grid.gutter-sm\@sm > .w105-grid-row {
    margin: -16px 0 0 -16px;
  }
  .w105-grid.gutter-sm\@sm > .w105-grid-row > .w105-grid-col {
    padding: 16px 0 0 16px;
  }
  .w105-grid.gutter-md\@sm > .w105-grid-row {
    margin: -24px 0 0 -24px;
  }
  .w105-grid.gutter-md\@sm > .w105-grid-row > .w105-grid-col {
    padding: 24px 0 0 24px;
  }
  .w105-grid.gutter-lg\@sm > .w105-grid-row {
    margin: -32px 0 0 -32px;
  }
  .w105-grid.gutter-lg\@sm > .w105-grid-row > .w105-grid-col {
    padding: 32px 0 0 32px;
  }
}

/*!- w105-layout-container end -*/
/*!- w105-header begin -*/
.w105-header {
  transition: background-color .5s;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  height: 91px;
}
.w105-header .w105-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  height: 91px;
  transition: height .5s;
}
.w105-header .w105-header-wrap:before, .w105-header .w105-header-wrap:after {
  display: table;
  content: "";
  width: 100%;
}
.w105-header .w105-header-wrap:after {
  clear: both;
}
.w105-header .w105-header-wrap .w105-header-content {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
}
.w105-header .w105-header-wrap .w105-header-logo {
  display: block;
  float: left;
  line-height: 90px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.w105-header .w105-header-wrap .w105-header-logo > a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.w105-header .w105-header-wrap .w105-header-logo > a > img {
  display: block;
  width: auto;
  height: 40px;
}
.w105-header .w105-header-wrap .w105-header-logo > span {
  display: none;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}
.w105-header .w105-header-wrap .w105-header-nav {
  display: block;
  float: right;
  line-height: 90px;
}
.w105-header .w105-header-wrap .w105-header-nav:before, .w105-header .w105-header-wrap .w105-header-nav:after {
  display: table;
  content: "";
  width: 100%;
}
.w105-header .w105-header-wrap .w105-header-nav:after {
  clear: both;
}
.w105-header .w105-header-wrap .w105-header-trigger {
  display: none;
  width: 24px;
  height: 20px;
  position: absolute;
  z-index: 1002;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  cursor: pointer;
}
.w105-header .w105-header-nav ul {
  font-size: 0;
  margin-left: -32px;
}
.w105-header .w105-header-nav ul > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 32px;
  position: relative;
  font-size: 16px;
  color: #333333;
}
.w105-header .w105-header-nav ul > li .arrow {
  display: inline-block;
  vertical-align: -1px;
  width: 16px;
  height: 16px;
  position: relative;
}
.w105-header .w105-header-nav ul > li .arrow:before, .w105-header .w105-header-nav ul > li .arrow:after {
  display: block;
  content: '';
  width: 8px;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  transition: all .5s;
}
.w105-header .w105-header-nav ul > li .arrow:before {
  left: 2px;
  transform: rotate(49deg);
}
.w105-header .w105-header-nav ul > li .arrow:after {
  right: 2px;
  transform: rotate(-49deg);
}
.w105-header .w105-header-nav ul > li a {
  display: block;
  white-space: nowrap;
  position: relative;
  transition: color .3s ease, background-color .3s ease;
}
.w105-header .w105-header-nav ul > li a:hover,
.w105-header .w105-header-nav ul > li a.active,
.w105-header .w105-header-nav ul > li.active > a {
  color: #55b4d4;
}
.w105-header .w105-header-nav-menu > ul > li > a {
  padding: 0 2px;
}
.w105-header .w105-header-nav-menu > ul > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  height: 2px;
  background: #55b4d4;
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}
.w105-header .w105-header-nav-menu > ul > li:hover > a::after,
.w105-header .w105-header-nav-menu > ul > li.active > a::after,
.w105-header .w105-header-nav-menu > ul > li > a.active::after {
  transform: scaleX(1);
}
.w105-header .w105-header-nav ul > li dl {
  display: none;
  min-width: 220px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 100;
  margin: 0;
  padding: 8px 0;
  transform: translateX(-50%);
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(85, 180, 212, 0.2);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(26, 58, 74, 0.12);
  font-size: 14px;
  overflow: visible;
}
.w105-header .w105-header-nav ul > li dl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #55b4d4, #7ec8e0);
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}
.w105-header .w105-header-nav ul > li dl dd {
  position: relative;
  margin: 0;
  z-index: 1;
}
.w105-header .w105-header-nav ul > li dl dd a {
  padding: 0 36px 0 18px;
  line-height: 42px;
  color: #444;
  border-left: 3px solid transparent;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, padding-left .25s ease;
}
.w105-header .w105-header-nav ul > li dl dd a .arrow {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
}
.w105-header .w105-header-nav ul > li dl dd a .arrow:before,
.w105-header .w105-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;
}
.w105-header .w105-header-nav ul > li dl dd a .arrow:before {
  top: 1.5px;
  transform: rotate(-45deg);
}
.w105-header .w105-header-nav ul > li dl dd a .arrow:after {
  bottom: 2px;
  transform: rotate(45deg);
}
.w105-header .w105-header-nav ul > li dl dd a:hover,
.w105-header .w105-header-nav ul > li dl dd a.active {
  color: #55b4d4;
  background-color: rgba(85, 180, 212, 0.1);
  border-left-color: #55b4d4;
  padding-left: 22px;
}
.w105-header .w105-header-nav ul > li dl dd dl {
  left: calc(100% + 4px);
  top: -11px;
  transform: translateX(0);
  min-width: 200px;
  z-index: 110;
}
.w105-header .w105-header-nav .w105-header-nav-extra ul li:first-child {
  padding-right: 0;
}
.w105-header .w105-header-nav .w105-header-nav-extra ul li:first-child:after {
  display: none;
}
.w105-header .w105-header-nav-menu {
  display: block;
  float: left;
  padding-right: 32px;
}
.w105-header .w105-header-nav-extra {
  display: block;
  position: relative;
  float: right;
  padding-left: 32px;
}
.w105-header .w105-header-nav-extra:after {
  display: block;
  content: '';
  height: 16px;
  border-left: 1px solid #333333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.w105-header .w105-header-icon-text {
  position: relative;
  text-align: left;
}
.w105-header .w105-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;
}
.w105-header .w105-header-icon-text > .icon > img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.w105-header .w105-header-icon-text > .icon > i {
  font-size: inherit;
}
.w105-header .w105-header-icon-text > .text {
  display: inline-block;
  vertical-align: middle;
}
.w105-header .w105-header-trigger > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333333;
  top: 50%;
  margin-top: -1px;
  transition: all .5s;
}
.w105-header .w105-header-trigger > span:nth-child(1) {
  transform: translateY(-10px);
}
.w105-header .w105-header-trigger > span:nth-child(2) {
  transform: translateY(9px);
}
.w105-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
}
.w105-header.scrolled {
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .w105-header .w105-header-nav ul {
    margin-left: -24px;
  }
  .w105-header .w105-header-nav ul > li {
    margin-left: 24px;
  }
  .w105-header .w105-header-nav-menu {
    padding-right: 24px;
  }
  .w105-header .w105-header-nav-extra {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .w105-header {
    background-color: #fff;
    border-bottom: 0;
    height: 58px;
  }
  .w105-header .w105-header-wrap {
    width: 100%;
    height: 58px;
  }
  .w105-header .w105-header-wrap .w105-header-content {
    padding: 0 16px;
  }
  .w105-header .w105-header-wrap .w105-header-logo {
    float: none;
    position: relative;
    z-index: 1001;
    line-height: 58px;
    padding: 0;
    background-color: #fff;
  }
  .w105-header .w105-header-wrap .w105-header-logo > a > img {
    height: 28px;
  }
  .w105-header .w105-header-wrap .w105-header-logo > span {
    display: inline-block;
  }
  .w105-header .w105-header-wrap .w105-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: #fff;
  }
  .w105-header .w105-header-wrap .w105-header-trigger {
    display: block;
  }
  .w105-header .w105-header-nav ul {
    margin-left: 0;
  }
  .w105-header .w105-header-nav ul > li {
    display: block;
    margin-left: 0;
  }
  .w105-header .w105-header-nav ul > li .arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 6px;
  }
  .w105-header .w105-header-nav ul > li .arrow:before {
    left: 14px;
    right: auto;
  }
  .w105-header .w105-header-nav ul > li .arrow:after {
    left: auto;
    right: 13px;
  }
  .w105-header .w105-header-nav ul > li a {
    padding: 0 56px 0 16px;
  }
  .w105-header .w105-header-nav-menu > ul > li > a::after {
    display: none;
  }
  .w105-header .w105-header-nav ul > li dl {
    min-width: auto;
    position: static;
    left: auto;
    top: auto;
    transform: none;
    text-align: left;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    background-color: #f7fbfc;
  }
  .w105-header .w105-header-nav ul > li dl::before {
    display: none;
  }
  .w105-header .w105-header-nav ul > li dl dd a {
    padding: 0 36px 0 16px;
    border-left: none;
    line-height: 40px;
  }
  .w105-header .w105-header-nav ul > li dl dd a:hover,
  .w105-header .w105-header-nav ul > li dl dd a.active {
    padding-left: 16px;
    background-color: rgba(85, 180, 212, 0.12);
  }
  .w105-header .w105-header-nav ul > li dl dd a .arrow {
    width: 40px;
    height: 40px;
    right: 6px;
    margin-top: 0;
    top: 0;
  }
  .w105-header .w105-header-nav ul > li dl dd a .arrow:before, .w105-header .w105-header-nav ul > li dl dd a .arrow:after {
    width: 8px;
    height: 0;
    border-left: 2px solid;
    border-right: 0;
    top: 50%;
    bottom: auto;
  }
  .w105-header .w105-header-nav ul > li dl dd a .arrow:before {
    left: 14px;
    right: auto;
    transform: rotate(49deg);
  }
  .w105-header .w105-header-nav ul > li dl dd a .arrow:after {
    left: auto;
    right: 13px;
    transform: rotate(-49deg);
  }
  .w105-header .w105-header-nav ul > li dl dd.opened > a .arrow:before {
    transform: rotate(-49deg);
  }
  .w105-header .w105-header-nav ul > li dl dd.opened > a .arrow:after {
    transform: rotate(49deg);
  }
  .w105-header .w105-header-nav ul > li dl dd.opened > dl {
    display: block;
  }
  .w105-header .w105-header-nav ul > li.opened > a .arrow:before {
    transform: rotate(-49deg);
  }
  .w105-header .w105-header-nav ul > li.opened > a .arrow:after {
    transform: rotate(49deg);
  }
  .w105-header .w105-header-nav ul > li.opened > dl {
    display: block;
  }
  .w105-header .w105-header-nav-menu {
    float: none;
    padding-right: 0;
  }
  .w105-header .w105-header-nav-extra {
    float: none;
    padding-left: 0;
  }
  .w105-header .w105-header-nav-extra:after {
    display: none;
  }
  .w105-header .w105-header-nav-extra .w105-header-lang > a {
    display: none;
  }
  .w105-header .w105-header-nav-extra .w105-header-lang > dl {
    display: block;
    font-size: 0;
    -webkit-text-size-adjust: none;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 8px;
  }
  .w105-header .w105-header-nav-extra .w105-header-lang > dl > dd {
    display: inline-block;
    vertical-align: top;
  }
  .w105-header .w105-header-nav-extra .w105-header-lang > dl > dd > a {
    padding: 0 8px;
    font-size: 14px;
  }
  .w105-header .w105-header-nav-extra .w105-header-search {
    display: none;
  }
  .w105-header.fixed {
    position: sticky;
  }
  .w105-header.opened .w105-header-nav {
    display: block;
  }
  .w105-header.opened .w105-header-trigger > span:nth-child(1) {
    transform: rotate(45deg);
  }
  .w105-header.opened .w105-header-trigger > span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .w105-header.opened .w105-header-trigger > span:nth-child(3) {
    opacity: 0;
  }
}
@media screen and (min-width: 1201px) {
  .w105-header .w105-header-nav-menu > ul > li > dl {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(10px);
    transition: opacity .28s ease, transform .28s ease, visibility .28s;
  }
  .w105-header .w105-header-nav-menu > ul > li:hover > dl,
  .w105-header .w105-header-nav-menu > ul > li:focus-within > dl {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .w105-header .w105-header-nav ul > li dl dd > dl {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .w105-header .w105-header-nav ul > li dl dd:hover > dl,
  .w105-header .w105-header-nav ul > li dl dd:focus-within > dl {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
  /* bridge the 4px gap so hover isn't lost when moving to submenu */
  .w105-header .w105-header-nav ul > li dl dd > dl::after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
  }
  .w105-header .w105-header-nav ul > li:hover > a .arrow:before {
    transform: rotate(-49deg);
  }
  .w105-header .w105-header-nav ul > li:hover > a .arrow:after {
    transform: rotate(49deg);
  }
}

/*!- w105-header end -*/
/*!- w105-inner-backing begin -*/
.w105-inner-backing {
  background: whitesmoke;
}
.w105-inner-backing .w105-inner-backing-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 13%;
}
.w105-inner-backing .w105-inner-backing-wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.w105-inner-backing .w105-inner-backing-wrap > .w105-inner-backing-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/*!- w105-inner-backing end -*/
/*!- w105-crumb begin -*/
.w105-crumb {
  background: linear-gradient(180deg, #f7fbfc 0%, #eef7fb 100%);
  border-bottom: 1px solid rgba(85, 180, 212, 0.18);
}
.w105-crumb .w105-crumb-wrap {
  padding: 0;
}
.w105-crumb .w105-crumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 0;
  row-gap: 4px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
}
.w105-crumb .w105-crumb-list li,
.w105-crumb .w105-crumb-list .w105-crumb-item {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.45;
  color: #777777;
  margin: 0;
  padding: 0;
  max-width: 100%;
  white-space: normal;
}
.w105-crumb .w105-crumb-list .w105-crumb-item > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #555555;
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 3px;
  transition: color .25s ease, background-color .25s ease;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
}
.w105-crumb .w105-crumb-list .w105-crumb-item > span {
  display: inline;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
}
.w105-crumb .w105-crumb-list .w105-crumb-item:last-child {
  flex: 1 1 120px;
  min-width: 0;
}
.w105-crumb .w105-crumb-list .w105-crumb-item > a:hover {
  color: #55b4d4;
  background: rgba(85, 180, 212, 0.1);
}
.w105-crumb .w105-crumb-list .w105-crumb-home > a::before {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 1;
  color: #55b4d4;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.w105-crumb .w105-crumb-list .w105-crumb-sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 14px;
  margin: 0 2px;
  flex-shrink: 0;
  position: relative;
}
.w105-crumb .w105-crumb-list .w105-crumb-sep::before {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #a8c5d0;
  border-top: 1.5px solid #a8c5d0;
  transform: rotate(45deg);
}
.w105-crumb .w105-crumb-list .w105-crumb-item:last-child > a,
.w105-crumb .w105-crumb-list .w105-crumb-item:last-child > span {
  color: #55b4d4;
  font-weight: 600;
}
.w105-crumb .w105-crumb-list .w105-crumb-item:last-child > a {
  pointer-events: none;
}
.w105-crumb .w105-crumb-list .w105-crumb-item:last-child > a:hover {
  background: transparent;
}
@media screen and (max-width: 1200px) {
  .w105-crumb .w105-crumb-list {
    padding: 5px 0;
  }
  .w105-crumb .w105-crumb-list li,
  .w105-crumb .w105-crumb-list .w105-crumb-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .w105-crumb .w105-crumb-list {
    padding: 4px 0;
  }
}

/*!- w105-crumb end -*/
/*!- w105-page-header begin -*/
.w105-page-header {
  position: relative;
  text-align: center;
}
.w105-page-header .w105-page-header-title {
  font-size: 30px;
  color: #55b4d4;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  position: relative;
}
.w105-page-header .w105-page-header-title:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #d9d9d9;
  width: 90px;
  height: 2px;
  bottom: 0;
  display: block;
}
.w105-page-header i {
  display: inline-block;
  background-color: #55b4d4;
  width: 6px;
  height: 6px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 50%;
}
.w105-page-header i:before {
  position: absolute;
  right: -70px;
  top: 2px;
  width: 60px;
  height: 2px;
  background-color: #ddd;
  content: '';
}
.w105-page-header i:after {
  position: absolute;
  left: -70px;
  top: 2px;
  width: 60px;
  height: 2px;
  background-color: #ddd;
  content: '';
}
.w105-page-header .w105-page-header-desc {
  font-size: 16px;
  line-height: 1.576;
  color: #333333;
  margin-bottom: 32px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .w105-page-header .w105-page-header-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w105-page-header .w105-page-header-desc {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .w105-page-header .w105-page-header-title {
    font-size: 26px;
  }
  .w105-page-header .w105-page-header-desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .w105-page-header i {
    margin-bottom: 10px;
  }
}

/*!- w105-page-header end -*/
/*!- w105-pagination begin -*/
.w105-pagination .w105-pagination-wrap {
  display: flex;
  justify-content: center;
}
.w105-pagination .w105-pagination-wrap .w105-pagination-list > .center {
  text-align: center;
}
.w105-pagination .w105-pagination-wrap .w105-pagination-list a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  margin: 0 10px;
}
.w105-pagination .w105-pagination-wrap .w105-pagination-list a:hover {
  background: #55b4d4;
  color: #eef7fb;
}
@media screen and (max-width: 1200px) {
  .w105-pagination .w105-pagination-wrap {
    padding: 24px 0;
  }
  .w105-pagination .w105-pagination-item {
    line-height: 34px;
    padding: 0 12px;
    height: 36px;
    min-width: 36px;
  }
  .w105-pagination .w105-pagination-item.ellipsis {
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .w105-pagination .w105-pagination-wrap {
    padding: 16px 0;
  }
  .w105-pagination .w105-pagination-wrap .w105-pagination-list a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
    margin: 0px 5px;
  }
  .w105-pagination .w105-pagination-item {
    line-height: 30px;
    padding: 0 8px;
    height: 32px;
    min-width: 32px;
  }
  .w105-pagination .w105-pagination-item.ellipsis {
    line-height: 24px;
  }
}

/*!- w105-pagination end -*/
/*!- w105-inquiry begin -*/
.w105-inquiry .w105-inquiry-wrap {
  padding: 28px 28px 32px;
  background: linear-gradient(180deg, #f7fbfc 0%, #eef7fb 100%);
  border: 1px solid rgba(85, 180, 212, 0.22);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(26, 58, 74, 0.06);
  box-sizing: border-box;
}
.w105-inquiry .w105-inquiry-hd {
  margin-bottom: 20px;
}
.w105-inquiry .w105-inquiry-title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #333;
}
.w105-inquiry .w105-inquiry-alert {
  font-size: 14px;
  line-height: 1.55;
  border-left: 3px solid #55b4d4;
  color: #4a7a8a;
  background: rgba(85, 180, 212, 0.08);
  padding: 10px 14px;
  margin: 0 0 28px;
  border-radius: 0 6px 6px 0;
}
.w105-inquiry .xiaoyu-inquiry-form {
  margin: -20px 0 0 -20px;
}
.w105-inquiry .xiaoyu-inquiry-form:before, .w105-inquiry .xiaoyu-inquiry-form:after {
  display: table;
  content: "";
  width: 100%;
}
.w105-inquiry .xiaoyu-inquiry-form:after {
  clear: both;
}
.w105-inquiry .w105-inquiry-label {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 8px;
  color: #333333;
  font-weight: 600;
}
.w105-inquiry .w105-inquiry-label > em {
  color: #e85d5d;
  margin-right: 4px;
  font-style: normal;
}
.w105-inquiry .w105-inquiry-input {
  display: block;
  width: 100%;
  font-size: 14px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d5e3e9;
  border-radius: 8px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  outline: none;
  transition: border-color .25s, box-shadow .25s;
}
.w105-inquiry .w105-inquiry-input::placeholder {
  color: #9aadb6;
}
.w105-inquiry .w105-inquiry-input:hover {
  border-color: #55b4d4;
}
.w105-inquiry .w105-inquiry-input:focus {
  border-color: #55b4d4;
  box-shadow: 0 0 0 3px rgba(85, 180, 212, 0.18);
}
.w105-inquiry .w105-inquiry-textarea {
  display: block;
  outline: none;
  width: 100%;
  font-size: 14px;
  line-height: 1.55;
  min-height: 110px;
  padding: 12px 14px;
  transition: border-color .25s, box-shadow .25s;
  font-family: inherit;
  resize: vertical;
  border: 1px solid #d5e3e9;
  border-radius: 8px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
}
.w105-inquiry .w105-inquiry-textarea::placeholder {
  color: #9aadb6;
}
.w105-inquiry .w105-inquiry-textarea:hover {
  border-color: #55b4d4;
}
.w105-inquiry .w105-inquiry-textarea:focus {
  border-color: #55b4d4;
  box-shadow: 0 0 0 3px rgba(85, 180, 212, 0.18);
}
.w105-inquiry .w105-inquiry-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  border: 0;
  background-color: #55b4d4;
  color: #fff;
  min-width: 140px;
  height: 46px;
  padding: 0 28px;
  border-radius: 8px;
  transition: background-color .25s, box-shadow .25s, transform .25s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.w105-inquiry .w105-inquiry-button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
}
.w105-inquiry .w105-inquiry-button:hover {
  background-color: #3fa0c2;
  box-shadow: 0 8px 20px rgba(85, 180, 212, 0.35);
  transform: translateY(-1px);
}
.w105-inquiry .w105-inquiry-button.loading:before {
  -webkit-animation: w105-inquiry-button-submit 2s linear infinite;
  animation: w105-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%);
}
.w105-inquiry .w105-inquiry-button:disabled, .w105-inquiry .w105-inquiry-button.disabled {
  cursor: not-allowed;
  background-color: #77c3dd;
  box-shadow: none;
  transform: none;
}
.w105-inquiry .w105-inquiry-checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  margin-left: 8px;
}
.w105-inquiry .w105-inquiry-checkbox > span {
  display: block;
  position: relative;
  font-size: 14px;
  padding-left: 24px;
  line-height: 40px;
  cursor: pointer;
  color: #333333;
}
.w105-inquiry .w105-inquiry-checkbox > span:before, .w105-inquiry .w105-inquiry-checkbox > span:after {
  display: block;
  position: absolute;
  content: '';
  transition: all .5s;
}
.w105-inquiry .w105-inquiry-checkbox > span:before {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-top: -9px;
  border-radius: 3px;
}
.w105-inquiry .w105-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);
}
.w105-inquiry .w105-inquiry-checkbox > span a {
  color: #55b4d4;
}
.w105-inquiry .w105-inquiry-checkbox > input[type="checkbox"] {
  display: block;
  position: relative;
  vertical-align: middle;
  margin-right: 24px;
  width: 0;
  height: 0;
  cursor: pointer;
}
.w105-inquiry .w105-inquiry-checkbox > input[type="checkbox"]:checked + span:before {
  border-color: #55b4d4;
  background-color: #55b4d4;
}
.w105-inquiry .w105-inquiry-checkbox > input[type="checkbox"]:checked + span:after {
  border-color: #fff;
}
.w105-inquiry .w105-inquiry-checkbox > input[type="checkbox"]:checked:disabled + span:after {
  border-color: #bfbfbf;
}
.w105-inquiry .w105-inquiry-checkbox > input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
.w105-inquiry .w105-inquiry-checkbox > input[type="checkbox"]:disabled + span {
  color: #bfbfbf;
  cursor: not-allowed;
}
.w105-inquiry .w105-inquiry-checkbox > input[type="checkbox"]:disabled + span:before {
  border-color: #bfbfbf;
  background-color: whitesmoke;
}
.w105-inquiry .w105-inquiry-tips {
  display: none;
  position: absolute;
  left: 20px;
  font-size: 13px;
  line-height: 16px;
  color: #FE5050;
}
.w105-inquiry .w105-inquiry-form-item {
  float: left;
  width: 100%;
  padding: 12px 0 0 20px;
  position: relative;
  box-sizing: border-box;
}
.w105-inquiry .w105-inquiry-form-item.col-1-2 {
  width: 50%;
}
.w105-inquiry .w105-inquiry-form-item.col-1-3 {
  width: 33.3333%;
}
.w105-inquiry .w105-inquiry-form-item.error .w105-inquiry-input {
  border-color: #FE5050;
}
.w105-inquiry .w105-inquiry-form-item.error .w105-inquiry-textarea {
  border-color: #FE5050;
}
.w105-inquiry .w105-inquiry-form-item.error .w105-inquiry-tips {
  display: block;
}
/* Contact sidebar */
.w105-inquiry-sidebar .w105-inquiry-wrap {
  position: sticky;
  top: 88px;
}
.w105-inquiry-sidebar .w105-inquiry-button {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .w105-inquiry .w105-inquiry-wrap {
    padding: 22px;
  }
  .w105-inquiry .w105-inquiry-title {
    font-size: 20px;
  }
  .w105-inquiry .w105-inquiry-alert {
    padding: 8px 12px;
    margin-bottom: 22px;
  }
  .w105-inquiry .xiaoyu-inquiry-form {
    margin: -16px 0 0 -16px;
    padding-bottom: 8px;
  }
  .w105-inquiry .w105-inquiry-input {
    height: 40px;
    padding: 0 12px;
  }
  .w105-inquiry .w105-inquiry-textarea {
    padding: 10px 12px;
  }
  .w105-inquiry .w105-inquiry-button {
    height: 42px;
    padding: 0 20px;
  }
  .w105-inquiry .w105-inquiry-tips {
    left: 16px;
  }
  .w105-inquiry .w105-inquiry-form-item {
    padding: 12px 0 0 16px;
  }
  .w105-inquiry-sidebar .w105-inquiry-wrap {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .w105-inquiry .w105-inquiry-wrap {
    padding: 16px;
    border-radius: 10px;
  }
  .w105-inquiry .w105-inquiry-title {
    font-size: 18px;
  }
  .w105-inquiry .w105-inquiry-alert {
    font-size: 13px;
    padding: 8px 10px;
    margin-bottom: 18px;
  }
  .w105-inquiry .xiaoyu-inquiry-form {
    margin: -12px 0 0 -12px;
    padding-bottom: 4px;
  }
  .w105-inquiry .w105-inquiry-input {
    font-size: 14px;
    height: 40px;
    padding: 0 12px;
  }
  .w105-inquiry .w105-inquiry-textarea {
    font-size: 14px;
    padding: 10px 12px;
  }
  .w105-inquiry .w105-inquiry-button {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }
  .w105-inquiry .w105-inquiry-tips {
    left: 12px;
  }
  .w105-inquiry .w105-inquiry-form-item {
    padding: 12px 0 0 12px;
  }
  .w105-inquiry .w105-inquiry-form-item.col-1-2 {
    width: 100%;
  }
  .w105-inquiry .w105-inquiry-form-item.col-1-3 {
    width: 100%;
  }
}

@-webkit-keyframes w105-inquiry-button-submit {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@keyframes w105-inquiry-button-submit {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
/*!- w105-inquiry end -*/
/*!- w105-footer begin -*/
.w105-footer {
  position: relative;
  background-color: #eef7fb;
  background-image: linear-gradient(180deg, #f5fafc 0%, #eef7fb 48%, #e8f3f8 100%);
  padding: 48px 0 0;
  margin-top: 0;
}
.w105-footer .w105-footer-wrap {
  padding-bottom: 0;
}
.w105-footer .w105-footer-content > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.w105-footer .w105-footer-content > ul:before,
.w105-footer .w105-footer-content > ul:after {
  display: none;
}
.w105-footer .w105-footer-content > ul > li {
  display: block;
  float: none;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  padding: 8px 28px 36px 0;
  box-sizing: border-box;
}
.w105-footer .w105-footer-content > ul > li.w105-footer-contact-col {
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  padding-right: 0;
  padding-left: 0;
}
.w105-footer .w105-footer-content > ul > li.w105-footer-qrcode-col {
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  padding-right: 0;
  padding-left: 0;
}
.w105-footer .w105-footer-content dl {
  margin: 0;
}
.w105-footer .w105-footer-content dl > dd {
  display: block;
  margin: 0 0 10px;
}
.w105-footer .w105-footer-content .w105-footer-qrcode {
  display: block;
  width: 150px;
  height: 150px;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(85, 180, 212, 0.3);
  border-radius: 8px;
  box-sizing: border-box;
}
.w105-footer .w105-footer-content .w105-footer-qrcode > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.w105-footer .w105-footer-content .w105-footer-label.w105-footer-col-title,
.w105-footer .w105-footer-content .w105-footer-col-title {
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333333;
  padding-bottom: 8px;
  margin-bottom: 14px;
  border-bottom: none;
  transition: color .3s ease;
}
.w105-footer .w105-footer-content .w105-footer-label.w105-footer-col-title::after,
.w105-footer .w105-footer-content .w105-footer-col-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #55b4d4;
  border-radius: 1px;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform .35s cubic-bezier(.22, .61, .36, 1), background-color .3s ease;
}
.w105-footer .w105-footer-content .w105-footer-col-title > a {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, letter-spacing .3s ease;
}
.w105-footer .w105-footer-content dl > dd:hover .w105-footer-col-title,
.w105-footer .w105-footer-content .w105-footer-col-title:hover,
.w105-footer .w105-footer-content .w105-footer-col-title:has(> a:hover) {
  color: #55b4d4;
}
.w105-footer .w105-footer-content dl > dd:hover .w105-footer-col-title::after,
.w105-footer .w105-footer-content .w105-footer-col-title:hover::after,
.w105-footer .w105-footer-content .w105-footer-col-title:has(> a:hover)::after {
  transform: scaleX(1.35);
  background-color: #3fa0c2;
}
.w105-footer .w105-footer-content .w105-footer-col-title > a:hover {
  color: #55b4d4;
  letter-spacing: 0.12em;
}
.w105-footer .w105-footer-content .w105-footer-col-link {
  display: block;
}
.w105-footer .w105-footer-content .w105-footer-col-link > a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  text-decoration: none;
  padding: 2px 0;
  transition: color .25s, transform .25s;
}
.w105-footer .w105-footer-content .w105-footer-col-link > a:hover {
  color: #55b4d4;
  transform: translateX(3px);
}
.w105-footer .w105-footer-content .w105-footer-with-icon {
  position: relative;
  padding-left: 52px;
  min-height: 40px;
  margin-bottom: 18px;
}
.w105-footer .w105-footer-content .w105-footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  color: #55b4d4;
  background: rgba(85, 180, 212, 0.12);
  border-radius: 50%;
  transition: background-color .25s, color .25s;
}
.w105-footer .w105-footer-content .w105-footer-with-icon:hover .w105-footer-icon {
  background: #55b4d4;
  color: #fff;
}
.w105-footer .w105-footer-content .w105-footer-icon > i {
  font-size: inherit;
}
.w105-footer .w105-footer-content .w105-footer-label {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color .25s;
  color: #333333;
  margin-bottom: 2px;
}
.w105-footer .w105-footer-content .w105-footer-with-icon .w105-footer-label:hover {
  color: #55b4d4;
}
.w105-footer .w105-footer-content .w105-footer-value {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  transition: color .25s;
  color: #555555;
}
.w105-footer .w105-footer-content .w105-footer-value > a {
  color: inherit;
  text-decoration: none;
  transition: color .25s;
}
.w105-footer .w105-footer-content .w105-footer-value > a:hover {
  color: #55b4d4;
}
.w105-footer .w105-footer-content .w105-footer-icons-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  padding-top: 4px;
  font-size: 0;
}
.w105-footer .w105-footer-content .w105-footer-icons-group > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(85, 180, 212, 0.35);
  background: #fff;
  color: #55b4d4;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition: color .25s, border-color .25s, background-color .25s, transform .25s;
}
.w105-footer .w105-footer-content .w105-footer-icons-group > a > i {
  font-size: 14px;
  line-height: 1;
}
.w105-footer .w105-footer-content .w105-footer-icons-group > a .w105-icon-x,
.w105-footer .w105-footer-content .w105-footer-icons-group > a .w105-icon-svg {
  width: 13px;
  height: 13px;
  display: block;
}
.w105-footer .w105-footer-content .w105-footer-icons-group > a:hover,
.w105-footer .w105-footer-content .w105-footer-icons-group > a.w105-footer-share-btn:hover {
  color: #fff;
  border-color: #55b4d4;
  background: #55b4d4;
  transform: translateY(-2px);
}
.w105-footer .w105-footer-extra {
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
  color: #666666;
  overflow: visible;
  margin: 0;
  padding: 18px 8px 22px;
  border-top: 1px solid rgba(85, 180, 212, 0.28);
}
.w105-footer .w105-footer-extra > span {
  display: block;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .w105-footer {
    padding-top: 36px;
  }
  .w105-footer .w105-footer-content > ul > li {
    flex: 1 1 45%;
    max-width: 50%;
    padding: 8px 16px 28px 0;
  }
  .w105-footer .w105-footer-content > ul > li.w105-footer-contact-col,
  .w105-footer .w105-footer-content > ul > li.w105-footer-qrcode-col {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 8px;
  }
  .w105-footer .w105-footer-content .w105-footer-with-icon {
    padding-left: 48px;
  }
  .w105-footer .w105-footer-content .w105-footer-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .w105-footer .w105-footer-content .w105-footer-icons-group {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .w105-footer {
    padding: 28px 0 0;
  }
  .w105-footer .w105-footer-content > ul > li {
    width: 100%;
    padding: 0 0 8px;
    display: none;
  }
  .w105-footer .w105-footer-content > ul > li.w105-footer-contact-col,
  .w105-footer .w105-footer-content > ul > li.w105-footer-qrcode-col,
  .w105-footer .w105-footer-content > ul > li:last-child {
    display: block;
  }
  .w105-footer .w105-footer-content > ul > li.w105-footer-contact-col,
  .w105-footer .w105-footer-content > ul > li.w105-footer-qrcode-col {
    padding-left: 0;
  }
  .w105-footer .w105-footer-extra {
    font-size: 12px;
    padding: 14px 4px 20px;
    line-height: 1.7;
  }
}

/*!- w105-footer end -*/
/*!- w105-sidebar begin -*/
.w105-sidebar .w105-sidebar-wrap {
  display: block;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.w105-sidebar .w105-sidebar-list {
  display: block;
  background-color: transparent;
}
.w105-sidebar .w105-sidebar-trigger {
  display: block;
  line-height: 1;
  height: 50px;
  padding: 13px 13px;
  text-align: center;
  color: #fff;
}
.w105-sidebar .w105-sidebar-trigger > i {
  font-size: 24px;
}
.w105-sidebar .w105-sidebar-trigger > span {
  display: none;
  font-size: 0;
}
.w105-sidebar .w105-sidebar-popover {
  display: none;
  position: absolute;
  top: 5px;
  right: 100%;
  padding-right: 8px;
}
.w105-sidebar .w105-sidebar-popover:before, .w105-sidebar .w105-sidebar-popover:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateY(-50%);
}
.w105-sidebar .w105-sidebar-popover:before {
  top: 20px;
  right: 0;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #d9d9d9;
}
.w105-sidebar .w105-sidebar-popover:after {
  top: 20px;
  right: 2px;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #fff;
}
.w105-sidebar .w105-sidebar-popover-content {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  min-width: 120px;
  min-height: 40px;
}
.w105-sidebar .w105-sidebar-popover-text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding: 10px 16px;
  white-space: nowrap;
  text-align: center;
}
.w105-sidebar .w105-sidebar-popover-image {
  display: block;
  width: 128px;
  height: auto;
}
.w105-sidebar .w105-sidebar-popover-list {
  display: block;
}
.w105-sidebar .w105-sidebar-popover-item {
  display: block;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  word-break: break-word;
}
.w105-sidebar .w105-sidebar-popover-item > a {
  display: block;
  padding: 0 16px;
  background-color: #fff;
  color: #333333;
  transition: all .5s;
}
.w105-sidebar .w105-sidebar-popover-item i {
  font-size: 20px;
  vertical-align: middle;
}
.w105-sidebar .w105-sidebar-popover-item:hover > a {
  color: #55b4d4;
  background-color: #eef8fb;
}
.w105-sidebar .w105-sidebar-item {
  display: block;
  position: relative;
  background-color: #55b4d4;
}
.w105-sidebar .w105-sidebar-item.back-to-home, .w105-sidebar .w105-sidebar-item.back-to-top, .w105-sidebar .w105-sidebar-item.search-more {
  display: none;
}
.w105-sidebar .w105-sidebar-item:hover {
  background-color: #4490aa;
}
.w105-sidebar .w105-sidebar-item:hover .w105-sidebar-trigger {
  color: #fff;
}
.w105-sidebar .w105-sidebar-item:hover .w105-sidebar-popover {
  display: block;
}
.w105-sidebar.scrolled .w105-sidebar-item.back-to-top {
  display: block;
}
@media screen and (max-width: 768px) {
  .w105-sidebar {
    height: 60px;
  }
  .w105-sidebar .w105-sidebar-wrap {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
  .w105-sidebar .w105-sidebar-list {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
  }
  .w105-sidebar .w105-sidebar-trigger {
    height: 60px;
    color: #333333;
    padding: 10px 16px;
  }
  .w105-sidebar .w105-sidebar-trigger > i {
    font-size: 24px;
  }
  .w105-sidebar .w105-sidebar-trigger > span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
  }
  .w105-sidebar .w105-sidebar-popover {
    top: auto;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%);
    padding-right: 0;
    padding-bottom: 8px;
  }
  .w105-sidebar .w105-sidebar-popover:before, .w105-sidebar .w105-sidebar-popover:after {
    top: auto;
    right: 50%;
    transform: translateX(50%) translateY(0);
  }
  .w105-sidebar .w105-sidebar-popover:before {
    bottom: 0;
    border-width: 8px 8px 0 8px;
    border-color: #f0f0f0 transparent transparent transparent;
  }
  .w105-sidebar .w105-sidebar-popover:after {
    bottom: 2px;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
  }
  .w105-sidebar .w105-sidebar-popover-content {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    min-height: 40px;
  }
  .w105-sidebar .w105-sidebar-popover-text {
    padding: 10px 16px;
  }
  .w105-sidebar .w105-sidebar-popover-item {
    line-height: 40px;
  }
  .w105-sidebar .w105-sidebar-popover-item > a {
    background-color: #fff;
    color: #333333;
  }
  .w105-sidebar .w105-sidebar-popover-item:hover > a {
    color: #55b4d4;
    background-color: #f2f2f2;
  }
  .w105-sidebar .w105-sidebar-item {
    background-color: transparent;
  }
  .w105-sidebar .w105-sidebar-item.back-to-home, .w105-sidebar .w105-sidebar-item.search-more {
    display: block;
  }
  .w105-sidebar .w105-sidebar-item:hover {
    background-color: transparent;
  }
  .w105-sidebar .w105-sidebar-item:hover .w105-sidebar-trigger {
    color: #55b4d4;
  }
  .w105-sidebar.scrolled .w105-sidebar-item.back-to-top {
    display: none;
  }
}

/*!- w105-sidebar end -*/
/*!- w105-search -*/
.w105-search {
  display: none;
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w105-search .w105-search-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 35vh;
}
.w105-search .w105-search-content {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.w105-search .w105-search-bar {
  position: relative;
  width: 100%;
  padding: 0 72px 0 16px;
  background-color: #fff;
}
.w105-search .w105-search-bar > input {
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  outline: 0;
}
.w105-search .w105-search-bar > button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  background-color: #f7868f;
  border: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  transition: background-color .5s;
  font-size: 24px;
}
.w105-search .w105-search-bar > button > i {
  font-size: inherit;
}
.w105-search .w105-search-bar > button:hover {
  background-color: #de7981;
}
.w105-search .w105-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);
}
.w105-search .w105-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;
}
.w105-search .w105-search-close > i {
  font-size: inherit;
}
.w105-search .w105-search-close:hover {
  color: #f7868f;
}
@media screen and (max-width: 1200px) {
  .w105-search .w105-search-bar {
    padding: 0 64px 0 12px;
  }
  .w105-search .w105-search-bar > input {
    height: 40px;
    font-size: 14px;
  }
  .w105-search .w105-search-bar > button {
    width: 50px;
    height: 40px;
    font-size: 20px;
  }
  .w105-search .w105-search-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
  }
}
.w105-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;
  }
}
/*!- w105-search -*/
/*!- w105-banner begin -*/
.w105-banner {
  /*
.w105-banner-mask{
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: $banner-mask-background-color;
}
.w105-banner-info{
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 35vh;
  text-align: $banner-info-text-align;
  .w105-banner-info-title{
    font-size: $banner-lg-title-font-size;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 0;
    color: $banner-title-color;
  }
  .w105-banner-info-desc{
    font-size: $banner-lg-desc-font-size;
    line-height: 1.3;
    font-weight: 400;
    color: $banner-desc-color;
  }
  .w105-banner-info-button{
    display: inline-block;
    line-height: 40px;
    padding: 0 24px;
    font-size: 16px;
    margin-top: 5vh;
    color: $banner-button-text-color;
    background-color: $banner-button-background-color;
    transition: all .5s;
    &:hover{
      background-color: $banner-button-background-color-hover;
    }
  }
}
 */
}
.w105-banner .w105-banner-wrap {
  position: relative;
}
.w105-banner .w105-banner-wrap.banner-h5, .w105-banner .w105-banner-wrap:nth-child(2) {
  display: none;
}
.w105-banner .w105-banner-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 40%;
}
.w105-banner .w105-banner-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.w105-banner .w105-banner-cover > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.w105-banner .w105-banner-pagination {
  position: absolute;
  z-index: 2;
  bottom: 3%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(26, 58, 74, 0.28);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.w105-banner .w105-banner-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 8px;
  border-radius: 4px;
  opacity: 1;
  margin: 0 5px;
  overflow: hidden;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 1px rgba(26, 58, 74, 0.35), 0 2px 6px rgba(0, 0, 0, 0.28);
  transition: background-color .25s ease, box-shadow .25s ease, width .25s ease;
}
.w105-banner .w105-banner-pagination .swiper-pagination-bullet:after {
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-color: #55b4d4;
  border-radius: 4px;
}
.w105-banner .w105-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 1px #55b4d4, 0 2px 10px rgba(85, 180, 212, 0.55);
}
.w105-banner .w105-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;
}
.w105-banner .swiper-slide.swiper-slide-active .w105-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) {
  .w105-banner .w105-banner-item {
    padding-bottom: 47%;
  }
  .w105-banner .w105-banner-info {
    padding-top: 30vh;
  }
  .w105-banner .w105-banner-info .w105-banner-info-title {
    font-size: 46px;
    line-height: 1.5;
    margin-top: 16px;
  }
  .w105-banner .w105-banner-info .w105-banner-info-desc {
    font-size: 18px;
  }
  .w105-banner .w105-banner-info .w105-banner-info-button {
    line-height: 36px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .w105-banner.has-mobile .w105-banner-wrap.banner-pc, .w105-banner.has-mobile .w105-banner-wrap:nth-child(1) {
    display: none;
  }
  .w105-banner.has-mobile .w105-banner-wrap.banner-h5, .w105-banner.has-mobile .w105-banner-wrap:nth-child(2) {
    display: block;
  }
  .w105-banner .w105-banner-item {
    height: 0;
    padding-bottom: 50%;
  }
  .w105-banner .w105-banner-cover {
    width: 100%;
    height: 100%;
  }
  .w105-banner .w105-banner-info {
    padding-top: 7%;
  }
  .w105-banner .w105-banner-info .w105-banner-info-title {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 16px;
  }
  .w105-banner .w105-banner-info .w105-banner-info-desc {
    font-size: 16px;
  }
  .w105-banner .w105-banner-info .w105-banner-info-button {
    line-height: 28px;
    padding: 0 16px;
    margin-top: 16px;
    font-size: 12px;
  }
  .w105-banner .w105-banner-pagination {
    bottom: 16px;
    padding: 5px 8px;
  }
  .w105-banner .w105-banner-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    margin: 0 4px;
  }
  .w105-banner .w105-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}

@-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;
  }
}
/*!- w105-banner end -*/
/*!- w105-section begin -*/
.w105-about .w105-about-wrap {
  display: flex;
  align-items: stretch;
}
.w105-about .w105-about-cover {
  width: 50%;
}
.w105-about .w105-about-cover .wrap {
  max-width: 720px;
  margin-left: auto;
  padding: 0 20px 0 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.w105-about .w105-about-cover .wrap a,
.w105-about .w105-about-cover .wrap > .wrap-cover {
  display: block;
  position: relative;
}
.w105-about .w105-about-cover .wrap a {
  padding-right: 5%;
  padding-bottom: 5%;
}
.w105-about .w105-about-cover .wrap a .wrap-cover,
.w105-about .w105-about-cover .wrap > .wrap-cover {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #e8f3f8;
}
.w105-about .w105-about-cover .wrap a .wrap-cover img,
.w105-about .w105-about-cover .wrap > .wrap-cover img {
  max-width: 100%;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.w105-about .w105-about-cover .wrap a:hover .wrap-cover img,
.w105-about .w105-about-cover .wrap:hover > .wrap-cover img {
  transform: scale(1.06);
}
.w105-about .w105-about-cover .wrap:after {
  position: absolute;
  content: "";
  width: 92%;
  height: 88%;
  background: #55b4d4;
  bottom: 0;
  left: 8%;
  z-index: -1;
  border-radius: 4px;
}
.w105-about .w105-about-intro {
  width: 50%;
  background: linear-gradient(165deg, #f5fafc 0%, #eef7fb 55%, #e6f2f7 100%);
}
.w105-about .w105-about-intro .wrap {
  max-width: 720px;
  margin-right: auto;
  padding: 48px 40px 48px 48px;
  box-sizing: border-box;
}
.w105-about .w105-about-intro .wrap h3 {
  font-size: 28px;
  color: #1a3a4a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-bottom: 16px;
  margin: 0 0 22px;
  position: relative;
  font-weight: 700;
}
.w105-about .w105-about-intro .wrap h3:after {
  position: absolute;
  display: block;
  content: "";
  width: 64px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #55b4d4, #7ec8e0);
  border-radius: 2px;
}
.w105-about .w105-about-text {
  position: relative;
  max-height: 16.2em;
  overflow: hidden;
  mask-image: linear-gradient(180deg, #000 72%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 72%, transparent 100%);
}
.w105-about .w105-about-text,
.w105-about .w105-about-text p,
.w105-about .w105-about-intro .wrap > p {
  font-size: 15px !important;
  line-height: 1.85 !important;
  color: #4a5c66 !important;
  font-family: inherit !important;
  background: transparent !important;
  white-space: normal !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  list-style: none !important;
  box-sizing: border-box !important;
}
.w105-about .w105-about-text > *:last-child,
.w105-about .w105-about-intro .wrap > p:last-child {
  margin-bottom: 0 !important;
}
.w105-about .w105-about-text > p:first-of-type {
  color: #344851 !important;
  font-size: 15.5px !important;
}
.w105-about .w105-about-text img,
.w105-about .w105-about-intro .wrap > p > img,
.w105-about .w105-about-intro .wrap img {
  display: none !important;
}
.w105-about .w105-about-text p:has(> img:only-child),
.w105-about .w105-about-text p:has(> br:only-child),
.w105-about .w105-about-intro .wrap > p:has(> img:only-child),
.w105-about .w105-about-intro .wrap > p:has(> br:only-child) {
  display: none !important;
}
.w105-about .intro-action {
  text-align: left;
  margin-top: 28px;
}
.w105-about .intro-action a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 26px 0 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: #55b4d4;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(85, 180, 212, 0.28);
  transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.w105-about .intro-action a::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 2px;
  transition: transform .25s ease;
}
.w105-about .intro-action a:hover {
  background: #3fa0c2;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(85, 180, 212, 0.36);
}
.w105-about .intro-action a:hover::after {
  transform: rotate(45deg) translate(2px, -2px);
}
@media screen and (max-width: 1200px) {
  .w105-about .w105-about-wrap {
    display: block;
  }
  .w105-about .w105-about-cover {
    width: 100%;
  }
  .w105-about .w105-about-cover .wrap {
    margin: 0 auto;
  }
  .w105-about .w105-about-intro {
    width: 100%;
  }
  .w105-about .w105-about-intro .wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 36px 28px;
  }
  .w105-about .w105-about-intro .wrap .w105-meta .w105-meta-wrap ul li {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .w105-about .w105-about-wrap {
    flex-wrap: wrap;
    padding: 16px 0;
  }
  .w105-about .w105-about-wrap .intro-action {
    text-align: center;
  }
  .w105-about .w105-about-intro {
    width: 100%;
    background: linear-gradient(165deg, #f5fafc 0%, #eef7fb 100%);
  }
  .w105-about .w105-about-intro .wrap {
    max-width: none;
    padding: 24px 16px;
  }
  .w105-about .w105-about-intro .wrap h3 {
    font-size: 22px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    text-align: left;
  }
  .w105-about .w105-about-intro .wrap h3:after {
    display: block;
    left: 0;
    right: auto;
    margin: 0;
  }
  .w105-about .w105-about-intro .wrap > p,
  .w105-about .w105-about-text,
  .w105-about .w105-about-text p {
    font-size: 14px !important;
    line-height: 1.75 !important;
    margin-bottom: 12px !important;
  }
  .w105-about .w105-about-text {
    max-height: 14.5em;
  }
  .w105-about .intro-action {
    margin-top: 22px;
    text-align: center;
  }
  .w105-about .intro-action a {
    height: 42px;
    padding: 0 22px 0 20px;
    font-size: 13px;
  }
  .w105-about .w105-about-intro .wrap .about-intro-action {
    text-align: center;
  }
  .w105-about .w105-about-cover {
    width: 100%;
    order: 2;
  }
  .w105-about .w105-about-cover .video .video-mask .w105-iconfont {
    font-size: 32px;
  }
  .w105-about .w105-about-cover .wrap:after {
    width: 87%;
  }
}

.intro-action {
  text-align: left;
  margin-top: 20px;
}
.intro-action a {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0 28px;
  color: #fff;
  display: inline-block;
  background: #55b4d4;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(85, 180, 212, 0.28);
  transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.intro-action a:hover {
  background: #3fa0c2;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(85, 180, 212, 0.36);
}

/*!- w105-section end -*/
/*!- w105-trade begin -*/
.w105-trade {
  background: linear-gradient(145deg, #4aa9c9 0%, #55b4d4 42%, #3fa0c2 100%);
  padding: 72px 0 68px;
  position: relative;
  overflow: hidden;
}
.w105-trade::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.w105-trade::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -40px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}
.w105-trade .w105-trade-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.w105-trade .w105-trade-wrap .w105-trade-title {
  margin-bottom: 40px;
  text-align: center;
}
.w105-trade .w105-trade-wrap h3 {
  font-size: 32px;
  color: #fff;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-bottom: 16px;
}
.w105-trade .w105-trade-wrap h3:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  width: 56px;
  height: 3px;
  border-radius: 2px;
  display: block;
}
.w105-trade .w105-trade-list {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.w105-trade .w105-trade-item {
  width: 33.33%;
  flex: 1 1 0;
  min-width: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 36px rgba(26, 58, 74, 0.16);
  transition: transform .3s ease, box-shadow .3s ease;
}
.w105-trade .w105-trade-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(26, 58, 74, 0.22);
}
.w105-trade .w105-trade-item .cover {
  display: block;
  position: relative;
  padding-bottom: 72%;
  width: 100%;
  height: 0;
  background: #e8eef1;
}
.w105-trade .w105-trade-item .cover .cover-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.w105-trade .w105-trade-item .cover .cover-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .5s ease;
}
.w105-trade .w105-trade-item .intro {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 72%;
  position: relative;
  background: #fff;
  transition: background-color .3s;
}
.w105-trade .w105-trade-item .intro .intro-wrap {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  padding: 28px 26px;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
}
.w105-trade .w105-trade-item .intro .intro-wrap h4 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #1a3a4a;
  padding-bottom: 12px;
  position: relative;
  transition: color .25s ease;
}
.w105-trade .w105-trade-item .intro .intro-wrap h4:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 2px;
  margin-left: -18px;
  background: #55b4d4;
  border-radius: 1px;
}
.w105-trade .w105-trade-item .intro .intro-wrap p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #5a6b74;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.w105-trade .w105-trade-item a.wrap,
.w105-trade .w105-trade-item a {
  display: flex;
  flex-flow: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.w105-trade .w105-trade-item a:hover .cover .cover-wrap img {
  transform: scale(1.08);
}
.w105-trade .w105-trade-item a:hover .intro .intro-wrap h4 {
  color: #55b4d4;
}
.w105-trade .w105-trade-item:nth-child(even) .cover {
  order: 2;
}
.w105-trade.act {
  background: none;
  padding: 0;
}
.w105-trade.act::before,
.w105-trade.act::after {
  display: none;
}
.w105-trade.act .w105-trade-wrap .w105-trade-title h3 {
  color: #55b4d4;
}
.w105-trade.act .w105-trade-wrap .w105-trade-title h3:after {
  background: #55b4d4;
}
.w105-trade.act .w105-trade-item .intro .intro-wrap {
  background: #eef7fb;
}

@media screen and (max-width: 1200px) {
  .w105-trade {
    padding: 56px 0;
  }
  .w105-trade .w105-trade-wrap {
    padding: 0 20px;
  }
  .w105-trade .w105-trade-list {
    gap: 14px;
  }
  .w105-trade .w105-trade-item .intro .intro-wrap {
    padding: 20px 16px;
  }
  .w105-trade .w105-trade-item .intro .intro-wrap p {
    line-height: 1.55;
    font-size: 14px;
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 768px) {
  .w105-trade {
    padding: 40px 0 36px;
    overflow-x: hidden;
  }
  .w105-trade .w105-trade-wrap {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .w105-trade .w105-trade-wrap .w105-trade-title {
    margin-bottom: 24px;
    padding: 0;
  }
  .w105-trade .w105-trade-wrap h3 {
    font-size: 24px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .w105-trade .w105-trade-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow: visible;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: auto;
  }
  .w105-trade .w105-trade-item {
    width: 100%;
    flex: none;
    margin-right: 0;
    border-radius: 12px;
  }
  .w105-trade .w105-trade-item:last-child {
    margin-right: 0;
  }
  .w105-trade .w105-trade-item .cover,
  .w105-trade .w105-trade-item:nth-child(even) .cover {
    order: 0;
  }
  .w105-trade .w105-trade-item .intro {
    order: 1;
  }
  .w105-trade .w105-trade-item .intro .intro-wrap h4 {
    font-size: 16px;
  }
  .w105-trade .w105-trade-item .intro .intro-wrap p {
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 4;
  }
}
/*!- w105-trade end -*/
/*!- w105-section begin -*/
.w105-product {
  position: relative;
  background: #fff;
  padding: 28px 0 20px;
}
.w105-product .w105-product-wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.w105-product .w105-product-wrap .w105-product-title {
  position: relative;
  z-index: 2;
  top: auto;
  left: auto;
  right: auto;
  display: block;
  margin: 0 0 28px;
  text-align: center;
}
.w105-product .w105-product-wrap .w105-product-title h3 {
  max-width: none;
  margin: 0 auto;
  padding: 0 0 14px;
  font-size: 32px;
  color: #1a3a4a;
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}
.w105-product .w105-product-wrap .w105-product-title h3:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 3px;
  margin-left: -28px;
  border-radius: 2px;
  background: #55b4d4;
}
.w105-product .w105-product-wrap .w105-product-more {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: inline-block;
  margin: 0;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #55b4d4;
  transition: color .2s ease;
}
.w105-product .w105-product-wrap .w105-product-more:hover {
  color: #3fa0c2;
}
.w105-product .w105-product-wrap .product-swiper {
  padding: 0 0 48px;
}
.w105-product .w105-product-wrap .w105-product-swiper {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(26, 58, 74, 0.1);
  border: 1px solid #e8eef1;
  background: #fff;
}
.w105-product .w105-product-wrap .w105-product-item {
  display: flex;
  align-items: stretch;
  min-height: 0;
  background: #fff;
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-cover {
  width: 52%;
  order: 2;
  flex: auto;
  -webkit-flex: auto;
  padding: 0;
  background: #fff;
  min-width: 0;
  display: flex;
  align-items: center;
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-cover .wui-media {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  min-height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-cover .wui-media .wui-media-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-cover .wui-media .wui-media-wrap img {
  border: 0;
  background: #fff;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  box-sizing: border-box;
  transition: transform .5s ease;
}
.w105-product .w105-product-wrap .w105-product-item:hover .w105-product-cover .wui-media .wui-media-wrap img {
  transform: scale(1.04);
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-intro {
  width: 48%;
  order: 1;
  flex: auto;
  -webkit-flex: auto;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, #f7fbfc 0%, #eef7fb 55%, #e6f3f8 100%);
  border-right: 1px solid #e4eef3;
  min-width: 0;
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-intro .w105-product-intro-wrap {
  max-width: 560px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 48px 40px 48px 48px;
  box-sizing: border-box;
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-intro .w105-product-intro-wrap .w105-product-intro-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #1a3a4a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  margin: 0 0 16px;
  padding: 0 0 14px;
  position: relative;
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-intro .w105-product-intro-wrap .w105-product-intro-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: #55b4d4;
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-intro .w105-product-intro-wrap .w105-product-intro-desc {
  line-height: 1.75;
  color: #556872;
  padding: 0;
  font-size: 15px;
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-intro .w105-product-intro-wrap .w105-product-intro-desc p {
  margin: 0 0 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-intro .intro-action {
  margin-top: 8px;
  text-align: left;
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-intro .intro-action a {
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 8px;
  background: #55b4d4;
  box-shadow: 0 8px 20px rgba(85, 180, 212, 0.28);
}
.w105-product .w105-product-wrap .w105-product-item .w105-product-intro .intro-action a:hover {
  background: #3fa0c2;
}
.w105-product .swiper-control {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  left: 0;
  right: 0;
  margin-bottom: 0;
}
.w105-product .swiper-control .swiper-control-wrap {
  max-width: 1440px;
  margin: 0 auto;
  text-align: left;
  padding-left: 72px;
}
.w105-product .swiper-control .swiper-control-wrap .swiper-button-prev,
.w105-product .swiper-control .swiper-control-wrap .swiper-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: static;
  margin: 0 6px 0 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  background: #fff;
  color: #55b4d4;
  border: 1px solid rgba(85, 180, 212, 0.35);
  box-shadow: 0 4px 12px rgba(26, 58, 74, 0.08);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.w105-product .swiper-control .swiper-control-wrap .swiper-button-prev:hover,
.w105-product .swiper-control .swiper-control-wrap .swiper-button-next:hover {
  background: #55b4d4;
  color: #fff;
  border-color: #55b4d4;
}
.w105-product .swiper-control .swiper-control-wrap .swiper-button-prev:after,
.w105-product .swiper-control .swiper-control-wrap .swiper-button-next:after {
  font-size: 14px;
}
.w105-product .swiper-control .swiper-control-wrap .swiper-pagination {
  position: static;
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
  width: auto;
  padding: 0 10px;
}
.w105-product .swiper-control .swiper-pagination-bullet {
  background: rgba(85, 180, 212, 0.35);
  opacity: 1;
}
.w105-product .swiper-control .swiper-pagination-bullet-active {
  background: #55b4d4;
}
@media screen and (max-width: 1200px) {
  .w105-product .w105-product-wrap {
    padding: 0 16px;
  }
  .w105-product .w105-product-wrap .w105-product-item .w105-product-intro .w105-product-intro-wrap {
    padding: 36px 28px;
  }
  .w105-product .w105-product-wrap .w105-product-item .w105-product-intro .w105-product-intro-wrap .w105-product-intro-title {
    font-size: 20px;
  }
  .w105-product .swiper-control .swiper-control-wrap {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .w105-product {
    padding: 16px 0 8px;
  }
  .w105-product .w105-product-wrap {
    padding: 0 12px;
  }
  .w105-product .w105-product-wrap .w105-product-title {
    font-size: 26px;
    text-align: center;
    position: relative;
    top: 0;
    margin-bottom: 18px;
    padding-bottom: 28px;
  }
  .w105-product .w105-product-wrap .w105-product-title h3 {
    font-size: 24px;
    text-align: center;
    padding-left: 0;
  }
  .w105-product .w105-product-wrap .w105-product-title h3:after {
    left: 50%;
    margin-left: -28px;
    transform: none;
    -webkit-transform: none;
  }
  .w105-product .w105-product-wrap .w105-product-more {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0;
  }
  .w105-product .w105-product-wrap .w105-product-swiper {
    border-radius: 10px;
  }
  .w105-product .w105-product-wrap .w105-product-item {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .w105-product .w105-product-wrap .w105-product-item .w105-product-cover {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
  .w105-product .w105-product-wrap .w105-product-item .w105-product-cover .wui-media {
    min-height: 0;
    height: 0;
    padding-bottom: 100%;
  }
  .w105-product .w105-product-wrap .w105-product-item .w105-product-cover .wui-media .wui-media-wrap img {
    padding: 12px;
  }
  .w105-product .w105-product-wrap .w105-product-item .w105-product-intro {
    width: 100%;
    order: 2;
    border-right: none;
    border-top: 1px solid #e4eef3;
  }
  .w105-product .w105-product-wrap .w105-product-item .w105-product-intro .w105-product-intro-wrap {
    max-width: 100%;
    margin: 0;
    padding: 22px 18px 28px;
  }
  .w105-product .w105-product-wrap .w105-product-item .w105-product-intro .w105-product-intro-wrap .w105-product-intro-title {
    font-size: 18px;
    padding-left: 0;
  }
  .w105-product .w105-product-wrap .w105-product-item .w105-product-intro .w105-product-intro-wrap .w105-product-intro-desc {
    padding-left: 0;
  }
  .w105-product .w105-product-wrap .w105-product-item .w105-product-intro .w105-product-intro-wrap .w105-product-intro-desc p {
    font-size: 14px;
  }
  .w105-product .w105-product-wrap .swiper-container,
  .w105-product .w105-product-wrap .w105-product-swiper {
    padding-bottom: 56px;
  }
  .w105-product .swiper-control {
    bottom: 12px;
  }
  .w105-product .swiper-control .swiper-control-wrap {
    text-align: center;
    padding-left: 0;
  }
}

/*!- w105-section end -*/
/*!- w105-video begin -*/
.w105-video {
  display: block;
}
.w105-video .w105-video-intro .video-intro-text {
  font-size: 24px;
  margin-top: 24px;
}
.w105-video .w105-video-cover {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 31.33%;
}
.w105-video .w105-video-cover .video-cover-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.w105-video:hover .w105-video-intro:before {
  left: -15px;
  top: -15px;
}
.w105-video:hover .w105-video-intro:after {
  right: -15px;
  bottom: -15px;
}
.w105-video:hover .video-intro-text span {
  color: #55b4d4;
}
.w105-video .w105-video-cover-wrap {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  padding-bottom: 31.33%;
}
.w105-video .w105-video-cover-wrap > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.w105-video .w105-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;
}
.w105-video .w105-video-intro {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 240px;
  text-align: center;
  padding: 32px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.w105-video .w105-video-intro:before, .w105-video .w105-video-intro:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.w105-video .w105-video-intro:before {
  border-width: 5px 0 0 5px;
  left: 0;
  top: 0;
}
.w105-video .w105-video-intro:after {
  border-width: 0 5px 5px 0;
  right: 0;
  bottom: 0;
}
.w105-video .w105-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;
}
.w105-video .w105-video-intro-play > i {
  font-size: inherit;
}
.w105-video .w105-video-wrap {
  display: block;
  position: relative;
  cursor: pointer;
}
.w105-video .w105-video-wrap:hover .w105-video-intro-play {
  color: #f7868f;
}
@media screen and (max-width: 1200px) {
  .w105-video .w105-video-intro-play {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .w105-video .w105-video-cover {
    padding-bottom: 50%;
  }
  .w105-video .w105-video-cover-wrap {
    padding-bottom: 50%;
  }
  .w105-video .w105-video-cover-wrap > div {
    background-attachment: inherit;
  }
  .w105-video .w105-video-intro-play {
    width: 32px;
    height: 32px;
    font-size: 32px;
  }
  .w105-video .w105-video-intro {
    min-width: 300px;
  }
  .w105-video .w105-video-intro .video-intro-text {
    font-size: 16px;
    margin-top: 14px;
  }
}

/*!- w105-video end -*/
/*!- w105-news begin -*/
.w105-news {
  position: relative;
  background: #fff;
  padding: 28px 0 48px;
}
.w105-news .w105-news-wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.w105-news .w105-news-title,
.w105-news .w105-page-header {
  position: relative;
  display: block;
  margin: 0 0 28px;
  text-align: center;
}
.w105-news .w105-news-title h3,
.w105-news .w105-page-header .w105-page-header-title {
  max-width: none;
  margin: 0 auto;
  padding: 0 0 14px;
  font-size: 32px;
  color: #1a3a4a;
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}
.w105-news .w105-news-title h3:after,
.w105-news .w105-page-header .w105-page-header-title:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 3px;
  margin-left: -28px;
  border-radius: 2px;
  background: #55b4d4;
  transform: none;
  -webkit-transform: none;
}
.w105-news .w105-news-more {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: inline-block;
  margin: 0;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #55b4d4;
  transition: color .2s ease;
}
.w105-news .w105-news-more:hover {
  color: #3fa0c2;
}
.w105-news .w105-news-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  list-style: none;
  padding: 0;
}
.w105-news .w105-news-content ul li {
  width: 33.333%;
  display: block;
  padding: 0 12px 24px;
  box-sizing: border-box;
}
.w105-news .w105-news-content ul li a {
  display: flex;
  flex-flow: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8eef1;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(26, 58, 74, 0.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.w105-news .w105-news-content ul li a:hover {
  transform: translateY(-4px);
  border-color: rgba(85, 180, 212, 0.45);
  box-shadow: 0 16px 36px rgba(26, 58, 74, 0.12);
}
.w105-news .w105-news-content ul li a .cover {
  display: block;
  position: relative;
  padding-bottom: 62%;
  width: 100%;
  height: 0;
  background: #f4f8fa;
}
.w105-news .w105-news-content ul li a .cover .cover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}
.w105-news .w105-news-content ul li a .cover .cover-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .5s ease;
}
.w105-news .w105-news-content ul li a .intro {
  display: block;
  flex: 1;
}
.w105-news .w105-news-content ul li a .intro .intro-wrap {
  padding: 22px 22px 24px;
  box-sizing: border-box;
}
.w105-news .w105-news-content ul li a .intro .intro-wrap .news-date {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #55b4d4;
  background: rgba(85, 180, 212, 0.12);
  border-radius: 999px;
}
.w105-news .w105-news-content ul li a .intro .intro-wrap h4 {
  font-size: 17px;
  line-height: 1.45;
  color: #1a3a4a;
  font-weight: 700;
  min-height: 0;
  height: auto;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
  margin: 0 0 10px;
  transition: color .2s ease;
}
.w105-news .w105-news-content ul li a .intro .intro-wrap .news-desc,
.w105-news .w105-news-content ul li a .intro .intro-wrap p:not(.news-date) {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.65;
  color: #556872;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.w105-news .w105-news-content ul li a .intro .intro-wrap .news-more {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #55b4d4;
  transition: color .2s ease;
}
.w105-news .w105-news-content ul li a:hover .cover .cover-wrap img {
  transform: scale(1.06);
}
.w105-news .w105-news-content ul li a:hover .intro .intro-wrap h4,
.w105-news .w105-news-content ul li a:hover .intro .intro-wrap .news-more {
  color: #3fa0c2;
}
.w105-news .w105-pagination {
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .w105-news .w105-news-wrap {
    padding: 0 16px;
  }
  .w105-news .w105-news-title h3,
  .w105-news .w105-page-header .w105-page-header-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .w105-news {
    padding: 16px 0 28px;
  }
  .w105-news .w105-news-wrap {
    padding: 0 12px;
  }
  .w105-news .w105-news-title,
  .w105-news .w105-page-header {
    margin-bottom: 18px;
    padding-bottom: 28px;
  }
  .w105-news .w105-news-title h3,
  .w105-news .w105-page-header .w105-page-header-title {
    font-size: 24px;
    text-align: center;
  }
  .w105-news .w105-news-title h3:after,
  .w105-news .w105-page-header .w105-page-header-title:after {
    left: 50%;
    margin-left: -28px;
    transform: none;
    -webkit-transform: none;
  }
  .w105-news .w105-news-more {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0;
  }
  .w105-news .w105-news-content ul {
    margin: 0;
  }
  .w105-news .w105-news-content ul li {
    width: 100%;
    padding: 0 0 16px;
  }
  .w105-news .w105-news-content ul li a .intro .intro-wrap {
    padding: 16px 16px 18px;
  }
  .w105-news .w105-news-content ul li a .intro .intro-wrap h4 {
    font-size: 16px;
  }
}

/*!- w105-news end -*/
/*!- w105-meta begin -*/
.w105-meta .w105-meta-wrap {
  display: flex;
}
.w105-meta .w105-meta-wrap ul {
  width: 100%;
  display: flex;
}
.w105-meta .w105-meta-wrap ul li {
  width: 100%;
  flex: auto;
  padding: 32px 0;
  align-items: center;
  display: flex;
}
.w105-meta .w105-meta-wrap ul li .w105-meta-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.w105-meta .w105-meta-wrap ul li .w105-meta-con {
  position: relative;
}
.w105-meta .w105-meta-wrap ul li h4 {
  font-size: 26px;
  color: #f7868f;
  line-height: 40px;
  font-weight: normal;
}

.w105-about-meta-wrap {
  background: #eef7fb;
}
.w105-about-meta-wrap .w105-meta .w105-meta-wrap ul li {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .w105-meta .w105-meta-wrap {
    display: flex;
  }
  .w105-meta .w105-meta-wrap ul {
    width: 100%;
    display: flex;
  }
  .w105-meta .w105-meta-wrap ul li {
    width: 33.33%;
    flex: auto;
    padding: 10px 0;
    align-items: center;
    display: inline-block;
  }
  .w105-meta .w105-meta-wrap ul li .w105-meta-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .w105-meta .w105-meta-wrap ul li .w105-meta-con {
    flex: none;
    width: 100%;
    position: inherit;
    text-align: center;
  }
  .w105-meta .w105-meta-wrap ul li h4 {
    font-size: 20px;
    color: #f7868f;
    line-height: 30px;
    font-weight: normal;
  }
  .w105-meta .w105-meta-wrap ul li p {
    font-size: 14px;
  }

  .w105-about-meta-wrap .w105-meta .w105-meta-wrap ul {
    flex-wrap: wrap;
  }
  .w105-about-meta-wrap .w105-meta .w105-meta-wrap ul li {
    width: 50%;
  }
}
/*!- w105-meta end -*/
/*!- w105-cert begin -*/
.w105-cert {
  background: #eef7fb;
  padding: 60px 0;
}
.w105-cert .w105-cert-content {
  position: relative;
}
.w105-cert .w105-cert-cover {
  overflow: hidden;
  transition: background-color .5s;
}
.w105-cert .w105-cert-cover-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.w105-cert .w105-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;
}
.w105-cert .w105-cert-item {
  display: block;
}
.w105-cert .w105-cert-item:hover .w105-cert-cover {
  background-color: #dddddd;
}
.w105-cert .swiper-button-prev {
  left: -20px;
}
.w105-cert .swiper-button-next {
  right: -20px;
}
@media screen and (max-width: 1200px) {
  .w105-cert .swiper-button-prev {
    width: 32px;
    height: 32px;
    left: -16px;
    margin-top: -16px;
  }
  .w105-cert .swiper-button-next {
    width: 32px;
    height: 32px;
    right: -16px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 768px) {
  .w105-cert .swiper-button-prev {
    left: 16px;
  }
  .w105-cert .swiper-button-next {
    right: 16px;
  }
}

/*!- w105-cert end -*/
/*!- w105-certList begin -*/
.w105-cert-list .w105-cert-list-wrap {
  margin: -32px 0 0 -32px;
}
.w105-cert-list .w105-cert-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.w105-cert-list .w105-cert-list-wrap ul li {
  display: block;
  width: 25%;
  padding: 32px 0 0 32px;
}
.w105-cert-list .w105-cert-list-wrap ul li a {
  width: 100%;
  height: 100%;
}
.w105-cert-list .w105-cert-list-cover {
  overflow: hidden;
  background-color: whitesmoke;
  transition: background-color .5s;
}
.w105-cert-list .w105-cert-list-cover-wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.w105-cert-list .w105-cert-list-cover-wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
  transition: all .5s;
}
.w105-cert-list .w105-cert-list-intro {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  overflow: hidden;
  transition: all .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.w105-cert-list .w105-cert-list-wrap ul li a:hover {
  color: #55b4d4;
}
.w105-cert-list .w105-cert-list-wrap ul li a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  .w105-cert-list .w105-cert-list-wrap {
    margin: -24px 0 0 -24px;
  }
  .w105-cert-list .w105-cert-list-wrap ul li {
    width: 33.33%;
  }
  .w105-cert-list .w105-cert-list-item {
    padding: 24px 0 0 24px;
  }
  .w105-cert-list .w105-cert-list-intro {
    padding: 8px 0;
  }
  .w105-cert-list .w105-cert-list-intro-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .w105-cert-list .w105-cert-list-wrap {
    margin: -16px 0 0 -16px;
  }
  .w105-cert-list .w105-cert-list-wrap ul li {
    padding: 16px 0 0 16px;
    width: 50%;
  }
  .w105-cert-list .w105-cert-list-item {
    width: 50%;
    padding: 0;
  }
  .w105-cert-list .w105-cert-list-intro {
    padding: 4px 0;
    font-size: 14px;
  }
}

/*!- w105-product-list begin -*/
.w105-product-list {
  padding: 8px 0 48px;
  background: #fff;
}
.w105-product-list .w105-page-header {
  margin-bottom: 8px;
}
.w105-product-list .w105-page-header .w105-page-header-title {
  margin-bottom: 28px;
}
.w105-product-list .w105-page-header .w105-page-header-desc {
  max-width: 920px;
  margin: -8px auto 36px;
  padding: 0 12px;
  font-size: 15px;
  line-height: 1.75;
  color: #556872;
  text-align: center;
}
.w105-product-list .w105-page-header .w105-page-header-desc p {
  margin: 0 0 10px;
}
.w105-product-list .w105-page-header .w105-page-header-desc p:last-child {
  margin-bottom: 0;
}
.w105-product-list .w105-list-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  max-width: 920px;
  margin: 0 auto 28px;
  padding: 0 12px;
  box-sizing: border-box;
}
.w105-product-list .w105-list-filter-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #d7e3e9;
  border-radius: 999px;
  background: #fff;
  color: #556872;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.w105-product-list .w105-list-filter-item:hover {
  color: #55b4d4;
  border-color: #55b4d4;
}
.w105-product-list .w105-list-filter-item.is-active {
  color: #fff;
  background: #55b4d4;
  border-color: #55b4d4;
}
.w105-product-list .w105-list-filter-empty {
  margin: 8px 0 0;
  padding: 28px 16px;
  text-align: center;
  color: #5a7585;
  font-size: 15px;
  border: 1px dashed #cfdce3;
  border-radius: 12px;
  background: #fafcfd;
}
@media screen and (max-width: 768px) {
  .w105-product-list .w105-list-filter {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.w105-search-results .w105-search-results-desc {
  max-width: 760px;
  margin: -4px auto 40px;
  padding: 20px 24px;
  text-align: left;
  background: #f4fafc;
  border: 1px solid #e8eef1;
  border-radius: 12px;
  box-sizing: border-box;
}
.w105-search-results .w105-search-results-query {
  margin: 0 0 10px;
  font-size: 16px;
  color: #1a3a4a;
  line-height: 1.55;
}
.w105-search-results .w105-search-results-query strong {
  color: #55b4d4;
  font-weight: 700;
}
.w105-search-results .w105-search-results-count {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #3a4f5c;
}
.w105-search-results .w105-search-results-count strong {
  color: #1a3a4a;
}
.w105-search-results .w105-search-results-tip {
  margin: 0;
  padding-top: 10px;
  border-top: 1px dashed #d7e3e9;
  font-size: 13px;
  line-height: 1.7;
  color: #5a7585;
}
.w105-search-results .w105-search-results-tip em {
  font-style: normal;
  color: #55b4d4;
  font-weight: 600;
}
.w105-search-results .w105-search-empty {
  max-width: 760px;
  margin: 0 auto 24px;
  padding: 36px 24px;
  text-align: center;
  background: #fff;
  border: 1px dashed #cfdce3;
  border-radius: 12px;
  color: #5a7585;
  font-size: 15px;
  line-height: 1.7;
}
.w105-search-results .w105-search-empty a {
  color: #55b4d4;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.w105-search-results .w105-search-empty a:hover {
  color: #3fa0c2;
}
@media screen and (max-width: 768px) {
  .w105-search-results .w105-search-results-desc {
    padding: 16px;
    margin-bottom: 28px;
  }
  .w105-search-results .w105-search-results-query {
    font-size: 15px;
  }
}
.w105-product-list .w105-product-list-wrap {
  margin: -20px 0 0 -20px;
}
.w105-product-list .w105-product-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.w105-product-list .w105-product-list-wrap ul li {
  display: flex;
  width: 25%;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
}
.w105-product-list .w105-product-list-wrap ul li a.w105-product-list-item {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}
.w105-product-list .w105-product-list-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(26, 58, 74, 0.06);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.w105-product-list .w105-product-list-cover {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.w105-product-list .w105-product-list-cover-wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: #fff;
}
.w105-product-list .w105-product-list-cover-wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
  transition: transform .45s ease;
}
.w105-product-list .w105-product-list-more {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  border-radius: 50%;
  background: rgba(85, 180, 212, 0.92);
  opacity: 0;
  transform: scale(0.7);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.w105-product-list .w105-product-list-more::before,
.w105-product-list .w105-product-list-more::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
}
.w105-product-list .w105-product-list-more::before {
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
}
.w105-product-list .w105-product-list-more::after {
  width: 2px;
  height: 14px;
  margin: -7px 0 0 -1px;
}
.w105-product-list .w105-product-list-intro {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 14px 16px;
  min-height: calc(1.45em * 2 + 30px);
  box-sizing: border-box;
  background: #fff;
}
.w105-product-list .w105-product-list-intro-title,
.w105-product-list .w105-product-list-intro > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  color: #2c3e48;
  word-break: break-word;
  transition: color .25s ease;
}
.w105-product-list .w105-product-list-wrap ul li a:hover .w105-product-list-content,
.w105-product-list .w105-product-list-wrap ul li a:focus .w105-product-list-content {
  transform: translateY(-4px);
  border-color: rgba(85, 180, 212, 0.55);
  box-shadow: 0 14px 32px rgba(85, 180, 212, 0.18);
}
.w105-product-list .w105-product-list-wrap ul li a:hover .w105-product-list-cover-wrap > img,
.w105-product-list .w105-product-list-wrap ul li a:focus .w105-product-list-cover-wrap > img {
  transform: scale(1.06);
}
.w105-product-list .w105-product-list-wrap ul li a:hover .w105-product-list-more,
.w105-product-list .w105-product-list-wrap ul li a:focus .w105-product-list-more {
  opacity: 1;
  transform: scale(1);
}
.w105-product-list .w105-product-list-wrap ul li a:hover .w105-product-list-intro-title,
.w105-product-list .w105-product-list-wrap ul li a:focus .w105-product-list-intro-title,
.w105-product-list .w105-product-list-wrap ul li a:hover .w105-product-list-intro > span,
.w105-product-list .w105-product-list-wrap ul li a:focus .w105-product-list-intro > span {
  color: #55b4d4;
}

/* pagination (CMS Page::show → a/span.page-numbers) */
.w105-product-list .w105-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
  text-align: center;
  font-size: 0;
}
.w105-product-list .w105-pagination > a.page-numbers,
.w105-product-list .w105-pagination > span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  margin: 0;
  border-radius: 8px;
  border: 1px solid rgba(85, 180, 212, 0.28);
  background: #fff;
  color: #445963;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.w105-product-list .w105-pagination > a.page-numbers:hover {
  color: #fff;
  background: #55b4d4;
  border-color: #55b4d4;
  box-shadow: 0 6px 14px rgba(85, 180, 212, 0.28);
}
.w105-product-list .w105-pagination > span.page-numbers.current {
  color: #fff;
  background: #55b4d4;
  border-color: #55b4d4;
  font-weight: 600;
}
.w105-product-list .w105-pagination > a.page-numbers span,
.w105-product-list .w105-pagination > span.page-numbers span {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}

@media screen and (max-width: 1200px) {
  .w105-product-list .w105-product-list-wrap {
    margin: -16px 0 0 -16px;
  }
  .w105-product-list .w105-product-list-wrap ul li {
    width: 33.333%;
    padding: 16px 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .w105-product-list {
    padding: 0 0 32px;
  }
  .w105-product-list .w105-product-list-wrap {
    margin: -12px 0 0 -12px;
  }
  .w105-product-list .w105-product-list-wrap ul li {
    width: 50%;
    padding: 12px 0 0 12px;
  }
  .w105-product-list .w105-product-list-intro {
    padding: 10px 10px 12px;
    min-height: calc(1.4em * 2 + 22px);
  }
  .w105-product-list .w105-product-list-intro-title {
    font-size: 13px;
  }
  .w105-product-list .w105-product-list-more {
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
  }
  .w105-product-list .w105-pagination {
    margin-top: 24px;
    gap: 6px;
  }
  .w105-product-list .w105-pagination > a.page-numbers,
  .w105-product-list .w105-pagination > span.page-numbers {
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    font-size: 13px;
  }
}

/*!- w105-product-list end -*/
/*!- w105-product-detail begin -*/
.w105-product-detail {
  padding-bottom: 16px;
}
.w105-product-detail > .w105-grid {
  margin-bottom: 8px;
}
.w105-product-detail .w105-product-detail-gallery {
  min-width: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(26, 58, 74, 0.06);
  box-sizing: border-box;
}
.w105-product-detail .product-intro {
  display: block;
  flex: auto;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 28px 28px 32px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(26, 58, 74, 0.06);
  box-sizing: border-box;
}
.w105-product-detail .product-intro .title {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef2f4;
}
.w105-product-detail .product-intro .title h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a3a4a;
  letter-spacing: 0.01em;
}
.w105-product-detail .product-intro .desc {
  margin-bottom: 20px;
}
.w105-product-detail .product-intro .desc p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #556872;
}
.w105-product-detail .product-intro .attrs {
  margin-bottom: 24px;
}
.w105-product-detail .product-intro .attrs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.w105-product-detail .product-intro .attrs ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin: 0 0 8px;
  padding: 10px 14px;
  background: #f7f9fa;
  border-left: 3px solid #55b4d4;
  border-radius: 0 6px 6px 0;
  box-sizing: border-box;
}
.w105-product-detail .product-intro .attrs ul li:last-child {
  margin-bottom: 0;
}
.w105-product-detail .product-intro .attrs ul li label,
.w105-product-detail .product-intro .attrs ul li span,
.w105-product-detail .product-intro .attrs ul li a {
  display: inline;
  vertical-align: baseline;
  font-size: 14px;
  line-height: 1.5;
}
.w105-product-detail .product-intro .attrs ul li label {
  color: #334851;
  font-weight: 600;
}
.w105-product-detail .product-intro .attrs ul li span {
  color: #4a5c66;
}
.w105-product-detail .product-intro .attrs ul li a {
  color: #55b4d4;
}
.w105-product-detail .product-intro .attrs ul li a:hover {
  text-decoration: underline;
}
.w105-product-detail .product-intro .action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
}
.w105-product-detail .product-intro .action .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 140px;
  height: 46px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  color: #334851;
  border: 1px solid #d5dfe4;
  border-radius: 8px;
  box-sizing: border-box;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.w105-product-detail .product-intro .action .button > i {
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}
.w105-product-detail .product-intro .action .button > span {
  line-height: 1;
}
.w105-product-detail .product-intro .action .button:hover {
  color: #55b4d4;
  border-color: #55b4d4;
  background-color: #f3fafc;
  transform: translateY(-1px);
}
.w105-product-detail .product-intro .action .button.accents {
  background-color: #55b4d4;
  color: #fff;
  border-color: #55b4d4;
  box-shadow: 0 8px 20px rgba(85, 180, 212, 0.28);
}
.w105-product-detail .product-intro .action .button.accents:hover {
  background-color: #3fa0c2;
  border-color: #3fa0c2;
  color: #fff;
  box-shadow: 0 12px 26px rgba(85, 180, 212, 0.36);
  transform: translateY(-2px);
}
.w105-product-detail .w105-product-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e8eef1;
}
.w105-product-detail .w105-product-share-label {
  font-size: 13px;
  font-weight: 600;
  color: #5a7585;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.w105-product-detail .w105-product-share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.w105-product-detail .w105-product-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d5e0e6;
  background: #fff;
  color: #1a3a4a;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.w105-product-detail .w105-product-share-btn:hover {
  background: #55b4d4;
  border-color: #55b4d4;
  color: #fff;
}
.w105-product-detail .w105-product-share-btn > i.fa {
  font-size: 14px;
  line-height: 1;
}
.w105-product-detail .w105-product-share-btn .w105-icon-x {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.w105-product-detail .w105-product-detail-preview {
  margin-bottom: 14px;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.w105-product-detail .w105-product-detail-preview-item {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
}
.w105-product-detail .w105-product-detail-preview-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  background: #fff;
}
.w105-product-detail .w105-product-detail-thumb {
  margin: 0 -4px;
}
.w105-product-detail .w105-product-detail-thumb-item {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.w105-product-detail .w105-product-detail-thumb-item:after {
  display: none;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #55b4d4;
  border-radius: 8px;
  box-sizing: border-box;
  pointer-events: none;
}
.w105-product-detail .w105-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;
  background: #fff;
}
.w105-product-detail .w105-product-detail-thumb-item:hover {
  border-color: rgba(85, 180, 212, 0.55);
}
.w105-product-detail .swiper-slide-thumb-active .w105-product-detail-thumb-item {
  border-color: #55b4d4;
  box-shadow: 0 4px 12px rgba(85, 180, 212, 0.2);
}
.w105-product-detail .swiper-slide-thumb-active .w105-product-detail-thumb-item:after {
  display: block;
}
.w105-product-detail .w105-product-detail-content {
  margin-top: 28px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: visible;
  box-shadow: 0 8px 24px rgba(26, 58, 74, 0.05);
}
.w105-product-detail .w105-product-detail-anchor {
  position: relative;
  top: auto;
  z-index: 1;
  width: 100%;
  border: none;
  border-bottom: 1px solid #eef2f4;
  background-color: #f7f9fa;
  border-radius: 12px 12px 0 0;
}
.w105-product-detail .w105-product-detail-anchor-list {
  display: block;
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.w105-product-detail .w105-product-detail-anchor-item {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 24px;
  color: #556872;
  margin-left: 0;
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease;
}
.w105-product-detail .w105-product-detail-anchor-item:hover {
  color: #55b4d4;
  background-color: rgba(85, 180, 212, 0.08);
}
.w105-product-detail .w105-product-detail-anchor-item.active {
  border-color: transparent;
  color: #fff;
  background-color: #55b4d4;
}
.w105-product-detail .w105-product-detail-card {
  display: none;
}
.w105-product-detail .w105-product-detail-card.active {
  display: block;
}
.w105-product-detail .w105-product-detail-container {
  display: block;
  border: none;
  margin-top: 0;
  padding: 28px 32px 32px;
}
.w105-product-detail .tags-wrap {
  margin: 0;
  padding: 22px 32px 8px;
  border-top: 1px solid #e8eef1;
  box-sizing: border-box;
}
.w105-product-detail .tags-wrap .tags-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: #1a3a4a;
  letter-spacing: 0.02em;
}
.w105-product-detail .tags-wrap .tags-label .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(85, 180, 212, 0.14);
  color: #3a9bb8;
  font-size: 12px;
}
.w105-product-detail .tags-wrap .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.w105-product-detail .tags-wrap .tags-list a {
  margin: 0;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 7px 14px;
  border: 1px solid #d5e0e6;
  border-radius: 999px;
  background: #f7fafb;
  color: #3d5a68;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.w105-product-detail .tags-wrap .tags-list a:hover {
  background: #55b4d4;
  border-color: #55b4d4;
  color: #fff;
  box-shadow: 0 4px 12px rgba(85, 180, 212, 0.28);
  transform: translateY(-1px);
}
.w105-product-detail .w105-product-detail-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 12px;
  padding: 24px 32px 28px;
  border-top: 1px solid #e8eef1;
  box-sizing: border-box;
}
.w105-product-detail .w105-product-detail-nav-item {
  flex: 1 1 240px;
  max-width: 100%;
  padding: 14px 16px;
  background: #f7fafb;
  border: 1px solid #e8eef1;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #5a7585;
  box-sizing: border-box;
}
.w105-product-detail .w105-product-detail-nav-item.next {
  text-align: right;
}
.w105-product-detail .w105-product-detail-nav-item a {
  color: #1a3a4a;
  font-weight: 600;
  transition: color .2s ease;
}
.w105-product-detail .w105-product-detail-nav-item a:hover {
  color: #55b4d4;
}
@media screen and (max-width: 1200px) {
  .w105-product-detail .w105-product-detail-gallery {
    margin-bottom: 20px;
  }
  .w105-product-detail .product-intro {
    padding: 22px;
  }
  .w105-product-detail .product-intro .title h1 {
    font-size: 22px;
  }
  .w105-product-detail .w105-product-detail-preview {
    margin-bottom: 14px;
  }
  .w105-product-detail .w105-product-detail-anchor-item {
    font-size: 14px;
    line-height: 42px;
    padding: 0 16px;
  }
  .w105-product-detail .w105-product-detail-container {
    padding: 22px;
  }
  .w105-product-detail .tags-wrap {
    padding: 18px 22px 6px;
  }
  .w105-product-detail .w105-product-detail-nav {
    padding: 20px 22px 22px;
  }
}
@media screen and (max-width: 768px) {
  .w105-product-detail .w105-page-header .w105-page-header-title {
    font-size: 20px;
    text-transform: lowercase;
  }
  .w105-product-detail .w105-page-header .w105-page-header-title:after {
    display: none;
  }
  .w105-product-detail .w105-product-detail-gallery {
    margin-bottom: 16px;
    padding: 10px;
  }
  .w105-product-detail .product-intro {
    padding: 18px 16px;
  }
  .w105-product-detail .product-intro .title h1 {
    font-size: 20px;
  }
  .w105-product-detail .product-intro .action {
    flex-direction: column;
    align-items: stretch;
  }
  .w105-product-detail .product-intro .action .button {
    width: 100%;
    min-width: 0;
  }
  .w105-product-detail .w105-product-detail-preview {
    margin-bottom: 12px;
  }
  .w105-product-detail .w105-product-detail-content {
    margin-top: 20px;
  }
  .w105-product-detail .w105-product-detail-anchor-item {
    font-size: 14px;
    line-height: 40px;
    padding: 0 14px;
  }
  .w105-product-detail .w105-product-detail-container {
    padding: 16px;
  }
  .w105-product-detail .tags-wrap {
    padding: 16px 16px 4px;
  }
  .w105-product-detail .w105-product-detail-nav {
    padding: 16px 16px 20px;
  }
}

/*!- w105-product-detail end -*/
/*!- w105-product-widget begin -*/
.w105-product-detail > .w105-inquiry {
  margin-top: 36px;
}
.w105-product-detail .w105-grid > .w105-grid-row:has(.w105-product-widget) > .w105-grid-col {
  padding-top: 12px;
}
.w105-product-detail .w105-product-widget {
  margin: 0;
  padding: 0;
}
.w105-product-widget .w105-product-widget-title {
  display: block;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: transparent;
  padding: 0 0 14px;
  margin: 0 0 20px;
  color: #1a3a4a;
  position: relative;
}
.w105-product-widget .w105-product-widget-title > span {
  display: inline-block;
  border-left: none;
  padding: 0;
  position: relative;
}
.w105-product-widget .w105-product-widget-title > span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 48px;
  height: 3px;
  border-radius: 2px;
  background: #55b4d4;
}
.w105-product-widget .w105-product-widget-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.w105-product-widget .w105-product-widget-list:before,
.w105-product-widget .w105-product-widget-list:after {
  display: none;
}
.w105-product-widget .w105-product-widget-item {
  display: block;
  width: 25%;
  float: none;
  padding: 0 10px 20px;
  box-sizing: border-box;
}
.w105-product-widget .w105-product-widget-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e8eef1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(26, 58, 74, 0.07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.w105-product-widget .w105-product-widget-cover {
  overflow: hidden;
  background: #fff;
  transition: none;
}
.w105-product-widget .w105-product-widget-cover-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  opacity: 1;
  background: #fff;
  transition: none;
}
.w105-product-widget .w105-product-widget-cover-wrap > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  transition: transform .45s ease;
}
.w105-product-widget .w105-product-widget-intro {
  display: block;
  flex: 1;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 12px 14px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #1a3a4a;
  transition: color .25s ease;
}
.w105-product-widget .w105-product-widget-intro > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-height: 2.8em;
  line-height: 1.4;
}
.w105-product-widget .w105-product-widget-content:hover {
  transform: translateY(-4px);
  border-color: rgba(85, 180, 212, 0.55);
  box-shadow: 0 14px 32px rgba(26, 58, 74, 0.12);
}
.w105-product-widget .w105-product-widget-content:hover .w105-product-widget-cover-wrap {
  opacity: 1;
}
.w105-product-widget .w105-product-widget-content:hover .w105-product-widget-cover-wrap > img {
  transform: scale(1.05);
}
.w105-product-widget .w105-product-widget-content:hover .w105-product-widget-intro {
  color: #55b4d4;
}
@media screen and (max-width: 1200px) {
  .w105-product-widget .w105-product-widget-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .w105-product-widget .w105-product-widget-list {
    margin: 0 -8px;
  }
  .w105-product-widget .w105-product-widget-item {
    width: 33.33%;
    padding: 0 8px 16px;
  }
}
@media screen and (max-width: 768px) {
  .w105-product-detail > .w105-inquiry {
    margin-top: 24px;
  }
  .w105-product-detail .w105-product-widget {
    margin-top: 0;
  }
  .w105-product-widget .w105-product-widget-title {
    font-size: 18px;
    margin-bottom: 14px;
    text-align: center;
  }
  .w105-product-widget .w105-product-widget-title > span:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .w105-product-widget .w105-product-widget-list {
    margin: 0 -6px;
  }
  .w105-product-widget .w105-product-widget-item {
    width: 50%;
    padding: 0 6px 12px;
  }
  .w105-product-widget .w105-product-widget-intro {
    padding: 10px 10px 12px;
    font-size: 13px;
  }
  .w105-product-widget .w105-product-widget-intro > span {
    max-height: 2.8em;
  }
}

/*!- w105-product-widget end -*/
/*!- w105-caseList begin -*/
.w105-case-list .w105-case-list-wrap {
  margin: -32px 0 0 -32px;
}
.w105-case-list .w105-case-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.w105-case-list .w105-case-list-wrap ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.w105-case-list .w105-case-list-wrap ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.w105-case-list .w105-case-list-cover {
  overflow: hidden;
  background-color: whitesmoke;
  transition: background-color .5s;
}
.w105-case-list .w105-case-list-cover-wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.w105-case-list .w105-case-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;
}
.w105-case-list .w105-case-list-intro {
  width: 100%;
  height: 100%;
  line-height: 1;
  display: block;
  text-align: center;
  font-size: 16px;
  transition: all .5s;
  position: absolute;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(rgba(0, 0, 0, 0)), rgba(0, 0, 0, 0.5);
}
.w105-case-list .w105-case-list-intro:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.w105-case-list .w105-case-list-intro span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  font-size: 16px;
}
.w105-case-list .w105-case-list-adorn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 7;
}
.w105-case-list .w105-case-list-adorn span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.w105-case-list .w105-case-list-adorn span:before, .w105-case-list .w105-case-list-adorn span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  opacity: 0;
  background-color: #f7868f;
  transition: all .5s ease .2s;
  top: 50%;
  left: 50%;
}
.w105-case-list .w105-case-list-adorn > span:first-child {
  transform: rotate(37deg);
}
.w105-case-list .w105-case-list-adorn > span:last-child {
  transform: rotate(-37deg);
}
.w105-case-list .w105-case-list-wrap ul li a:hover {
  color: #55b4d4;
}
.w105-case-list .w105-case-list-wrap ul li a:hover .w105-case-list-intro {
  opacity: 1;
}
.w105-case-list .w105-case-list-wrap ul li a:hover .w105-case-list-adorn > span:before {
  width: 100%;
  opacity: 1;
  left: -80%;
}
.w105-case-list .w105-case-list-wrap ul li a:hover .w105-case-list-adorn > span:after {
  width: 100%;
  opacity: 1;
  left: 80%;
}
.w105-case-list .w105-case-list-wrap ul li a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  .w105-case-list .w105-case-list-wrap {
    margin: -24px 0 0 -24px;
  }
  .w105-case-list .w105-case-list-item {
    padding: 24px 0 0 24px;
  }
  .w105-case-list .w105-case-list-intro {
    padding: 8px 0;
  }
  .w105-case-list .w105-case-list-intro-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .w105-case-list .w105-case-list-wrap {
    margin: -16px 0 0 -16px;
  }
  .w105-case-list .w105-case-list-wrap ul li {
    padding: 16px 0 0 16px;
    width: 50%;
  }
  .w105-case-list .w105-case-list-item {
    width: 50%;
    padding: 0;
  }
  .w105-case-list .w105-case-list-intro {
    padding: 4px 0;
    font-size: 14px;
    position: static;
    opacity: 1;
    background-color: transparent;
  }
  .w105-case-list .w105-case-list-intro span {
    color: #333333;
  }
}

/*!- w105-certList begin -*/
/*!- w105-certList begin -*/
.w105-news-list .w105-news-list-wrap {
  margin: -32px 0 0 -32px;
}
.w105-news-list .w105-news-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.w105-news-list .w105-news-list-wrap ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.w105-news-list .w105-news-list-wrap ul li a {
  width: 100%;
  height: 100%;
}
.w105-news-list .w105-news-list-cover {
  overflow: hidden;
  background-color: whitesmoke;
  transition: background-color .5s;
  position: relative;
}
.w105-news-list .w105-news-list-cover .meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.45);
}
.w105-news-list .w105-news-list-cover-wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.w105-news-list .w105-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;
}
.w105-news-list .w105-news-list-intro {
  display: block;
  text-align: left;
  font-size: 16px;
  height: 48px;
  line-height: 20px;
  padding: 8px 0;
  overflow: hidden;
  transition: all .5s;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-line-clamp: 2;
}
.w105-news-list .w105-news-list-wrap ul li a:hover {
  color: #55b4d4;
}
.w105-news-list .w105-news-list-wrap ul li a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  .w105-news-list .w105-news-list-wrap {
    margin: -24px 0 0 -24px;
  }
  .w105-news-list .w105-news-list-item {
    padding: 24px 0 0 24px;
  }
  .w105-news-list .w105-news-list-intro {
    padding: 8px 0;
  }
  .w105-news-list .w105-news-list-intro-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .w105-news-list .w105-news-list-wrap {
    margin: -16px 0 0 -16px;
  }
  .w105-news-list .w105-news-list-wrap ul li {
    padding: 16px 0 0 16px;
    width: 50%;
  }
  .w105-news-list .w105-news-list-wrap ul li .meta {
    padding: 5px;
  }
  .w105-news-list .w105-news-list-wrap ul li .meta span {
    font-size: 14px;
  }
  .w105-news-list .w105-news-list-item {
    width: 50%;
    padding: 0;
  }
  .w105-news-list .w105-news-list-intro {
    padding: 4px 0;
    font-size: 14px;
  }
}

/*!- w105-certList begin -*/
/*!- w105-news-detail begin -*/
.w105-news-detail {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8eef1;
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(26, 58, 74, 0.08);
  overflow: hidden;
}
.w105-news-detail .w105-news-detail-hd {
  text-align: center;
  padding: 40px 48px 28px;
  background: linear-gradient(180deg, #f4fafc 0%, #fff 100%);
  border-bottom: 1px solid #e8eef1;
}
.w105-news-detail .w105-news-detail-title {
  margin: 0 0 18px;
  padding: 0;
  color: #1a3a4a;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}
.w105-news-detail .w105-news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 14px;
}
.w105-news-detail .w105-news-detail-date,
.w105-news-detail .w105-news-detail-cat {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.w105-news-detail .w105-news-detail-date {
  color: #55b4d4;
  background: rgba(85, 180, 212, 0.12);
}
.w105-news-detail .w105-news-detail-cat {
  color: #5a7585;
  background: #f0f4f6;
}
.w105-news-detail .w105-news-detail-bd {
  padding: 36px 48px;
  color: #3a4f5c;
  font-size: 16px;
  line-height: 1.8;
}
.w105-news-detail .w105-news-detail-bd > *:first-child {
  margin-top: 0;
}
.w105-news-detail .w105-news-detail-bd > *:last-child {
  margin-bottom: 0;
}
.w105-news-detail .w105-news-detail-bd p {
  margin: 0 0 1.15em;
  color: #3a4f5c;
  font-size: 16px;
  line-height: 1.8;
}
.w105-news-detail .w105-news-detail-bd h2,
.w105-news-detail .w105-news-detail-bd h3,
.w105-news-detail .w105-news-detail-bd h4 {
  margin: 1.4em 0 0.6em;
  color: #1a3a4a;
  font-weight: 700;
  line-height: 1.35;
}
.w105-news-detail .w105-news-detail-bd h2 { font-size: 22px; }
.w105-news-detail .w105-news-detail-bd h3 { font-size: 18px; }
.w105-news-detail .w105-news-detail-bd h4 { font-size: 16px; }
.w105-news-detail .w105-news-detail-bd a {
  color: #55b4d4;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.w105-news-detail .w105-news-detail-bd a:hover {
  color: #3fa0c2;
}
.w105-news-detail .w105-news-detail-bd img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.2em auto;
  border-radius: 10px;
}
.w105-news-detail .w105-news-detail-bd ul,
.w105-news-detail .w105-news-detail-bd ol {
  margin: 0 0 1.15em;
  padding-left: 1.4em;
}
.w105-news-detail .w105-news-detail-bd li {
  margin-bottom: 0.4em;
}
.w105-news-detail .w105-news-detail-bd blockquote {
  margin: 1.2em 0;
  padding: 14px 18px;
  border-left: 3px solid #55b4d4;
  background: #f4fafc;
  color: #5a7585;
  border-radius: 0 8px 8px 0;
}
.w105-news-detail .w105-news-detail-ft {
  padding: 0 48px 36px;
}
.w105-news-detail .w105-news-detail-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #e8eef1;
}
.w105-news-detail .w105-news-detail-nav-item {
  flex: 1 1 240px;
  max-width: 100%;
  padding: 14px 16px;
  background: #f7fafb;
  border: 1px solid #e8eef1;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #5a7585;
  box-sizing: border-box;
}
.w105-news-detail .w105-news-detail-nav-item.next {
  text-align: right;
}
.w105-news-detail .w105-news-detail-nav-item a {
  color: #1a3a4a;
  font-weight: 600;
  transition: color .2s ease;
}
.w105-news-detail .w105-news-detail-nav-item a:hover {
  color: #55b4d4;
}

.w105-news-related {
  max-width: 920px;
  margin: 48px auto 0;
}
.w105-news-related .w105-news-related-title {
  margin: 0 0 24px;
  text-align: center;
}
.w105-news-related .w105-news-related-title h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  color: #1a3a4a;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.w105-news-related .w105-news-related-title h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 3px;
  margin-left: -24px;
  border-radius: 2px;
  background: #55b4d4;
}
.w105-news-related .w105-news-related-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.w105-news-related .w105-news-related-list > li {
  width: 33.333%;
  padding: 0 10px 20px;
  box-sizing: border-box;
}
.w105-news-related .w105-news-related-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  color: #1a3a4a;
  background: #fff;
  border: 1px solid #e8eef1;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(26, 58, 74, 0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.w105-news-related .w105-news-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(85, 180, 212, 0.45);
  box-shadow: 0 14px 28px rgba(26, 58, 74, 0.12);
}
.w105-news-related .w105-news-related-cover {
  position: relative;
  width: 100%;
  padding-bottom: 62%;
  overflow: hidden;
  background: #f2f6f8;
}
.w105-news-related .w105-news-related-cover-wrap {
  position: absolute;
  inset: 0;
}
.w105-news-related .w105-news-related-cover-wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.w105-news-related .w105-news-related-card:hover .w105-news-related-cover-wrap > img {
  transform: scale(1.05);
}
.w105-news-related .w105-news-related-intro {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 16px 16px 18px;
}
.w105-news-related .w105-news-related-intro .news-date {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #55b4d4;
  text-transform: uppercase;
}
.w105-news-related .w105-news-related-intro .news-title {
  flex: 1 1 auto;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: #1a3a4a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .2s ease;
}
.w105-news-related .w105-news-related-intro .news-more {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #55b4d4;
  transition: color .2s ease;
}
.w105-news-related .w105-news-related-card:hover .news-title,
.w105-news-related .w105-news-related-card:hover .news-more {
  color: #3fa0c2;
}

@media screen and (max-width: 1200px) {
  .w105-news-detail .w105-news-detail-hd {
    padding: 32px 28px 22px;
  }
  .w105-news-detail .w105-news-detail-title {
    font-size: 26px;
  }
  .w105-news-detail .w105-news-detail-bd,
  .w105-news-detail .w105-news-detail-ft {
    padding-left: 28px;
    padding-right: 28px;
  }
  .w105-news-detail .w105-news-detail-bd {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .w105-news-detail .w105-news-detail-ft {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .w105-news-detail {
    border-radius: 12px;
  }
  .w105-news-detail .w105-news-detail-hd {
    padding: 24px 18px 18px;
  }
  .w105-news-detail .w105-news-detail-title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .w105-news-detail .w105-news-detail-bd,
  .w105-news-detail .w105-news-detail-ft {
    padding-left: 18px;
    padding-right: 18px;
  }
  .w105-news-detail .w105-news-detail-bd {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 15px;
  }
  .w105-news-detail .w105-news-detail-bd p {
    font-size: 15px;
  }
  .w105-news-detail .w105-news-detail-ft {
    padding-bottom: 22px;
  }
  .w105-news-detail .w105-news-detail-nav-item,
  .w105-news-detail .w105-news-detail-nav-item.next {
    flex: 1 1 100%;
    text-align: left;
  }
  .w105-news-related {
    margin-top: 28px;
  }
  .w105-news-related .w105-news-related-title h3 {
    font-size: 20px;
  }
  .w105-news-related .w105-news-related-list {
    margin: 0 -6px;
  }
  .w105-news-related .w105-news-related-list > li {
    width: 100%;
    padding: 0 6px 14px;
  }
  .w105-news-related .w105-news-related-intro {
    padding: 14px 14px 16px;
  }
  .w105-news-related .w105-news-related-intro .news-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .w105-news-related .w105-news-related-list > li {
    width: 50%;
  }
}

/*!- w105-news-detail end -*/

/*!- w105-contact-meta begin -*/
.w105-contact-meta .w105-contact-meta-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px;
  background-color: #55b4d4;
  position: relative;
}
.w105-contact-meta .w105-contact-meta-wrap:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.w105-contact-meta .w105-contact-meta-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 20;
}
.w105-contact-meta .w105-contact-meta-content {
  position: relative;
  z-index: 20;
}
.w105-contact-meta .w105-contact-meta-list {
  margin: -32px 0 0 -32px;
}
.w105-contact-meta .w105-contact-meta-list:before, .w105-contact-meta .w105-contact-meta-list:after {
  display: table;
  content: "";
  width: 100%;
}
.w105-contact-meta .w105-contact-meta-list:after {
  clear: both;
}
.w105-contact-meta .w105-contact-meta-item {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0 0 32px;
}
.w105-contact-meta .w105-contact-meta-icon {
  height: 26px;
  line-height: 1;
  font-size: 26px;
  color: #fff;
  float: left;
  margin-right: 10px;
}
.w105-contact-meta .w105-contact-meta-icon > i {
  font-size: 26px;
}
.w105-contact-meta .w105-contact-meta-label {
  font-size: 20px;
  line-height: 1.576;
  text-transform: uppercase;
  color: #fff;
  float: left;
  margin-right: 10px;
}
.w105-contact-meta .w105-contact-meta-value {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  word-wrap: break-word;
  float: left;
}
@media screen and (max-width: 1200px) {
  .w105-contact-meta .w105-contact-meta-wrap {
    padding: 24px;
  }
  .w105-contact-meta .w105-contact-meta-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .w105-contact-meta .w105-contact-meta-list {
    margin: -24px 0 0 -24px;
  }
  .w105-contact-meta .w105-contact-meta-item {
    padding: 10px 0 0 24px;
  }
  .w105-contact-meta .w105-contact-meta-icon {
    height: 32px;
    font-size: 32px;
  }
  .w105-contact-meta .w105-contact-meta-label {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .w105-contact-meta .w105-contact-meta-wrap {
    padding: 16px;
  }
  .w105-contact-meta .w105-contact-meta-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .w105-contact-meta .w105-contact-meta-list {
    margin: -16px 0 0 -16px;
  }
  .w105-contact-meta .w105-contact-meta-item {
    padding: 16px 0 0 16px;
  }
  .w105-contact-meta .w105-contact-meta-icon {
    height: 28px;
    font-size: 28px;
  }
  .w105-contact-meta .w105-contact-meta-label {
    font-size: 16px;
  }
}

/*!- w105-contact-meta end -*/
/*!- w105-contact-user begin -*/
.w105-contact-user .w105-contact-user-wrap {
  padding-top: 32px;
}
.w105-contact-user .w105-contact-user-list {
  margin: -32px 0 0 -32px;
}
.w105-contact-user .w105-contact-user-list:before, .w105-contact-user .w105-contact-user-list:after {
  display: table;
  content: "";
  width: 100%;
}
.w105-contact-user .w105-contact-user-list:after {
  clear: both;
}
.w105-contact-user .w105-contact-user-item {
  float: left;
  width: 50%;
  padding: 32px 0 0 32px;
}
.w105-contact-user .w105-contact-user-item > dl {
  padding: 24px;
  border: 1px solid #f0f0f0;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.w105-contact-user .w105-contact-user-item > dl > dt {
  font-size: 20px;
  line-height: 1.576;
  margin-bottom: 12px;
  color: #55b4d4;
}
.w105-contact-user .w105-contact-user-item > dl > dd {
  font-size: 16px;
  line-height: 1.576;
  color: #666666;
  margin-bottom: 8px;
  word-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  .w105-contact-user .w105-contact-user-wrap {
    padding-top: 24px;
  }
  .w105-contact-user .w105-contact-user-list {
    margin: -24px 0 0 -24px;
  }
  .w105-contact-user .w105-contact-user-item {
    padding: 24px 0 0 24px;
  }
  .w105-contact-user .w105-contact-user-item > dl {
    padding: 16px;
    height: auto;
  }
  .w105-contact-user .w105-contact-user-item > dl > dt {
    font-size: 18px;
  }
  .w105-contact-user .w105-contact-user-item > dl > dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .w105-contact-user .w105-contact-user-wrap {
    padding-top: 16px;
  }
  .w105-contact-user .w105-contact-user-list {
    margin: -16px 0 0 -16px;
  }
  .w105-contact-user .w105-contact-user-item {
    width: 100%;
    padding: 16px 0 0 16px;
  }
  .w105-contact-user .w105-contact-user-item > dl > dt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .w105-contact-user .w105-contact-user-item > dl > dd {
    margin-bottom: 4px;
  }
}

/*!- w105-contact-user end -*/
/*!- w105-faq-list begin -*/
.w105-faq-list .w105-faq-list-item {
  padding: 24px 0 24px 12px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.w105-faq-list .w105-faq-list-num {
  position: absolute;
  display: block;
  top: 2px;
  font-weight: bolder;
  left: 0;
  font-size: 36px;
  color: #fde7e9;
  z-index: -1;
}
.w105-faq-list .w105-faq-list-q {
  font-size: 18px;
  line-height: 1.576;
  text-shadow: 0 0 2px #fff;
  color: #333333;
}
.w105-faq-list .w105-faq-list-a {
  font-size: 16px;
  line-height: 1.576;
  color: #666666;
  word-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  .w105-faq-list .w105-faq-list-item {
    padding: 20px 0 20px 10px;
  }
  .w105-faq-list .w105-faq-list-num {
    top: 2px;
    font-size: 32px;
  }
  .w105-faq-list .w105-faq-list-q {
    font-size: 18px;
  }
  .w105-faq-list .w105-faq-list-a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .w105-faq-list .w105-faq-list-item {
    padding: 16px 0 16px 8px;
  }
  .w105-faq-list .w105-faq-list-num {
    font-size: 28px;
  }
  .w105-faq-list .w105-faq-list-q {
    font-size: 16px;
  }
  .w105-faq-list .w105-faq-list-a {
    font-size: 14px;
  }
}

/*!- w105-faq-list end -*/
/*!- w105-download-page begin -*/
.w105-download-page {
  padding-bottom: 56px;
}
.w105-download-page-content {
  overflow: visible;
}
.w105-download-page-content .sunlonsdownload,
.w105-download-page-content .g-cols.sunlonsdownload,
.w105-download-page-content .wpb_row.sunlonsdownload {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
}
.w105-download-page-content .sunlonsdownload:before,
.w105-download-page-content .sunlonsdownload:after,
.w105-download-page-content .g-cols:before,
.w105-download-page-content .g-cols:after {
  display: none !important;
  content: none !important;
}
.w105-download-page-content .sunlonsdownload > .vc_col-sm-4,
.w105-download-page-content .sunlonsdownload > .wpb_column,
.w105-download-page-content .sunlonsdownload > [class*="vc_col"] {
  float: none !important;
  width: calc((100% - 72px) / 4) !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.w105-download-page-content .vc_column-inner,
.w105-download-page-content .wpb_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}
.w105-download-page-content .boxsunlonsb {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0 0 24px;
  background: #fff;
  border: 1px solid rgba(85, 180, 212, 0.22);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(26, 58, 74, 0.05);
  text-align: center;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.w105-download-page-content .boxsunlonsb:hover {
  border-color: rgba(85, 180, 212, 0.55);
  box-shadow: 0 10px 28px rgba(85, 180, 212, 0.14);
  transform: translateY(-3px);
}
.w105-download-page-content .imgdown {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #f4fafc;
}
.w105-download-page-content .imgdown > a:empty {
  display: none !important;
}
.w105-download-page-content .imgdown a {
  display: block;
  width: 100%;
  line-height: 0;
}
.w105-download-page-content .imgdown img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 auto;
  transition: transform .45s ease;
}
.w105-download-page-content .boxsunlonsb:hover .imgdown img {
  transform: scale(1.04);
}
.w105-download-page-content .infodown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  padding: 18px 20px 0;
  box-sizing: border-box;
}
.w105-download-page-content .infodown > div {
  margin: 0 0 14px !important;
  width: 100%;
}
.w105-download-page-content .infodown > div > a {
  display: block;
  font-size: 16px !important;
  line-height: 1.45;
  font-weight: 600;
  color: #333 !important;
  text-decoration: none !important;
  transition: color .25s;
}
.w105-download-page-content .infodown > div > a:hover {
  color: #55b4d4 !important;
}
.w105-download-page-content .infodown > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 140px;
  height: 42px;
  margin-top: auto;
  padding: 0 22px !important;
  border: none !important;
  border-radius: 6px !important;
  background: #55b4d4 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: background-color .25s, box-shadow .25s, transform .25s;
}
.w105-download-page-content .infodown > a::before {
  content: "\f019";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.w105-download-page-content .infodown > a:hover {
  background: #3fa0c2 !important;
  box-shadow: 0 6px 16px rgba(85, 180, 212, 0.35);
  transform: translateY(-1px);
}
@media screen and (max-width: 1200px) {
  .w105-download-page-content .sunlonsdownload > .vc_col-sm-4,
  .w105-download-page-content .sunlonsdownload > .wpb_column,
  .w105-download-page-content .sunlonsdownload > [class*="vc_col"] {
    width: calc(50% - 12px) !important;
  }
}
@media screen and (max-width: 768px) {
  .w105-download-page {
    padding-bottom: 32px;
  }
  .w105-download-page-content .sunlonsdownload {
    gap: 16px;
  }
  .w105-download-page-content .sunlonsdownload > .vc_col-sm-4,
  .w105-download-page-content .sunlonsdownload > .wpb_column,
  .w105-download-page-content .sunlonsdownload > [class*="vc_col"] {
    width: 100% !important;
  }
  .w105-download-page-content .infodown {
    padding: 14px 14px 0;
  }
}

/*!- w105-download-page end -*/
/*!- w105-download-list begin -*/
.w105-download-list {
  padding-bottom: 48px;
}
.w105-download-list-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.w105-download-list-wrap > li {
  display: block;
  margin: 0;
  padding: 0;
}
.w105-download-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid rgba(85, 180, 212, 0.22);
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(26, 58, 74, 0.04);
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.w105-download-item:hover {
  border-color: rgba(85, 180, 212, 0.55);
  box-shadow: 0 8px 24px rgba(85, 180, 212, 0.12);
  transform: translateY(-2px);
}
.w105-download-item-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(85, 180, 212, 0.12);
  color: #55b4d4;
  font-size: 26px;
  line-height: 1;
}
.w105-download-item-body {
  flex: 1 1 auto;
  min-width: 0;
}
.w105-download-item-title {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
}
.w105-download-item-title > a {
  color: inherit;
  text-decoration: none;
  transition: color .25s;
}
.w105-download-item-title > a:hover {
  color: #55b4d4;
}
.w105-download-item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #888;
}
.w105-download-item-file {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w105-download-item-desc {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: #666;
}
.w105-download-item-action {
  flex-shrink: 0;
}
.w105-download-item-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 132px;
  height: 44px;
  padding: 0 20px;
  border-radius: 6px;
  background: #55b4d4;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  transition: background-color .25s, transform .25s, box-shadow .25s;
}
.w105-download-item-btn:hover {
  background: #3fa0c2;
  box-shadow: 0 6px 16px rgba(85, 180, 212, 0.35);
  transform: translateY(-1px);
}
.w105-download-item-btn > i {
  font-size: 14px;
}
.w105-download-list-empty {
  margin: 24px 0;
  padding: 32px;
  text-align: center;
  color: #888;
  background: #f7fbfc;
  border-radius: 8px;
}
.w105-download-detail {
  padding-bottom: 48px;
}
.w105-download-detail-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid rgba(85, 180, 212, 0.22);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(26, 58, 74, 0.04);
  margin-bottom: 32px;
}
.w105-download-detail-main {
  flex: 1 1 auto;
  min-width: 0;
}
.w105-download-detail-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
  color: #333;
}
.w105-download-detail-content {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .w105-download-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
  }
  .w105-download-item-icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  .w105-download-item-title {
    font-size: 16px;
  }
  .w105-download-item-action,
  .w105-download-item-btn {
    width: 100%;
  }
  .w105-download-detail-card {
    flex-direction: column;
    padding: 20px 16px;
    gap: 16px;
  }
  .w105-download-detail-title {
    font-size: 22px;
  }
}

/*!- w105-download-list end -*/
/*!- w105-sitemap begin -*/
.w105-sitemap .w105-sitemap-item {
  display: block;
  border: 1px solid #f0f0f0;
}
.w105-sitemap .w105-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;
}
.w105-sitemap .w105-sitemap-item > dl {
  padding: 16px 0;
}
.w105-sitemap .w105-sitemap-item > dl:before, .w105-sitemap .w105-sitemap-item > dl:after {
  display: table;
  content: "";
  width: 100%;
}
.w105-sitemap .w105-sitemap-item > dl:after {
  clear: both;
}
.w105-sitemap .w105-sitemap-item > dl > dt {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.576;
  padding: 4px 24px;
}
.w105-sitemap .w105-sitemap-item > dl > dt > a {
  color: #333333;
}
.w105-sitemap .w105-sitemap-item > dl > dt > a:hover {
  color: #55b4d4;
}
.w105-sitemap .w105-sitemap-item > dl > dd {
  display: block;
  width: 20%;
  float: left;
  font-size: 16px;
  line-height: 1.576;
  padding: 4px 24px;
  color: #666666;
}
.w105-sitemap .w105-sitemap-item > dl > dd > a {
  color: #666666;
}
.w105-sitemap .w105-sitemap-item > dl > dd > a:hover {
  color: #55b4d4;
}
@media screen and (max-width: 1200px) {
  .w105-sitemap .w105-sitemap-item > h3 {
    font-size: 18px;
    padding: 12px 20px;
  }
  .w105-sitemap .w105-sitemap-item > dl {
    padding: 12px 0;
  }
  .w105-sitemap .w105-sitemap-item > dl > dt {
    font-size: 16px;
    padding: 2px 20px;
  }
  .w105-sitemap .w105-sitemap-item > dl > dd {
    width: 25%;
    font-size: 14px;
    padding: 2px 20px;
  }
}
@media screen and (max-width: 768px) {
  .w105-sitemap .w105-sitemap-item > h3 {
    padding: 8px 16px;
  }
  .w105-sitemap .w105-sitemap-item > dl {
    padding: 8px 0;
  }
  .w105-sitemap .w105-sitemap-item > dl > dt {
    padding: 0 16px;
  }
  .w105-sitemap .w105-sitemap-item > dl > dd {
    width: 50%;
    padding: 0 16px;
  }
}

/*!- w105-sitemap end -*/
/*!- w105-tags-page begin -*/
.w105-tags-page {
  padding-bottom: 48px;
}
.w105-tags-page .w105-page-header-desc.w105-tags-page-desc {
  max-width: 640px;
  margin: -12px auto 36px;
  text-align: center;
  color: #6b7c90;
  font-size: 15px;
  line-height: 1.6;
}
.w105-tags-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  padding: 8px 0 16px;
}
.w105-tags-cloud-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 8px 14px;
  border: 1px solid #d5e0e6;
  border-radius: 999px;
  background: #f7fafb;
  color: #3d5a68;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.w105-tags-cloud-item.lv-2 {
  font-size: 14px;
  padding: 9px 15px;
}
.w105-tags-cloud-item.lv-3 {
  font-size: 15px;
  padding: 10px 16px;
  background: #f0f8fb;
  border-color: #c5dde8;
}
.w105-tags-cloud-item.lv-4 {
  font-size: 16px;
  padding: 10px 18px;
  background: linear-gradient(180deg, #f4fbfd 0%, #eef7fb 100%);
  border-color: #b7dce8;
  font-weight: 600;
}
.w105-tags-cloud-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
}
.w105-tags-cloud-num {
  flex-shrink: 0;
  min-width: 20px;
  padding: 1px 7px;
  border-radius: 999px;
  background: rgba(85, 180, 212, .12);
  color: #3a9bb8;
  font-size: 11px;
  font-style: normal;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  text-align: center;
}
.w105-tags-cloud-item:hover {
  background: #55b4d4;
  border-color: #55b4d4;
  color: #fff;
  box-shadow: 0 6px 16px rgba(85, 180, 212, .28);
  transform: translateY(-1px);
}
.w105-tags-cloud-item:hover .w105-tags-cloud-num {
  background: rgba(255, 255, 255, .22);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .w105-tags-page {
    padding-bottom: 28px;
  }
  .w105-tags-page .w105-page-header-desc.w105-tags-page-desc {
    margin-bottom: 24px;
    font-size: 14px;
    padding: 0 8px;
  }
  .w105-tags-cloud {
    gap: 8px;
    justify-content: flex-start;
  }
  .w105-tags-cloud-item,
  .w105-tags-cloud-item.lv-2,
  .w105-tags-cloud-item.lv-3,
  .w105-tags-cloud-item.lv-4 {
    font-size: 13px;
    padding: 7px 12px;
  }
  .w105-tags-cloud-name {
    max-width: 200px;
  }
}
/*!- w105-tags-page end -*/

/*!- from theme_css.html inline -*/
.w105-header .w105-header-nav-extra .w105-header-lang {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 4px;
}
.w105-header .w105-header-nav-extra .w105-header-search {
  margin-left: 4px;
}
.w105-header .w105-header-nav-extra ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 768px) {
  .w105-header .w105-header-nav-extra {
    text-align: right;
    padding-left: 0;
    padding-right: 12px;
  }
  .w105-header .w105-header-nav-extra ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
}
.w105-page-content img,
.w105-product-detail-desc img,
.w105-about-intro img {
  max-width: 100%;
  height: auto;
}
.w105-page-content,
.w105-product-detail-desc .w105-page-content,
.w105-product-detail-card.w105-page-content {
  overflow: hidden;
  word-wrap: break-word;
}
.w105-product-detail-card img {
  max-width: 100%;
  height: auto;
}
.mfoot_box { display: none; }
@media screen and (max-width: 768px) {
  body { padding-bottom: 56px; }
  .mfoot_box{
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8f8f8;
    border-top: 1px solid #e8e8e8;
    min-height: 50px;
    z-index: 1030;
  }
  .mfoot_inner{
    display: flex;
    align-items: stretch;
    height: 50px;
  }
  .mfoot_nav{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e8e8e8;
  }
  .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;
  }
  .mfoot_nav a:hover,
  .mfoot_nav a:focus{
    color: #0c4d89;
    background: rgba(12,77,137,0.07);
  }
  .mfoot_nav:first-child a:hover,
  .mfoot_nav:first-child a:focus{
    color: #128C7E;
    background: rgba(18,140,126,0.08);
  }
  .mfoot_nav .w105-iconfont{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 3px;
  }
  .mfoot_label{
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
  }
  .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;
  }
  .mfoot_nav_top a:hover .mfoot_top_btn{
    background: linear-gradient(135deg, #FF9E16 0%, #e88a0a 100%);
  }
  .mfoot_top_btn .w105-iconfont{ margin-bottom: 0; font-size: 15px; color: #fff; }
}
/*!- from theme_css.html inline end -*/

/*!- gtranslate / lang switcher (from lang.html) -*/
.w105-header .w105-header-lang {
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    overflow: visible !important;
}
.w105-header .w105-header-lang-switcher {
    line-height: 1 !important;
    overflow: visible !important;
}
.w105-header .w105-header-lang-switcher #gt_float_wrapper {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    height: auto !important;
    z-index: 20 !important;
    display: block !important;
    overflow: visible !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher {
    position: relative !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    overflow: visible !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt-selected {
    background: transparent !important;
    float: none !important;
    cursor: pointer !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt-selected .gt-current-lang {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 0 0 10px !important;
    color: #333 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt-selected .gt-current-lang:hover {
    color: #55b4d4 !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher img {
    width: 22px !important;
    height: 15px !important;
    max-width: 22px !important;
    max-height: 15px !important;
    margin: 0 !important;
    border-radius: 2px !important;
    vertical-align: middle !important;
    object-fit: cover !important;
    object-position: center !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    background: #e8eef1 !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    height: 14px !important;
    width: 14px !important;
    background-size: 10px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666666'/></svg>") !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt_options {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    width: 420px !important;
    max-width: min(420px, calc(100vw - 24px)) !important;
    max-height: min(70vh, calc(100vh - 110px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 10px 8px !important;
    margin: 0 !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14) !important;
    z-index: 9999 !important;
    float: none !important;
    white-space: normal !important;
    display: none !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: min-content !important;
    align-content: start !important;
    justify-items: stretch !important;
    text-align: left !important;
    box-sizing: border-box !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt_options.gt-open {
    display: grid !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt_options a {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 7px 8px !important;
    margin: 0 !important;
    color: #444 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    text-decoration: none !important;
    float: none !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt_options a img {
    flex-shrink: 0 !important;
    width: 18px !important;
    margin: 1px 0 0 !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt_options.gt-expanded {
    width: 560px !important;
    max-width: min(560px, calc(100vw - 24px)) !important;
    max-height: min(78vh, calc(100vh - 96px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt_options a.gt-lang-extra {
    display: none !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt_options.gt-expanded a.gt-lang-extra {
    display: flex !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt_options a.gt-lang-more {
    grid-column: 1 / -1 !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    gap: 6px !important;
    color: #55b4d4 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    border-top: 1px solid #eee !important;
    margin-top: 6px !important;
    padding: 10px 12px 4px !important;
    text-decoration: none !important;
    word-break: normal !important;
}
.w105-header .w105-header-lang-switcher .gt_float_switcher .gt_options a.gt-lang-more:hover {
    background: transparent !important;
    color: #333 !important;
}
.w105-header .w105-header-nav-extra,
.w105-header .w105-header-nav-extra ul,
.w105-header .w105-header-nav-extra ul > li,
.w105-header .w105-header-wrap,
.w105-header .w105-header-content,
.w105-header .w105-header-nav {
    overflow: visible !important;
}
.w105-header:has(.gt_options.gt-open) {
    z-index: 1001;
    overflow: visible !important;
}
@media screen and (max-width: 768px) {
    .w105-header .w105-header-lang-switcher .gt_float_switcher .gt-selected .gt-current-lang {
        padding-left: 6px !important;
        font-size: 12px !important;
    }
    .w105-header .w105-header-lang-switcher .gt_float_switcher img {
        width: 18px !important;
        height: 12px !important;
        max-width: 18px !important;
        max-height: 12px !important;
    }
    .w105-header .w105-header-lang-switcher .gt_float_switcher .gt_options,
    .w105-header .w105-header-lang-switcher .gt_float_switcher .gt_options.gt-expanded {
        position: fixed !important;
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        max-width: none !important;
        top: 72px !important;
        max-height: calc(100vh - 96px) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        z-index: 10050 !important;
        text-align: left !important;
        justify-items: stretch !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .w105-header .w105-header-lang-switcher .gt_float_switcher .gt_options a {
        justify-content: flex-start !important;
        text-align: left !important;
        padding: 8px 6px !important;
        font-size: 12px !important;
        gap: 6px !important;
    }
}
/*!- gtranslate / lang switcher end -*/

/*!- theme skin vars + system pages (404 / jump) -*/
html body,
body .w105-layout,
.w105-layout {
  --xy-skin-primary: #55b4d4;
  --xy-skin-primary-2: #7ec8e0;
  --xy-skin-accent: #2a9bb8;
  --xy-skin-ink: #333333;
  font-family: "Poppins-Regular", "Poppins", "Microsoft YaHei", arial, sans-serif;
  color: var(--xy-skin-ink);
}
.w105-header .w105-header-nav-menu a:hover,
.w105-header .w105-header-nav-menu .active > a {
  color: var(--xy-skin-primary);
}
.theme-w105-home .w105-section {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.w105-404{text-align:center;padding:72px 20px 48px;max-width:880px;margin:0 auto}
.w105-404-code{font-size:72px;font-weight:700;line-height:1;color:var(--xy-skin-primary,#55b4d4);letter-spacing:0.04em}
.w105-404-title{margin:12px 0 8px;font-size:24px;color:#1a2332}
.w105-404-desc{margin:0 0 28px;color:#6b7c90;font-size:15px;line-height:1.6}
.w105-404-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:40px}
.w105-404-actions a{display:inline-block;padding:10px 18px;border-radius:6px;text-decoration:none;font-size:14px;font-weight:600}
.w105-404-actions a.primary{background:var(--xy-skin-primary,#55b4d4);color:#fff}
.w105-404-actions a.ghost{border:1px solid #d5dde8;color:var(--xy-skin-accent,#3a9bb8);background:#fff}
.w105-404-sec{text-align:left;margin-top:24px;padding-top:24px;border-top:1px solid #e8eef4}
.w105-404-sec h2{margin:0 0 14px;font-size:16px;color:#1a2332}
.w105-404-links{display:flex;flex-wrap:wrap;gap:8px 14px;list-style:none;margin:0;padding:0}
.w105-404-links a{color:var(--xy-skin-accent,#3a9bb8);text-decoration:none;font-size:14px}
.w105-404-pro{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;list-style:none;margin:0;padding:0}
.w105-404-pro li a{display:block;text-decoration:none;color:#1a2332;border:1px solid #e8eef4;border-radius:8px;overflow:hidden;background:#fff}
.w105-404-pro img{display:block;width:100%;aspect-ratio:1;object-fit:contain;background:#f8fafc}
.w105-404-pro span{display:block;padding:8px 10px;font-size:13px;line-height:1.4;min-height:2.8em}
@media (max-width:720px){
  .w105-404-pro{grid-template-columns:repeat(2,minmax(0,1fr))}
  .w105-404-code{font-size:56px}
}

.ins_content{text-align:center;padding:80px 20px}
.ins_title{font-size:32px;margin:24px 0 16px;color:#333}
.ins_txt{color:#666;font-size:16px;line-height:1.7;margin:8px 0}
.ins_btn{display:inline-block;margin-top:28px;padding:12px 36px;background:var(--xy-skin-primary,#55b4d4);color:#fff !important;text-decoration:none}
.ins_error .ins_title{color:#c62828}
/*!- theme skin / system pages end -*/
