* {
  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: calc(24 / 16);
  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(--d13) var(--d20);
  border: 1px solid #F6F7F8;
}
.table-box table tr {
  background-color: #fff;
}
.table-box table tr td:first-child {
  text-align: left;
  background-color: #FAFDFF;
}
.table-box table.rowspan1 tr:first-child,
.table-box table.rowspan2 tr:nth-child(1),
.table-box table.rowspan2 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(2),
.table-box table.rowspan4 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(2),
.table-box table.rowspan5 tr:nth-child(3),
.table-box table.rowspan5 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(5) {
  background-color: #D9D9D9;
  font-weight: 600;
}
@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%;
  height: 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;
}
.swiper-re {
  position: relative !important;
}
.swiper-action {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  z-index: 10 !important;
}
.swiper-initial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s;
}
body {
  font-family: 'Poppins', 'Microsoft YaHei UI', 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: #000000;
  color: #000000;
  background-color: #fff;
}
i {
  line-height: 1;
}
.container {
  max-width: 1410px;
  padding: 0;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 1660px) / 2);
  --c: #4D71DD;
  --c2: #2B6A4D;
  --c3: #000000;
  --g210: 13.125rem;
  --g152: 9.5rem;
  --g104: 6.5rem;
  --g94: 5.875rem;
  --g86: 5.375rem;
  --g80: 5rem;
  --g70: 4.375rem;
  --g64: 4rem;
  --g50: 3.125rem;
  --g48: 3rem;
  --g40: 2.5rem;
  --g24: 1.5rem;
  --g20: 1.25rem;
  --g18: 1.125rem;
  --g16: 1rem;
  --g10: 0.625rem;
  --r150: 150px;
  --r136: 136px;
  --r120: 120px;
  --r110: 110px;
  --r85: 85px;
  --r80: 80px;
  --r72: 72px;
  --r70: 70px;
  --r68: 68px;
  --r64: 64px;
  --r60: 60px;
  --r56: 56px;
  --r52: 52px;
  --r50: 50px;
  --r48: 48px;
  --r46: 46px;
  --r45: 45px;
  --r44: 44px;
  --r42: 42px;
  --r40: 40px;
  --r38: 38px;
  --r36: 36px;
  --r34: 34px;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d300: 300px;
  --d286: 286px;
  --d260: 260px;
  --d243: 243px;
  --d225: 225px;
  --d212: 212px;
  --d208: 208px;
  --d200: 200px;
  --d190: 190px;
  --d185: 185px;
  --d183: 183px;
  --d180: 180px;
  --d176: 176px;
  --d170: 170px;
  --d166: 166px;
  --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;
  --d13: 13px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --162: 162px;
  --154: 154px;
  --128: 128px;
  --110: 110px;
  --100: 100px;
  --96: 96px;
  --92: 92px;
  --90: 90px;
  --86: 86px;
  --80: 80px;
  --78: 78px;
  --76: 76px;
  --75: 75px;
  --72: 72px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --64: 64px;
  --62: 62px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --54: 54px;
  --52: 52px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --45: 45px;
  --44: 44px;
  --42: 42px;
  --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;
}
@media (max-width: 1800px) {
  .container {
    max-width: 1480px;
  }
  :root {
    --p: calc((100vw - 1480px) / 2);
    --g210: 6.125rem;
    --r136: 120px;
    --r48: 40px;
    --r44: 40px;
    --68: 60px;
    --36: 35px;
    --24: 20px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  :root {
    --p: calc((100vw - 1260px) / 2);
    --g210: 4.125rem;
    --g104: 4.5rem;
    --g86: 4.375rem;
    --g70: 3.375rem;
    --r150: 100px;
    --r136: 90px;
    --r110: 90px;
    --r85: 75px;
    --r70: 60px;
    --r60: 55px;
    --r56: 50px;
    --r48: 35px;
    --r44: 30px;
    --d700: 600px;
    --d376: 300px;
    --d357: 285px;
    --d330: 270px;
    --d300: 250px;
    --d260: 150px;
    --d243: 150px;
    --d225: 150px;
    --d212: 150px;
    --d208: 150px;
    --d200: 120px;
    --d190: 110px;
    --d185: 110px;
    --d183: 110px;
    --d180: 110px;
    --d176: 110px;
    --d170: 110px;
    --d166: 100px;
    --d168: 100px;
    --d162: 100px;
    --d164: 100px;
    --d160: 100px;
    --d158: 100px;
    --d155: 100px;
    --d150: 100px;
    --d147: 100px;
    --d145: 100px;
    --d140: 90px;
    --d138: 90px;
    --d135: 90px;
    --d130: 90px;
    --d128: 90px;
    --d124: 90px;
    --d120: 90px;
    --d118: 75px;
    --d115: 75px;
    --d110: 70px;
    --d105: 70px;
    --d100: 70px;
    --d96: 70px;
    --d95: 70px;
    --d90: 70px;
    --d88: 65px;
    --d86: 60px;
    --d84: 60px;
    --d80: 60px;
    --d75: 50px;
    --d72: 50px;
    --d70: 50px;
    --d68: 40px;
    --d66: 40px;
    --d64: 40px;
    --d62: 40px;
    --d60: 35px;
    --d58: 35px;
    --d56: 35px;
    --d55: 35px;
    --d54: 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: 20px;
    --d24: 15px;
    --d22: 14px;
    --d20: 15px;
    --d18: 10px;
    --d17: 10px;
    --d16: 10px;
    --d12: 8px;
    --128: 100px;
    --120: 100px;
    --110: 70px;
    --100: 70px;
    --96: 70px;
    --90: 75px;
    --86: 65px;
    --80: 65px;
    --75: 65px;
    --72: 65px;
    --70: 65px;
    --68: 52px;
    --66: 60px;
    --64: 54px;
    --62: 52px;
    --60: 50px;
    --58: 48px;
    --56: 45px;
    --54: 42px;
    --52: 42px;
    --50: 38px;
    --48: 38px;
    --45: 36px;
    --44: 36px;
    --42: 36px;
    --38: 34px;
    --36: 30px;
    --34: 30px;
    --32: 30px;
    --30: 28px;
    --28: 26px;
    --26: 22px;
    --24: 20px;
    --20: 18px;
    --19: 18px;
    --18: 16px;
  }
}
@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1rem;
  }
  .container {
    max-width: 1060px;
  }
  :root {
    --p: calc((100vw - 1060px) / 2);
    --g210: 5.125rem;
    --g104: 2.5rem;
    --g86: 2.375rem;
    --g80: 3rem;
    --g70: 2.175rem;
    --g50: 2rem;
    --g40: 1.5rem;
    --r136: 80px;
    --r110: 80px;
    --r85: 65px;
    --r70: 55px;
    --r64: 50px;
    --r60: 50px;
    --r56: 50px;
    --r52: 50px;
    --r50: 45px;
    --r46: 40px;
    --r44: 40px;
    --r40: 35px;
    --r38: 30px;
    --d700: 450px;
    --d376: 220px;
    --d357: 205px;
    --d330: 205px;
    --d300: 205px;
    --d260: 100px;
    --d243: 100px;
    --d225: 100px;
    --d212: 100px;
    --d208: 80px;
    --d200: 80px;
    --d190: 80px;
    --d185: 80px;
    --d183: 80px;
    --d180: 80px;
    --d176: 80px;
    --d170: 80px;
    --d168: 75px;
    --d166: 75px;
    --d162: 75px;
    --d164: 75px;
    --d160: 75px;
    --d158: 75px;
    --d155: 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;
    --d88: 40px;
    --d86: 40px;
    --d80: 30px;
    --d78: 30px;
    --d72: 30px;
    --d70: 30px;
    --d68: 30px;
    --d65: 30px;
    --d62: 30px;
    --d56: 25px;
    --d55: 25px;
    --d54: 28px;
    --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;
    --160: 80px;
    --128: 80px;
    --120: 66px;
    --100: 60px;
    --96: 60px;
    --90: 66px;
    --86: 55px;
    --75: 50px;
    --72: 50px;
    --70: 50px;
    --68: 46px;
    --66: 50px;
    --65: 50px;
    --64: 46px;
    --62: 46px;
    --60: 45px;
    --58: 38px;
    --56: 38px;
    --54: 38px;
    --52: 38px;
    --50: 38px;
    --50: 36px;
    --48: 30px;
    --45: 30px;
    --44: 30px;
    --42: 30px;
    --40: 30px;
    --38: 30px;
    --36: 28px;
    --34: 28px;
    --32: 24px;
    --30: 24px;
    --28: 20px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --19: 16px;
    --17: 15px;
    --16: 14px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }
  :root {
    --p: calc((100vw - 860px) / 2);
    --g210: 3.125rem;
    --r120: 100px;
    --r60: 40px;
    --r52: 40px;
    --r38: 35px;
    --r36: 30px;
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d300: 150px;
    --d260: 80px;
    --d243: 80px;
    --d225: 80px;
    --d212: 80px;
    --d166: 80px;
    --d90: 55px;
    --d88: 55px;
    --d68: 30px;
    --d64: 30px;
    --d60: 25px;
    --d50: 20px;
    --d46: 20px;
    --d45: 20px;
    --d44: 20px;
    --d42: 20px;
    --d26: 15px;
    --d25: 15px;
    --d19: 15px;
    --d15: 10px;
    --d10: 8px;
    --d8: 4px;
    --128: 80px;
    --120: 50px;
    --96: 55px;
    --90: 50px;
    --86: 45px;
    --75: 45px;
    --72: 45px;
    --70: 45px;
    --68: 45px;
    --66: 40px;
    --64: 38px;
    --62: 36px;
    --54: 32px;
    --52: 32px;
    --48: 30px;
    --38: 25px;
    --34: 25px;
    --32: 25px;
    --26: 20px;
    --25: 18px;
    --24: 18px;
    --22: 20px;
    --18: 16px;
  }
}
@media (max-width: 990px) {
  .container {
    max-width: 700px;
  }
  :root {
    --p: calc((100vw - 700px) / 2);
    --r120: 80px;
    --r70: 50px;
    --r56: 46px;
    --r50: 35px;
    --r48: 40px;
    --r44: 35px;
    --d700: 264px;
    --d330: 100px;
    --d300: 100px;
    --d170: 80px;
    --d166: 80px;
    --d158: 70px;
    --d155: 70px;
    --d150: 70px;
    --d147: 65px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d93: 40px;
    --d68: 30px;
    --d58: 28px;
    --d54: 28px;
    --d24: 20px;
    --120: 50px;
    --96: 50px;
    --80: 40px;
    --72: 40px;
    --70: 40px;
    --68: 40px;
    --60: 40px;
    --58: 40px;
    --52: 30px;
    --48: 28px;
    --45: 26px;
    --44: 26px;
    --42: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .fooder {
    padding-bottom: 52px;
  }
  :root {
    --p: 5%;
    --r48: 35px;
    --d357: 85px;
    --d300: 85px;
    --d243: 60px;
    --d225: 60px;
    --d212: 60px;
    --d208: 60px;
    --d200: 60px;
    --d190: 60px;
    --d185: 60px;
    --d183: 60px;
    --d180: 60px;
    --d176: 60px;
    --d170: 60px;
    --d168: 50px;
    --d166: 50px;
    --d162: 50px;
    --d164: 50px;
    --d160: 50px;
    --d158: 50px;
    --d155: 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;
    --d84: 40px;
    --d75: 40px;
    --d65: 25px;
    --d54: 20px;
    --d52: 20px;
    --d42: 20px;
    --d30: 18px;
    --d24: 15px;
    --d22: 8px;
    --d20: 8px;
    --d18: 8px;
    --d17: 8px;
    --120: 40px;
    --96: 38px;
    --80: 38px;
    --75: 38px;
    --72: 36px;
    --70: 36px;
    --68: 36px;
    --66: 36px;
    --64: 36px;
    --62: 36px;
    --60: 34px;
    --58: 32px;
    --56: 30px;
    --54: 28px;
    --52: 28px;
    --50: 28px;
    --38: 28px;
    --36: 24px;
    --32: 20px;
    --22: 18px;
    --18: 14px;
    --15: 14px;
    --14: 12px;
  }
}
@media (max-width: 576px) {
  :root {
    --r120: 70px;
    --r46: 30px;
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d243: 50px;
    --d225: 50px;
    --d212: 50px;
    --d208: 30px;
    --d200: 30px;
    --d190: 30px;
    --d185: 30px;
    --d183: 30px;
    --d180: 30px;
    --d176: 30px;
    --d170: 30px;
    --d166: 30px;
    --d168: 30px;
    --d162: 30px;
    --d164: 30px;
    --d160: 30px;
    --d158: 30px;
    --d155: 30px;
    --d150: 30px;
    --d147: 30px;
    --d145: 30px;
    --d140: 30px;
    --d138: 30px;
    --d135: 30px;
    --d130: 30px;
    --d128: 30px;
    --d124: 30px;
    --d120: 30px;
    --d118: 30px;
    --d115: 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;
    --d34: 15px;
    --d30: 15px;
    --d16: 8px;
    --d15: 8px;
    --128: 50px;
    --120: 35px;
    --110: 50px;
    --96: 35px;
    --90: 35px;
    --80: 30px;
    --75: 28px;
    --72: 28px;
    --70: 28px;
    --68: 28px;
    --66: 28px;
    --65: 28px;
    --64: 28px;
    --62: 28px;
    --60: 28px;
    --48: 26px;
    --46: 26px;
    --44: 24px;
    --40: 24px;
    --38: 24px;
    --22: 16px;
    --18: 14px;
    --17: 14px;
    --15: 14px;
  }
}
.title {
  font-size: var(--36);
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--d45);
}
@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(3);
  }
}
@keyframes playan3 {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(0%, -50%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  75% {
    transform: translate(0%, 50%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes playan4 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
.setSlow0 {
  animation: an0 5s ease forwards;
}
@keyframes an0 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.setSlow2 {
  animation: an2 1s ease forwards;
}
.setSlow1 {
  animation: an1 1s ease forwards;
}
@keyframes an1 {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.setSlow2 {
  animation: an2 1s ease forwards;
}
@keyframes an2 {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.setSlow1_1 {
  animation: an1_1 1s ease forwards;
}
@keyframes an1_1 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    transform: translateX(-50px);
    opacity: 0;
  }
}
.setSlow2_2 {
  animation: an2_2 1s ease forwards;
}
@keyframes an2_2 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}
.header {
  position: sticky;
  z-index: 10000;
  width: 100%;
  top: 0;
  background-color: #fff;
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header .header-box {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
}
.header .header-box .header-content {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  padding: var(--d20) 0;
}
.header .header-box0 {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #019196;
}
.header .header-box0 .header-content {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.header .header-box0 .header-content .header-text {
  font-size: var(--15);
  color: #F6F7F8;
}
.header .header-box0 .header-content .header-text span {
  margin-right: var(--d25);
}
.header .header-box0 .header-content .header-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box0 .header-content .header-share a {
  margin: 0 var(--d10);
}
.header .header-box0 .header-content .header-share a i {
  font-size: var(--16);
  color: #fff;
}
.header .header-logo {
  display: flex;
  align-items: center;
}
.header .header-logo .logo {
  width: 160px;
}
.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%;
  transition: all 0.5s;
}
.header .header-right .translate {
  margin-right: var(--d60);
}
.header .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: 6px;
}
.header .header-search .search-con {
  justify-content: space-between;
  transition: all 0.5s;
  width: var(--r60);
  height: var(--r60);
  min-width: var(--r60);
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}
.header .header-search .search-con i {
  font-size: var(--24);
  transition: all 0.5s;
  color: #fff;
}
.header .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: 20vw;
  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 .header-search .search .search-box {
  width: 100%;
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.header .header-search .search .search-box .input-text {
  width: 95%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.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);
}
.headeraction {
  top: -40px;
}
@media (min-width: 1201px) {
  .header-none {
    display: none;
  }
  .header-nav {
    display: flex;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.21);
    border-radius: 50px;
  }
  .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: 50px;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover .header-list3 a {
    color: var(--c);
  }
  .header-nav .header-list .header-list2:hover .header-list3 a i {
    opacity: 1 !important;
  }
  .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%;
    transition: all 0.5s;
    position: relative;
    font-size: var(--18);
    line-height: calc(27 / 18);
    color: #0f0c10;
  }
  .header-nav .header-list .header-list2 .header-list3:hover span::after {
    width: 100%;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .header-list3 a span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .header-list3 a i {
    font-size: 9px;
    margin-left: 8px;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .action .header-list3 a {
    color: var(--c);
  }
  .header-nav .header-list .action .header-list3 a i {
    opacity: 1;
  }
  .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: left;
  }
  .more a {
    transition: all 0.5s;
  }
  .more a:hover {
    background-color: var(--c) !important;
    color: #fff !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;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav .header-list .header-list2 {
    margin-right: 27px;
  }
  .header-nav {
    margin-right: 35px;
  }
}
@media (max-width: 1200px) {
  .header-none2 {
    display: none;
  }
  .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: 80px;
    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);
  }
}
.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:hover .xs-wechatBox {
  display: flex;
}
.xs-online ul li .xs-wechatBox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.xs-online ul li .xs-wechatBox img {
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.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;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.online-wrap .online-wrap2 {
  transition: all 0.5s;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1100;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  padding: 10px 5px;
}
.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;
  margin-bottom: 10px;
  width: 48px;
  height: 48px;
  background-color: rgba(34, 34, 34, 0.18);
  border-radius: 5px;
}
.online-wrap .online a i {
  font-size: 20px;
  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 {
  background-color: var(--c);
}
.online-wrap .online a:hover i {
  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(90deg);
}
.online-wrap .online-icon {
  position: relative;
  line-height: 1;
}
.online-wrap .icon-cart {
  position: relative;
}
.online-wrap .icon-cart .cart-num {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(40%, -40%);
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--c2);
  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: 150px;
  transform: translateY(-100%);
  left: 0;
}
.swiper .swiper-wrapper {
  align-items: stretch;
}
.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .banner-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 5%;
}
.index-banner .banner-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5%;
}
.index-banner .banner-pagination {
  position: absolute;
  bottom: var(--d55);
  z-index: 10;
  width: auto;
  left: 50%;
  text-align: center;
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  border: 1px solid #fff;
  margin: 0 8px;
  width: 12px;
  height: 12px;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner .slide-inner {
  padding-bottom: calc(764 / 1920 * 100%);
  position: relative;
}
.index-banner .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .swiper-slide iframe,
.index-banner .swiper-slide .banner-video,
.index-banner .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .banner-video video {
  object-fit: cover;
}
.index-banner .sw-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-but {
  width: var(--r60);
  height: var(--r60);
  min-width: var(--r60);
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.swiper-but:hover {
  background-color: #ffa602;
}
.swiper-but i {
  color: #dbdbdb;
  font-size: var(--16);
}
.dowebok {
  min-height: 333px !important;
}
.indexcontent .con1 {
  background-image: url('../img/index_about_bgg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding-top: var(--d80);
}
.indexcontent .con1 .con1-title {
  text-align: center;
  width: 530px;
  max-width: 100%;
  margin: 0 auto var(--d45);
}
.indexcontent .con1 .con1-title .title {
  color: #fff;
}
.indexcontent .con1 .con1-con {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, #22a0a0, #40afaa);
}
.indexcontent .con1 .con1-con .con1-left {
  width: calc(705 / 1410 * 100%);
  position: relative;
}
.indexcontent .con1 .con1-con .con1-left .img-box {
  padding-bottom: calc(530 / 705 * 100%);
}
.indexcontent .con1 .con1-con .con1-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .con1 .con1-con .con1-left .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--r60);
  height: var(--r60);
  border-radius: 50%;
  background-color: rgba(36, 161, 160, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  z-index: 10;
}
.indexcontent .con1 .con1-con .con1-left .video-icon i {
  color: #fff;
}
.indexcontent .con1 .con1-con .con1-right {
  width: calc(705 / 1410 * 100%);
  padding: var(--d35) var(--d50) var(--d55);
}
.indexcontent .con1 .con1-con .con1-right .con1-text {
  margin-bottom: var(--d30);
  font-size: var(--16);
  color: #fff;
  line-height: 1.85;
}
.indexcontent .con1 .con1-con .con1-right .con1-list {
  display: flex;
  justify-content: space-between;
}
.indexcontent .con1 .con1-con .con1-right .con1-list .con1-list2 .con1-list3 .con1-numbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}
.indexcontent .con1 .con1-con .con1-right .con1-list .con1-list2 .con1-list3 .con1-numbox i {
  font-size: var(--30);
}
.indexcontent .con1 .con1-con .con1-right .con1-list .con1-list2 .con1-list3 .con1-numbox .num {
  font-size: var(--36);
  line-height: 1;
  font-weight: 600;
}
.indexcontent .con1 .con1-con .con1-right .con1-list .con1-list2 .con1-list3 .con1-num-title {
  font-size: var(--16);
  color: #fff;
}
.indexcontent .con2 {
  padding: var(--d80) 0;
}
.indexcontent .con2 .con2-swbox {
  position: relative;
}
.indexcontent .con2 .con2-swbox .swiper-slide:hover .img-box img {
  transform: scale(1.1);
}
.indexcontent .con2 .con2-swbox .img-box {
  padding-bottom: calc(565 / 1000 * 100%);
}
.indexcontent .con2 .con2-swbox .con2-sw-title {
  margin: var(--d30) 0;
}
.indexcontent .con2 .con2-swbox .con2-sw-title h3 {
  text-align: center;
  font-weight: 600;
  font-size: var(--20);
}
.indexcontent .con2 .con2-swbox .con2-prev {
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  left: calc(-1 * var(--d40));
}
.indexcontent .con2 .con2-swbox .con2-next {
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: calc(-1 * var(--d40));
}
.indexcontent .con3 {
  max-width: 1920px;
  margin: 0 auto;
}
.indexcontent .con3 .con3-con {
  padding: var(--d60) 0;
  display: flex;
  justify-content: space-between;
}
.indexcontent .con3 .con3-con .con3-title {
  width: 450px;
  max-width: 100%;
}
.indexcontent .con3 .con3-con .con3-title .title {
  text-align: left;
  color: #40afaa;
}
.indexcontent .con3 .con3-con .con3-form {
  width: 450px;
  max-width: 100%;
  padding: var(--d40) var(--d50);
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(11, 79, 82, 0.2);
}
.indexcontent .con3 .con3-con .con3-form .con3-form-title {
  font-size: var(--30);
  line-height: calc(40 / 30);
  color: #001937;
  font-weight: 600;
}
.indexcontent .con3 .con3-con .con3-form .con3-form-text {
  font-size: var(--16);
  line-height: 1.875;
  margin-top: 5px;
  margin-bottom: var(--d25);
}
.indexcontent .con3 .con3-con .con3-form form .input-box {
  width: 100%;
  padding: var(--d10) var(--d20);
  font-size: var(--16);
  line-height: 1.875;
  color: #747474;
  border: 1px solid #d5dbdb;
  margin-bottom: var(--d20);
}
.indexcontent .con3 .con3-con .con3-form form .submit {
  margin-top: var(--d20);
  display: inline-block;
  width: 210px;
  padding: var(--d20) 0;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  line-height: calc(20 / 14);
  color: #ffffff;
  font-family: Arial;
  border: 1px solid #d5dbdb;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  color: #4cb4b1;
}
.indexcontent .con3 .con3-con .con3-form form .submit:hover {
  background-color: #018e93;
  border-color: #018e93;
  color: #fff;
}
.indexcontent .con3 .con3-con .con3-form form .submit i {
  margin-left: var(--d20);
}
.indexcontent .con4 {
  padding: var(--d80) 0;
}
.indexcontent .con4 .con4-list .con4-list2 .con4-list3 .con4-img {
  position: relative;
}
.indexcontent .con4 .con4-list .con4-list2 .con4-list3 .con4-img .con4-num {
  width: var(--r45);
  height: var(--r45);
  background-color: rgba(5, 147, 152, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--20);
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 5px;
}
.indexcontent .con4 .con4-list .con4-list2 .con4-list3 .img-box {
  padding-bottom: calc(520 / 1000 * 100%);
}
.indexcontent .con4 .con4-list .con4-list2 .con4-list3 .con4-list-title {
  margin: 0;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--20);
  line-height: 1.75;
  color: #0f0f0f;
  font-weight: 700;
}
.indexcontent .con4 .con4-list .con4-list2 .con4-list3 .con4-list-textbox {
  padding: var(--d20) 0 var(--d25);
}
.indexcontent .con5 {
  padding: var(--d80) 0;
  background-color: #e9f5f5;
}
.indexcontent .con5 .con5-list .con5-list2 .con5-list3 .con5-img {
  position: relative;
}
.indexcontent .con5 .con5-list .con5-list2 .con5-list3 .con5-img:hover .con5-list-text2 {
  transform: translate(-50%, -50%) scale(1);
}
.indexcontent .con5 .con5-list .con5-list2 .con5-list3 .con5-img:hover .con5-list-text1 {
  transform: translateX(-50%) scale(0);
}
.indexcontent .con5 .con5-list .con5-list2 .con5-list3 .con5-img .img-box {
  padding-bottom: calc(750 / 1124 * 100%);
}
.indexcontent .con5 .con5-list .con5-list2 .con5-list3 .con5-img .con5-list-text {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: var(--d16);
  line-height: 1.5;
  color: #ffffff;
  z-index: 10;
  transition: all 0.5s;
}
.indexcontent .con5 .con5-list .con5-list2 .con5-list3 .con5-img .con5-list-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexcontent .con5 .con5-list .con5-list2 .con5-list3 .con5-img .con5-list-text1 {
  position: absolute;
  bottom: var(--d20);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - var(--d20) * 2);
  padding: var(--d15) var(--d15) var(--d20);
}
.indexcontent .con5 .con5-list .con5-list2 .con5-list3 .con5-img .con5-list-text1 p {
  -webkit-line-clamp: 3;
}
.indexcontent .con5 .con5-list .con5-list2 .con5-list3 .con5-img .con5-list-text2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: calc(100% - var(--d20) * 2);
  height: calc(100% - var(--d20) * 2);
  display: flex;
  align-items: center;
  padding: var(--d12);
}
.indexcontent .con5 .con5-list .con5-list2 .con5-list3 .con5-img .con5-list-text2 p {
  -webkit-line-clamp: 7;
}
.indexcontent .con6 {
  padding: var(--d80) 0;
}
.indexcontent .con6 .ams {
  display: inline-block;
  margin-right: 20px;
}
.indexcontent .con6 .ams img {
  width: 175px;
}
.fooder {
  background-color: #151717;
  padding-bottom: var(--d60);
}
.fooder .fooder-top {
  padding: var(--d45) 0 var(--d35);
}
.fooder .fooder-top .fooder-title {
  margin-bottom: var(--d10);
  font-size: var(--d20);
  line-height: 1.75;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.fooder .fooder-top .fooder-contact2 {
  font-size: 16px;
  line-height: 1.875;
  color: #747474;
}
.fooder .fooder-top .fooder-contact2 a:hover {
  color: #fff;
  text-decoration: underline;
}
.fooder .fooder-conbox2 {
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-conbox2 .fooder-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-conbox2 .fooder-share a {
  margin-right: var(--d10);
  position: relative;
  display: block;
  width: var(--r40);
  height: var(--r40);
  border-radius: 50%;
  background: -moz-linear-gradient(left, #018e93, #40aba7);
  background: -webkit-linear-gradient(left, #018e93, #40aba7);
  background: -o-linear-gradient(left, #018e93, #40aba7);
  background: -ms-linear-gradient(left, #018e93, #40aba7);
  background: linear-gradient(to right, #018e93, #40aba7);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-conbox2 .fooder-share a i {
  font-size: var(--16);
  color: #fff;
}
.fooder .fooder-conbox2 .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-conbox2 .fooder-copyright {
  font-size: 14px;
  line-height: 2.14285714;
  color: #f9f9f9;
}
.fooder .fooder-conbox2 .fooder-copyright p,
.fooder .fooder-conbox2 .fooder-copyright a {
  display: inline;
}
.inquiry {
  display: inline-block;
  color: #fff;
  padding: var(--d10) var(--d18);
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: #39aca8;
  position: fixed;
  left: 0;
  bottom: 10vh;
  cursor: pointer;
}
.inquiry-con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 22;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.inquiry-con .inquiry-con2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  max-width: 90%;
  max-height: 90%;
  padding: var(--d24);
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.inquiry-con .inquiry-con2 .inquiry-close {
  position: absolute;
  right: var(--d10);
  top: var(--d10);
  z-index: 10;
  color: #000;
  font-size: var(--20);
  font-weight: 400;
  cursor: pointer;
}
.inquiry-con .inquiry-con2 .inquiry-title {
  text-align: center;
  margin-bottom: 20px;
}
.inquiry-con .inquiry-con2 .inquiry-title h2 {
  font-weight: bold;
  color: #39aca8;
  font-size: var(--36);
}
.inquiry-con .inquiry-con2 form {
  padding-top: var(--d30);
}
.inquiry-con .inquiry-con2 form ul {
  --bs-gutter-x: 0.875rem;
}
.inquiry-con .inquiry-con2 form .input-box {
  width: 100%;
  padding: var(--d18) var(--d20);
  border: 1px solid #ccc2c2;
  margin-bottom: var(--d20);
  font-size: 14px;
  color: #666666;
}
.inquiry-con .inquiry-con2 form .textarea-box {
  height: 180px;
}
.inquiry-con .inquiry-con2 form .submit {
  width: 190px;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  background-color: #39aca8;
  font-size: 16px;
  color: #fff;
  border: none;
  font-weight: bold;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.active {
  display: block;
}
@media (max-width: 1200px) {
  .headeraction {
    top: 0px;
  }
  .header .header-logo .logo {
    width: 100px;
  }
  .header .header-box0 .header-content {
    display: none;
  }
  .indexcontent .con1 .con1-con {
    flex-direction: column;
  }
  .indexcontent .con1 .con1-con .con1-left {
    width: 100%;
  }
  .indexcontent .con1 .con1-con .con1-right {
    width: 100%;
  }
  .header .header-box .header-content {
    height: 80px;
  }
  .fooder .fooder-conbox2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .indexcontent .con3 .con3-con {
    flex-direction: column;
  }
  .indexcontent .con3 .con3-con .con3-title {
    width: 100%;
  }
  .indexcontent .con3 .con3-con .con3-form {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .indexcontent .con2 .con2-swbox .con2-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: var(--d40);
  }
  .indexcontent .con2 .con2-swbox .con2-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: var(--d40);
  }
}
@media (max-width: 576px) {
  .header .header-box .header-content {
    height: 60px;
  }
  .header .header-logo .logo {
    width: 90px;
  }
}
