* {
  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;
}
.editor-content ul,
.editor-content ol {
  padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
  list-style: inherit;
}
.editor-content .table-box {
  font-size: 16px;
  line-height: 1.875;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .editor-content .table-box {
    font-size: 14px;
  }
}
.editor-content .table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
  width: 25% !important;
  height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th {
  font-weight: 400;
  padding: 15px 20px !important;
  border: 1px solid #e6e6e6;
}
@media (max-width: 480px) {
  .editor-content .table-box table td,
  .editor-content .table-box table th {
    padding: 8px !important;
  }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.editor-content .table-box table th {
  text-align: center;
}
.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: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}
.table-box table {
  line-height: 1.2;
  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: 20px;
  border: 1px solid #e6e6e6;
}
.table-box table tr p,
.table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.table-box table td,
.table-box table th {
  text-align: left;
}
.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: var(--c);
  color: #fff;
  font-weight: bold;
}
@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: '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: #5c6666;
  color: #5c6666;
}
i {
  line-height: 1;
}
.row {
  --bs-gutter-x: 1.875rem;
}
@font-face {
  font-family: 'Anton';
  font-weight: 400;
  font-style: normal;
  src: local('Anton Regular'), local('Anton-Regular'), url('../../app/fonts/Anton-Regular.woff2') format('woff2'), url('../../app/fonts/Anton-Regular.woff') format('woff'), url('../../app/fonts/Anton-Regular.ttf') format('truetype');
  font-display: swap;
}
:root {
  --p: calc((100vw - 1410px) / 2);
  --c: #006666;
  --c2: #009999;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d286: 286px;
  --d243: 243px;
  --d225: 225px;
  --d208: 208px;
  --d190: 190px;
  --d185: 185px;
  --d180: 180px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --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;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d86: 86px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --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;
  --128: 128px;
  --110: 110px;
  --100: 100px;
  --92: 92px;
  --90: 90px;
  --80: 80px;
  --75: 75px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --64: 64px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --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;
  --18: 18px;
  --17: 17px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}
.anton {
  font-family: 'Anton', Arial, sans-serif;
}
.title {
  font-size: var(--44);
  line-height: 1;
  color: #222222;
  font-weight: 700;
}
.title2 {
  font-size: var(--40);
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
}
.text18 {
  font-size: var(--18);
}
.text16-175 {
  font-size: var(--16);
  line-height: 1.75;
}
.text14-175 {
  font-size: var(--14);
  line-height: 1.75;
}
@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: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes playan3 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes playan4 {
  0% {
    transform: translate(-50%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 0%) rotate(0);
  }
}
.header {
  position: sticky;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
}
.header .header-box1 {
  background-color: #fff;
  position: relative;
  z-index: 100;
  transition: all 0.5s;
}
.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.header .header-box1 .header-content1 .logo {
  width: 137px;
}
.header .header-box1 .header-content1 .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header .header-box1 .header-content1 .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.header .header-box1 .header-content1 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .header-navbox {
  height: 100%;
}
.header .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: var(--d24);
}
.header .header-search .search-con {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--c);
  transition: all 0.5s;
}
.header .header-search .search-con:hover {
  background-color: var(--c);
}
.header .header-search .search-con:hover i {
  color: #fff;
}
.header .header-search .search-con i {
  color: var(--c);
  font-size: var(--16);
  transition: all 0.5s;
}
.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 .header-language {
  position: relative;
}
.header .header-language .header-language2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: var(--c);
  cursor: pointer;
  font-size: var(--15);
  line-height: calc(18 / 15);
  height: 100%;
  padding: 2px;
  border-radius: 50px;
}
.header .header-language .header-language2:hover .language-icon {
  transform: rotate(180deg);
}
.header .header-language .header-language2 .language-icon {
  transition: all 0.5s;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-right: var(--d16);
}
.header .header-language .header-language2 .language-icon i {
  font-size: var(--16);
  color: var(--c);
}
.header .header-language .header-language2 .language {
  margin-right: var(--d24);
  font-size: var(--14);
  line-height: 1;
}
.header .header-cart {
  margin-right: var(--d12);
  position: relative;
}
.header .header-cart a {
  position: relative;
  border: 1px solid rgba(0, 144, 160, 0.25);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.header .header-cart a .header-cart-icon {
  position: relative;
}
.header .header-cart a .header-cart-icon i {
  font-size: var(--22);
  color: #000;
}
.header .header-cart a .header-cart-icon .cart-dot {
  background-color: var(--c);
  position: absolute;
  right: 0;
  top: 18px;
  border-radius: 50%;
  transform: translate(50%, -50%);
  width: 20px;
  height: 20px;
}
.header .header-cart a .header-cart-icon .cart-dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 15px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #202833;
  transition: all 0.5s;
}
.header .s-nav-action i {
  background-color: #000;
}
.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 {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1201px) {
  .header-nav {
    height: 100%;
    display: flex !important;
    justify-content: center;
    margin-right: 224px;
  }
  .header-nav .header-list {
    display: flex;
    height: 100%;
    justify-content: center;
  }
  .header-nav .header-list .header-list2 {
    transition: all 0.5s;
    position: relative;
    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:hover .product-more {
    opacity: 1;
    transform: translate(0%, 0%) !important;
    visibility: visible;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    font-size: var(--16);
    line-height: 1;
    color: #222222;
    font-weight: 500;
    transition: all 0.5s;
    padding: var(--d17) 0;
    position: relative;
  }
  .header-nav .header-list .header-list2 .header-list3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: var(--c);
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .header-list3:hover {
    color: var(--c);
  }
  .header-nav .header-list .header-list2 .header-list3:hover::after {
    width: 100%;
  }
  .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;
    margin-right: 4px;
  }
  .header-nav .header-list .header-list2 .header-list3 a i {
    font-size: var(--14);
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .action .header-list3 {
    color: var(--c);
  }
  .header-nav .header-list .action .header-list3::after {
    width: 100%;
  }
  .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;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .header-nav .header-list .header-list2 {
    margin-right: 40px;
  }
  .header-nav {
    margin-right: 80px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav .header-list .header-list2 {
    margin-right: 40px;
  }
  .header-nav {
    margin-right: 80px;
  }
}
@media (max-width: 1200px) {
  .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 {
  transition: all 0.5s;
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 4px;
  border-radius: 50px;
}
.online-wrap .online a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-bottom: 4px;
  background-color: rgba(255, 255, 255, 0.25);
}
.online-wrap .online a .cart-num {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.online-wrap .online a:hover {
  background-color: var(--c);
}
.online-wrap .online a i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
}
.online-wrap .online a:hover i {
  color: #fff;
}
.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 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 .show {
  right: 0 !important;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}
.online-wrap .icon-gouwuchefill {
  position: relative;
}
.online-wrap .icon-gouwuchefill .gouwuchefill-num {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #000;
}
.online-wrap .online-show {
  background-color: rgba(107, 6, 43, 0.3);
}
@media (max-width: 1400px) {
  .online-wrap .online {
    transform: translateY(-50%) scale(0.8);
    transform-origin: right;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .banner-butbox {
  position: absolute;
  width: 100%;
  bottom: var(--d70);
  z-index: 10;
}
.index-banner .banner-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  margin: 0 var(--d16);
  width: 8px;
  height: 8px;
  position: relative;
}
.index-banner .banner-pagination .swiper-pagination-bullet::after {
  width: calc(24 / 8 * 100%);
  height: calc(24 / 8 * 100%);
  border-radius: 50%;
  background-image: url('../img/pagination_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  animation: playan1 5s linear infinite normal;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  transform: translate(-50%, -50%);
  opacity: 0;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.index-banner .swiper-slide {
  width: 100%;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .slide-inner {
  padding-bottom: calc(870 / 1920 * 100%);
  position: relative;
}
.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;
}
.fooder {
  background-color: #222222;
  background-image: url('../img/fooder_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fooder .fooder-top {
  padding: var(--d48) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fooder .fooder-top .fooder-logo {
  width: 137px;
}
.fooder .fooder-top .fooder-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder .fooder-top .fooder-sharebox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-top .fooder-sharebox .fooder-share-title {
  font-size: var(--16);
  font-weight: 400;
  margin-right: var(--d8);
  color: #fff;
}
.fooder .fooder-top .fooder-sharebox .fooder-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-top .fooder-sharebox .fooder-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all 0.5s;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: var(--d12);
}
.fooder .fooder-top .fooder-sharebox .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-top .fooder-sharebox .fooder-share a:hover {
  background-color: var(--c);
}
.fooder .fooder-top .fooder-sharebox .fooder-share a i {
  font-size: var(--16);
  color: #fff;
  transition: all 0.5s;
}
.fooder .fooder-con {
  padding-top: var(--d64);
  padding-bottom: var(--d80);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-con .fooder-contitle {
  font-size: var(--20);
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--d30);
}
.fooder .fooder-con .fooder-mes2 p,
.fooder .fooder-con .fooder-nav p,
.fooder .fooder-con .fooder-mes2 a,
.fooder .fooder-con .fooder-nav a {
  display: block;
  font-size: var(--14);
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: var(--d16);
}
.fooder .fooder-con .fooder-mes2 p:last-child,
.fooder .fooder-con .fooder-nav p:last-child,
.fooder .fooder-con .fooder-mes2 a:last-child,
.fooder .fooder-con .fooder-nav a:last-child {
  margin-bottom: 0;
}
.fooder .fooder-con .fooder-mes2 a,
.fooder .fooder-con .fooder-nav a {
  transition: all 0.5s;
}
.fooder .fooder-con .fooder-mes2 a:hover,
.fooder .fooder-con .fooder-nav a:hover {
  color: #fff;
  text-decoration: underline;
}
.fooder .fooder-con .fooder-formbox {
  width: 570px;
}
.fooder .fooder-con .fooder-formbox .fooder-form ul {
  --bs-gutter-x: 1.25rem;
}
.fooder .fooder-con .fooder-formbox .fooder-form .input-box {
  width: 100%;
  border-radius: 8px;
  padding: var(--d14) var(--d20);
  font-size: var(--14);
  line-height: 1;
  margin-bottom: var(--d20);
}
.fooder .fooder-con .fooder-formbox .fooder-form .input-box::placeholder {
  color: #668080;
  transition: all 0.5s;
}
.fooder .fooder-con .fooder-formbox .fooder-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.fooder .fooder-con .fooder-formbox .fooder-form .textarea-box {
  height: 150px;
  margin-bottom: var(--d10);
}
.fooder .fooder-con .fooder-formbox .fooder-form .submit {
  background-color: transparent;
}
.fooder .fooder-con .fooder-formbox .fooder-form .view-but {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--d8);
  color: #fff;
}
.fooder .fooder-con .fooder-formbox .fooder-form .view-but .view-icon {
  font-size: var(--14);
  line-height: 1;
}
.fooder .fooder-con .fooder-formbox .fooder-form .view-but .view-icon i {
  font-size: var(--14);
  margin-right: var(--d8);
}
.fooder .fooder-bom {
  padding: var(--d20) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fooder .fooder-bom .fooder-left {
  font-size: var(--14);
  color: #ffffff;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-bom .fooder-left .fooder-copyrightbox {
  margin-right: var(--d32);
}
.fooder .fooder-bom .fooder-left .fooder-copyrightbox .fooder-copyright {
  margin-right: var(--d16);
}
.fooder .fooder-bom .fooder-left .sitemap-nav {
  margin-right: var(--d16);
  padding-right: var(--d16);
  position: relative;
}
.fooder .fooder-bom .fooder-left .sitemap-nav::after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.indexcontent .i-business {
  padding-top: var(--d120);
  padding-bottom: var(--d160);
}
.indexcontent .i-business .i-business-title {
  margin-bottom: var(--d24);
}
.indexcontent .i-business .i-business-textbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d60);
}
.indexcontent .i-business .business-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 645px;
}
.indexcontent .i-business .business-list .business-list2 {
  width: calc(450 / 1410 * 100%);
  transition: all 0.5s;
}
.indexcontent .i-business .business-list .action {
  width: calc(940 / 1410 * 100%);
  height: 100%;
}
.indexcontent .i-business .business-list .action .i-business-box .i-business-box3 .i-business-morebox {
  opacity: 1;
  visibility: visible;
}
.indexcontent .i-business .business-list .action .i-business-box .i-business-box3 .i-business-num2 {
  opacity: 0;
}
.indexcontent .i-business .i-business-box {
  padding-left: 10px;
  height: 100%;
}
.indexcontent .i-business .i-business-box a {
  display: block;
  height: 100%;
}
.indexcontent .i-business .i-business-box .i-business-box2 {
  height: 100%;
}
.indexcontent .i-business .i-business-box .i-business-box3 {
  position: relative;
  border-radius: 8px;
  height: 100%;
}
.indexcontent .i-business .i-business-box .i-business-box3::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
  border-radius: 8px;
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-img {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-sw-textbox {
  position: absolute;
  width: 100%;
  bottom: var(--d48);
  right: 0;
  z-index: 10;
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-sw-textbox .i-business-sw-title {
  display: inline-block;
  padding: var(--d24) var(--d66) var(--d24) var(--d48);
  background-color: var(--c2);
  font-size: var(--24);
  line-height: 1;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-sw-textbox .i-business-sw-title::after {
  width: 11px;
  height: 100%;
  background-color: var(--c2);
  position: absolute;
  top: 0;
  left: -10px;
  content: '';
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-sw-textbox .i-business-sw-title::before {
  width: 11px;
  height: 10px;
  background-color: #006666;
  position: absolute;
  bottom: 0;
  left: -10px;
  transform: translateY(100%);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  content: '';
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-sw-textbox .i-business-sw-text {
  padding-top: var(--d16);
  color: #fff;
  width: 522px;
  padding-left: var(--d48);
  padding-right: var(--d30);
  display: none;
  max-width: 100%;
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-num2 {
  position: absolute;
  top: var(--d48);
  left: var(--d48);
  font-family: 'Anton', Arial, sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
  font-size: var(--44);
  line-height: 1;
  opacity: 1;
  transition: all 0.5s;
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-morebox {
  position: absolute;
  right: var(--d48);
  bottom: var(--d48);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-morebox .i-business-num {
  font-family: 'Anton', Arial, sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  font-size: var(--128);
  line-height: 1;
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-morebox .i-business-more {
  position: absolute;
  bottom: var(--d26);
  left: 50%;
  transform: translate(-50%, 0%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  color: #fff;
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-morebox .i-business-more:hover .i-business-icon {
  background-color: #fff;
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-morebox .i-business-more:hover .i-business-icon i {
  color: var(--c);
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-morebox .i-business-more .i-business-icon {
  transition: all 0.5s;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d12);
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-morebox .i-business-more .i-business-icon i {
  font-size: var(--12);
  color: #fff;
}
.indexcontent .i-business .i-business-box .i-business-box3 .i-business-morebox .i-business-more span {
  white-space: nowrap;
}
.indexcontent .i-about .i-about-titlebox {
  margin-bottom: var(--d80);
}
.indexcontent .i-about .i-about-titlebox .i-about-titlebox2 {
  position: relative;
}
.indexcontent .i-about .i-about-titlebox .i-about-logobox {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.indexcontent .i-about .i-about-titlebox .i-about-logobox .i-about-logobox2 {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-image: url('../img/i_about_bg1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  animation: playan3 5s linear infinite normal;
}
.indexcontent .i-about .i-about-titlebox .i-about-logobox img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 130px;
  width: 210px;
}
.indexcontent .i-about .i-about-titlebox .i-about-title {
  margin-bottom: var(--d32);
}
.indexcontent .i-about .i-about-titlebox .i-about-text {
  margin-bottom: var(--d48);
  width: 810px;
  max-width: 100%;
}
.indexcontent .i-about .i-about-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: var(--d185) 0;
}
.indexcontent .i-about .i-about-content .i-about-content2 {
  display: flex;
  align-items: center;
}
.indexcontent .i-about .i-about-content .i-about-list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: calc(var(--d30) * -1);
  margin-right: var(--d120);
}
.indexcontent .i-about .i-about-content .i-about-list .i-about-list2 {
  margin-right: var(--d100);
  margin-bottom: var(--d30);
}
.indexcontent .i-about .i-about-content .i-about-list .i-about-list2:last-child {
  margin-right: 0;
}
.indexcontent .i-about .i-about-content .i-about-list .i-about-list2 .i-about-list3 .i-about-numbox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: var(--d20);
}
.indexcontent .i-about .i-about-content .i-about-list .i-about-list2 .i-about-list3 .i-about-numbox .num {
  font-size: var(--48);
  line-height: 1;
  color: var(--c);
  margin-right: var(--d8);
  font-family: 'Anton', Arial, sans-serif;
}
.indexcontent .i-about .i-about-content .i-about-list .i-about-list2 .i-about-list3 .i-about-numbox .tip {
  font-size: var(--16);
  line-height: 1;
  color: var(--c);
  font-weight: 700;
}
.indexcontent .i-about .i-about-content .i-about-list .i-about-list2 .i-about-list3 .i-about-list-title {
  font-size: var(--16);
  line-height: 1;
  color: var(--c);
}
.indexcontent .i-about .i-about-content .i-about-video {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--c);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-about .i-about-content .i-about-video::after {
  width: 100%;
  height: 100%;
  background-color: var(--c);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: playan2 3s linear infinite normal;
}
.indexcontent .i-about .i-about-content .i-about-video::before {
  width: 100%;
  height: 100%;
  background-color: var(--c);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: playan2 3s linear infinite normal;
  animation-delay: 1.5s;
}
.indexcontent .i-about .i-about-content .i-about-video i {
  font-size: var(--16);
  color: #fff;
  position: relative;
  z-index: 10;
}
.indexcontent .i-partners {
  padding: var(--d120) 0;
  padding-left: var(--p);
  position: relative;
}
.indexcontent .i-partners .i-partners-bg {
  position: absolute;
  width: 49.21875vw;
  left: 0;
  top: 0;
  z-index: 5;
}
.indexcontent .i-partners .i-partners-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-partners .i-partners-box {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexcontent .i-partners .i-partners-box .i-partners-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d24) 0;
}
.indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-list {
  width: 450px;
  height: 100%;
  overflow-y: auto;
  margin-right: var(--d150);
}
.indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-list::-webkit-scrollbar {
  display: none;
}
.indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-list .i-partners-list2 {
  margin-bottom: var(--d30);
  border-bottom: 1px solid #b8cccc;
  padding-bottom: var(--d30);
  cursor: pointer;
}
.indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-list .i-partners-list2 .i-partners-title {
  font-size: var(--24);
  line-height: 1;
  color: #222222;
  margin-bottom: var(--d20);
}
.indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-list .i-partners-list2 .i-partners-text {
  display: none;
}
.indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-butbox .i-partners-but {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  transition: all 0.5s;
}
.indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-butbox .i-partners-but:hover {
  background-color: var(--c);
}
.indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-butbox .i-partners-but:hover i {
  color: #fff;
}
.indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-butbox .i-partners-but i {
  font-size: var(--14);
  transition: all 0.5s;
  color: var(--c);
  transform: rotate(90deg);
}
.indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-butbox .i-partners-prev {
  margin-bottom: var(--d16);
}
.indexcontent .i-partners .i-partners-box .i-partners-right {
  width: 50vw;
}
.indexcontent .i-partners .i-partners-box .i-partners-right .i-partners-img {
  border-radius: 60px 0 0 60px;
  overflow: hidden;
}
.indexcontent .i-partners .i-partners-box .i-partners-right .i-partners-img .img-box {
  padding-bottom: calc(600 / 960 * 100%);
}
.indexcontent .i-news {
  padding: var(--d120) 0;
  background-color: #f2f7f7;
}
.indexcontent .i-news .i-news-titlebox {
  margin-bottom: var(--d60);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexcontent .i-news .i-news-list {
  margin-bottom: calc(var(--d30) * -1);
}
.indexcontent .i-news .i-news-list .i-news-list2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 {
  height: 100%;
}
.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);
  text-decoration: underline;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-img {
  margin-bottom: var(--d30);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-img .img-box {
  border-radius: 8px;
  padding-bottom: calc(600 / 900 * 100%);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-date {
  color: var(--c);
  font-size: var(--14);
  line-height: 1;
  margin-bottom: var(--d20);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-list-title {
  margin-bottom: var(--16);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-list-title h3 {
  font-size: var(--20);
  line-height: 1.5;
  font-weight: 700;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-list-text {
  color: var(--c);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-con .i-news-con2 {
  margin-bottom: var(--d30);
  padding-bottom: var(--d30);
  border-bottom: 1px solid #b8cccc;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-con .i-news-con2:hover .i-news-con3 .i-news-con-title h3 {
  color: var(--c);
  text-decoration: underline;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-con .i-news-con2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-con .i-news-con2 .i-news-con3 .i-news-con-date {
  color: var(--c);
  font-size: var(--14);
  line-height: 1;
  margin-bottom: var(--d16);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-con .i-news-con2 .i-news-con3 .i-news-con-title h3 {
  font-size: var(--20);
  line-height: 1.5;
  font-weight: 700;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}
.con-but .con-but2 {
  border: 1px solid var(--c);
  border-radius: 50px;
  padding: 2px;
  padding-left: var(--d32);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  color: var(--c);
  cursor: pointer;
  font-size: var(--16);
  line-height: 1;
}
.con-but .con-but2:hover {
  background-color: var(--c);
  color: #fff;
}
.con-but .con-but2:hover .con-icon {
  background-color: #fff;
}
.con-but .con-but2:hover .con-icon i {
  color: var(--c);
}
.con-but .con-but2 .con-icon {
  transition: all 0.5s;
  width: 44px;
  height: 44px;
  background-color: var(--c);
  border-radius: 50%;
  margin-left: var(--d24);
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-but .con-but2 .con-icon i {
  font-size: var(--14);
  color: #fff;
  transition: all 0.5s;
}
.con-but .con-but3 {
  flex-direction: row-reverse;
  padding: 2px;
  padding-right: var(--d32);
}
.con-but .con-but3 .con-icon {
  margin-left: 0;
  margin-right: var(--d24);
}
.other-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top {
  position: absolute;
  height: 200px;
  transform: translateY(-100%);
  top: 0;
  left: 0;
  pointer-events: none;
}
.aboutcontent .a-navbox {
  border-bottom: 1px solid #b8cccc;
}
.aboutcontent .a-navbox .a-navbox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutcontent .a-navbox .a-navbox2 .a-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .a-navbox .a-navbox2 .a-nav .a-nav2 {
  margin-right: var(--d60);
}
.aboutcontent .a-navbox .a-navbox2 .a-nav .a-nav2:hover .a-nav3::after {
  width: 100%;
}
.aboutcontent .a-navbox .a-navbox2 .a-nav .a-nav2:last-child {
  margin-right: 0;
}
.aboutcontent .a-navbox .a-navbox2 .a-nav .a-nav2 .a-nav3 {
  padding: var(--d20) 0;
  position: relative;
  font-size: var(--16);
  line-height: 1;
  white-space: nowrap;
}
.aboutcontent .a-navbox .a-navbox2 .a-nav .a-nav2 .a-nav3::after {
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--c);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aboutcontent .a-navbox .a-navbox2 .a-nav .action .a-nav3 {
  color: var(--c);
}
.aboutcontent .a-navbox .a-navbox2 .a-nav .action .a-nav3::after {
  width: 100%;
}
.aboutcontent .about {
  position: relative;
}
.aboutcontent .overview {
  padding-top: var(--d88);
  padding-bottom: var(--d100);
}
.aboutcontent .overview .overview-box {
  display: flex;
  justify-content: space-between;
}
.aboutcontent .overview .overview-box .overview-left {
  width: calc(660 / 1410 * 100%);
}
.aboutcontent .overview .overview-box .overview-left .overview-imgbox {
  width: 100%;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
  position: relative;
}
.aboutcontent .overview .overview-box .overview-left .overview-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .overview .overview-box .overview-left .overview-imgbox .overview-play {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.aboutcontent .overview .overview-box .overview-left .overview-imgbox .overview-play::after {
  width: 100%;
  height: 100%;
  background-color: var(--c);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: playan2 3s linear infinite normal;
}
.aboutcontent .overview .overview-box .overview-left .overview-imgbox .overview-play::before {
  width: 100%;
  height: 100%;
  background-color: var(--c);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: playan2 3s linear infinite normal;
  animation-delay: 1.5s;
}
.aboutcontent .overview .overview-box .overview-left .overview-imgbox .overview-play i {
  position: relative;
  z-index: 10;
  font-size: var(--20);
  color: #fff;
}
.aboutcontent .overview .overview-box .overview-right {
  width: calc(690 / 1410 * 100%);
  padding-top: var(--d40);
  position: relative;
}
.aboutcontent .overview .overview-box .overview-right .overview-title {
  margin-bottom: var(--d48);
}
.aboutcontent .overview .overview-box .overview-right .overview-title2 {
  font-size: var(--20);
  line-height: 1;
  color: var(--c);
  margin-bottom: var(--d20);
}
.aboutcontent .overview .overview-box .overview-right .overview-numbox {
  position: unset;
  bottom: var(--d40);
  right: 0;
  width: 810px;
  border-radius: 0 40px 0 40px;
  background-color: var(--c);
  padding: var(--d44) var(--d34);
  margin-top: var(--d30);
}
.aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num {
  display: flex;
  justify-content: center;
}
.aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num .overview-num2 {
  padding: 0 var(--d90);
  position: relative;
}
.aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num .overview-num2:last-child::after {
  display: none;
}
.aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num .overview-num2::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num .overview-num2:last-child::after {
  display: none;
}
.aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num .overview-num2 .overview-num3 {
  color: #fff;
}
.aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num .overview-num2 .overview-num3 .overview-numbox2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: var(--d12);
}
.aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num .overview-num2 .overview-num3 .overview-numbox2 .num {
  font-size: var(--44);
  line-height: 1;
  font-family: 'Anton', Arial, sans-serif;
  margin-right: var(--d8);
}
.aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num .overview-num2 .overview-num3 .overview-numbox2 .tip {
  font-size: var(--16);
  line-height: 1;
  font-weight: 700;
}
.aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num .overview-num2 .overview-num3 .overview-numtitle {
  text-align: center;
  font-size: var(--16);
  line-height: 1;
}
.aboutcontent .culture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--d100);
  padding-bottom: var(--d160);
  position: relative;
}
.aboutcontent .culture::after {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  content: '';
  background: linear-gradient(180deg, #007499 0%, rgba(0, 116, 153, 0) 100%);
}
.aboutcontent .culture .culture-box {
  position: relative;
  z-index: 100;
}
.aboutcontent .culture .culture-title {
  margin-bottom: var(--d56);
}
.aboutcontent .culture .culture-title h2 {
  color: #fff;
}
.aboutcontent .culture .culture-list .culture-list2 .culture-list3 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(5px);
  padding: var(--d40) var(--d40) var(--d100);
  height: 100%;
}
.aboutcontent .culture .culture-list .culture-list2 .culture-list3:hover .culture-icon i {
  transform: rotateY(180deg);
}
.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-icon {
  margin-bottom: var(--d32);
}
.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-icon i {
  transition: all 0.5s;
  font-size: var(--40);
  color: var(--c);
  display: inline-block;
}
.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-title {
  font-size: var(--20);
  line-height: 1;
  color: #222222;
  margin-bottom: var(--d24);
}
.aboutcontent .partners {
  padding-top: var(--d100);
}
.aboutcontent .partners .partners-title {
  text-align: center;
  margin-bottom: var(--d60);
}
.aboutcontent .partners .partners-img {
  margin: 0 auto;
  width: 1570px;
  max-width: 100%;
  position: relative;
}
.aboutcontent .partners .partners-img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #006666;
  opacity: 0.1;
  filter: blur(100px);
  content: '';
  width: 1170px;
  max-width: 100%;
  height: 500px;
  border-radius: 50%;
}
.aboutcontent .partners .partners-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.aboutcontent .certificate {
  padding-top: var(--d88);
  padding-bottom: var(--d100);
}
.aboutcontent .certificate .certificate-title {
  text-align: center;
  margin-bottom: var(--d48);
}
.aboutcontent .certificate .certificate-list {
  margin-bottom: calc(var(--d30) * -1);
  padding-bottom: var(--d48);
}
.aboutcontent .certificate .certificate-list .certificate-list2 {
  margin-bottom: var(--d30);
}
.aboutcontent .certificate .certificate-list .certificate-list2 .certificate-list3 {
  position: relative;
  border-radius: 8px;
  border: 1px solid #b8cccc;
  overflow: hidden;
  cursor: pointer;
}
.aboutcontent .certificate .certificate-list .certificate-list2 .certificate-list3:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .certificate .certificate-list .certificate-list2 .certificate-list3:hover .certificate-icon {
  opacity: 1;
}
.aboutcontent .certificate .certificate-list .certificate-list2 .certificate-list3 .certificate-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 102, 102, 0.8);
  padding: var(--d10);
  transition: all 0.5s;
  opacity: 0;
  z-index: 10;
}
.aboutcontent .certificate .certificate-list .certificate-list2 .certificate-list3 .certificate-icon .certificate-icon2 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.aboutcontent .certificate .certificate-list .certificate-list2 .certificate-list3 .certificate-icon .certificate-icon2 i {
  font-size: var(--24);
  color: #fff;
}
.aboutcontent .certificate .team-list3 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.aboutcontent .certificate .team-list3:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .certificate .team-list3:hover .team-icon {
  opacity: 1;
}
.aboutcontent .certificate .team-list3 .team-imgbox .img-box {
  padding-bottom: calc(600 / 900 * 100%);
}
.aboutcontent .certificate .team-list3 .team-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 102, 102, 0.8);
  padding: var(--d10);
  transition: all 0.5s;
  opacity: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .certificate .team-list3 .team-icon i {
  font-size: var(--24);
  color: #fff;
}
.aboutcontent .equipment {
  padding-top: var(--d88);
  padding-bottom: var(--d100);
}
.aboutcontent .equipment .equipment-title {
  margin-bottom: var(--d24);
}
.aboutcontent .equipment .equipment-text {
  width: 1290px;
  max-width: 100%;
  margin-bottom: var(--d48);
}
.aboutcontent .equipment .equipment-list {
  margin-bottom: calc(var(--d30) * -1);
}
.aboutcontent .equipment .equipment-list .equipment-list2 {
  margin-bottom: var(--d30);
}
.aboutcontent .equipment .equipment-list .equipment-list2 .equipment-list3 {
  padding: var(--d30) var(--d30) var(--d30) var(--d40);
  display: flex;
  justify-content: space-between;
  background-color: #f2f7f7;
  border-radius: 8px;
}
.aboutcontent .equipment .equipment-list .equipment-list2 .equipment-list3:hover .equipment-list-textbox .equipment-more {
  background-color: var(--c);
  color: #fff;
}
.aboutcontent .equipment .equipment-list .equipment-list2 .equipment-list3 .equipment-list-textbox {
  width: calc(250 / 620 * 100%);
  padding: var(--d10) 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.aboutcontent .equipment .equipment-list .equipment-list2 .equipment-list3 .equipment-list-textbox .equipment-list-textbox2 {
  width: 100%;
}
.aboutcontent .equipment .equipment-list .equipment-list2 .equipment-list3 .equipment-list-textbox .equipment-list-textbox2 .equipment-list-title {
  margin-bottom: var(--d24);
}
.aboutcontent .equipment .equipment-list .equipment-list2 .equipment-list3 .equipment-list-textbox .equipment-list-textbox2 .equipment-list-title h3 {
  font-size: var(--20);
  line-height: 1;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aboutcontent .equipment .equipment-list .equipment-list2 .equipment-list3 .equipment-list-textbox .equipment-list-textbox2 .equipment-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.aboutcontent .equipment .equipment-list .equipment-list2 .equipment-list3 .equipment-list-textbox .equipment-more {
  padding: var(--d15) var(--d32);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid var(--c);
  font-size: var(--14);
  line-height: 1;
  color: var(--c);
  transition: all 0.5s;
}
.aboutcontent .equipment .equipment-list .equipment-list2 .equipment-list3 .equipment-img {
  width: calc(300 / 620 * 100%);
}
.aboutcontent .recycle {
  overflow: hidden;
}
.aboutcontent .recycle .recycle-box {
  display: flex;
  justify-content: space-between;
}
.aboutcontent .recycle .recycle-box .recycle-left {
  background-color: #f2f7f7;
  position: relative;
  width: 100%;
  padding-top: var(--d100);
  padding-right: var(--p);
  padding-bottom: var(--d100);
  padding-left: var(--p);
}
.aboutcontent .recycle .recycle-box .recycle-left .recycle-title {
  font-size: var(--32);
  line-height: 1;
  margin-bottom: var(--d32);
  color: #222222;
}
.aboutcontent .recycle .recycle-box .recycle-left .recycle-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14.0625vw;
  opacity: 0.05;
}
.aboutcontent .recycle .recycle-box .recycle-left .recycle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .recycle .recycle-box .recycle-right {
  width: 30%;
}
.aboutcontent .recycle .recycle-box .recycle-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bread .bread-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bread .bread-box i {
  font-size: var(--14);
  margin-right: var(--d10);
  color: var(--c);
}
.bread .bread-box .bread-list {
  display: inline;
}
.bread .bread-box .bread-list .bread-list2 {
  display: inline;
  font-size: var(--14);
  line-height: 1;
  transition: all 0.5s;
}
.bread .bread-box .bread-list .bread-list2:hover {
  color: var(--c);
}
.bread .bread-box .bread-list .bread-list2::after {
  content: '>';
}
.bread .bread-box .bread-list .bread-list2:last-child::after {
  display: none;
}
.productcontent {
  padding-top: var(--d88);
  padding-bottom: var(--d100);
}
.productcontent .product-nav {
  padding-top: var(--d30);
  padding-bottom: var(--d22);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.productcontent .product-nav .product-nav2 {
  margin-right: var(--d16);
}
.productcontent .product-nav .product-nav2:hover .product-nav3 {
  background-color: var(--c);
  color: #fff;
}
.productcontent .product-nav .product-nav2:last-child {
  margin-right: 0;
}
.productcontent .product-nav .product-nav2 .product-nav3 {
  padding: var(--d15) var(--d32);
  border-radius: 50px;
  border: 1px solid var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  line-height: 1;
  color: var(--c);
  transition: all 0.5s;
}
.productcontent .product-nav .action .product-nav3 {
  background-color: var(--c);
  color: #fff;
}
.productcontent .product-text {
  width: 100%;
  max-width: 100%;
  margin-bottom: var(--d48);
}
.productcontent .product-list {
  margin-bottom: calc(var(--d30) * -1);
  padding-bottom: var(--d48);
}
.productcontent .product-list .product-list2 {
  margin-bottom: var(--d30);
}
.product-box {
  padding: var(--d10) var(--d10) var(--d30);
  background-color: #f2f7f7;
  border-radius: 8px;
}
.product-box:hover .img-box img {
  transform: scale(1.1);
}
.product-box:hover .product-textbox .product-list-more {
  color: var(--c);
}
.product-box:hover .product-textbox .product-list-more .product-list-icon {
  background-color: var(--c);
  border-color: var(--c);
}
.product-box:hover .product-textbox .product-list-more .product-list-icon i {
  color: #fff;
}
.product-box .product-img .img-box {
  padding-bottom: calc(430 / 645 * 100%);
}
.product-box .product-textbox {
  padding: var(--d30) var(--d20) 0;
}
.product-box .product-textbox .product-list-title {
  padding-bottom: var(--d20);
  margin-bottom: var(--d16);
  position: relative;
}
.product-box .product-textbox .product-list-title h3 {
  font-size: var(--18);
  line-height: 1;
  font-weight: 700;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-box .product-textbox .product-list-title::after {
  width: 100%;
  height: 1px;
  background-color: #b8cccc;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
.product-box .product-textbox .product-list-title::before {
  width: 42px;
  height: 2px;
  background-color: var(--c);
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 10;
}
.product-box .product-textbox .product-list-text {
  margin-bottom: var(--d24);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-box .product-textbox .product-list-more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s;
  font-size: var(--14);
  line-height: 1;
}
.product-box .product-textbox .product-list-more .product-list-icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #b8cccc;
  transition: all 0.5s;
  margin-right: var(--d8);
}
.product-box .product-textbox .product-list-more .product-list-icon i {
  font-size: var(--12);
  color: var(--c);
  transition: all 0.5s;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #222222;
  transition: all 0.5s;
  font-size: var(--16);
}
.pagination a i {
  font-size: var(--16);
}
.pagination a:hover {
  color: #fff;
  background-color: var(--c);
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--d12);
}
.pagination .pagination-page li {
  margin: 0 4px;
}
.pagination .pagination-page .active a {
  color: #fff;
  background-color: var(--c);
}
.productdetails {
  padding-top: var(--d135);
}
.productdetails .product-details {
  margin-bottom: var(--d38);
}
.productdetails .product-details .details-content {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #f2f7f7;
  padding: var(--d30);
  padding-right: var(--d120);
}
.productdetails .product-details .details-content .img-box {
  padding-bottom: calc(430 / 645 * 100%);
}
.productdetails .product-details .details-content .details-left {
  width: calc(630 / 1260 * 100%);
}
.productdetails .product-details .details-content .details-left .details-but i {
  font-size: var(--16);
  color: var(--c);
}
.productdetails .product-details .details-content .details-left .details-prev {
  margin-right: var(--d16);
  margin-left: var(--d20);
}
.productdetails .product-details .details-content .details-left .details-next {
  margin-left: var(--d16);
  margin-right: var(--d20);
}
.productdetails .product-details .details-content .details-left .details-imgbox {
  width: 100%;
}
.productdetails .product-details .details-content .details-left .details-imgbox .details-swiperbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productdetails .product-details .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  padding: 1px;
}
.productdetails .product-details .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.productdetails .product-details .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.productdetails .product-details .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active::after {
  display: none;
}
.productdetails .product-details .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.productdetails .product-details .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: "\e61c";
  font-size: var(--32);
  color: #fff;
  z-index: 12;
  line-height: 1;
  border-radius: 50%;
}
.productdetails .product-details .details-content .details-left .details-imgbox .details-swiperbox2 {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: var(--d16);
}
.productdetails .product-details .details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.productdetails .product-details .details-content .details-right {
  width: calc(630 / 1260 * 100%);
  padding-top: var(--d30);
  padding-left: var(--d60);
}
.productdetails .product-details .details-content .details-right .details-title {
  margin-top: var(--d24);
  margin-bottom: var(--d40);
}
.productdetails .product-details .details-content .details-right .details-title h2 {
  font-size: var(--36);
  line-height: 1;
  font-weight: 700;
  color: #222222;
}
.productdetails .product-details .details-content .details-right .details-textbox {
  margin-bottom: var(--d40);
}
.productdetails .product-details .details-content .details-right .details-textbox .details-textbox-title {
  font-size: var(--16);
  font-weight: 700;
  line-height: 1;
  color: #222222;
  margin-bottom: var(--d12);
}
.productdetails .product-details .details-content .details-right .details-share {
  margin-bottom: var(--d80);
}
.productdetails .product-details .details-content .details-right .details-share p {
  font-size: var(--16);
  font-weight: 700;
  line-height: 1;
  color: #222222;
  margin-bottom: var(--d12);
}
.productdetails .details-nav .details-nav2 {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.productdetails .details-nav .navbox {
  border-radius: 8px 8px 0 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #f2f7f7;
}
.productdetails .details-nav .navbox .navbox2 a {
  display: block;
  border-radius: 8px 8px 0 0;
  padding: var(--d16) var(--d30);
  padding-left: var(--d60);
  font-size: var(--16);
  line-height: 1;
  color: #222222;
  font-weight: 700;
  position: relative;
  transition: all 0.5s;
}
.productdetails .details-nav .navbox .navbox2 a::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 30px;
  height: 94%;
  background-color: #f2f7f7;
  transition: all 0.5s;
  content: '';
  position: absolute;
  right: 0.5px;
  bottom: 0;
  transform: translateX(96%);
  z-index: 10;
}
.productdetails .details-nav .navbox .navbox2:first-child a {
  padding-left: var(--d30);
}
.productdetails .details-nav .navbox .navbox2:hover a {
  color: #fff;
  background-color: var(--c);
}
.productdetails .details-nav .navbox .navbox2:hover a::after {
  background-color: var(--c);
}
.productdetails .details-nav .navbox .action a {
  color: #fff;
  background-color: var(--c);
}
.productdetails .details-nav .navbox .action a::after {
  background-color: var(--c);
}
.productdetails .details {
  padding-bottom: var(--d100);
}
.productdetails .details .details2 {
  padding: var(--d48) var(--d30) var(--d30);
  background-color: #f2f7f7;
}
.productdetails .details .details2 .content-title {
  font-size: var(--30);
  line-height: 1;
  color: #222222;
  font-weight: 700;
  margin-bottom: var(--d24);
  text-align: center;
}
.productdetails .details .details2 .detproduct {
  position: relative;
  margin-bottom: var(--d48);
}
.productdetails .details .details2 .inquiry {
  position: relative;
  margin-bottom: var(--d48);
}
.productdetails .details .details2 .recommended {
  position: relative;
}
.productdetails .details .details2 .recommended .product-box {
  background-color: #fff;
}
.product-t-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: var(--d30);
  margin-bottom: calc(-1 * var(--d20));
}
.product-t-nav .product-t-nav2 {
  margin-bottom: var(--d20);
  margin-right: var(--d30);
  font-size: var(--18);
  line-height: calc(24 / 18);
  color: #222222;
}
.product-t-nav .product-t-nav2:hover {
  color: var(--c);
  text-decoration: underline;
}
.product-t-nav .action {
  color: var(--c);
  text-decoration: underline;
}
.casecontent {
  padding-top: var(--d88);
  padding-bottom: var(--d100);
  background-color: #f2f7f7;
}
.casecontent .case-title {
  text-align: center;
  margin-bottom: var(--d48);
}
.casecontent .case-list {
  margin-bottom: var(--d60);
}
.casecontent .case-list .case-list2 {
  margin-bottom: var(--d30);
}
.casecontent .case-list .case-list2:hover .img-box img {
  transform: scale(1.1);
}
.casecontent .case-list .case-list2:hover .case-list3 .case-list-box .case-textbox .case-butbox .case-more {
  background-color: var(--c);
  color: #fff;
}
.casecontent .case-list .case-list2:last-child {
  margin-bottom: 0;
}
.casecontent .case-list .case-list2 .case-list3 {
  background-color: #fff;
  padding: var(--d30) var(--d24);
  height: 100%;
}
.casecontent .case-list .case-list2 .case-list3 .case-list-title {
  position: relative;
  margin-bottom: var(--d30);
}
.casecontent .case-list .case-list2 .case-list3 .case-list-title::after {
  height: 100%;
  left: calc(var(--d24) * -1);
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--c);
  width: 2px;
  content: '';
}
.casecontent .case-list .case-list2 .case-list3 .case-list-title h3 {
  font-size: var(--20);
  line-height: 1;
  color: #222222;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.casecontent .case-list .case-list2 .case-list3 .case-list-box {
  display: flex;
  justify-content: space-between;
}
.casecontent .case-list .case-list2 .case-list3 .case-list-box .case-img {
  width: 306px;
}
.casecontent .case-list .case-list2 .case-list3 .case-list-box .case-img .img-box {
  padding-bottom: calc(380 / 610 * 100%);
  border-radius: 8px;
}
.casecontent .case-list .case-list2 .case-list3 .case-list-box .case-textbox {
  width: calc(100% - 306px);
  padding-left: var(--d30);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.casecontent .case-list .case-list2 .case-list3 .case-list-box .case-textbox .case-list-text {
  margin-bottom: var(--d30);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.casecontent .case-list .case-list2 .case-list3 .case-list-box .case-textbox .case-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.casecontent .case-list .case-list2 .case-list3 .case-list-box .case-textbox .case-butbox .case-date {
  font-size: var(--14);
  line-height: 1;
  color: #668080;
}
.casecontent .case-list .case-list2 .case-list3 .case-list-box .case-textbox .case-butbox .case-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d15) var(--d32);
  border-radius: 50px;
  border: 1px solid var(--c);
  font-size: var(--14);
  line-height: 1;
  color: var(--c);
  transition: all 0.5s;
}
.casecontent .pagination a {
  background-color: #fff;
}
.newscontent {
  padding-top: var(--d88);
  padding-bottom: var(--d100);
  background-color: #f2f7f7;
}
.gmt-box {
  padding-top: var(--d24);
  padding-bottom: var(--d60);
  display: flex;
  justify-content: space-between;
}
.gmt-box .gmt-left {
  width: calc(330 / 1410 * 100%);
}
.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 100px;
  left: 0;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-title {
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--24);
  line-height: 1;
  color: #fff;
  font-weight: 700;
  padding: var(--d24) 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list {
  background-color: #fff;
  padding: var(--d8) 0;
  min-height: 372px;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  margin-bottom: 0px;
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 {
  background-color: rgba(0, 102, 102, 0.2);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 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;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  right: var(--d20);
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--15);
  font-weight: 500;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 10;
  transition: all 0.5s;
  color: #fff;
  border: 1px solid #444444;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but i {
  color: var(--c);
  transition: all 0.5s;
  font-size: var(--16);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: var(--d20) var(--d24);
  font-size: var(--16);
  line-height: 1;
  color: #222222;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a i {
  color: var(--c);
  font-size: var(--14);
  margin-right: var(--d12);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  display: none;
  padding: var(--d22) var(--d20) var(--d34) var(--d40);
  background-color: var(--c);
  border-top: 1px dashed #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  transition: all 0.5s;
  position: relative;
  margin-bottom: var(--d15);
}
.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: block;
  width: 100%;
  font-size: var(--16);
  line-height: calc(19 / 16);
  color: #fff;
  position: relative;
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a {
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action a {
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 {
  background-color: rgba(0, 102, 102, 0.2);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 a {
  color: var(--c);
}
.gmt-box .gmt-rigth {
  width: calc(1080 / 1410 * 100%);
  padding-left: var(--d30);
  border-radius: 8px;
}
.news-list {
  padding: var(--d30);
  background-color: #fff;
  border-radius: 8px;
}
.news-list .news-list2 {
  margin-bottom: var(--d30);
  padding-bottom: var(--d30);
  border-bottom: 1px solid #b8cccc;
}
.news-list .news-list2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.news-list .news-list2 .news-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-list .news-list2 .news-list3:hover .news-textbox .news-title h3 {
  color: var(--c);
  text-decoration: underline;
}
.news-list .news-list2 .news-list3 .news-datebox {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid rgba(0, 102, 102, 0.25);
}
.news-list .news-list2 .news-list3 .news-datebox .news-year {
  font-size: var(--32);
  line-height: 1;
  margin-bottom: var(--d8);
  font-family: 'Anton', Arial, sans-serif;
}
.news-list .news-list2 .news-list3 .news-datebox .news-date {
  font-size: var(--14);
  line-height: 1;
  text-align: center;
  color: #668080;
}
.news-list .news-list2 .news-list3 .news-textbox {
  width: calc(100% - 90px);
  padding-left: var(--d30);
}
.news-list .news-list2 .news-list3 .news-textbox .news-title {
  margin-bottom: var(--d16);
}
.news-list .news-list2 .news-list3 .news-textbox .news-title h3 {
  font-size: var(--18);
  line-height: 1;
  font-weight: 700;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.news-list .news-list2 .news-list3 .news-textbox .news-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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);
}
.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: #000;
}
.search-note .hot {
  margin-bottom: var(--d30);
}
.downloadcontent {
  padding-top: var(--d88);
  padding-bottom: var(--d100);
}
.downloadcontent .download-title {
  text-align: center;
  margin-bottom: var(--d48);
}
.downloadcontent .download-list {
  padding-bottom: var(--d48);
  margin-bottom: calc(var(--d30) * -1);
}
.downloadcontent .download-list .download-list2 {
  margin-bottom: var(--d30);
}
.downloadcontent .download-list .download-list2 .download-list3 {
  padding: var(--d30);
  padding-right: var(--d34);
  background-color: #f2f7f7;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.downloadcontent .download-list .download-list2 .download-list3:hover .download-down2 {
  color: var(--c);
}
.downloadcontent .download-list .download-list2 .download-list3:hover .download-down2 i {
  color: var(--c);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
  width: calc(564 / 626 * 100%);
  padding-right: var(--d20);
  display: flex;
  align-items: center;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-img {
  width: 40px;
  margin-right: var(--d20);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-textbox2 .download-list-title {
  margin-bottom: var(--d16);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-textbox2 .download-list-title h3 {
  font-size: var(--18);
  color: #222222;
  font-weight: 700;
  line-height: 1;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-textbox2 .download-mes {
  display: flex;
  align-items: center;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-textbox2 .download-mes .download-mes2 {
  margin-right: var(--d16);
  font-size: var(--14);
  line-height: 1;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-textbox2 .download-mes .download-mes2:last-child {
  margin-right: 0;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-down {
  width: calc(62 / 626 * 100%);
  display: flex;
  justify-content: flex-end;
  border-left: 1px solid #b8cccc;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-down2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: var(--14);
  line-height: 1;
  white-space: nowrap;
  transition: all 0.5s;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-down2 i {
  font-size: var(--14);
  margin-bottom: var(--d12);
}
.joincontent {
  padding-top: var(--d88);
  padding-bottom: var(--d100);
}
.joincontent .join-title {
  text-align: center;
  margin-bottom: var(--d48);
}
.joincontent .join-list {
  margin-bottom: var(--d58);
  border-top: 1px solid #b8cccc;
}
.joincontent .join-list .join-list2 {
  border-bottom: 1px solid #b8cccc;
}
.joincontent .join-list .join-list2 .join-list3 .join-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d24) 0;
  cursor: pointer;
}
.joincontent .join-list .join-list2 .join-list3 .join-titlebox:hover .join-list-title {
  color: var(--c);
}
.joincontent .join-list .join-list2 .join-list3 .join-titlebox .join-list-title {
  width: 50%;
  font-size: var(--18);
  font-weight: 700;
  color: #222222;
  line-height: 1;
  padding-left: var(--d16);
  position: relative;
  transition: all 0.5s;
}
.joincontent .join-list .join-list2 .join-list3 .join-titlebox .join-list-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--c);
  transform: translateY(-50%);
}
.joincontent .join-list .join-list2 .join-list3 .join-titlebox .join-mes {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.joincontent .join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-num {
  font-size: var(--16);
  line-height: 1;
}
.joincontent .join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon {
  width: var(--14);
  height: var(--14);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.joincontent .join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon i {
  font-size: var(--14);
  color: #5c6666;
  transition: all 0.5s;
}
.joincontent .join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon .icon-jian {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.joincontent .join-list .join-list2 .join-list3 .join-textbox {
  padding-bottom: var(--d30);
  display: none;
}
.joincontent .join-list .join-list2 .join-list3 .join-textbox .join-list-text {
  margin-bottom: var(--d24);
  width: 1290px;
  max-width: 100%;
}
.joincontent .join-list .join-list2 .join-list3 .join-textbox .join-contact .join-contact2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d15) var(--d32);
  font-size: var(--14);
  line-height: 1;
  color: #fff;
  background-color: var(--c);
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.joincontent .join-list .join-list2 .join-list3 .join-textbox .join-contact .join-contact2:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.joincontent .join-list .join-list2 .join-list3 .join-textbox .join-contact .join-contact2::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);
  }
}
.joincontent .join-list .open .join-list3 .join-titlebox .join-mes .join-icon .icon-jian {
  opacity: 1;
}
.joincontent .join-list .open .join-list3 .join-titlebox .join-mes .join-icon .icon-jia {
  opacity: 0;
}
.contactcontent {
  padding-top: var(--d88);
  padding-bottom: var(--d100);
}
.contactcontent .contact-title {
  text-align: center;
  margin-bottom: var(--d48);
}
.contactcontent .contact-list {
  margin-bottom: calc(var(--d30) * -1);
  padding-bottom: var(--d80);
}
.contactcontent .contact-list .contact-list2 {
  margin-bottom: var(--d30);
}
.contactcontent .contact-list .contact-list2 .contact-list3 {
  transition: all 0.5s;
  padding: var(--d48) 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  background-color: #f2f7f7;
}
.contactcontent .contact-list .contact-list2 .contact-list3:hover {
  background-color: var(--c);
}
.contactcontent .contact-list .contact-list2 .contact-list3:hover .contact-list-icon i {
  color: #fff;
}
.contactcontent .contact-list .contact-list2 .contact-list3:hover .contact-list-title {
  color: #fff;
}
.contactcontent .contact-list .contact-list2 .contact-list3:hover .contact-list-text {
  color: #fff;
  text-decoration: underline;
}
.contactcontent .contact-list .contact-list2 .contact-list3 .contact-list-icon {
  margin-bottom: var(--d24);
}
.contactcontent .contact-list .contact-list2 .contact-list3 .contact-list-icon i {
  font-size: var(--36);
  transition: all 0.5s;
  color: var(--c);
}
.contactcontent .contact-list .contact-list2 .contact-list3 .contact-list-title {
  font-size: var(--18);
  font-weight: 700;
  color: #222222;
  line-height: 1;
  margin-bottom: var(--d16);
  transition: all 0.5s;
}
.contactcontent .contact-list .contact-list2 .contact-list3 .contact-list-text {
  transition: all 0.5s;
}
.contactcontent .contact-box {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #f2f7f7;
  overflow: hidden;
}
.contactcontent .contact-box .contact-left {
  width: calc(690 / 1410 * 100%);
}
.contactcontent .contact-box .contact-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactcontent .contact-box .contact-right {
  width: calc(720 / 1410 * 100%);
  padding: var(--d48);
}
.contactcontent .contact-box .contact-right .contact-form .textarea-box {
  height: 180px;
}
.contactcontent .contact-box .contact-right .submit {
  position: unset;
  transform: none;
}
.contact-form .contact-form-title {
  font-size: var(--30);
  font-weight: 700;
  color: #222222;
  margin-bottom: var(--d16);
}
.contact-form .contact-form-text {
  margin-bottom: var(--d24);
}
.contact-form .product-input .input-box {
  background-color: var(--c);
  color: #fff;
}
.contact-form ul {
  --bs-gutter-x: 1.0625rem;
}
.contact-form .input-box {
  width: 100%;
  padding: var(--d15) var(--d20);
  color: #222222;
  font-size: var(--14);
  line-height: 1;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: var(--d16);
}
.contact-form .input-box::placeholder {
  color: #666666;
  transition: all 0.5s;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form .textarea-box {
  height: 120px;
  margin-bottom: var(--d24);
}
.contact-form .submit {
  background-color: transparent;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.contact-form .view-but2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d15) var(--d35);
  background-color: var(--c);
  font-size: var(--14);
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.contact-form .view-but2:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.contact-form .view-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);
  }
}
.contact-form .view-but2 i {
  font-size: var(--14);
  margin-right: var(--d8);
}
.sitemapcontent .sitemap-content {
  padding-top: var(--d88);
  padding-bottom: var(--d120);
}
.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(--d88);
  padding-bottom: var(--d120);
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}
.newsdetcon {
  background-color: #f2f7f7;
  position: relative;
  padding-bottom: var(--d88);
  padding-top: var(--d100);
}
.newsdetcon .form-title {
  margin-bottom: var(--d20);
}
.newsdetcon .news-formbox .form-title h2 {
  color: #003366;
}
.newsdetcon .news-formbox .more-but .more-box {
  background-color: #003366;
}
.newsdetcon .news-formbox .input-box {
  color: #003366;
  background-color: #F7F8FA;
}
.newsdetcon .news-formbox .input-box::placeholder {
  transition: all 0.5s;
  color: #496683;
}
.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 {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
.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);
}
.newsdetcon .contact-formbox {
  width: 100%;
}
.newsdetcon .contact-formbox .getquote-form {
  padding: 0;
}
.container {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0;
}
.header-container {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1800px) {
  .header-container {
    max-width: 1580px;
  }
}
@media (max-width: 1600px) {
  .header-container {
    max-width: 1380px;
  }
  .container {
    max-width: 1260px;
  }
  :root {
    --p: calc((100vw - 1260px) / 2);
    --d700: 600px;
    --d357: 285px;
    --d330: 270px;
    --d208: 130px;
    --d185: 110px;
    --d180: 110px;
    --d170: 110px;
    --d160: 100px;
    --d150: 100px;
    --d145: 100px;
    --d140: 90px;
    --d138: 90px;
    --d135: 90px;
    --d130: 90px;
    --d124: 90px;
    --d120: 90px;
    --d118: 75px;
    --d110: 70px;
    --d105: 70px;
    --d100: 70px;
    --d96: 70px;
    --d90: 70px;
    --d86: 60px;
    --d84: 60px;
    --d80: 60px;
    --d75: 50px;
    --d70: 50px;
    --d66: 40px;
    --d64: 40px;
    --d60: 35px;
    --d58: 35px;
    --d56: 35px;
    --d55: 35px;
    --d52: 30px;
    --d50: 30px;
    --d45: 30px;
    --d44: 30px;
    --d40: 30px;
    --d38: 30px;
    --d34: 24px;
    --d36: 24px;
    --d35: 24px;
    --d30: 24px;
    --d24: 15px;
    --d22: 14px;
    --d20: 15px;
    --d18: 10px;
    --d12: 8px;
    --90: 75px;
    --80: 65px;
    --75: 65px;
    --68: 60px;
    --64: 54px;
    --60: 50px;
    --56: 45px;
    --52: 42px;
    --48: 38px;
    --45: 36px;
    --44: 36px;
    --38: 34px;
    --36: 34px;
    --34: 30px;
    --32: 30px;
    --26: 22px;
    --24: 22px;
    --20: 18px;
    --18: 16px;
  }
  .indexcontent .i-business .business-list {
    height: 570px;
  }
  .indexcontent .i-about .i-about-titlebox .i-about-logobox .i-about-logobox2 {
    width: 400px;
    height: 400px;
  }
  .indexcontent .i-about .i-about-titlebox .i-about-logobox img {
    top: 110px;
    width: 185px;
  }
}
@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1em;
  }
  .header-container {
    max-width: 1180px;
  }
  .container {
    max-width: 1060px;
  }
  .header .header-box1 .header-content1 {
    height: 70px;
  }
  :root {
    --p: calc((100vw - 1060px) / 2);
    --d700: 450px;
    --d357: 205px;
    --d330: 205px;
    --d208: 80px;
    --d185: 80px;
    --d180: 80px;
    --d170: 80px;
    --d160: 75px;
    --d150: 70px;
    --d145: 70px;
    --d140: 60px;
    --d138: 60px;
    --d135: 60px;
    --d130: 60px;
    --d124: 60px;
    --d120: 60px;
    --d118: 60px;
    --d115: 60px;
    --d110: 60px;
    --d100: 60px;
    --d96: 40px;
    --d90: 40px;
    --d86: 40px;
    --d80: 30px;
    --d78: 30px;
    --d70: 30px;
    --d56: 25px;
    --d55: 25px;
    --d48: 33px;
    --d40: 20px;
    --d38: 20px;
    --d36: 18px;
    --d32: 18px;
    --d30: 20px;
    --d26: 20px;
    --d24: 20px;
    --d25: 20px;
    --d22: 10px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --d12: 6px;
    --90: 66px;
    --75: 50px;
    --68: 50px;
    --65: 50px;
    --64: 48px;
    --60: 45px;
    --56: 38px;
    --52: 38px;
    --50: 38px;
    --48: 36px;
    --45: 30px;
    --44: 30px;
    --40: 32px;
    --38: 30px;
    --36: 28px;
    --32: 28px;
    --30: 24px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --17: 15px;
    --16: 14px;
  }
  .indexcontent .i-business .business-list {
    height: 465px;
  }
  .aboutcontent .overview .overview-box .overview-right .overview-numbox {
    position: unset;
    width: 100%;
  }
  .header .header-box1 .header-content1 .logo {
    width: 110px;
  }
  .indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-list {
    width: 380px;
  }
  .fooder .fooder-con .fooder-formbox {
    width: 470px;
  }
  .indexcontent .i-about .i-about-titlebox .i-about-logobox .i-about-logobox2 {
    width: 300px;
    height: 300px;
  }
  .indexcontent .i-about .i-about-titlebox .i-about-logobox img {
    top: 90px;
    width: 140px;
  }
  .con-but .con-but2 .con-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .header-container,
  .container {
    max-width: 860px;
  }
  :root {
    --p: calc((100vw - 860px) / 2);
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d90: 55px;
    --d88: 55px;
    --d64: 30px;
    --d60: 25px;
    --d50: 20px;
    --d45: 20px;
    --d44: 20px;
    --d26: 15px;
    --d25: 15px;
    --d15: 10px;
    --d10: 8px;
    --d8: 4px;
    --128: 100px;
    --90: 50px;
    --75: 45px;
    --68: 45px;
    --64: 38px;
    --52: 32px;
    --48: 30px;
    --38: 25px;
    --34: 25px;
    --32: 25px;
    --26: 20px;
    --24: 18px;
    --22: 20px;
    --18: 16px;
  }
  .indexcontent .i-business .business-list {
    height: auto;
    flex-direction: column;
  }
  .indexcontent .i-business .business-list .business-list2 {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .indexcontent .i-business .i-business-box .i-business-box3 .i-business-num2 {
    opacity: 0;
  }
  .indexcontent .i-business .i-business-box .i-business-box3 .i-business-morebox {
    opacity: 1;
    visibility: visible;
  }
  .indexcontent .i-business .i-business-box .i-business-box3 .i-business-sw-textbox .i-business-sw-text {
    display: block;
  }
  .aboutcontent .recycle .recycle-box .recycle-right {
    width: 100%;
  }
  .aboutcontent .recycle .recycle-box .recycle-left {
    width: 100%;
    padding-right: var(--p);
  }
  .aboutcontent .recycle .recycle-box {
    flex-direction: column;
  }
  .aboutcontent .overview .overview-box {
    flex-direction: column-reverse;
  }
  .aboutcontent .overview .overview-box .overview-right {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .aboutcontent .overview .overview-box .overview-right .overview-numbox {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .aboutcontent .overview .overview-box .overview-left {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .fooder .fooder-con {
    flex-wrap: wrap;
  }
  .fooder .fooder-con .fooder-formbox {
    width: 100%;
    padding-top: var(--d30);
  }
  .fooder .fooder-bom .fooder-left {
    flex-direction: column;
    align-items: flex-start;
  }
  .indexcontent .i-business .i-business-box .i-business-box3 .i-business-sw-textbox .i-business-sw-title {
    padding: var(--d20);
    padding-right: var(--d30);
  }
  .indexcontent .i-partners .i-partners-box {
    flex-direction: column;
  }
  .indexcontent .i-business .i-business-box .i-business-box3 .i-business-morebox {
    top: var(--d48);
  }
  .indexcontent .i-business .i-business-box .i-business-box3 .i-business-morebox .i-business-more {
    top: -200px;
  }
  .con-but .con-but2 .con-icon {
    width: 35px;
    height: 35px;
  }
  .indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-butbox .i-partners-but {
    width: 35px;
    height: 35px;
  }
  .indexcontent .i-about .i-about-titlebox .i-about-logobox {
    top: 50%;
  }
  .indexcontent .i-partners {
    padding-right: var(--p);
  }
  .indexcontent .i-partners .i-partners-box .i-partners-right {
    width: 100%;
  }
  .indexcontent .i-partners .i-partners-box .i-partners-right .i-partners-img {
    border-radius: 30px;
    overflow: hidden;
  }
  .indexcontent .i-partners .i-partners-box .i-partners-left .i-partners-list {
    width: calc(100% - 35px);
    margin-right: 0;
    padding-right: var(--d30);
  }
  .productdetails .product-details .details-content {
    flex-direction: column;
  }
  .productdetails .product-details .details-content .details-left {
    width: 100%;
  }
  .productdetails .product-details .details-content .details-right {
    width: 100%;
    padding-left: 0;
  }
  .s-menu {
    display: block;
  }
  .gmt-box .gmt-rigth {
    width: 100%;
    padding-left: 0;
  }
  .gmt-box .gmt-left {
    display: none;
  }
  .contactcontent .contact-box {
    flex-direction: column-reverse;
  }
  .contactcontent .contact-box .contact-right {
    width: 100%;
  }
  .contactcontent .contact-box .contact-left {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .header-container,
  .container {
    max-width: 700px;
  }
  :root {
    --p: calc((100vw - 700px) / 2);
    --d700: 264px;
    --d330: 100px;
    --d170: 80px;
    --d150: 70px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d58: 28px;
    --d24: 20px;
    --80: 40px;
    --60: 40px;
    --52: 30px;
    --48: 28px;
    --45: 26px;
    --44: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
  .casecontent .case-list .case-list2 .case-list3 .case-list-box {
    flex-direction: column;
  }
  .casecontent .case-list .case-list2 .case-list3 .case-list-box .case-img {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .casecontent .case-list .case-list2 .case-list3 .case-list-box .case-textbox {
    width: 100%;
    padding-left: 0;
  }
  .pagination a {
    width: 35px;
    height: 35px;
  }
  .aboutcontent .a-navbox .a-navbox2 .bread {
    display: none;
  }
  .aboutcontent .a-navbox .a-navbox2 .a-nav {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .fooder .fooder-top .fooder-logo {
    width: 100px;
  }
  .fooder .fooder-top .fooder-sharebox .fooder-share a {
    width: 35px;
    height: 35px;
  }
  .fooder .fooder-bom .fooder-left .fooder-copyrightbox {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .indexcontent .i-about .i-about-content .i-about-video {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 768px) {
  .header-container,
  .container {
    max-width: 90%;
  }
  :root {
    --p: 5%;
    --d357: 85px;
    --d208: 60px;
    --d185: 60px;
    --d180: 60px;
    --d170: 60px;
    --d160: 50px;
    --d150: 50px;
    --d145: 50px;
    --d138: 40px;
    --d135: 40px;
    --d130: 40px;
    --d124: 40px;
    --d120: 40px;
    --d118: 40px;
    --d110: 40px;
    --d105: 40px;
    --d100: 40px;
    --d90: 40px;
    --d88: 40px;
    --d75: 40px;
    --d30: 18px;
    --d24: 15px;
    --d22: 8px;
    --d18: 8px;
    --80: 38px;
    --75: 38px;
    --64: 36px;
    --60: 34px;
    --56: 30px;
    --52: 28px;
    --50: 28px;
    --38: 28px;
    --36: 24px;
    --32: 20px;
    --22: 18px;
  }
  .fooder .fooder-bom {
    flex-direction: column;
    align-items: flex-end;
  }
  .fooder-mes {
    padding-top: var(--d30);
    width: 100%;
  }
  .fooder {
    padding-bottom: 52px;
  }
  .indexcontent .i-partners .i-partners-box .i-partners-left {
    min-height: 300px;
  }
  .indexcontent .i-business .i-business-box .i-business-box3 {
    height: 360px;
  }
  .indexcontent .i-about .i-about-titlebox .i-about-logobox {
    display: none;
  }
  .indexcontent .i-business .i-business-box .i-business-box3 .i-business-img {
    height: 100%;
  }
  .indexcontent .i-business .i-business-box .i-business-box3 .i-business-img .img-box {
    position: unset;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
  }
  .indexcontent .i-business .i-business-box .i-business-box3 .i-business-img .img-box img {
    position: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-down {
    width: calc(93 / 626 * 100%);
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
    width: calc(533 / 626 * 100%);
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-textbox2 .download-mes {
    flex-wrap: wrap;
  }
  .news-list .news-list2 .news-list3 .news-datebox {
    width: 70px;
    height: 70px;
  }
  .news-list .news-list2 .news-list3 .news-textbox {
    width: calc(100% - 70px);
  }
}
@media (max-width: 576px) {
  .header .header-box1 .header-content1 {
    height: 50px;
  }
  :root {
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d208: 30px;
    --d180: 30px;
    --d170: 30px;
    --d160: 30px;
    --d150: 30px;
    --d145: 30px;
    --d138: 30px;
    --d135: 30px;
    --d130: 30px;
    --d124: 30px;
    --d120: 30px;
    --d118: 30px;
    --d110: 30px;
    --d105: 30px;
    --d100: 30px;
    --d90: 30px;
    --d88: 30px;
    --d80: 30px;
    --d75: 30px;
    --d70: 30px;
    --d64: 20px;
    --d50: 20px;
    --d44: 10px;
    --d40: 15px;
    --d38: 15px;
    --d30: 15px;
    --d16: 8px;
    --d15: 8px;
    --90: 35px;
    --80: 30px;
    --75: 28px;
    --68: 28px;
    --65: 28px;
    --64: 28px;
    --60: 28px;
    --44: 26px;
    --40: 26px;
    --38: 24px;
    --22: 16px;
    --18: 14px;
    --17: 14px;
    --15: 14px;
  }
  .aboutcontent .overview .overview-box .overview-right .overview-numbox {
    margin-top: var(--d30);
  }
  .aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num {
    flex-direction: column;
  }
  .aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num .overview-num2 {
    padding: var(--d20) 0;
  }
  .aboutcontent .overview .overview-box .overview-right .overview-numbox .overview-num .overview-num2::after {
    bottom: 0;
    transform: none;
    left: 0;
    width: 100%;
    height: 1px;
    top: unset;
  }
  .fooder .fooder-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder .fooder-top .fooder-logo {
    margin-bottom: 10px;
  }
  .fooder .fooder-top .fooder-sharebox {
    width: 100%;
    justify-content: flex-end;
  }
  .header .header-search .search-con {
    width: 35px;
    height: 35px;
  }
  .header .header-language .header-language2 .language-icon {
    transition: all 0.5s;
    width: 30px;
    height: 30px;
  }
  .header .header-box1 .header-content1 .logo {
    width: 70px;
  }
}
