* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
p {
  padding: 0;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
input,
textarea {
  border: none;
  resize: none;
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box iframe,
.img-box video,
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.fszero h1 {
  margin: 0;
}
[lang=zh-CN] .share-cn {
  display: block;
}
[lang=zh-CN] .share-other {
  display: none;
}
.a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
@-ms-viewport {
  width: auto !important;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
select,
button,
input,
textarea {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
.slick-slide {
  outline: none;
}
.slick-slide a {
  outline: none !important;
}
img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
@media (min-width: 1200px) {
  .wow {
    visibility: hidden;
  }
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.art-video-player::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.art-video-player .art-bottom {
  display: none !important;
}
.art-mask {
  display: none !important;
}
.breadcrumb {
  margin-bottom: 0;
}
.auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.table-box {
  font-size: var(--16);
  line-height: 1.8;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto;
  height: auto;
}
.table-box table td,
.table-box table th {
  padding: var(--d10) var(--d30);
  border: 1px solid #D9D9D9;
}
@media (max-width: 1200px) {
  .table-box {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .table-box {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .table-box table td,
  .table-box table th {
    padding: 8px !important;
  }
}
label {
  width: 100%;
}
.box-follow .img-box > img {
  display: none !important;
  height: auto;
}
.box-follow iframe[src=''],
.box-follow iframe[data-src=''] {
  display: none;
  border: 1px solid #000;
}
.box-follow iframe[src=''] + img,
.box-follow iframe[data-src=''] + img {
  display: block !important;
}
.tranlanguage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.tranlanguage p {
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .tranlanguage p {
    font-size: 14px;
  }
}
.tranlanguage p img {
  width: 24px;
  margin-right: 10px;
}
.tranlanguage p:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #666666 transparent transparent transparent;
  margin-left: 10px;
  margin-top: -4px;
}
.tranlanguage ul {
  position: absolute;
  min-width: 100%;
  top: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none;
  padding: 10px 0;
}
.tranlanguage ul li a {
  display: block;
  padding: 10px 10px;
}
.tranlanguage ul li a img {
  width: 30px;
  object-fit: cover;
}
.fancybox-slide--iframe .fancybox-content {
  min-width: 80vw;
  min-height: 80vh;
}
body {
  font-family: 'InterTight', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #737E8A;
  color: #737E8A;
  background-color: #fff;
}
i {
  line-height: 1;
}
@font-face {
  font-family: 'InterTight';
  font-weight: 400;
  font-style: normal;
  src: local('InterTight Regular'), local('InterTight-Regular'), url('../../app/fonts/InterTight-Regular.woff2') format('woff2'), url('../../app/fonts/InterTight-Regular.woff') format('woff'), url('../../app/fonts/InterTight-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  src: local('InterTight Medium'), local('InterTight-Medium'), url('../../app/fonts/InterTight-Medium.woff2') format('woff2'), url('../../app/fonts/InterTight-Medium.woff') format('woff'), url('../../app/fonts/InterTight-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'CalSans';
  font-weight: 400;
  font-style: normal;
  src: local('CalSans Regular'), local('CalSans-Regular'), url('../../app/fonts/CalSans-Regular.woff2') format('woff2'), url('../../app/fonts/CalSans-Regular.woff') format('woff'), url('../../app/fonts/CalSans-Regular.ttf') format('truetype');
  font-display: swap;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 1650px) / 2);
  --c: #00A0E9;
  --c2: #D88900;
  --r72: 72px;
  --r70: 70px;
  --r56: 56px;
  --r50: 50px;
  --r48: 48px;
  --r46: 46px;
  --r44: 44px;
  --r40: 40px;
  --r36: 36px;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d286: 286px;
  --d243: 243px;
  --d225: 225px;
  --d208: 208px;
  --d200: 200px;
  --d190: 190px;
  --d185: 185px;
  --d180: 180px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --d158: 158px;
  --d150: 150px;
  --d147: 147px;
  --d145: 145px;
  --d140: 140px;
  --d138: 138px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d95: 95px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d86: 86px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d65: 65px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --d42: 42px;
  --d40: 40px;
  --d38: 38px;
  --d36: 36px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d19: 19px;
  --d18: 18px;
  --d17: 17px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --162: 162px;
  --128: 128px;
  --110: 110px;
  --100: 100px;
  --96: 96px;
  --92: 92px;
  --90: 90px;
  --80: 80px;
  --76: 76px;
  --75: 75px;
  --72: 72px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --64: 64px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --54: 54px;
  --52: 52px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --45: 45px;
  --44: 44px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --34: 34px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --25: 25px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --19: 19px;
  --18: 18px;
  --17: 17px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}
.calsans {
  font-family: 'CalSans', Arial, sans-serif;
}
.title {
  font-size: var(--40);
  line-height: 1.26;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
}
.title span {
  color: var(--c);
}
.text32-116 {
  font-size: var(--32);
  line-height: 1.16;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  transition: all 0.5s;
}
.text24-126 {
  font-size: var(--24);
  line-height: 1.26;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  transition: all 0.5s;
}
.text18-160 {
  font-size: var(--18);
  line-height: 1.6;
  color: #353A3F;
  transition: all 0.5s;
}
.text18-150 {
  font-size: var(--18);
  line-height: 1.5;
}
.text16-160 {
  font-size: var(--16);
  line-height: 1.6;
}
.setSlow1 {
  animation: an1 1s ease forwards;
}
@keyframes playan1 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes playan3 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes playan4 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes an1 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.header {
  position: sticky;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
  border-bottom: 1px solid #DDDDDD;
}
.header .header-box1 {
  background-color: #212427;
}
.header .header-box1 .header-content1 {
  text-align: center;
  font-size: var(--14);
  line-height: 1;
  color: #fff;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
}
.header .header-box1 .header-content1 span {
  color: #00A0E9;
}
.header .header-box1 .header-content1 .header-box1-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .header-box1 .header-content1 .header-box1-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-box1 .header-content1 .header-box1-nav .header-box1-nav2 {
  padding-right: var(--d20);
  margin-right: var(--d20);
  border-right: 1px solid #FFFFFF;
  transition: all 0.5s;
}
.header .header-box1 .header-content1 .header-box1-nav .header-box1-nav2:hover {
  color: var(--c);
}
.header .header-box2 {
  border-bottom: 1px solid #E6E6E6;
  background-color: #fff;
}
.header .header-box2 .header-content2 {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-box3 {
  background-color: #fff;
}
.header .header-box3 .header-content3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}
.header .header-logo {
  display: flex;
  align-items: center;
}
.header .header-logo .logo {
  width: 150px;
  position: relative;
}
.header .header-logo .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.header .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  transition: all 0.5s;
}
.header .header-right .translate {
  margin-right: var(--d60);
}
.header .header-mes {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-mes .header-mes2 {
  margin-right: var(--d36);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-mes .header-mes2:last-child {
  margin-right: 0;
}
.header .header-mes .header-mes2 .header-mes-icon {
  width: 39px;
  height: 39px;
  min-width: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F8F8F8;
  margin-right: var(--d10);
}
.header .header-mes .header-mes2 .header-mes-icon i {
  font-size: var(--16);
  color: #212427;
}
.header .header-mes .header-mes2 .header-mes-textbox .header-mes-title {
  font-size: var(--16);
  line-height: 1.1;
  margin-bottom: 2px;
  color: #212427;
  font-weight: 500;
}
.header .header-mes .header-mes2 .header-mes-textbox .header-mes-text {
  font-size: var(--14);
  line-height: 1.2;
  color: #212427;
  max-width: 285px;
}
.header .header-quote .header-quote2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d15) var(--d24);
  color: #FFFFFF;
  font-size: var(--16);
  line-height: 1;
  font-weight: 500;
  border-radius: 10px;
  background-color: var(--c);
}
.header .header-quote .header-quote2 i {
  font-size: var(--16);
  margin-left: 6px;
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 10px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
}
.header .s-nav-action i {
  background-color: var(--c) !important;
}
.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}
.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.search-box {
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: var(--d17) var(--d25);
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.search-box .input-text {
  width: 90%;
  font-size: 14px;
  font-weight: 400;
}
.search-box .submit {
  background-color: transparent;
  border: none;
}
.search-box .submit i {
  font-size: var(--16);
  color: #212427;
}
@media (min-width: 1201px) {
  .header-search {
    width: 510px;
    margin-right: var(--d68);
  }
  .header-search .search-con {
    display: none;
  }
  .header-search .search-box .input-text {
    width: auto;
  }
  .header-search .search-title {
    font-size: var(--14);
    line-height: 1;
    color: #353A3F;
    padding-right: var(--d25);
    position: relative;
  }
  .header-search .search-title::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #E6E6E6;
  }
  .header-not {
    display: none !important;
  }
  .header-navbox {
    height: 100%;
  }
  .header-nav {
    display: flex;
    margin-right: var(--d70);
    height: 100%;
  }
  .header-nav .header-list {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 {
    transition: all 0.5s;
    position: relative;
    height: 100%;
    margin-right: 60px;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    font-size: var(--16);
    line-height: 1;
    font-weight: 500;
    color: #212427;
    transition: all 0.5s;
    position: relative;
  }
  .header-nav .header-list .header-list2 .header-list3:hover {
    color: var(--c) !important;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .header-list3 a span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .header-list3 a .icon1 {
    font-size: var(--16);
    margin-right: 10px;
  }
  .header-nav .header-list .header-list2 .header-list3 a .icon2 {
    font-size: var(--14);
    margin-left: 4px;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    text-align: center;
  }
  .more a {
    transition: all 0.5s;
  }
  .more a:hover {
    color: var(--c) !important;
  }
  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }
  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .more .more-1-list .more-1-list2 .more2 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
  .header-list2:hover .pro-more {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
  }
  .pro-more {
    position: fixed;
    width: 100%;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  .pro-more .pro-box {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-top-width: 0;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.25);
  }
  .pro-more .pro-box .pro-navbox {
    width: calc(3 / 4 * 100%);
    padding: var(--d25) var(--d15);
  }
  .pro-more .pro-box .pro-navbox .pro-more-title {
    font-style: normal;
    font-weight: 500;
    font-size: var(--16);
    line-height: calc(19 / 16);
  }
  .pro-more .pro-box .pro-navbox .pro-nav1 {
    padding: var(--d10);
  }
  .pro-more .pro-box .pro-navbox .pro-nav1 .pro-nav2 {
    padding-top: var(--d15);
    padding-bottom: var(--d15);
  }
  .pro-more .pro-box .pro-navbox .pro-nav1 .pro-nav2 .pro-nav3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .pro-more .pro-box .pro-navbox .pro-nav1 .pro-nav2 .pro-nav3 .pro-nav-img {
    width: 64px;
  }
  .pro-more .pro-box .pro-navbox .pro-nav1 .pro-nav2 .pro-nav3 .pro-nav-img2 {
    width: 32px;
  }
  .pro-more .pro-box .pro-navbox .pro-nav1 .pro-nav2 .pro-nav3 .pro-nav-textbox {
    width: calc(100% - 64px);
    padding-left: var(--d10);
  }
  .pro-more .pro-box .pro-navbox .pro-nav1 .pro-nav2 .pro-nav3 .pro-nav-textbox .pro-nav-title {
    margin-bottom: 6px;
  }
  .pro-more .pro-box .pro-navbox .pro-nav1 .pro-nav2 .pro-nav3 .pro-nav-textbox .pro-nav-title h3 {
    font-weight: 500;
    font-size: var(--16);
    line-height: calc(20 / 16);
    color: #000000;
    display: inline-block;
  }
  .pro-more .pro-box .pro-navbox .pro-nav1 .pro-nav2 .pro-nav3 .pro-nav-textbox .pro-nav-text {
    font-size: var(--14);
    line-height: calc(18 / 14);
    color: #878787;
    margin-block-end: 0 !important;
  }
  .pro-more .pro-textbox {
    width: calc(1 / 4 * 100%);
    padding: var(--d25) var(--d15);
    background-color: #F6F6F6;
  }
  .pro-more .pro-textbox .pro-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pro-more .pro-textbox .pro-title {
    color: #000000;
    font-size: var(--16);
    font-weight: 500;
    padding-top: var(--d20);
    padding-bottom: var(--d10);
  }
  .pro-more .pro-textbox .pro-text {
    color: #878787;
    font-size: var(--16);
    line-height: calc(24 / 16);
    margin-bottom: var(--d24);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .pro-more .pro-textbox .pro-but {
    font-size: var(--14);
    line-height: calc(18 / 14);
    font-weight: 500;
    color: #36B37E;
  }
  .pro-more .pro-textbox .pro-but span {
    text-decoration: underline;
  }
  .pro-more .pro-textbox .pro-but i {
    font-size: var(--14);
    margin-left: 4px;
  }
}
@media (max-width: 1800px) and (min-width: 1600px) {
  .header-search {
    width: 450px;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .header .header-mes .header-mes2 {
    margin-right: 12px;
  }
  .header .header-search {
    width: 378px;
  }
  .header .header-mes .header-mes2 .header-mes-textbox .header-mes-text {
    max-width: 242px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header .header-search {
    width: 342px;
    margin-right: 10px;
  }
  .header .header-mes .header-mes2 .header-mes-textbox .header-mes-text {
    font-size: var(--14);
    line-height: 1.2;
    color: #212427;
    max-width: 150px;
  }
}
@media (max-width: 1200px) {
  .pro-more {
    display: none !important;
  }
  .header-search {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
  }
  .header-search::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #fff;
    transition: all 0.5s;
  }
  .header-search .search-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
  }
  .header-search .search-con .search-icon i {
    font-size: var(--20);
    transition: all 0.5s;
  }
  .header-search .search {
    position: absolute;
    right: 0%;
    bottom: 0;
    transform: translate(0%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    width: 36vw;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
    visibility: hidden;
  }
  .header-search .open {
    opacity: 1;
    transform: translate(0%, 100%);
    visibility: visible;
  }
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    overflow-y: scroll;
  }
  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 70px;
    width: 100%;
  }
  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2:first-child .header-list3::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--c);
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: block;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
  }
  .header-nav .header-list .header-list2 .header-list3 a i {
    display: none;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .more {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 3px 0 3px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 4px 0 4px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: normal;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }
  .header-nav .header-list .action .header-list3 a {
    color: var(--c);
  }
}
.s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.s-nav i {
  width: 21px;
  height: 2px;
  background-color: #003366;
  transition: all 0.5s;
}
.s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.s-nav-action i:nth-child(2) {
  opacity: 0;
}
.s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.xs-online {
  border-top: 1px solid #fff;
  width: 100%;
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  background-color: var(--c);
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xs-online ul li i {
  font-size: 14px;
  color: #fff;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: '';
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-family: 'iconfont' !important;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.online-wrap .online-wrap2 {
  transition: all 0.5s;
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1100;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  pointer-events: none;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50px;
}
.online-wrap .online {
  transition: all 0.5s;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  pointer-events: auto;
}
.online-wrap .online a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-radius: 50%;
  margin-bottom: 10px;
  width: 46px;
  height: 46px;
}
.online-wrap .online a:hover {
  background-color: var(--c);
}
.online-wrap .online a:hover i {
  color: #fff;
}
.online-wrap .online a i {
  font-size: 24px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  color: #000;
  font-weight: 400;
  font-size: var(--16);
  visibility: hidden;
  white-space: nowrap;
  padding-right: 20px;
}
.online-wrap .online a .show-num .show-img {
  width: 120px;
  height: 120px;
  background-color: #fff;
}
.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
  border-radius: 8px;
  background-color: #fff;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
}
.online-wrap .online a .show-num .show-img::after,
.online-wrap .online a .show-num span::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  transform: translate(100%, -50%);
  vertical-align: middle;
  border-width: 10px 0px 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.online-wrap .online a .show-num span {
  height: 48px;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  object-fit: cover;
}
.online-wrap .online a:hover {
  color: #fff !important;
}
.online-wrap .online a:hover .show-num {
  transition: all 0.5s;
  opacity: 1;
  right: calc(100%);
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: '+';
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}
.online-wrap .icon-cart {
  position: relative;
}
.online-wrap .icon-cart .cart-num {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(30%, -30%);
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 10;
  font-size: 12px;
}
.online-show {
  right: 0 !important;
}
@media (max-width: 1400px) {
  .online-wrap .online-wrap2 {
    transform: scale(0.8);
    right: 10px;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-wrap2 {
    top: unset;
    right: -101%;
    bottom: 120px;
  }
  .online-wrap .online-btn {
    display: block;
  }
}
.pro {
  position: relative;
}
.top {
  position: absolute;
  top: 0;
  pointer-events: none;
  height: 250px;
  transform: translateY(-100%);
  left: 0;
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .banner-paginationbox {
  position: absolute;
  bottom: var(--d60);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner .banner-paginationbox .swiper-but {
  background-color: #fff;
}
.index-banner .banner-paginationbox .banner-pagination {
  margin: 0 var(--d10);
}
.index-banner .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .slide-inner {
  padding-bottom: calc(750 / 1920 * 100%);
  position: relative;
}
.index-banner .slide-inner::after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-video video {
  object-fit: cover;
}
.index-banner iframe,
.index-banner .banner-video,
.index-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}
.banner-textbox .banner-textbox2 {
  width: 690px;
  max-width: 100%;
}
.banner-textbox .banner-textbox2 .banner-title {
  margin-bottom: var(--d26);
}
.banner-textbox .banner-textbox2 .banner-title h2 {
  font-size: var(--48);
  line-height: 1.26;
  color: #fff;
  font-family: 'CalSans', Arial, sans-serif;
}
.banner-textbox .banner-textbox2 .banner-text {
  font-size: var(--18);
  line-height: 1.6;
  color: #fff;
  margin-bottom: var(--d56);
}
.banner-textbox .banner-textbox2 .banner-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d56);
}
.banner-textbox .banner-textbox2 .banner-butbox .banner-but:first-child {
  margin-right: var(--d16);
}
.banner-textbox .banner-textbox2 .banner-butbox .banner-but:first-child .banner-but2 {
  background-color: #CEDEE5;
  color: #00A0E9;
}
.banner-textbox .banner-textbox2 .banner-butbox .banner-but .banner-but2 {
  padding: var(--d18) var(--d36);
  background-color: #D88900;
  font-size: var(--16);
  line-height: 1;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.banner-textbox .banner-textbox2 .banner-butbox .banner-but .banner-but2:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.banner-textbox .banner-textbox2 .banner-butbox .banner-but .banner-but2::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.banner-textbox .banner-textbox2 .banner-butbox .banner-but .banner-but2 i {
  margin-left: 6px;
  font-size: var(--16);
}
.banner-textbox .banner-textbox2 .banner-mes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(var(--d10) * -1);
  flex-wrap: wrap;
}
.banner-textbox .banner-textbox2 .banner-mes .banner-mes2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d26);
  color: #fff;
  font-size: var(--16);
  line-height: 1;
  margin-bottom: var(--d10);
}
.banner-textbox .banner-textbox2 .banner-mes .banner-mes2:last-child {
  margin-right: 0;
}
.banner-textbox .banner-textbox2 .banner-mes .banner-mes2 i {
  font-size: var(--20);
  margin-right: 6px;
}
.indexcontent .evaluate {
  background-color: #F8F8F8;
  padding: var(--d12) 0;
}
.indexcontent .evaluate .evaluate-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexcontent .evaluate .evaluate-box .evaluate-left span {
  margin-right: var(--d16);
  font-size: var(--16);
  line-height: 1.6;
  color: #212427;
}
.indexcontent .evaluate .evaluate-box .evaluate-left .star {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .evaluate .evaluate-box .evaluate-left .star i {
  color: #FFDA6C;
  margin-right: var(--d8);
  font-size: var(--20);
}
.indexcontent .evaluate .evaluate-box .evaluate-left .star i:last-child {
  margin-right: 0;
}
.indexcontent .evaluate .evaluate-box .evaluate-imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .evaluate .evaluate-box .evaluate-imgbox .evaluate-img {
  width: 56px;
  margin-right: var(--d8);
}
.indexcontent .evaluate .evaluate-box .evaluate-imgbox .evaluate-img:last-child {
  margin-right: 0;
}
.indexcontent .evaluate .evaluate-box .evaluate-imgbox .evaluate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1) invert(1);
}
.indexcontent .i-why {
  padding: var(--d120) 0;
}
.indexcontent .i-why .i-why-title span {
  text-decoration: underline;
}
.indexcontent .i-why .i-why-title span:hover {
  text-decoration: none;
}
.indexcontent .i-why .i-why-swiper .swiper-wrapper {
  align-items: stretch;
}
.indexcontent .i-why .i-why-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.indexcontent .i-why .i-why-box {
  padding: var(--d40) var(--d30);
  background-color: #F8F8F8;
  border-radius: 15px;
  height: 100%;
}
.indexcontent .i-why .i-why-box .i-why-icon {
  width: var(--60);
  margin-bottom: var(--d30);
}
.indexcontent .i-why .i-why-box .i-why-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-why .i-why-box .i-why-sw-title {
  margin-bottom: var(--d12);
}
.indexcontent .i-provide {
  background-color: #F8F8F8;
  padding: var(--d120) 0;
}
.indexcontent .i-provide .i-provide-titlebox {
  margin-bottom: var(--d70);
}
.indexcontent .i-provide .i-provide-con {
  padding: 0 15px;
}
.indexcontent .i-provide .i-provide-list {
  --bs-gutter-x: 1.25rem;
  margin-bottom: calc(var(--d15) * -1);
}
.indexcontent .i-provide .i-provide-list .i-provide-list2 {
  margin-bottom: var(--d15);
}
.indexcontent .i-industry {
  background-color: #F8F8F8;
  padding: var(--d30) 0;
}
.indexcontent .i-video {
  padding-top: var(--d138);
}
.indexcontent .i-video .i-video-imgbox {
  position: relative;
  margin-bottom: var(--d90);
}
.indexcontent .i-video .i-video-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-video .i-video-title {
  margin-bottom: var(--d12);
  text-align: center;
}
.indexcontent .i-video .i-video-text {
  font-size: var(--18);
  line-height: 1.6;
  color: #353A3F;
  text-align: center;
  margin-bottom: var(--d36);
}
.indexcontent .i-video .i-video-nav {
  display: flex;
  justify-content: safe center;
  align-items: center;
  margin-bottom: var(--d50);
}
.indexcontent .i-video .i-video-nav .i-video-nav2 {
  margin-right: var(--d12);
}
.indexcontent .i-video .i-video-nav .i-video-nav2:last-child {
  margin-right: 0;
}
.indexcontent .i-video .i-video-nav .i-video-nav2 .i-video-nav3 {
  font-size: var(--16);
  line-height: 1;
  color: #212427;
  transition: all 0.5s;
  padding: var(--d18) var(--d36);
  border: 1px solid rgba(33, 36, 39, 0.15);
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-video .i-video-nav .i-video-nav2 .i-video-nav3:hover {
  background-color: var(--c);
  color: #fff;
  border-color: var(--c);
}
.indexcontent .i-video .i-video-nav .i-video-nav2 .i-video-nav3 i {
  margin-right: 6px;
}
.indexcontent .i-video .i-video-nav .action .i-video-nav3 {
  background-color: var(--c);
  color: #fff;
  border-color: var(--c);
}
.indexcontent .i-video .i-video-swiper .swiper-wrapper {
  align-items: stretch;
}
.indexcontent .i-video .i-video-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.indexcontent .i-realize {
  padding-top: var(--d147);
}
.indexcontent .i-realize .i-realize-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d70);
}
.indexcontent .i-realize .i-realize-box .i-realize-left {
  width: calc(840 / 1650 * 100%);
  padding-top: var(--d30);
  padding-right: var(--d70);
}
.indexcontent .i-realize .i-realize-box .i-realize-left .i-realize-title {
  margin-bottom: var(--d12);
}
.indexcontent .i-realize .i-realize-box .i-realize-left .i-realize-text {
  margin-bottom: var(--d50);
}
.indexcontent .i-realize .i-realize-box .i-realize-left .i-realize-list {
  --bs-gutter-x: 3.125rem;
  margin-bottom: calc(var(--d50) * -1);
}
.indexcontent .i-realize .i-realize-box .i-realize-left .i-realize-list .i-realize-list2 {
  margin-bottom: var(--d50);
}
.indexcontent .i-realize .i-realize-box .i-realize-left .i-realize-list .i-realize-list2 .i-realize-list3 .i-realize-list-title {
  font-size: var(--20);
  line-height: 1.26;
  margin-bottom: var(--d12);
  font-family: 'CalSans', Arial, sans-serif;
  color: #212427;
}
.indexcontent .i-realize .i-realize-box .i-realize-right {
  width: calc(810 / 1650 * 100%);
}
.indexcontent .i-realize .i-realize-box .i-realize-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.indexcontent .i-realize .i-realize-imgbox {
  margin-bottom: calc(var(--d30) * -1);
}
.indexcontent .i-realize .i-realize-imgbox .i-realize-img {
  margin-bottom: var(--d30);
}
.indexcontent .i-realize .i-realize-imgbox .img-box {
  padding-bottom: calc(300 / 530 * 100%);
  border-radius: 15px;
}
.indexcontent .i-clients {
  padding-top: var(--d150);
}
.indexcontent .i-clients .i-clients-pagination {
  padding-top: var(--d50);
}
.indexcontent .i-clients .i-clients-pagination .swiper-pagination-bullet {
  background-color: #F2F8FA;
}
.indexcontent .i-clients .i-clients-pagination .swiper-pagination-bullet-active {
  background-color: var(--c);
}
.indexcontent .i-faq {
  padding-top: var(--d150);
  padding-bottom: var(--d120);
  position: relative;
  overflow: hidden;
}
.indexcontent .i-faq::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 100%;
  background: linear-gradient(180deg, rgba(242, 248, 250, 0) 0%, #F2F8FA 100%);
  border-radius: 50%;
}
.indexcontent .i-faq .container {
  position: relative;
  z-index: 10;
}
.indexcontent .i-faq .i-faq-title {
  text-align: center;
  margin-bottom: var(--d8);
}
.indexcontent .i-faq .i-faq-text {
  text-align: center;
  width: 959px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d70);
  color: #353A3F;
}
.indexcontent .i-faq .join-list {
  margin-bottom: var(--d70);
}
.indexcontent .i-faq .i-faq-contact {
  font-size: var(--20);
  line-height: 1.6;
  font-family: 'CalSans', Arial, sans-serif;
  text-align: center;
  color: #212427;
}
.indexcontent .i-faq .i-faq-contact a {
  color: var(--c);
}
.indexcontent .i-news {
  padding: var(--d120) 0;
}
.indexcontent .i-news .i-news-title {
  margin-bottom: var(--d8);
  text-align: center;
}
.indexcontent .i-news .i-news-text {
  text-align: center;
  margin-bottom: var(--d70);
}
.indexcontent .i-news .i-news-list {
  --bs-gutter-x: 1.25rem;
  margin-bottom: calc(var(--d20) * -1);
}
.indexcontent .i-news .i-news-list .i-news-list2 {
  margin-bottom: var(--d20);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3:hover .img-box img {
  transform: scale(1.1);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3:hover .i-news-list-title h3 {
  color: var(--c) !important;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .img-box {
  padding-bottom: calc(335 / 535 * 100%);
  border-radius: 5px;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox {
  padding: var(--d30) var(--d12) 0;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-title {
  margin-bottom: var(--d12);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--24);
  line-height: 1.26;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  transition: all 0.5s;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: var(--d26);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-date {
  color: #353A3F;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-date i {
  margin-right: var(--d8);
  font-size: var(--18);
}
.i-industry .i-industry-pagination {
  padding-top: var(--d50);
}
.fooder {
  background-color: #242424;
}
.fooder .fooder-top {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d90);
  padding-bottom: var(--d120);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fooder .fooder-top .fooder-left {
  width: 410px;
}
.fooder .fooder-top .fooder-left .fooder-logo {
  width: 150px;
  margin-bottom: var(--d30);
}
.fooder .fooder-top .fooder-left .fooder-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder .fooder-top .fooder-left .fooder-text {
  color: #fff;
  margin-bottom: var(--d50);
}
.fooder .fooder-top .fooder-left .con-but2 {
  display: inline-flex;
  border: 1px solid #fff;
  color: #fff;
}
.fooder .fooder-top .fooder-left .con-but2:hover {
  border-color: var(--c);
}
.fooder .fooder-top .fooder-right {
  display: flex;
  justify-content: center;
}
.fooder .fooder-top .fooder-right > div {
  margin-right: var(--d105);
}
.fooder .fooder-top .fooder-right > div:last-child {
  margin-right: 0;
}
.fooder .fooder-top .fooder-right .fooder-con-title {
  font-family: 'CalSans', Arial, sans-serif;
  font-size: var(--20);
  line-height: 1.1;
  color: #fff;
  margin-bottom: var(--d30);
}
.fooder .fooder-top .fooder-right .fooder-contact {
  width: 318px;
}
.fooder .fooder-top .fooder-right .fooder-contact .fooder-mes {
  margin-bottom: var(--d30);
}
.fooder .fooder-top .fooder-right .fooder-contact .fooder-mes .fooder-mes2 {
  color: #fff;
  margin-bottom: var(--d30);
}
.fooder .fooder-top .fooder-right .fooder-contact .fooder-mes .fooder-mes2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top .fooder-right .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes-title {
  font-size: var(--16);
  line-height: 1.2;
  margin-bottom: var(--d12);
  font-family: 'CalSans', Arial, sans-serif;
}
.fooder .fooder-top .fooder-right .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes-text p {
  font-size: var(--20);
  line-height: 1.4;
}
.fooder .fooder-top .fooder-right .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes-text a {
  font-size: var(--18);
  line-height: 1.1;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-right .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes-text a:hover {
  color: var(--c);
}
.fooder .fooder-top .fooder-right .fooder-contact .fooder-share .fooder-share-title {
  font-size: var(--16);
  line-height: 1.2;
  margin-bottom: var(--d12);
  font-family: 'CalSans', Arial, sans-serif;
  color: #fff;
}
.fooder .fooder-top .fooder-right .fooder-contact .fooder-share .fooder-share-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fooder .fooder-top .fooder-right .fooder-contact .fooder-share .fooder-share-box a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-right: var(--d10);
}
.fooder .fooder-top .fooder-right .fooder-contact .fooder-share .fooder-share-box a:last-child {
  margin-right: 0;
}
.fooder .fooder-top .fooder-right .fooder-contact .fooder-share .fooder-share-box a i {
  font-size: var(--24);
  color: #fff;
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-navbox2 a {
  display: block;
  font-size: var(--16);
  line-height: 1.3;
  margin-bottom: var(--d12);
  color: #fff;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-navbox2 a:hover {
  color: var(--c);
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-navbox2 a:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top .fooder-right .fooder-form {
  width: 450px;
}
.fooder .fooder-top .fooder-right .fooder-form .fooder-form-content {
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333333;
  border-radius: 5px;
  margin-bottom: var(--d16);
}
.fooder .fooder-top .fooder-right .fooder-form .fooder-form-content .input-text {
  padding-left: var(--d15);
  width: calc(100% - 150px);
  background-color: transparent;
  font-size: var(--16);
  line-height: 1;
}
.fooder .fooder-top .fooder-right .fooder-form .fooder-form-content .input-text::placeholder {
  color: #fff;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-right .fooder-form .fooder-form-content .input-text:focus::placeholder {
  opacity: 0.3;
}
.fooder .fooder-top .fooder-right .fooder-form .fooder-form-content .form-submit {
  padding: var(--d12) var(--d26);
  border-radius: 5px;
  font-size: var(--16);
  line-height: calc(18 / 16);
  color: #fff;
  background-color: var(--c);
}
.fooder .fooder-top .fooder-right .fooder-form .fooder-form-content .form-submit i {
  margin-left: 6px;
}
.fooder .fooder-top .fooder-right .fooder-form .fooder-form-text {
  width: 333px;
  font-size: var(--16);
  line-height: 1.6;
  color: #fff;
}
.fooder .fooder-bom {
  font-size: var(--16);
  line-height: 1.3;
  color: #fff;
}
.fooder .fooder-bom .fooder-bom2 {
  display: flex;
  justify-content: space-between;
  padding: var(--d30) 0;
}
.fooder .fooder-bom .fooder-bom2 .food-left2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fooder .fooder-bom .fooder-bom2 .food-left2 .cnzz {
  margin-left: 15px;
}
.fooder .fooder-bom .fooder-bom2 .food-right2 a {
  font-family: 'CalSans', Arial, sans-serif;
  font-size: var(--16);
  line-height: 1.1;
  color: #fff;
}
.fooder .fooder-bom .fooder-bom2 .food-right2 a:first-child {
  margin-right: var(--d12);
  padding-right: var(--d12);
  position: relative;
}
.fooder .fooder-bom .fooder-bom2 .food-right2 a:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.join-list {
  width: 1410px;
  max-width: 100%;
  margin: 0 auto;
}
.join-list .join-list2 {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: var(--d20);
  padding: var(--d20) var(--d30);
  overflow: hidden;
}
.join-list .join-list2:last-child {
  margin-bottom: 0;
}
.join-list .join-list2 .join-list3 {
  position: relative;
  z-index: 10;
}
.join-list .join-list2 .join-list3 .join-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.join-list .join-list2 .join-list3 .join-titlebox:hover .join-list-title {
  color: var(--c);
}
.join-list .join-list2 .join-list3 .join-titlebox .join-list-title {
  width: calc(100% - 30px);
  font-size: var(--20);
  line-height: 1.26;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-list-title i {
  font-size: var(--30);
  margin-right: var(--d8);
}
.join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  color: #212427;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon i {
  transition: all 0.5s;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon .join-icon1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.join-list .join-list2 .join-list3 .join-textbox {
  padding-top: var(--d16);
  display: none;
}
.join-list .open .join-list3 .join-titlebox .join-list-title {
  color: var(--c);
}
.join-list .open .join-list3 .join-titlebox .join-mes .join-icon .join-icon1 {
  opacity: 1;
  color: var(--c);
}
.join-list .open .join-list3 .join-titlebox .join-mes .join-icon .join-icon2 {
  opacity: 0;
}
.i-clients-swiper .swiper-wrapper {
  align-items: stretch;
}
.i-clients-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.clients-box {
  border-radius: 5px;
  background-color: #F8F8F8;
  padding: var(--d30);
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.clients-box .clients-icon {
  font-size: var(--48);
  font-weight: 900;
  transform: skewX(-10deg);
  line-height: 1;
  color: #212427;
  margin-bottom: var(--d26);
}
.clients-box .clients-sw-title {
  font-size: var(--16);
  line-height: 1.6;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d16);
}
.clients-box .clients-sw-text {
  font-size: var(--20);
  line-height: 1.6;
  color: #353A3F;
  margin-bottom: var(--d16);
}
.clients-box .star i {
  color: #FFDA6C;
}
.clients-box .clients-bom {
  margin-top: var(--d93);
  display: flex;
  display: none;
  justify-content: flex-start;
  align-items: center;
}
.clients-box .clients-bom .clients-sw-img {
  width: var(--r72);
  height: var(--r72);
  border-radius: 50%;
  margin-right: var(--d16);
}
.clients-box .clients-bom .clients-sw-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clients-box .clients-bom .clients-mesbox .clients-name {
  font-size: var(--20);
  line-height: 1.16;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
}
.clients-box .clients-bom .clients-mesbox .clients-mes {
  font-size: var(--18);
  line-height: 1.5;
  color: #353A3F;
}
.i-video-box {
  background-color: #F8F8F8;
  border-radius: 15px;
  padding: var(--d40) var(--d30);
  height: 100%;
}
.i-video-box:hover .i-video-num {
  background-color: var(--c);
  color: #fff !important;
}
.i-video-box:hover .i-video-sw-title h3 {
  color: var(--c);
}
.i-video-box .i-video-num {
  width: var(--r48);
  height: var(--r48);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--14);
  transition: all 0.5s;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d30);
  background-color: #fff;
  border-radius: 50%;
}
.i-video-box .i-video-sw-title {
  margin-bottom: var(--d12);
}
.i-video-box .i-video-sw-title h3 {
  font-size: var(--24);
  line-height: 1.26;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  transition: all 0.5s;
}
.quality-swiperbox {
  position: relative;
  margin-bottom: var(--d50);
}
.quality-swiperbox .quality-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s;
}
.quality-re {
  position: relative !important;
}
.swiper-action {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}
.i-video-icon {
  width: 115px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: var(--c);
  border-radius: 50%;
}
.i-video-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
  height: 88%;
  border-radius: 50%;
  animation: playan1 10s linear infinite;
  background-image: url('../img/video_iconbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.i-video-icon .i-video-icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(70 / 115 * 100%);
  height: calc(70 / 115 * 100%);
  z-index: 10;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i-video-icon .i-video-icon2 i {
  font-size: var(--14);
  color: #fff;
}
.index-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d50);
}
.index-titlebox .index-titlebox2 .index-title {
  margin-bottom: var(--d12);
}
.swiper-my-pagination {
  text-align: center;
  line-height: 1;
  height: auto;
}
.swiper-my-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  margin: 0 5px;
  border-radius: 5px;
  background-color: #fff;
  opacity: 1;
}
.swiper-my-pagination .swiper-pagination-bullet-active {
  background-color: var(--c);
}
.provide-box {
  padding: var(--d20) var(--d18);
  background-color: #fff;
  height: 100%;
  border-radius: 5px;
}
.provide-box:hover .img-box img {
  transform: scale(1.1);
}
.provide-box:hover .provide-list-title h3 {
  color: var(--c);
}
.provide-box .img-box img {
  border-radius: 15px;
}
.provide-box .provide-imgbox {
  margin-bottom: var(--d30);
}
.provide-box .provide-list-title {
  margin-bottom: var(--d12);
}
.provide-box .provide-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.provide-box2 .img-box {
  padding-bottom: calc(565 / 1000 * 100%);
}
.provide-box3 .img-box {
  padding-bottom: calc(540 / 720 * 100%);
}
.last-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  border-radius: 5px;
  position: relative;
}
.last-box:hover .last-butbox .last-but .last-but2 {
  background-color: var(--c);
  border-color: var(--c);
  color: #fff;
}
.last-box .last-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.last-box .last-title {
  position: absolute;
  top: var(--d20);
  left: var(--d20);
  width: 152px;
  max-width: 100%;
}
.last-box .last-butbox {
  position: absolute;
  bottom: var(--d20);
  width: 100%;
  padding: 0 var(--d20);
}
.last-box .last-butbox .last-but .last-but2 {
  padding: var(--d18) 0;
  border-radius: 5px;
  border: 1px solid #212427;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212427;
  font-size: var(--16);
  transition: all 0.5s;
}
.last-box .last-butbox .last-but .last-but2 i {
  font-size: var(--16);
  margin-left: 6px;
}
.con-but .con-but2 {
  padding: var(--d18) var(--d34);
  border-radius: 5px;
  border: 1px solid #212427;
  font-size: var(--16);
  line-height: calc(18 / 16);
  color: #212427;
  cursor: pointer;
  transition: all 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.con-but .con-but2:hover {
  background-color: var(--c);
  border-color: var(--c);
  color: #fff;
}
.con-but .con-but2 i {
  margin-left: 6px;
}
.con-but .con-but3 {
  background-color: var(--c);
  color: #fff;
  border-color: var(--c);
  position: relative;
  overflow: hidden;
}
.con-but .con-but3:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.con-but .con-but3::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-butbox .swiper-but:first-child {
  margin-right: var(--d16);
}
.swiper-but {
  min-width: var(--r46);
  width: var(--r46);
  height: var(--r46);
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212427;
  font-size: var(--16);
  transition: all 0.5s;
  cursor: pointer;
}
.swiper-but:hover {
  background-color: var(--c) !important;
  border-color: var(--c) !important;
  color: #fff !important;
}
.crumbs {
  padding: var(--d16) 0;
}
.crumbs i {
  font-size: var(--16);
  color: #212427;
  margin-right: 6px;
}
.crumbs .crumbs-list {
  display: inline;
}
.crumbs .crumbs-list .crumbs-list2 {
  display: inline;
  font-size: var(--14);
  line-height: 1;
  color: #212427;
  transition: all 0.5s;
}
.crumbs .crumbs-list .crumbs-list2:hover {
  color: var(--c);
}
.crumbs .crumbs-list .crumbs-list2::after {
  content: '>';
}
.crumbs .crumbs-list .crumbs-list2:last-child::after {
  display: none;
}
.crumbs .crumbs-list .action {
  color: var(--c);
}
.productcontent .product {
  padding: var(--d120) 0;
  background-color: #F5F5F5;
}
.productcontent .product .product-title {
  margin-bottom: var(--d22);
  text-align: center;
}
.productcontent .product .product-text {
  width: 1098px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d90);
}
.productcontent .product .product-contact {
  margin-bottom: var(--d120);
}
.productcontent .product .product-contact .product-contact2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d18);
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  background-color: #B5C6D9;
  transition: all 0.5s;
  border-radius: 5px;
}
.productcontent .product .product-contact .product-contact2:hover {
  background-color: var(--c);
}
.productcontent .product .product-list {
  margin-bottom: var(--d70);
}
.productcontent .product .product-list .product-list2 {
  padding-bottom: var(--d70);
}
.productcontent .product .product-list .product-list2:last-child {
  border-bottom: 1px solid #C8DBF0;
}
.productcontent .product .product-list .product-list2 .product-list3 .product-list-textbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d50);
  padding-bottom: var(--d50);
  border-bottom: 1px solid #C8DBF0;
}
.productcontent .product .product-list .product-list2 .product-list3 .product-list-textbox .product-list-textbox2 {
  width: calc(100% - 200px);
}
.productcontent .product .product-list .product-list2 .product-list3 .product-list-textbox .product-list-textbox2 .product-list-title {
  margin-bottom: var(--d12);
}
.productcontent .product .product-list .product-list2 .product-list3 .product-sw-con {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--d70);
}
.productcontent .product .product-list .product-list2 .product-list3 .product-prev {
  margin-right: var(--d16);
}
.productcontent .product .product-list .product-list2 .product-list3 .product-next {
  margin-left: var(--d16);
}
.productcontent .product .product-list .product-list2 .product-list3 .product-pagination {
  text-align: center;
  width: auto;
}
.productcontent .product .product-experts {
  text-align: center;
  font-size: var(--20);
  line-height: 1.6;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
}
.productcontent .product .product-experts a {
  color: #00A0E9;
}
.productcontent .choose .choose-list .choose-list2:nth-child(2n) {
  background-color: #F8F8F8;
}
.choose .choose-list .choose-list2 {
  padding: var(--d120) 0;
}
.choose .choose-list .choose-list2:nth-child(2n) .choose-list3 {
  flex-direction: row-reverse;
}
.choose .choose-list .choose-list2:nth-child(2n) .choose-list3 .choose-textbox {
  padding-right: 0;
  padding-left: var(--d70);
}
.choose-list3 {
  display: flex;
  justify-content: space-between;
}
.choose-list3 .img-box {
  padding-bottom: calc(505 / 810 * 100%);
}
.choose-list3 .choose-textbox {
  width: calc(840 / 1650 * 100%);
  padding-right: var(--d70);
  padding-top: var(--d15);
}
.choose-list3 .choose-textbox .choose-text {
  margin-top: var(--d12);
}
.choose-list3 .choose-textbox .choose-list-list {
  margin-top: var(--d50);
}
.choose-list3 .choose-textbox .choose-list-list .choose-list-list2 {
  margin-bottom: var(--d16);
  color: #212427;
  font-size: var(--16);
  line-height: 1.26;
  font-family: 'CalSans', Arial, sans-serif;
}
.choose-list3 .choose-textbox .choose-list-list .choose-list-list2:last-child {
  margin-bottom: 0;
}
.choose-list3 .choose-textbox .choose-list-list .choose-list-list2 i {
  font-size: var(--18);
  margin-right: var(--d12);
  color: #020202;
  display: inline-block;
  margin-top: 1px;
}
.choose-list3 .choose-textbox .choose-list-but {
  margin-top: var(--d70);
}
.choose-list3 .choose-img {
  width: calc(810 / 1650 * 100%);
  border-radius: 15px;
  overflow: hidden;
}
.customer {
  padding: var(--d70) 0;
  background-color: #fff;
}
.customer .customer-title {
  padding-top: var(--d15);
  margin-bottom: var(--d12);
  text-align: center;
}
.customer .customer-text {
  margin-bottom: var(--d70);
  text-align: center;
  font-size: var(--18);
  line-height: 1.6;
  color: #353A3F;
}
.customer .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-box:hover .img-box img {
  transform: scale(1.1);
}
.product-box:hover .product-sw-title h3 {
  color: var(--c);
}
.product-box .product-sw-imgbox {
  margin-bottom: var(--d30);
}
.product-box .product-sw-imgbox .img-box {
  border-radius: 15px;
}
.product-box .product-sw-type {
  text-align: center;
  font-size: var(--16);
  line-height: 1.5;
  margin-bottom: 6px;
}
.product-box .product-sw-title {
  text-align: center;
}
.other-banner {
  position: relative;
}
.other-banner .other-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-banner .other-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.other-banner .other-textbox .other-textbox2 {
  width: 690px;
  max-width: 100%;
}
.other-banner .other-textbox .other-textbox2 .other-title {
  margin-bottom: var(--d26);
}
.other-banner .other-textbox .other-textbox2 .other-title h2 {
  font-size: var(--48);
  line-height: 1.26;
  font-family: 'CalSans', Arial, sans-serif;
  color: #fff;
}
.other-banner .other-textbox .other-textbox2 .other-text {
  font-size: var(--18);
  line-height: 1.6;
  margin-bottom: var(--d56);
  color: #fff;
}
.other-banner .other-textbox .other-textbox2 .other-butbox {
  display: flex;
  justify-content: flex-start;
}
.other-banner .other-textbox .other-textbox2 .other-butbox .other-but {
  margin-right: var(--d16);
}
.other-banner .other-textbox .other-textbox2 .other-butbox .other-but:last-child {
  margin-right: 0;
}
.other-banner .other-textbox .other-textbox2 .other-butbox .other-but:last-child .other-but2 {
  background-color: var(--c2);
  color: #fff;
}
.other-banner .other-textbox .other-textbox2 .other-butbox .other-but .other-but2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d18) var(--d36);
  font-size: var(--16);
  line-height: 1;
  color: #00A0E9;
  background-color: #CEDEE5;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.other-banner .other-textbox .other-textbox2 .other-butbox .other-but .other-but2 i {
  margin-left: 6px;
}
.other-banner .other-textbox .other-textbox2 .other-butbox .other-but .other-but2:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.other-banner .other-textbox .other-textbox2 .other-butbox .other-but .other-but2::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.productlist-con .products {
  padding-top: var(--d120);
  border-bottom: 1px solid #C8DBF0;
  padding-bottom: var(--d50);
}
.productlist-con .products .products-title {
  margin-bottom: var(--d12);
}
.productlist-con .products .products-text {
  font-size: var(--18);
  line-height: 1.5;
  color: #737E8A;
  margin-bottom: var(--d60);
}
.productlist-con .products .business-list {
  margin-bottom: calc(var(--d70) * -1);
  padding-bottom: var(--d50);
}
.productlist-con .products .business-list .business-list2 {
  margin-bottom: var(--d70);
}
.productlist .productlist-con {
  background-color: #F5F5F5;
  padding-bottom: var(--d120);
}
.productlist .i-industry {
  padding-top: var(--d120);
}
.productlist .services {
  padding: var(--d120) 0;
}
.productlist .services .services-title {
  margin-bottom: var(--d12);
  text-align: center;
}
.productlist .services .services-text {
  font-size: var(--18);
  line-height: 1.6;
  color: #353A3F;
  text-align: center;
  margin-bottom: var(--d36);
}
.productlist .reviews {
  background-color: #F5F5F5;
  padding: var(--d120) 0;
}
.productlist .reviews .clients-box {
  background-color: #fff;
}
.productlist .reviews .i-clients-pagination {
  padding-top: var(--d50);
}
.faq {
  padding: var(--d120) 0;
  background-color: #F2F8FA;
}
.faq .faq-title {
  text-align: center;
  margin-bottom: var(--d8);
}
.faq .faq-text {
  text-align: center;
  width: 959px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d70);
  color: #353A3F;
}
.faq .join-list {
  margin-bottom: var(--d70);
}
.faq .faq-contact {
  font-size: var(--20);
  line-height: 1.6;
  font-family: 'CalSans', Arial, sans-serif;
  text-align: center;
  color: #212427;
}
.faq .faq-contact a {
  color: var(--c);
}
.services-list {
  padding-bottom: var(--d90);
  margin-bottom: calc(var(--d30) * -1);
}
.services-list .services-list2 {
  margin-bottom: var(--d30);
}
.options {
  padding-top: var(--d120);
  background-color: #F5F5F5;
}
.options .options-title {
  text-align: center;
  margin-bottom: var(--d12);
  color: #212427;
}
.options .options-text {
  text-align: center;
  font-size: var(--18);
  line-height: 1.6;
  color: #353A3F;
  margin-bottom: var(--d36);
}
.options .options-nav {
  display: flex;
  justify-content: safe center;
  align-items: center;
  margin-bottom: var(--d50);
}
.options .options-nav .options-nav2 {
  padding: var(--d17) var(--d36);
  border-radius: 5px;
  color: #212427;
  font-weight: 500;
  border: 1px solid rgba(33, 36, 39, 0.15);
  font-size: var(--16);
  line-height: 1;
  margin-right: var(--d12);
  cursor: pointer;
  transition: all 0.5s;
  white-space: nowrap;
}
.options .options-nav .options-nav2:hover {
  background-color: var(--c);
  color: #fff;
}
.options .options-nav .action {
  background-color: var(--c);
  color: #fff;
}
.options .options-swiper .swiper-wrapper {
  align-items: stretch;
}
.options .options-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.options .options-but .options-but2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d18);
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  background-color: #B5C6D9;
  transition: all 0.5s;
  border-radius: 5px;
}
.options .options-but .options-but2:hover {
  background-color: var(--c);
}
.productlist-navbox .productlist-list {
  display: flex;
  justify-content: safe center;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.productlist-navbox .productlist-list .productlist-list2 a {
  white-space: nowrap;
  font-size: var(--16);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d16) var(--d50);
  position: relative;
  color: #212427;
  font-weight: 500;
  transition: all 0.5s;
}
tra .productlist-navbox .productlist-list .productlist-list2 a:hover {
  color: var(--c);
}
.productlist-navbox .productlist-list .productlist-list2 a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #E6E6E6;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.options-box {
  height: 100%;
  padding: var(--d20) var(--d18);
  background-color: #fff;
  border-radius: 15px;
}
.options-box:hover .img-box img {
  transform: scale(1.1);
}
.options-box:hover .options-sw-title h3 {
  color: var(--c);
}
.options-box .options-img {
  margin-bottom: var(--d30);
}
.options-box .options-img .img-box {
  border-radius: 15px;
}
.options-box .options-sw-title {
  margin-bottom: var(--d16);
}
.options-box .options-sw-title h3 {
  font-size: var(--24);
  line-height: 1.16;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.options-box .options-sw-text {
  font-size: var(--16);
  line-height: 1.5;
  margin-bottom: var(--d30);
}
.options-box .options-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.options-box .options-list .options-list2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d10);
  width: var(--r40);
  height: var(--r40);
  border-radius: 50%;
}
.options-box .options-list .options-list2 i {
  font-size: var(--20);
  color: #fff;
}
.options-box .options-list .options-list2:last-child {
  margin-right: 0;
}
.gmt-box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #C8DBF0;
}
.gmt-box .gmt-left {
  width: calc(285 / 1650 * 100%);
}
.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .menubut a {
  color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  border-bottom: 1px solid #C8DBF0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: var(--d20);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but i {
  color: #19224D;
  transition: all 0.5s;
  font-size: var(--20);
  display: block;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but .jia {
  opacity: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but .jian {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  font-size: var(--16);
  line-height: 1.26;
  color: #212427;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  padding: var(--d26) 0;
  font-family: 'CalSans', Arial, sans-serif;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a span {
  width: 90%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  display: none;
  padding-top: var(--d20);
  padding-bottom: var(--d30);
  padding-left: var(--d15);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more1 {
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  transition: all 0.5s;
  position: relative;
  margin-bottom: var(--d16);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
  display: inline-block;
  font-size: var(--22);
  line-height: calc(27 / 22);
  transition: all 0.5s;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 .gmt-more-2 {
  padding: var(--d40) var(--d50) var(--d40) var(--d40);
  background-color: #F0F2F9;
  border-radius: 6px;
  margin-top: var(--d17);
  display: none;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 .gmt-more-2 .gmt-more-list-2 .gmt-more-list2-2 {
  margin-bottom: var(--d24);
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 .gmt-more-2 .gmt-more-list-2 .gmt-more-list2-2:hover a {
  transform: translateX(25px);
  color: #0033F8;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 .gmt-more-2 .gmt-more-list-2 .gmt-more-list2-2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 .gmt-more-2 .gmt-more-list-2 .gmt-more-list2-2 a {
  font-size: var(--18);
  line-height: calc(22 / 18);
  color: #596393;
  font-weight: 300;
  display: block;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 .gmt-more-2 .gmt-more-list-2 .gmt-more-list2-2 a::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0033F8;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(0, -50%);
  content: '';
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 .gmt-more-2 .action a {
  transform: translateX(25px);
  color: #0033F8;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .open2 > a {
  color: #0033F8;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .menubut a {
  color: var(--c);
}
.gmt-box .gmt-rigth {
  width: calc(1365 / 1650 * 100%);
  padding-left: var(--d50);
  padding-top: var(--d50);
  border-left: 1px solid #E5E7EB;
}
.search-note .search-note-title {
  margin-bottom: var(--d30);
}
.search-note .search-note-text {
  border-radius: 5px;
  padding: var(--d10);
  background-color: var(--c);
  margin-bottom: var(--d30);
  color: #fff;
}
.search-note .hot {
  margin-bottom: var(--d30);
}
.s-menu {
  display: none;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.s-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu .s-menu1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.s-menu .s-menu1 .s-menu2 {
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #666;
  font-weight: 700;
}
.s-menu .s-menu1 .s-menu2:last-child {
  margin-right: 0;
}
.s-menu .s-menu1 .action {
  color: var(--c);
}
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev {
  margin-right: var(--d16);
}
.pagination .prev,
.pagination .pagination-page li,
.pagination .next {
  width: var(--r46);
  height: var(--r46);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
}
.pagination .prev a,
.pagination .pagination-page li a,
.pagination .next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  border-radius: 50%;
  color: var(--c);
  background-color: #fff;
}
.pagination .prev a span,
.pagination .pagination-page li a span,
.pagination .next a span {
  line-height: 1;
}
.pagination .prev a i,
.pagination .pagination-page li a i,
.pagination .next a i {
  font-size: var(--16);
  color: #212427;
}
.pagination .prev a:hover,
.pagination .pagination-page li a:hover,
.pagination .next a:hover {
  background-color: var(--c);
  border-color: var(--c);
  color: #fff;
}
.pagination .pagination-page {
  margin: 0 var(--d10);
}
.pagination li {
  margin-right: var(--d10);
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination .active a {
  background-color: var(--c) !important;
  color: #fff !important;
}
.productdetails {
  background-color: #F5F5F5;
}
.productdetails .details-navbox {
  position: sticky;
  top: 203px;
  left: 0;
  z-index: 1000;
}
.productdetails .details-navbox .details-nav {
  background-color: #F5F5F5;
  position: relative;
  z-index: 10;
  border-top: 1px solid #C8DBF0;
  border-bottom: 1px solid #C8DBF0;
  overflow-x: auto;
  overflow-y: hidden;
}
.productdetails .details-navbox .details-nav .navbox {
  display: flex;
  justify-content: safe center;
  align-items: center;
}
.productdetails .details-navbox .details-nav .navbox .navbox2 {
  font-weight: 500;
  transition: all 0.5s;
  position: relative;
  white-space: nowrap;
}
.productdetails .details-navbox .details-nav .navbox .navbox2 a {
  padding: var(--d18) var(--d120);
  display: block;
  position: relative;
  color: #192619;
  font-size: var(--24);
  line-height: 1.26;
  font-weight: 400;
  font-family: 'CalSans', Arial, sans-serif;
}
.productdetails .details-navbox .details-nav .navbox .navbox2 a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #C8DBF0;
}
.productdetails .details-navbox .details-nav .navbox .navbox2:hover {
  text-decoration: underline;
}
.productdetails .details-navbox .details-nav .navbox .navbox2:last-child a::after {
  display: none;
}
.productdetails .details-navbox .details-nav .navbox .action {
  text-decoration: underline;
}
.productdetails .details .prodetails {
  background-color: #F5F5F5;
  padding: var(--d90) 0;
}
.productdetails .details .prodetails .prodetails-title {
  margin-bottom: var(--d50);
}
.productdetails .details .prodetails .prodetails-textbox {
  margin-bottom: var(--d50);
}
.productdetails .details .prodetails .prodetails-textbox:last-child {
  margin-bottom: 0;
}
.productdetails .details .prodetails .prodetails-textbox .prodetails-text-title {
  font-size: var(--24);
  line-height: 1.16;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d20);
}
.productdetails .details .message {
  padding: var(--d90) 0;
  background-color: #fff;
}
.productdetails .details .related {
  background-color: #F5F5F5;
  padding: var(--d90) 0 var(--d180);
}
.productdetails .details .related .related-titlebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d50);
}
.productdetails .details .related .related-titlebox .swiper-but {
  background-color: #fff;
  border-color: #fff;
}
.message-form .message-title {
  margin-bottom: var(--d50);
}
.message-form .product-input {
  margin-bottom: var(--d20);
  background: var(--c);
  border-radius: 5px;
}
.message-form .product-input .input-box {
  background-color: transparent;
  color: #fff;
}
.message-form ul {
  --bs-gutter-x: 1rem;
}
.message-form ul li {
  margin-bottom: var(--d20);
}
.message-form .input-box {
  width: 100%;
  background-color: #F8F8F8;
  padding: var(--d17) var(--d20);
  font-size: var(--16);
  line-height: 1;
  border-radius: 5px;
}
.message-form .input-box::placeholder {
  color: #666666;
  transition: all 0.5s;
}
.message-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.message-form .textarea-box {
  margin-bottom: var(--d50);
  height: 200px;
}
.message-form .submit {
  width: 100%;
  padding: var(--d12) 0;
  font-size: var(--16);
  line-height: calc(18 / 16);
  color: #fff;
  background-color: var(--c);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.message-form .submit:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.message-form .submit::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.message-form .submit span {
  position: relative;
  z-index: 10;
  margin-right: 6px;
}
.details-content {
  display: flex;
  justify-content: space-between;
  padding: var(--d70) 0 var(--d90);
}
.details-content .details-left {
  width: calc(500 / 1650 * 100%);
}
.details-content .details-left .details-imgbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: var(--d50);
}
.details-content .details-left .details-imgbox .details-but {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.details-content .details-left .details-imgbox .details-prev {
  left: 5px;
}
.details-content .details-left .details-imgbox .details-next {
  right: 5px;
}
.details-content .details-left .details-imgbox .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.details-content .details-left .details-imgbox .details-swiperbox {
  width: 100%;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  padding: 1px;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #F5F5F5;
  overflow: hidden;
  background-color: #FFFFFF;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
  border-color: var(--c);
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  z-index: 10;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video::before {
  font-family: 'iconfont' !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e726";
  font-size: var(--30);
  color: #fff;
  z-index: 11;
  line-height: 1;
  border-radius: 50%;
}
.details-content .details-left .details-imgbox .details-swiperbox2 {
  width: 100%;
  overflow: hidden;
  margin-bottom: var(--d10);
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border: 1px solid #F5F5F5;
}
.details-content .details-left .details-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-content .details-left .details-share p {
  font-size: var(--24);
  line-height: 1.26;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
}
.details-content .details-right {
  width: calc(1150 / 1650 * 100%);
  padding-left: var(--d60);
}
.details-content .details-right .details-right2 {
  height: 100%;
  padding-top: var(--d20);
}
.details-content .details-right .details-right2 .details-type {
  font-size: var(--16);
  line-height: 1.5;
  margin-bottom: 6px;
  color: #737E8A;
}
.details-content .details-right .details-right2 .details-title {
  margin-bottom: var(--d20);
}
.details-content .details-right .details-right2 .details-text {
  margin-bottom: var(--d40);
  padding-bottom: var(--d40);
  border-bottom: 1px solid #C8DBF0;
}
.details-content .details-right .details-right2 .details-form .form-title {
  font-size: var(--16);
  line-height: 1;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d16);
  color: #212427;
}
.details-content .details-right .details-right2 .details-form .form-ul {
  margin-bottom: var(--d50);
  padding-bottom: var(--d40);
  border-bottom: 1px solid #C8DBF0;
  --bs-gutter-x: 1rem;
}
.details-content .details-right .details-right2 .details-form .form-ul li {
  margin-bottom: var(--d26);
}
.details-content .details-right .details-right2 .details-form .input-box {
  width: 100%;
  padding: var(--d17) var(--d20);
  font-size: var(--16);
  line-height: 1;
  background-color: transparent;
  border-radius: 5px;
  color: #737E8A;
  border: 1px solid #C8DBF0;
}
.details-content .details-right .details-right2 .details-form .options-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: calc(var(--d16) * -1);
}
.details-content .details-right .details-right2 .details-form .options-container .options-container2 {
  margin-right: var(--d16);
  margin-bottom: var(--d16);
  cursor: pointer;
}
.details-content .details-right .details-right2 .details-form .options-container .options-container2:last-child {
  margin-right: 0;
}
.details-content .details-right .details-right2 .details-form .options-container .options-container2 .option-item {
  padding: var(--d17) var(--d20);
  background-color: #C8DBF0;
  color: #212427;
  font-size: var(--16);
  line-height: 1;
  border-radius: 5px;
}
.details-content .details-right .details-right2 .details-form .submit {
  width: 100%;
  border-radius: 5px;
  background-color: var(--c);
  font-size: var(--16);
  padding: var(--d15) 0;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.details-content .details-right .details-right2 .details-form .submit:hover::before {
  animation: style1 0.75s;
  z-index: 10;
}
.details-content .details-right .details-right2 .details-form .submit::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  i {
    font-size: var(--16);
  }
}
.select-box {
  position: relative;
}
.select-box::after {
  width: var(--14);
  height: var(--14);
  content: "\ecdd";
  position: absolute;
  right: var(--d20);
  top: 50%;
  transform: translateY(-50%);
  font-family: 'iconfont' !important;
  font-size: var(--14);
  pointer-events: none;
  z-index: 10;
  color: #737E8A;
  line-height: 1;
}
.option-item.selected {
  background-color: var(--c) !important;
  color: #fff !important;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.option-input {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
.industrycontent .industry {
  padding: var(--d120) 0;
  background-color: #F5F5F5;
}
.industrycontent .industry .industry-title {
  width: 934px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d22);
  text-align: center;
}
.industrycontent .industry .industry-text {
  text-align: center;
  width: 1096px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d90);
}
.industrycontent .industry .industry-list {
  --bs-gutter-x: 0.75rem;
  justify-content: center;
  margin-bottom: calc(var(--d10) * -1);
}
.industrycontent .industry .industry-list .industry-list2 {
  margin-bottom: var(--d10);
}
.industrycontent .industry .industry-list .industry-list2 .industry-list3 {
  padding: var(--d60);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.industrycontent .industry .industry-list .industry-list2 .industry-list3 .industry-imgbox {
  width: calc(96 / 146 * 100%);
  margin-bottom: var(--d26);
}
.industrycontent .industry .industry-list .industry-list2 .industry-list3 .industry-list-title {
  font-size: var(--18);
  line-height: 1.26;
  font-family: 'CalSans', Arial, sans-serif;
  color: #192619;
  text-align: center;
}
.industrycontent .general {
  padding: var(--d90) 0;
}
.industrycontent .general .general-contact {
  text-align: right;
  margin-bottom: var(--d40);
  font-size: var(--18);
  line-height: 1.26;
  font-family: 'CalSans', Arial, sans-serif;
  color: #192619;
}
.industrycontent .general .general-contact a {
  text-decoration: underline;
  transition: all 0.5s;
}
.industrycontent .general .general-contact a:hover {
  text-decoration: unset;
}
.industrycontent .general .general-box {
  display: flex;
  justify-content: space-between;
}
.industrycontent .general .general-box .general-left {
  width: calc(840 / 1650 * 100%);
  padding-right: var(--d70);
}
.industrycontent .general .general-box .general-left .general-type {
  font-size: var(--16);
  line-height: 1.26;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d30);
}
.industrycontent .general .general-box .general-left .general-title {
  margin-bottom: var(--d12);
}
.industrycontent .general .general-box .general-left .general-list {
  margin-bottom: var(--d30);
}
.industrycontent .general .general-box .general-left .general-list .general-list2 {
  font-size: var(--18);
  line-height: 1.26;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d10);
}
.industrycontent .general .general-box .general-left .general-list .general-list2:last-child {
  margin-bottom: 0;
}
.industrycontent .general .general-box .general-left .general-text {
  margin-bottom: var(--d50);
}
.industrycontent .general .general-box .general-left .clients-box {
  display: block;
  background-color: #fff;
  border: 1px solid #C8DBF0;
  height: auto;
}
.industrycontent .general .general-box .general-left .clients-box .clients-top {
  margin-bottom: var(--d50);
}
.industrycontent .general .general-box .general-right {
  width: calc(810 / 1650 * 100%);
}
.industrycontent .general .general-box .general-right .general-imgbox {
  --bs-gutter-x: 0.625rem;
  margin-bottom: var(--d10);
}
.industrycontent .general .general-box .general-right .general-imgbox:last-child {
  margin-bottom: 0;
}
.industrycontent .general .general-box .general-right .general-imgbox .general-imgbox2 {
  margin-bottom: var(--d10);
}
.industrycontent .general .general-box .general-right .general-imgbox .general-imgbox2:last-child {
  margin-bottom: 0;
}
.industrycontent .general .general-box .general-right .general-imgbox .img-box {
  border-radius: 15px;
  padding-bottom: calc(455 / 810 * 100%);
}
.industrycontent .general .general-swiper {
  margin-bottom: var(--d40);
}
.industrycontent .general .general-butbox {
  display: flex;
  justify-content: space-between;
}
.industrylist .products {
  padding: var(--d120) 0;
  background-color: #F5F5F5;
}
.industrylist .inspiration {
  padding: var(--d120) 0;
  background-color: #F5F5F5;
}
.industrylist .inspiration-con .inspiration-title {
  margin-bottom: var(--d12);
}
.industrylist .inspiration-con .inspiration-text {
  margin-bottom: var(--d60);
}
.industrylist .inspiration-con .inspiration-nav {
  display: flex;
  justify-content: safe center;
  align-items: center;
  border-top: 1px solid #C8DBF0;
  border-bottom: 1px solid #C8DBF0;
  margin-bottom: var(--d60);
}
.industrylist .inspiration-con .inspiration-nav .inspiration-nav2 {
  flex: 1;
  position: relative;
  white-space: nowrap;
}
.industrylist .inspiration-con .inspiration-nav .inspiration-nav2::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: var(--16);
  background-color: #C8DBF0;
}
.industrylist .inspiration-con .inspiration-nav .inspiration-nav2 .inspiration-nav3 {
  padding: var(--d18) 0;
  font-size: var(--16);
  line-height: 1.26;
  color: #212427;
  position: relative;
  font-family: 'CalSans', Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.industrylist .inspiration-con .inspiration-nav .inspiration-nav2 .inspiration-nav3::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--c);
  transition: all 0.5s;
}
.industrylist .inspiration-con .inspiration-nav .inspiration-nav2 .inspiration-nav3:hover {
  color: var(--c);
}
.industrylist .inspiration-con .inspiration-nav .inspiration-nav2 .inspiration-nav3:hover::after {
  width: 100%;
}
.industrylist .inspiration-con .inspiration-nav .action .inspiration-nav3 {
  color: var(--c);
}
.industrylist .inspiration-con .inspiration-nav .action .inspiration-nav3::after {
  width: 100%;
}
.industrylist .inspiration-con .inspiration-slick2,
.industrylist .inspiration-con .inspiration-slick {
  margin: calc(var(--d50) * -1) calc(var(--d30) * -1);
  height: 100%;
}
.industrylist .inspiration-con .inspiration-slick2 .item,
.industrylist .inspiration-con .inspiration-slick .item {
  padding: var(--d50) var(--d30);
}
.industrylist .inspiration {
  background-color: #F5F5F5;
}
.industrylist .inspiration .i-video-box .i-video-num {
  color: var(--c);
}
.industrylist .options {
  padding-bottom: var(--d120);
}
.industrylist .solution {
  padding: var(--d120) 0;
}
.industrylist .solution .solution-title {
  text-align: center;
  margin-bottom: var(--d12);
}
.industrylist .solution .solution-text {
  text-align: center;
  width: 936px;
  margin: 0 auto;
  margin-bottom: var(--d90);
  max-width: 100%;
}
.industrylist .solution .choose .choose-list .choose-list2 {
  padding: 0;
  margin-bottom: var(--d90);
}
.industrylist .solution .choose .choose-list .choose-list2:last-child {
  margin-bottom: 0;
}
.industrylist .reviews {
  padding: var(--d120) 0;
  background-color: #F5F5F5;
}
.industrylist .reviews .reviews-title {
  margin-bottom: var(--d8);
}
.industrylist .reviews .reviews-text {
  margin-bottom: var(--d50);
}
.industrylist .reviews .clients-box {
  background-color: #fff;
}
.industrylist .reviews .swiper-my-pagination {
  padding-top: var(--d50);
}
.sustainable .productlist-con {
  background-color: #F5F5F5;
}
.sustainable .inspiration {
  background-color: #fff;
  padding: var(--d120) 0;
}
.sustainable .application {
  padding: var(--d120) 0;
  background-color: #7AD593;
}
.sustainable .application .application-title {
  width: 976px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d12);
}
.sustainable .application .application-text {
  text-align: center;
  color: #353A3F;
  margin-bottom: var(--d70);
}
.sustainable .application .application-list {
  margin-bottom: calc(var(--d30) * -1);
}
.sustainable .application .application-list .application-list2 {
  margin-bottom: var(--d30);
}
.sustainable .application .application-list .application-list2 .application-list3 {
  padding: var(--d40) var(--d30);
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  height: 100%;
}
.sustainable .application .application-list .application-list2 .application-list3 .application-num {
  font-size: var(--96);
  font-family: 'CalSans', Arial, sans-serif;
  line-height: 1.28;
  color: #fff;
}
.sustainable .application .application-list .application-list2 .application-list3 .application-list-title {
  width: 329px;
  max-width: 100%;
  font-size: var(--24);
  line-height: 1.26;
  color: #212427;
  margin-bottom: var(--d12);
  font-family: 'CalSans', Arial, sans-serif;
}
.sustainable .application .application-list .application-list2 .application-list3 .application-list-text {
  color: #353A3F;
}
.sustainable .solution {
  padding: var(--d120) 0;
}
.sustainable .solution .solution-title {
  text-align: center;
  margin-bottom: var(--d12);
  padding: 0 var(--p);
}
.sustainable .solution .solution-text {
  text-align: center;
  width: 936px;
  margin: 0 auto;
  margin-bottom: var(--d90);
  max-width: 100%;
}
.sustainable .solution .choose .choose-list .choose-list2 {
  padding: 0;
  margin-bottom: var(--d90);
}
.sustainable .solution .choose .choose-list .choose-list2:last-child {
  margin-bottom: 0;
}
.sustainable .reviews {
  padding: var(--d120) 0;
  background-color: #F5F5F5;
}
.sustainable .reviews .reviews-title {
  margin-bottom: var(--d8);
}
.sustainable .reviews .reviews-text {
  margin-bottom: var(--d50);
}
.sustainable .reviews .clients-box {
  background-color: #fff;
}
.sustainable .reviews .swiper-my-pagination {
  padding-top: var(--d50);
}
.aboutcontent .company {
  padding-top: var(--d120);
  background-color: #F5F5F5;
}
.aboutcontent .company .company-title {
  width: 845px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d12);
  max-width: 100%;
}
.aboutcontent .company .company-text {
  margin-bottom: var(--d70);
  text-align: center;
}
.aboutcontent .company .company-list {
  --bs-gutter-x: 0.75rem;
  padding-bottom: var(--d70);
  margin-bottom: calc(var(--d20) * -1);
}
.aboutcontent .company .company-list .company-list2 {
  margin-bottom: var(--d20);
}
.aboutcontent .company .company-list .company-list2 .company-list3 {
  background-color: #fff;
  padding: var(--d40) var(--d30);
  height: 100%;
  border: 15px;
}
.aboutcontent .company .company-list .company-list2 .company-list3 .company-list-icon {
  margin-bottom: var(--d30);
}
.aboutcontent .company .company-list .company-list2 .company-list3 .company-list-icon i {
  color: var(--c);
  font-size: var(--46);
}
.aboutcontent .company .company-list .company-list2 .company-list3 .company-list-title h3 {
  font-size: var(--24);
  line-height: 1.26;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d12);
}
.aboutcontent .company .company-list .company-list2 .company-list3 .company-list-text {
  color: #353A3F;
}
.aboutcontent .company .company-video {
  position: relative;
}
.aboutcontent .company .company-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .company .company-video .company-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--c);
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .company .company-video .company-video-icon i {
  color: #fff;
  font-size: var(--16);
}
.aboutcontent .factory {
  padding: var(--d120) 0;
}
.aboutcontent .factory .factory-title {
  margin-bottom: var(--d12);
}
.aboutcontent .factory .factory-text {
  margin-bottom: var(--d70);
}
.aboutcontent .factory .factory-imgbox {
  margin-bottom: var(--d70);
}
.aboutcontent .factory .factory-imgbox .img-box {
  padding-bottom: calc(300 / 530 * 100%);
  border-radius: 15px;
}
.aboutcontent .factory .swiper-butbox .swiper-but {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.aboutcontent .exhibitions {
  background-color: #F5F5F5;
  padding: var(--d120) 0;
}
.aboutcontent .exhibitions .exhibitions-titlebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d50);
}
.aboutcontent .exhibitions .exhibitions-titlebox .exhibitions-titlebox2 .exhibitions-title {
  margin-bottom: var(--d12);
}
.aboutcontent .exhibitions .exhibitions-titlebox .swiper-butbox .swiper-but {
  background-color: #fff;
  border-color: #fff;
}
.aboutcontent .exhibitions .inspiration-slick3 {
  margin: calc(var(--d15) * -1) calc(var(--d10) * -1);
}
.aboutcontent .exhibitions .inspiration-slick3 .item {
  padding: var(--d15) var(--d10);
}
.aboutcontent .certificates {
  padding: var(--d120) 0;
}
.aboutcontent .certificates .certificates-title {
  text-align: center;
  margin-bottom: var(--d70);
}
.aboutcontent .certificates .certificates-con {
  cursor: pointer;
}
.aboutcontent .certificates .certificates-con:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .certificates .certificates-con:hover .certificates-sw-title {
  color: var(--c);
}
.aboutcontent .certificates .certificates-con .img-box {
  padding-bottom: calc(815 / 610 * 100%);
}
.aboutcontent .certificates .certificates-con .certificates-sw-title {
  font-size: var(--20);
  line-height: 1.16;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  text-align: center;
  padding-top: var(--d20);
  transition: all 0.5s;
}
.aboutcontent .certificates .swiper-butbox {
  margin-top: var(--d70);
}
.aboutcontent .certificates .swiper-butbox .swiper-but {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.supportcontent .support {
  padding: var(--d120) 0;
  background-color: #F5F5F5;
}
.supportcontent .support .support-title {
  margin-bottom: var(--d12);
}
.supportcontent .support .support-text {
  width: 1230px;
  max-width: 100%;
  margin-bottom: var(--d70);
}
.supportcontent .support .support-list {
  margin-bottom: calc(var(--d20) * -1);
  --bs-gutter-x: 0.875rem;
}
.supportcontent .support .support-list .support-list2 {
  margin-bottom: var(--d20);
}
.supportcontent .support .support-list .support-list2 .support-list3 {
  padding: var(--d40) var(--d30);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.supportcontent .support .support-list .support-list2 .support-list3 .support-icon {
  width: var(--76);
  margin-bottom: var(--d30);
}
.supportcontent .support .support-list .support-list2 .support-list3 .support-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supportcontent .support .support-list .support-list2 .support-list3 .support-list-title {
  font-size: var(--24);
  line-height: 1.26;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d12);
}
.supportcontent .support .support-list .support-list2 .support-list3 .support-list-text {
  text-align: center;
  color: #353A3F;
}
.newscontent {
  padding: var(--d120) 0;
  background-color: #F5F5F5;
}
.newscontent .news-title {
  text-align: center;
  margin-bottom: var(--d8);
}
.newscontent .news-text {
  text-align: center;
  margin-bottom: var(--d70);
}
.newscontent .news-list {
  border-top: 1px solid #C8DBF0;
  margin-bottom: var(--d70);
}
.newscontent .news-list .news-list2 {
  border-bottom: 1px solid #C8DBF0;
  padding: var(--d40) 0;
}
.newscontent .news-list .news-list2 .news-list3 {
  display: flex;
  justify-content: space-between;
}
.newscontent .news-list .news-list2 .news-list3:hover .img-box img {
  transform: scale(1.1);
}
.newscontent .news-list .news-list2 .news-list3:hover .news-textbox .news-list-title h3 {
  color: var(--c);
}
.newscontent .news-list .news-list2 .news-list3:hover .news-textbox .news-list-more {
  color: var(--c);
}
.newscontent .news-list .news-list2 .news-list3 .news-imgbox {
  width: calc(570 / 1650 * 100%);
}
.newscontent .news-list .news-list2 .news-list3 .news-imgbox .img-box {
  border-radius: 5px;
  padding-bottom: calc(335 / 535 * 100%);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox {
  width: calc(1080 / 1650 * 100%);
  padding-left: var(--d50);
  padding-top: var(--d20);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-list-datebox {
  display: flex;
  align-items: center;
  font-size: var(--18);
  line-height: 1.6;
  margin-bottom: var(--d26);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-list-datebox i {
  font-size: var(--18);
  margin-right: var(--d8);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-list-title {
  margin-bottom: var(--d12);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-list-title h3 {
  font-size: var(--36);
  line-height: 1.26;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
  transition: all 0.5s;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-list-text {
  margin-bottom: var(--d44);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-list-more {
  display: flex;
  align-items: center;
  font-size: var(--16);
  line-height: 1;
  color: #212427;
  transition: all 0.5s;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-list-more i {
  margin-left: 6px;
  font-size: var(--16);
}
.newscontent .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactcontent {
  background-color: #f5f5f5;
}
.contactcontent .contact {
  padding: var(--d90) var(--d120);
  display: flex;
  justify-content: space-between;
}
.contactcontent .contact .contact-box {
  display: flex;
  justify-content: space-between;
}
.contactcontent .contact .contact-box .contact-left {
  width: calc(810 / 1650 * 100%);
  border-radius: 15px;
  overflow: hidden;
}
.contactcontent .contact .contact-box .contact-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactcontent .contact .contact-box .contact-right {
  width: calc(840 / 1650 * 100%);
  padding-top: var(--d16);
  padding-left: var(--d50);
}
.contactcontent .contact .contact-box .contact-right .contact-title {
  margin-bottom: var(--d8);
}
.contactcontent .contact .contact-box .contact-right .contact-text {
  padding-bottom: var(--d40);
  margin-bottom: var(--d40);
  border-bottom: 1px solid #C8DBF0;
}
.contactcontent .message {
  padding: var(--d120) 0;
}
.contactcontent .message .message-box {
  display: flex;
  justify-content: space-between;
}
.contactcontent .message .message-box .message-left {
  padding-top: var(--d16);
  width: calc(840 / 1650 * 100%);
  padding-right: var(--d56);
}
.contactcontent .message .message-box .message-left .message-title {
  margin-bottom: var(--d12);
}
.contactcontent .message .message-box .message-left .message-text {
  margin-bottom: var(--d50);
}
.contactcontent .message .message-box .message-left .message-list {
  margin-bottom: var(--d50);
}
.contactcontent .message .message-box .message-left .message-list .message-list2 {
  margin-bottom: var(--d30);
}
.contactcontent .message .message-box .message-left .message-list .message-list2:last-child {
  margin-bottom: 0;
}
.contactcontent .message .message-box .message-left .message-list .message-list2 .message-list3 {
  display: flex;
  justify-content: flex-start;
}
.contactcontent .message .message-box .message-left .message-list .message-list2 .message-list3 a {
  transition: all 0.5s;
}
.contactcontent .message .message-box .message-left .message-list .message-list2 .message-list3 a:hover {
  color: var(--c) !important;
}
.contactcontent .message .message-box .message-left .message-list .message-list2 .message-list3 .message-icon i {
  font-size: var(--25);
  margin-right: var(--d10);
  color: #212427;
}
.contactcontent .message .message-box .message-left .message-list .message-list2 .message-list3 .message-textbox .message-list-title {
  font-size: var(--20);
  line-height: 1.26;
  color: #212427;
  font-family: 'CalSans', Arial, sans-serif;
}
.contactcontent .message .message-box .message-left .message-list .message-list2 .message-list3 .message-textbox .message-list-text {
  font-size: var(--18);
  line-height: 1.8;
  color: #353A3F;
}
.contactcontent .message .message-box .message-right {
  width: calc(810 / 1650 * 100%);
  border-radius: 15px;
  overflow: hidden;
}
.contactcontent .message .message-box .message-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-form .contact-form-title {
  font-size: var(--24);
  line-height: 1.16;
  margin-bottom: var(--d30);
  color: #00A0E9;
  font-family: 'CalSans', Arial, sans-serif;
}
.contact-form .contact-form-list1 {
  margin-bottom: var(--40);
  padding-bottom: var(--d40);
  border-bottom: 1px solid #C8DBF0;
}
.contact-form .contact-form-list1 li:last-child {
  margin-bottom: 0;
}
.contact-form .contact-form-list {
  --bs-gutter-x: 0.75rem;
}
.contact-form .contact-form-list li {
  margin-bottom: var(--d16);
}
.contact-form .input-box {
  background-color: #fff;
  padding: var(--d17) var(--d20);
  width: 100%;
  color: #666666;
  border-radius: 5px;
}
.contact-form .input-box::placeholder {
  color: #666666;
  transition: all 0.5s;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form .product-select {
  background-color: #fff;
  background: rgba(233, 248, 255, 0.9);
  color: #00A0E9;
}
.contact-form .textarea-box {
  height: 250px;
  margin-bottom: var(--d30);
}
.contact-form .form-privacy {
  font-size: var(--16);
  line-height: 1;
  color: #666666;
  margin-bottom: var(--d30);
}
.contact-form .form-privacy a {
  color: var(--c);
}
.contact-form .submit {
  width: 100%;
  border-radius: 5px;
  background-color: var(--c);
  font-size: var(--16);
  padding: var(--d15) 0;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.contact-form .submit:hover::before {
  animation: style1 0.75s;
  z-index: 10;
}
.contact-form .submit::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  i {
    font-size: var(--16);
  }
}
.newsdetcon {
  position: relative;
  padding-bottom: var(--d120);
  padding-top: var(--d100);
  background-color: #f5f5f5;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .index-news-date {
  font-size: var(--18);
  line-height: 1;
  margin-bottom: var(--d20);
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--d30);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  white-space: nowrap;
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--d40);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: var(--c);
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .news-next {
  margin-bottom: var(--d50);
}
.sitemapcontent .sitemap-content {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.sitemapcontent .sitemap-content .sitemap-title {
  margin-bottom: var(--d60);
}
.sitemapcontent .sitemap-content .list1 .list2 {
  margin-bottom: var(--d30);
}
.sitemapcontent .sitemap-content .list1 .list2:last-child {
  margin-bottom: 0;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3 {
  max-width: 100%;
  width: 400px;
  height: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  color: var(--c);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: var(--c);
  color: #fff;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 {
  padding-top: 20px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 .list2-2 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--c);
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: var(--c);
}
.privacycontent {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}
.container {
  max-width: 1650px;
  padding: 0;
}
@media (max-width: 1800px) {
  .container {
    max-width: 1480px;
  }
  :root {
    --p: calc((100vw - 1480px) / 2);
  }
  .fooder .fooder-top .fooder-left {
    width: 350px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  :root {
    --p: calc((100vw - 1260px) / 2);
    --r72: 60px;
    --r70: 56px;
    --d700: 600px;
    --d357: 285px;
    --d330: 270px;
    --d208: 130px;
    --d200: 120px;
    --d190: 110px;
    --d185: 110px;
    --d180: 110px;
    --d170: 110px;
    --d164: 100px;
    --d160: 100px;
    --d158: 100px;
    --d150: 100px;
    --d147: 100px;
    --d145: 100px;
    --d140: 90px;
    --d138: 90px;
    --d135: 90px;
    --d130: 90px;
    --d128: 90px;
    --d124: 90px;
    --d120: 90px;
    --d118: 75px;
    --d110: 70px;
    --d105: 70px;
    --d100: 70px;
    --d96: 70px;
    --d95: 70px;
    --d93: 70px;
    --d90: 70px;
    --d86: 60px;
    --d84: 60px;
    --d80: 60px;
    --d75: 50px;
    --d72: 50px;
    --d70: 50px;
    --d68: 40px;
    --d66: 40px;
    --d64: 40px;
    --d60: 35px;
    --d58: 35px;
    --d56: 35px;
    --d55: 35px;
    --d52: 30px;
    --d50: 30px;
    --d46: 30px;
    --d45: 30px;
    --d44: 30px;
    --d42: 30px;
    --d40: 30px;
    --d38: 30px;
    --d34: 24px;
    --d36: 24px;
    --d35: 24px;
    --d30: 24px;
    --d28: 24px;
    --d26: 20px;
    --d24: 15px;
    --d22: 14px;
    --d20: 15px;
    --d18: 10px;
    --d17: 10px;
    --d12: 8px;
    --96: 75px;
    --90: 75px;
    --80: 65px;
    --76: 65px;
    --75: 65px;
    --72: 65px;
    --68: 60px;
    --66: 60px;
    --64: 54px;
    --60: 50px;
    --56: 45px;
    --54: 42px;
    --52: 42px;
    --48: 38px;
    --46: 36px;
    --45: 36px;
    --44: 36px;
    --38: 34px;
    --36: 34px;
    --34: 30px;
    --32: 30px;
    --28: 26px;
    --26: 22px;
    --24: 22px;
    --20: 18px;
    --19: 18px;
    --18: 16px;
  }
  .fooder .fooder-top .fooder-right .fooder-form {
    width: 378px;
  }
  .fooder .fooder-top .fooder-left {
    width: 280px;
  }
  .header .header-logo .logo {
    width: 115px;
    position: relative;
  }
  .i-video-icon {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1em;
  }
  .container {
    max-width: 1060px;
  }
  :root {
    --p: calc((100vw - 1060px) / 2);
    --r72: 50px;
    --r70: 50px;
    --r56: 50px;
    --r50: 45px;
    --r46: 40px;
    --r40: 35px;
    --d700: 450px;
    --d357: 205px;
    --d330: 205px;
    --d208: 80px;
    --d200: 80px;
    --d190: 80px;
    --d185: 80px;
    --d180: 80px;
    --d170: 80px;
    --d164: 75px;
    --d160: 75px;
    --d158: 75px;
    --d150: 70px;
    --d147: 70px;
    --d145: 70px;
    --d140: 60px;
    --d138: 60px;
    --d135: 60px;
    --d130: 60px;
    --d128: 60px;
    --d124: 60px;
    --d120: 60px;
    --d118: 60px;
    --d115: 60px;
    --d110: 60px;
    --d100: 60px;
    --d96: 40px;
    --d95: 40px;
    --d93: 40px;
    --d90: 40px;
    --d86: 40px;
    --d80: 30px;
    --d78: 30px;
    --d72: 30px;
    --d70: 30px;
    --d68: 30px;
    --d62: 30px;
    --d56: 25px;
    --d55: 25px;
    --d48: 30px;
    --d42: 30px;
    --d40: 20px;
    --d38: 20px;
    --d36: 18px;
    --d32: 18px;
    --d30: 20px;
    --d28: 20px;
    --d26: 20px;
    --d24: 20px;
    --d25: 20px;
    --d22: 10px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --d14: 10px;
    --d12: 10px;
    --96: 66px;
    --90: 66px;
    --76: 50px;
    --75: 50px;
    --72: 50px;
    --68: 50px;
    --66: 50px;
    --65: 50px;
    --64: 48px;
    --60: 45px;
    --56: 38px;
    --54: 38px;
    --52: 38px;
    --50: 38px;
    --48: 36px;
    --45: 30px;
    --46: 30px;
    --44: 30px;
    --40: 32px;
    --38: 30px;
    --36: 28px;
    --32: 28px;
    --30: 24px;
    --28: 20px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --19: 16px;
    --17: 15px;
    --16: 14px;
  }
  .header .header-box1 .header-content1 .header-box1-text {
    left: 40%;
  }
  .header .header-mes .header-mes2 .header-mes-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .header-search .search-title {
    padding-right: 5px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }
  .gmt-box .gmt-left {
    display: none;
  }
  .s-menu {
    display: block;
  }
  .gmt-box .gmt-rigth {
    width: 100%;
    padding-left: 0;
  }
  :root {
    --p: calc((100vw - 860px) / 2);
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d90: 55px;
    --d88: 55px;
    --d68: 30px;
    --d64: 30px;
    --d60: 25px;
    --d50: 20px;
    --d46: 20px;
    --d45: 20px;
    --d44: 20px;
    --d42: 20px;
    --d26: 15px;
    --d25: 15px;
    --d15: 10px;
    --d10: 8px;
    --d8: 4px;
    --128: 100px;
    --96: 50px;
    --90: 50px;
    --75: 45px;
    --68: 45px;
    --66: 40px;
    --64: 38px;
    --54: 32px;
    --52: 32px;
    --48: 30px;
    --38: 25px;
    --34: 25px;
    --32: 25px;
    --26: 20px;
    --25: 18px;
    --24: 18px;
    --22: 20px;
    --18: 16px;
  }
  .contactcontent .contact .contact-box {
    flex-direction: column-reverse;
  }
  .contactcontent .contact .contact-box .contact-right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: var(--d20);
  }
  .contactcontent .contact .contact-box .contact-left {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .contactcontent .message .message-box {
    flex-direction: column;
  }
  .contactcontent .message .message-box .message-right {
    width: 100%;
  }
  .contactcontent .message .message-box .message-left {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: var(--d30);
  }
  .newscontent .news-list .news-list2 .news-list3 .news-imgbox {
    width: 100%;
  }
  .newscontent .news-list .news-list2 .news-list3 {
    flex-direction: column;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-textbox {
    width: 100%;
    padding-left: 0;
  }
  .industrylist .inspiration-con .inspiration-nav {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .industrylist .inspiration-con .inspiration-nav .inspiration-nav2 {
    flex: unset;
    margin-right: var(--d30);
  }
  .industrylist .inspiration-con .inspiration-nav .inspiration-nav2:last-child {
    margin-right: 0;
  }
  .industrycontent .general .general-box {
    flex-direction: column;
  }
  .industrycontent .general .general-box .general-left {
    width: 100%;
    padding-left: 0;
    padding-bottom: var(--d30);
  }
  .industrycontent .general .general-box .general-right {
    width: 100%;
  }
  .productdetails .details-navbox {
    top: 60px;
  }
  .details-content {
    flex-direction: column;
  }
  .details-content .details-left {
    width: 100%;
  }
  .details-content .details-right {
    padding-left: 0;
    width: 100%;
  }
  .options .options-nav {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .productcontent .product .product-list .product-list2 .product-list3 .product-list-textbox {
    flex-direction: column;
  }
  .productcontent .product .product-list .product-list2 .product-list3 .product-list-textbox .product-list-textbox2 {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .choose-list3 {
    flex-direction: column !important;
  }
  .choose-list3 .choose-textbox {
    padding-right: 0 !important;
    padding-top: 0;
    padding-left: 0 !important;
    margin-bottom: var(--d30);
    width: 100%;
  }
  .choose-list3 .choose-img {
    width: 100%;
  }
  .i-video-icon {
    width: 75px;
    height: 75px;
  }
  .indexcontent .evaluate .evaluate-box {
    flex-direction: column;
    align-items: flex-end;
  }
  .evaluate-left {
    width: 100%;
    margin-bottom: var(--d10);
  }
  .indexcontent .i-realize .i-realize-box {
    flex-direction: column;
  }
  .indexcontent .i-realize .i-realize-box .i-realize-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: var(--d30);
  }
  .indexcontent .i-realize .i-realize-box .i-realize-right {
    width: 100%;
  }
  .index-titlebox {
    flex-direction: column;
  }
  .index-titlebox2 {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .fooder .fooder-top {
    flex-direction: column;
  }
  .fooder .fooder-top .fooder-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .fooder .fooder-top .fooder-right {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fooder .fooder-bom .fooder-bom2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder .fooder-top .fooder-right .fooder-form {
    width: 100%;
    margin-top: var(--d30);
  }
  .header .header-box2 .header-content2 {
    height: 60px;
  }
  .header-search .search-con .search-icon i {
    color: #000;
  }
  .header-search .search-title {
    display: none;
  }
  .header .header-mes {
    display: none;
  }
  .header .header-box1 {
    display: none;
  }
  .header .header-quote .header-quote2 {
    display: none;
  }
  .header .header-box3 {
    height: 0;
  }
}
@media (max-width: 990px) {
  .container {
    max-width: 700px;
  }
  :root {
    --p: calc((100vw - 700px) / 2);
    --r56: 46px;
    --r48: 40px;
    --d700: 264px;
    --d330: 100px;
    --d170: 80px;
    --d158: 70px;
    --d150: 70px;
    --d147: 65px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d93: 40px;
    --d68: 30px;
    --d58: 28px;
    --d24: 20px;
    --80: 40px;
    --76: 40px;
    --60: 40px;
    --52: 30px;
    --48: 28px;
    --46: 26px;
    --45: 26px;
    --44: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
  .aboutcontent .company .company-video .company-video-icon {
    width: 50px;
    height: 50px;
  }
  .indexcontent .i-provide .i-provide-con {
    padding-left: var(--p);
    padding-right: var(--p);
  }
  .indexcontent .i-video .i-video-nav {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .fooder {
    padding-bottom: 52px;
  }
  :root {
    --p: 5%;
    --d357: 85px;
    --d208: 60px;
    --d200: 60px;
    --d190: 60px;
    --d185: 60px;
    --d180: 60px;
    --d170: 60px;
    --d164: 50px;
    --d160: 50px;
    --d158: 50px;
    --d150: 50px;
    --d147: 50px;
    --d145: 50px;
    --d138: 40px;
    --d135: 40px;
    --d130: 40px;
    --d128: 40px;
    --d124: 40px;
    --d120: 40px;
    --d118: 40px;
    --d110: 40px;
    --d105: 40px;
    --d100: 40px;
    --d90: 40px;
    --d88: 40px;
    --d75: 40px;
    --d52: 20px;
    --d42: 20px;
    --d30: 18px;
    --d24: 15px;
    --d22: 8px;
    --d20: 8px;
    --d18: 8px;
    --d17: 8px;
    --96: 50px;
    --80: 38px;
    --76: 38px;
    --75: 38px;
    --64: 36px;
    --66: 34px;
    --60: 34px;
    --56: 30px;
    --54: 28px;
    --52: 28px;
    --50: 28px;
    --38: 28px;
    --36: 24px;
    --32: 20px;
    --22: 18px;
    --18: 14px;
    --15: 14px;
    --14: 12px;
  }
  .other-img {
    height: 400px;
  }
  .index-banner .slide-inner {
    padding-bottom: calc(1000 / 1920 * 100%);
  }
  .fooder .fooder-top .fooder-left .fooder-logo {
    width: 120px;
  }
}
@media (max-width: 576px) {
  :root {
    --r46: 30px;
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d208: 30px;
    --d200: 30px;
    --d190: 30px;
    --d180: 30px;
    --d170: 30px;
    --d164: 30px;
    --d160: 30px;
    --d158: 30px;
    --d150: 30px;
    --d147: 30px;
    --d145: 30px;
    --d138: 30px;
    --d135: 30px;
    --d130: 30px;
    --d128: 30px;
    --d124: 30px;
    --d120: 30px;
    --d118: 30px;
    --d110: 30px;
    --d105: 30px;
    --d100: 30px;
    --d90: 30px;
    --d88: 30px;
    --d80: 30px;
    --d75: 30px;
    --d72: 30px;
    --d70: 30px;
    --d64: 20px;
    --d50: 20px;
    --d48: 20px;
    --d44: 15px;
    --d42: 15px;
    --d40: 15px;
    --d38: 15px;
    --d30: 15px;
    --d16: 8px;
    --d15: 8px;
    --90: 35px;
    --80: 30px;
    --76: 28px;
    --75: 28px;
    --72: 28px;
    --68: 28px;
    --66: 28px;
    --65: 28px;
    --64: 28px;
    --60: 28px;
    --44: 26px;
    --40: 26px;
    --38: 24px;
    --22: 16px;
    --18: 14px;
    --17: 14px;
    --15: 14px;
  }
  .i-clients-swiper {
    padding-left: var(--p);
    padding-right: var(--p);
  }
  .last-box {
    height: 300px;
  }
  .index-banner .slide-inner {
    padding-bottom: calc(750 / 1920 * 100%);
  }
  .other-banner .other-textbox .other-textbox2 .other-butbox,
  .banner-textbox .banner-textbox2 .banner-butbox {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }
  .banner-textbox .banner-textbox2 .banner-text {
    display: none;
  }
  .banner-textbox .banner-textbox2 .banner-mes {
    display: none;
  }
  .other-banner .other-textbox .other-textbox2 .other-butbox .other-but,
  .banner-textbox .banner-textbox2 .banner-butbox .banner-but:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .indexcontent .i-clients {
    padding-left: var(--p);
    padding-right: var(--p);
  }
  .fooder .fooder-top .fooder-right .fooder-contact {
    width: 100%;
    margin: 0;
  }
  .fooder-navbox {
    display: none;
  }
  .index-banner .banner-paginationbox {
    display: none;
  }
}
