* {
  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;
  -o-object-fit: cover;
     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;
}
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;
}

.fancybox-slide--iframe .fancybox-content {
  width: 80% !important;
  height: 80% !important;
}

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: var(--20);
  line-height: 1.4;
  color: #fff;
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 8px;
}

.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto;
  height: auto;
}

.table-box table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.table-box table td,
.table-box table th {
  padding: 10px 0;
}

.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 td:first-child {
  font-weight: 700;
}

.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;
}

body {
  font-family: "DMSans", Arial, Helvetica, "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #666666;
  color: #666666;
}

i {
  line-height: 1;
}

@font-face {
  font-family: "DMSans";
  font-weight: 400;
  font-style: normal;
  src: local("DMSans Regular"), local("DMSans-Regular"), url("../../app/fonts/DMSans-Regular.woff2") format("woff2"), url("../../app/fonts/DMSans-Regular.woff") format("woff"), url("../../app/fonts/DMSans-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  font-weight: 500;
  font-style: normal;
  src: local("DMSans Medium"), local("DMSans-Medium"), url("../../app/fonts/DMSans-Medium.woff2") format("woff2"), url("../../app/fonts/DMSans-Medium.woff") format("woff"), url("../../app/fonts/DMSans-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  font-weight: 700;
  font-style: normal;
  src: local("DMSans Bold"), local("DMSans-Bold"), url("../../app/fonts/DMSans-Bold.woff2") format("woff2"), url("../../app/fonts/DMSans-Bold.woff") format("woff"), url("../../app/fonts/DMSans-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 400;
  font-style: normal;
  src: local("PlayfairDisplay Medium"), local("PlayfairDisplay-Medium"), url("../../app/fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../../app/fonts/PlayfairDisplay-Medium.woff") format("woff"), url("../../app/fonts/PlayfairDisplay-Medium.ttf") format("truetype");
  font-display: swap;
}
.row {
  --bs-gutter-x: 1.875rem;
}

:root {
  --p: calc((100vw - 1659px) / 2);
  --c: #312C2A;
  --d280: 280px;
  --d250: 250px;
  --d243: 243px;
  --d224: 224px;
  --d208: 208px;
  --d200: 200px;
  --d190: 190px;
  --d180: 180px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --d152: 152px;
  --d150: 150px;
  --d144: 144px;
  --d140: 140px;
  --d137: 137px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d98: 98px;
  --d96: 96px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --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;
  --d42: 42px;
  --d40: 40px;
  --d38: 38px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d18: 18px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --212: 212px;
  --160: 160px;
  --120: 120px;
  --100: 100px;
  --80: 80px;
  --76: 76px;
  --70: 70px;
  --66: 66px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --44: 44px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --34: 34px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}

.title {
  font-weight: 700;
  color: #fff;
  font-size: var(--76);
  line-height: 1.2039473684;
  letter-spacing: -0.06em;
}

.text16-24 {
  font-size: var(--16);
  line-height: 1.5;
  color: #DACEC5;
}

.text14-22 {
  font-size: var(--14);
  line-height: 1.5714285714;
  color: #DACEC5;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}
.header .header-box1 {
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}
.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.header .header-box1 .header-content1 .logo {
  width: 170px;
}
.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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-box1 .header-content1 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-box1 .header-content1 .header-right .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  margin-right: 42px;
}
.header .header-box1 .header-content1 .header-right .header-search .search-con {
  cursor: pointer;
}
.header .header-box1 .header-content1 .header-right .header-search .search-con:hover i {
  color: var(--c);
}
.header .header-box1 .header-content1 .header-right .header-search .search-con i {
  transition: all 0.5s;
  font-size: 20px;
  color: #fff;
}
.header .header-box1 .header-content1 .header-right .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-box1 .header-content1 .header-right .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-box1 .header-content1 .header-right .header-search .search .search-box .input-text {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-box1 .header-content1 .header-right .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-box1 .header-content1 .header-right .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-box1 .header-content1 .header-right .header-mes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 162px;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2 {
  margin-right: 70px;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2:last-child {
  margin-right: 0;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-qc {
  width: 57px;
  height: 57px;
  padding: 3px;
  box-shadow: 0px 4px 18.4px rgba(0, 0, 0, 0.1);
}
.header .header-box1 .header-content1 .header-right .header-mes .header-qc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes-content {
  margin-top: 7px;
  color: #B5B5B5;
  font-size: var(--12);
}
.header .header-box1 .header-content1 .header-right .header-share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.header .header-box1 .header-content1 .header-right .header-share a:last-child {
  margin-right: 0;
}
.header .header-box1 .header-content1 .header-right .header-share a:hover i {
  color: var(--c);
}
.header .header-box1 .header-content1 .header-right .header-share a i {
  transition: all 0.5s;
  color: #000000;
  font-size: 32px;
  line-height: 1;
}
.header .header-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  position: relative;
  margin-right: 50px;
}
.header .header-cart .cart-num {
  position: absolute;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DB0000;
}
.header .header-cart i {
  font-size: var(--22);
  color: #222222;
}
.header .header-language a {
  border-radius: 8px;
  color: #000;
  font-size: var(--14);
  line-height: 1.2857142857;
  display: block;
  padding: 12px 15px;
  background-color: #fff;
  transition: all 0.5s;
}
.header .header-language a:hover {
  background-color: var(--c);
  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: #fff;
  transition: all 0.5s;
}
.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);
}

.top {
  position: absolute;
  transform: translateY(-250%);
  height: 100px;
}

@media (min-width: 1201px) {
  .header-nav {
    height: 100%;
    display: flex !important;
    align-items: flex-end;
  }
  .header-nav .header-list {
    display: flex;
    height: 100%;
    margin-right: 100px;
  }
  .header-nav .header-list .header-list2 {
    font-size: var(--18);
    color: #fff;
    transition: all 0.5s;
    position: relative;
    transition: all 0.5s;
    margin-right: 60px;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover {
    text-decoration: underline;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
  }
  .header-nav .header-list .header-list2 .header-list3 span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .header-list2 a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .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 .action {
    font-weight: 500;
    color: var(--c);
  }
  .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: #312C2A;
    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 {
    text-decoration: underline;
  }
  .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: #fff;
  }
  .more .more-1-list .more-1-list2 .more2 {
    max-width: 300px;
    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: #312C2A;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav .header-list {
    margin-right: 60px;
  }
  .header-nav .header-list .header-list2 {
    margin-right: 34px;
  }
}
@media (max-width: 1200px) {
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #312C2A;
    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: #fff;
    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: #fff;
    font-weight: 600;
  }
  .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: #fff;
    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: #fff;
    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 a {
    color: var(--c) !important;
  }
}
.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: 10000;
  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: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 1100;
  background-color: var(--c2);
  padding: 5px;
  border-radius: 8px;
  background-color: rgba(47, 47, 47, 0.4);
}
.online-wrap .online a {
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: rgb(255, 255, 255);
  transition: all 0.5s;
  border-radius: 5px;
  transition: all 0.5s;
  margin: 5px 0;
}
.online-wrap .online a i {
  font-size: 20px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  transition: all 0.5s;
  color: #D8DBDD;
}
.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;
  -o-object-fit: cover;
     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: 100%;
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     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);
    right: 10px;
  }
}
@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);
  }
}
.headeraction {
  background-color: #312C2A;
}

.fooder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--d84);
  padding-bottom: var(--d105);
}
.fooder .fooder-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d10);
}
.fooder .fooder-top .fooder-left a {
  font-weight: 500;
  font-size: var(--24);
  line-height: 1.25;
  color: #fff;
  display: block;
}
.fooder .fooder-top .fooder-left a:hover {
  text-decoration: underline;
}
.fooder .fooder-top .fooder-right {
  margin-right: 315px;
}
.fooder .fooder-top .fooder-right .fooder-sharebox {
  margin-bottom: var(--d60);
}
.fooder .fooder-top .fooder-right .fooder-sharebox .fooder-sharetit {
  line-height: 1.2777777778;
  font-size: var(--18);
  color: #C7A590;
  margin-bottom: var(--d30);
}
.fooder .fooder-top .fooder-right .fooder-sharebox .fooder-share a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: var(--d12);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1019607843);
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-right .fooder-sharebox .fooder-share a:hover {
  background-color: #fff;
}
.fooder .fooder-top .fooder-right .fooder-sharebox .fooder-share a:hover i {
  color: #000;
}
.fooder .fooder-top .fooder-right .fooder-sharebox .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-top .fooder-right .fooder-sharebox .fooder-share a i {
  font-size: var(--20);
  color: #fff;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-right .fooder-nav {
  font-weight: 400;
  color: #C7A590;
  font-size: var(--18);
  line-height: 1.2777777778;
}
.fooder .fooder-top .fooder-right .fooder-nav a {
  display: block;
  margin-bottom: var(--d10);
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-right .fooder-nav a:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top .fooder-right .fooder-nav a:hover {
  color: #fff;
}
.fooder .fooder-text {
  font-weight: 700;
  font-size: var(--212);
  color: #fff;
  letter-spacing: -0.06em;
  line-height: 1.3;
  margin-bottom: var(--d22);
}
.fooder .fooder-bom {
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-bom .fooder-left2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: var(--14);
  color: #C7A590;
  line-height: 1.2857142857;
}
.fooder .fooder-bom .fooder-left2 .fooder-sitemap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fooder .fooder-bom .fooder-left2 .fooder-sitemap a {
  margin-right: var(--d30);
}
.fooder .fooder-bom .fooder-left2 a {
  transition: all 0.5s;
}
.fooder .fooder-bom .fooder-left2 a:hover {
  color: #fff;
}
.fooder .fooder-bom .fooder-right2 {
  font-weight: 700;
  font-size: var(--100);
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 0.84;
}

.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .swiper-slide {
  width: 100%;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .slide-inner {
  padding-bottom: 50%;
  position: relative;
}
.index-banner .banner-video {
  position: relative;
}
.index-banner .banner-video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 100;
}
.index-banner .banner-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-videotextbox {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 100;
  width: 87.55208vw;
}
.index-banner .banner-videotextbox .banner-text1 {
  font-size: 2.5vw;
  line-height: 1.3;
  font-family: "PlayfairDisplay", Arial, sans-serif;
}
.index-banner .banner-videotextbox .banner-text2 {
  font-size: 2.5vw;
  line-height: 1.3;
  margin-bottom: 1.5vw;
  font-family: "PlayfairDisplay", Arial, sans-serif;
}
.index-banner .banner-videotextbox .banner-text3 {
  font-size: 1.04167vw;
  font-family: "PlayfairDisplay", Arial, sans-serif;
}
.index-banner .banner-video,
.index-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-pagination {
  position: absolute;
  bottom: var(--d70);
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 10;
  font-size: var(--30);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
}
.index-banner .banner-pagination .swiper-pagination-current {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: var(--50);
  line-height: 1.6;
  color: #fff;
}

/* Ellipse 1 */
.more-but:hover .more-but2 {
  background-color: #1E1E1E !important;
}
.more-but:hover .more-but2 i {
  transform: translateX(2px);
}
.more-but .more-but2 {
  transition: all 0.5s;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #5A3209;
  position: relative;
  padding: var(--d18) var(--d30);
  border-radius: 8px;
  color: #fff;
  font-size: var(--16);
}
.more-but .more-but2::after {
  position: absolute;
  width: 80%;
  height: 40%;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 140%);
  background: #FFFFFF;
  filter: blur(30px);
  border-radius: 60px;
}
.more-but .more-but2 span {
  margin-right: var(--d20);
}
.more-but .more-but2 i {
  font-size: var(--20);
  transition: all 0.5s;
}

.product-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #383838;
  border-radius: 10px;
  position: relative;
}
.product-content:hover .product-bg {
  opacity: 1;
}
.product-content:hover a .product-type {
  background-color: #fff;
  color: #000;
}
.product-content .product-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.product-content .product-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-content .img-box {
  padding-bottom: 88.3333333333%;
}
.product-content a {
  display: block;
  padding: var(--d30) var(--d28) var(--d66);
}
.product-content a .product-type {
  display: inline-block;
  border-radius: 5px;
  padding: 4px 8px;
  border: 1px solid #5C5754;
  margin-bottom: var(--d12);
  color: #C7A590;
  transition: all 0.5s;
}
.product-content a .product-title {
  margin-bottom: var(--d30);
}
.product-content a .product-title h3 {
  font-size: var(--30);
  font-weight: 600;
  color: #fff;
}

.indexcontent {
  background-color: #312C2A;
}
.indexcontent .i-prime {
  background-color: #fff;
  padding-top: var(--d128);
  padding-bottom: var(--d115);
  position: relative;
}
.indexcontent .i-prime .i-prime-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.indexcontent .i-prime .i-prime-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .i-prime .i-prime-title {
  margin-bottom: var(--d34);
}
.indexcontent .i-prime .i-prime-title h2 {
  color: #000000;
}
.indexcontent .i-prime .i-prime-textbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: var(--d75);
}
.indexcontent .i-prime .i-prime-text {
  width: 605px;
  margin-right: 265px;
  color: #000;
}
.indexcontent .i-global {
  padding-top: var(--d80);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.indexcontent .i-global .i-global-numbox {
  padding-bottom: var(--d50);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.indexcontent .i-global .i-global-numbox .i-global-list {
  margin-bottom: calc(var(--d30) * -1);
}
.indexcontent .i-global .i-global-numbox .i-global-list .i-global-list2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-global .i-global-numbox .i-global-list .i-global-list2 .i-global-list3 .i-global-num {
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-weight: 500;
  margin-bottom: var(--d40);
  font-size: var(--30);
}
.indexcontent .i-global .i-global-numbox .i-global-list .i-global-list2 .i-global-list3 .i-global-num .num {
  font-size: var(--60);
  line-height: 1;
}
.indexcontent .i-global .i-global-numbox .i-global-list .i-global-list2 .i-global-list3 .i-global-num .i-global-tip {
  font-size: var(--30);
}
.indexcontent .i-global .i-global-numbox .i-global-list .i-global-list2 .i-global-list3 .i-global-text {
  font-size: var(--15);
  line-height: 1.4666666667;
  color: #DACEC5;
  width: 240px;
  max-width: 100%;
}
.indexcontent .i-global .i-global-box {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-global .i-global-box .i-global-left {
  width: 40.6305770375%;
  margin-bottom: var(--d60);
  padding-top: var(--d58);
}
.indexcontent .i-global .i-global-box .i-global-left .i-global-img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.indexcontent .i-global .i-global-box .i-global-left .i-global-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .i-global .i-global-box .i-global-left .i-global-img .i-global-yearsbox {
  position: absolute;
  bottom: var(--d30);
  left: var(--d34);
  padding: var(--d22) var(--d16);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(4.8px);
          backdrop-filter: blur(4.8px);
  border-radius: 8px;
}
.indexcontent .i-global .i-global-box .i-global-left .i-global-img .i-global-yearsbox .i-global-years-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d8);
  font-weight: 400;
  font-size: var(--60);
  letter-spacing: -0.06em;
  line-height: 1.3;
  color: #fff;
}
.indexcontent .i-global .i-global-box .i-global-left .i-global-img .i-global-yearsbox .i-global-years-title .i-global-years {
  margin-right: var(--d20);
}
.indexcontent .i-global .i-global-box .i-global-left .i-global-img .i-global-yearsbox .i-global-years-text {
  color: #fff;
  font-size: var(--16);
  line-height: 1.3125;
}
.indexcontent .i-global .i-global-box .i-global-right {
  padding-top: var(--d58);
  padding-left: var(--d70);
  width: 54.7293277811%;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.indexcontent .i-global .i-global-box .i-global-right .i-global-title {
  margin-bottom: var(--d20);
}
.indexcontent .i-global .i-global-box .i-global-right .i-global-text {
  margin-bottom: var(--d62);
}
.indexcontent .i-logo {
  padding: var(--d90) 0;
  background-color: #fff;
}
.indexcontent .i-logo .i-logo-list .img-box {
  padding-bottom: 50%;
}
.indexcontent .i-world {
  padding-top: var(--d135);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.indexcontent .i-world .i-world-title {
  margin-bottom: var(--d18);
}
.indexcontent .i-world .i-world-textbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: var(--d80);
}
.indexcontent .i-world .i-world-textbox .i-world-text {
  width: 543px;
}
.indexcontent .i-world .i-world-list {
  --bs-gutter-x: 10.3375rem;
}
.indexcontent .i-world .i-world-list .i-world-list2 {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.indexcontent .i-world .i-world-list .i-world-list2:last-child {
  border: none;
}

.aboutcontent .about {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--d280);
  padding-bottom: var(--d208);
}
.aboutcontent .about .about-titlebox {
  margin-bottom: var(--d130);
}
.aboutcontent .about .about-titlebox .about-titlebox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutcontent .about .about-titlebox .about-title {
  width: 59.3694229625%;
  margin-left: auto;
  margin-bottom: var(--d24);
}
.aboutcontent .about .about-titlebox .about-title h2 {
  line-height: 1.3;
  letter-spacing: -0.06em;
  font-weight: 700;
  color: #fff;
  font-size: var(--120);
}
.aboutcontent .about .about-titlebox .about-text {
  width: 59.3694229625%;
}
.aboutcontent .about .about-titlebox .about-text img {
  max-width: 100% !important;
}
.aboutcontent .about .about-titlebox .about-img {
  width: 35.6930398572%;
}
.aboutcontent .about .about-titlebox .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .about .about-core {
  margin-left: 334px;
  margin-bottom: var(--d150);
  width: 712px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(6.6px);
          backdrop-filter: blur(6.6px);
  border-radius: 8px;
  padding: var(--d18) var(--d15);
  max-width: 100%;
}
.aboutcontent .about .about-core .about-core2 {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(6.6px);
          backdrop-filter: blur(6.6px);
  border-radius: 8px;
  position: relative;
  padding: var(--d35) var(--d35) var(--d70);
}
.aboutcontent .about .about-core .about-core2 .about-iconbox {
  background: rgba(255, 255, 255, 0.54);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d16);
}
.aboutcontent .about .about-core .about-core2 .about-iconbox img {
  width: 64%;
}
.aboutcontent .about .about-core .about-core2 .about-core-title {
  font-size: var(--24);
  line-height: 1.0833333333;
  letter-spacing: -0.04em;
  margin-bottom: 4px;
  font-weight: 700;
  color: #fff;
}
.aboutcontent .about .about-core .about-core2 .about-core-title2 {
  font-size: var(--20);
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: var(--d22);
}
.aboutcontent .about .about-core .about-core2 .about-core-but {
  position: absolute;
  bottom: 0;
  left: var(--d35);
  transform: translateY(50%);
}
.aboutcontent .about .about-core .about-core2 .about-core-but .more-but2 {
  background-color: #5A3209;
}
.aboutcontent .about .about-mission {
  left: calc(100% - var(--d140));
  width: 380px;
  position: relative;
  transform: translateX(-100%);
  max-width: 100%;
}
.aboutcontent .about .about-mission .about-mission-list {
  margin-bottom: var(--d200);
}
.aboutcontent .about .about-mission .about-mission-list .about-mission-list2 {
  padding-bottom: var(--d30);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: var(--d42);
}
.aboutcontent .about .about-mission .about-mission-list .about-mission-list2:last-child {
  margin-bottom: 0;
}
.aboutcontent .about .about-mission .about-mission-list .about-mission-list2 .about-mission-title {
  font-size: var(--24);
  line-height: 1.0833333333;
  letter-spacing: -0.04em;
  color: #fff;
  font-weight: 700;
  margin-bottom: var(--d18);
}
.aboutcontent .about .about-history .about-history-title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d137);
  width: 704px;
  max-width: 100%;
}
.aboutcontent .about .about-history .history-banner {
  position: relative;
  padding: 0 var(--d60);
  margin-bottom: var(--d120);
}
.aboutcontent .about .about-history .history-banner .history-content {
  text-align: center;
}
.aboutcontent .about .about-history .history-banner .history-content:hover .history-icon img {
  transform: translate(-50%, -50%) rotateY(180deg);
}
.aboutcontent .about .about-history .history-banner .history-content .history-years {
  font-size: var(--50);
  line-height: 1.3;
  letter-spacing: -0.06em;
  color: #fff;
  font-weight: 500;
}
.aboutcontent .about .about-history .history-banner .history-content .history-icon {
  min-width: 70px;
  width: 70px;
  height: 70px;
  background-color: rgba(90, 50, 9, 0.1);
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: var(--d10);
}
.aboutcontent .about .about-history .history-banner .history-content .history-icon::after {
  width: 80%;
  height: 80%;
  background-color: #5A3209;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 50%;
}
.aboutcontent .about .about-history .history-banner .history-content .history-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: var(--24);
  transition: all 0.5s;
}
.aboutcontent .about .about-history .history-banner .history-content .history-text {
  font-size: var(--20);
  line-height: 1.3;
  color: #fff;
}
.aboutcontent .about .about-history .history-banner .history-but {
  width: 54px;
  height: 54px;
  filter: drop-shadow(0px 4px 20.4px rgba(0, 0, 0, 0.1));
  flex: none;
  order: 1;
  flex-grow: 0;
  background-color: #5A3209;
  overflow: hidden;
  position: absolute;
  top: var(--d78);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.3;
  transition: all 0.5s;
}
.aboutcontent .about .about-history .history-banner .history-but:hover {
  opacity: 1;
}
.aboutcontent .about .about-history .history-banner .history-but::after {
  position: absolute;
  width: 80%;
  height: 40%;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 140%);
  background: #FFFFFF;
  filter: blur(30px);
  border-radius: 60px;
}
.aboutcontent .about .about-history .history-banner .history-but i {
  font-size: var(--18);
  color: #fff;
}
.aboutcontent .about .about-history .history-banner .history-prev {
  left: 0;
}
.aboutcontent .about .about-history .history-banner .history-next {
  right: 0;
}
.aboutcontent .about .about-history .history-numBox {
  padding: 0 var(--d115);
  padding-top: var(--d60);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: var(--d180);
}
.aboutcontent .about .about-history .history-numBox .history-list {
  margin-bottom: calc(var(--d30) * -1);
  --bs-gutter-x: 10rem;
}
.aboutcontent .about .about-history .history-numBox .history-list .history-list2 {
  margin-bottom: var(--d30);
}
.aboutcontent .about .about-history .history-numBox .history-list .history-list2 .history-list3 {
  padding: var(--d60) 0;
}
.aboutcontent .about .about-history .history-numBox .history-list .history-list2 .history-list3 .history-numBox2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: var(--d30);
  font-size: var(--60);
  font-weight: 500;
  font-size: var(--30);
  color: #FF4D00;
}
.aboutcontent .about .about-history .history-numBox .history-list .history-list2 .history-list3 .history-numBox2 .num {
  font-size: var(--60);
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.aboutcontent .about .about-history .history-numBox .history-list .history-list2 .history-list3 .history-numBox2 .tip {
  font-weight: 500;
  font-size: var(--30);
  color: #FF4D00;
}
.aboutcontent .about .about-history .history-numBox .history-list .history-list2 .history-list3 .history-list-text {
  text-align: center;
  font-size: var(--15);
  line-height: 1.4666666667;
  color: #DACEC5;
  width: 238px;
  max-width: 100%;
  margin: 0 auto;
}
.aboutcontent .about .about-experience .experience-title {
  margin-bottom: var(--d20);
  text-align: center;
}
.aboutcontent .about .about-experience .experience-title h2 {
  color: #fff;
}
.aboutcontent .about .about-experience .experience-text {
  width: 1105px;
  max-width: 100%;
  margin: 0 auto;
  font-size: var(--28);
  line-height: 1.2857142857;
  color: #DACEC5;
}
.aboutcontent .honors {
  background-color: #fff;
  padding: var(--d98) 0 var(--d90);
}
.aboutcontent .honors .honors-title {
  text-align: center;
  margin-bottom: var(--d84);
}
.aboutcontent .honors .honors-title h2 {
  color: #000000;
}
.aboutcontent .honors .honors-banner {
  position: relative;
}
.aboutcontent .honors .honors-banner .honors-swiper .swiper-wrapper {
  justify-content: stretch;
}
.aboutcontent .honors .honors-banner .honors-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.aboutcontent .honors .honors-banner .item {
  height: 100%;
}
.aboutcontent .honors .honors-banner .honors-box {
  background-color: #F5F5F5;
  padding: var(--d45) var(--d30) var(--d32);
  cursor: pointer;
  height: 100%;
}
.aboutcontent .honors .honors-banner .honors-box:hover .honors-img img {
  transform: scale(1.1);
}
.aboutcontent .honors .honors-banner .honors-box .honors-titlebox {
  display: flex;
  justify-content: space-between;
  min-height: 240px;
}
.aboutcontent .honors .honors-banner .honors-box .honors-titlebox .honors-titlebox2 {
  width: calc(100% - 70px);
  font-size: var(--24);
  line-height: 1.25;
  font-weight: 700;
  color: #000000;
  min-height: 136px;
  margin-bottom: var(--d72);
}
.aboutcontent .honors .honors-banner .honors-box .honors-titlebox .honors-titlebox2 .honors-sw-title {
  margin-bottom: var(--d12);
}
.aboutcontent .honors .honors-banner .honors-box .honors-titlebox .honors-icon i {
  font-size: var(--28);
  line-height: 1;
  color: #333333;
}
.aboutcontent .honors .honors-banner .honors-box .honors-img {
  width: 80%;
  overflow: hidden;
}
.aboutcontent .honors .honors-banner .honors-box .honors-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}

.privacycontent {
  padding: var(--d100) 0;
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top center;
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}

.sitemapcontent {
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top center;
}
.sitemapcontent .sitemap-content {
  padding: var(--d100) 0;
}
.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 #fff;
  color: #fff;
  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: #fff;
}
.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: #fff;
}

.search-note .search-note-title {
  margin-bottom: var(--d30);
}
.search-note .search-note-text {
  margin-bottom: var(--d40);
  border-radius: 5px;
  padding: 15px;
  background-color: var(--c);
  opacity: 0.8;
  color: #fff;
  margin-bottom: var(--d30);
}
.search-note .hot {
  margin-bottom: var(--d30);
}

.other-banner .other-img {
  width: 100%;
}
.other-banner .other-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-banner .crumbs-box {
  padding: var(--d20) 0;
  font-size: var(--16);
  line-height: 1.25;
  color: #DACEC5;
}
.other-banner .crumbs-box span {
  margin-right: var(--d10);
}
.other-banner .crumbs-box .crumbs-list {
  display: inline;
}
.other-banner .crumbs-box .crumbs-list .crumbs-list2 {
  display: inline;
}
.other-banner .crumbs-box .crumbs-list .crumbs-list2::after {
  content: ">";
  margin: 0 var(--d8);
}
.other-banner .crumbs-box .crumbs-list .crumbs-list2:last-child::after {
  display: none;
}

.productcontent {
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top center;
  padding-top: var(--d280);
  padding-bottom: var(--d90);
  overflow: hidden;
}
.productcontent .product-p-title {
  width: 583px;
  margin-bottom: var(--d52);
  max-width: 100%;
}
.productcontent .product-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: var(--d93);
  margin-bottom: calc(var(--d20) * -1);
}
.productcontent .product-nav .product-nav2 {
  margin-right: var(--d20);
  margin-bottom: var(--d20);
}
.productcontent .product-nav .product-nav2:last-child {
  margin-right: 0;
}
.productcontent .product-nav .product-nav2 .product-nav3 {
  padding: var(--d8) var(--d12);
  font-size: var(--16);
  line-height: 1.5;
  letter-spacing: -0.02em;
  background-color: #fff;
  color: #000000;
  border-radius: 8px;
  transition: all 0.5s;
}
.productcontent .product-nav .product-nav2 .product-nav3:hover {
  background-color: #090C1B;
  color: #fff;
}
.productcontent .product-nav .product-nav2 .action {
  background-color: #090C1B;
  color: #fff;
}
.productcontent .product-box .product-list {
  padding-bottom: var(--d105);
  margin-bottom: calc(var(--d90) * -1);
  --bs-gutter-x: 5.625rem;
}
.productcontent .product-box .product-list .product-list2 {
  margin-bottom: var(--d90);
}

.product-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: var(--d93);
  margin-bottom: calc(var(--d20) * -1);
}
.product-nav .product-nav2 {
  margin-right: var(--d20);
  margin-bottom: var(--d20);
}
.product-nav .product-nav2:last-child {
  margin-right: 0;
}
.product-nav .product-nav2 .product-nav3 {
  padding: var(--d8) var(--d12);
  font-size: var(--16);
  line-height: 1.5;
  letter-spacing: -0.02em;
  background-color: #fff;
  color: #000000;
  border-radius: 8px;
  transition: all 0.5s;
}
.product-nav .product-nav2 .product-nav3:hover {
  background-color: #090C1B;
  color: #fff;
}
.product-nav .product-nav2 .action {
  background-color: #090C1B;
  color: #fff;
}

.detailscontent {
  padding-top: var(--d280);
  padding-bottom: var(--d152);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top center;
}
.detailscontent .details-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d96);
}
.detailscontent .details-content .details-imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailscontent .details-content .details-imgbox .product-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailscontent .details-content .details-imgbox .product-content .product-img {
  width: 100%;
}
.detailscontent .details-content .details-imgbox .details-swiper1 {
  height: 448px;
  width: 113px;
  overflow: hidden;
  padding: 1px;
  margin-right: var(--d30);
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide {
  overflow: hidden;
  border: 1px solid #383838;
  border-radius: 10px;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide .img-box {
  height: 100%;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-video {
  position: relative;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-video::before {
  font-family: "iconfont" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e601";
  font-size: 24px;
  color: #fff;
  z-index: 10;
}
.detailscontent .details-content .details-imgbox .details-swiper2 {
  width: 600px;
  height: 720px;
}
.detailscontent .details-content .details-imgbox .details-swiper2 .swiper-slide {
  overflow: hidden;
}
.detailscontent .details-content .details-imgbox .details-swiper2 .swiper-slide .product-bg {
  opacity: 1;
}
.detailscontent .details-content .details-imgbox .details-swiper2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.detailscontent .details-content .details-textbox {
  width: 855px;
  padding-top: var(--d118);
}
.detailscontent .details-content .details-textbox .details-titlebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d38);
}
.detailscontent .details-content .details-textbox .details-titlebox .details-title {
  width: calc(100% - 280px);
}
.detailscontent .details-content .details-textbox .details-titlebox .details-title h2 {
  font-size: var(--56);
  line-height: 1.3035714286;
  color: #fff;
  font-weight: 700;
}
.detailscontent .details-content .details-textbox .details-share {
  display: flex;
  align-items: center;
}
.detailscontent .details-content .details-textbox .details-share p {
  font-size: var(--14);
  font-weight: 400;
  color: #fff;
  margin-right: var(--d20);
}
.detailscontent .details-content .details-textbox .details-text {
  margin-bottom: var(--d100);
}
.detailscontent .details-content .details-textbox .details-text .details-usage {
  color: #fff;
  font-size: var(--16);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 7px;
}
.detailscontent .details-content .details-textbox .details-text p {
  width: 547px;
  max-width: 100%;
  font-size: var(--16);
  line-height: 1.375;
  color: #DACEC5;
}
.detailscontent .details-content .details-textbox .details-but .more-but2 {
  background-color: #5A3209;
  padding: var(--d8) var(--d8) var(--d8) var(--d16);
}
.detailscontent .details-content .details-textbox .details-but .details-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(6.6px);
          backdrop-filter: blur(6.6px);
  border-radius: 6px;
}
.detailscontent .details-content .details-textbox .details-but .details-icon i {
  font-size: var(--18);
}
.detailscontent .details-nav {
  width: 100%;
  position: sticky;
  top: 120px;
  z-index: 100;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.detailscontent .details-nav .navbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 var(--d144);
}
.detailscontent .details-nav .navbox .navbox2 {
  font-size: var(--20);
  line-height: 1.3;
  color: #DACEC5;
  position: relative;
  margin-right: var(--d100);
}
.detailscontent .details-nav .navbox .navbox2 a {
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  padding: var(--d18) 0;
  display: block;
}
.detailscontent .details-nav .navbox .navbox2::after {
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  content: "";
  transition: all 0.5s;
}
.detailscontent .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.detailscontent .details-nav .navbox .navbox2 span {
  white-space: nowrap;
}
.detailscontent .details-nav .navbox .navbox2:hover {
  color: #fff;
}
.detailscontent .details-nav .navbox .navbox2:hover::after {
  width: 46px;
}
.detailscontent .details-nav .navbox .action {
  color: #fff;
}
.detailscontent .details-nav .navbox .action::after {
  width: 46px;
}
.detailscontent .details-action {
  background-color: #312C2A !important;
}
.detailscontent .details {
  padding-top: var(--d96);
}
.detailscontent .details .content-title {
  font-size: var(--36);
  line-height: 1.3055555556;
  color: #fff;
  margin-bottom: var(--d60);
  font-weight: 500;
}
.detailscontent .details .detproduct {
  margin-bottom: var(--d90);
  position: relative;
}
.detailscontent .details .detproduct .detproduct-wrapper {
  margin-bottom: calc(var(--d30) * -1);
}
.detailscontent .details .detproduct .detproduct-slide {
  margin-bottom: var(--d30);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.detailscontent .details .detproduct .detproduct-content .detproduct-num {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  color: #fff;
  margin-bottom: var(--d15);
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}
.detailscontent .details .detproduct .detproduct-content .detproduct-text {
  width: 317px;
  max-width: 100%;
  font-size: var(--16);
  line-height: 1.3125;
  color: #fff;
  margin-bottom: var(--d20);
}
.detailscontent .details .detproduct .detproduct-content .detproduct-img .img-box {
  padding-bottom: 50%;
  border-radius: 8px;
}
.detailscontent .details .specifications {
  margin-bottom: var(--d90);
  position: relative;
}
.detailscontent .details .specifications .specifications-content {
  width: 716px;
  max-width: 100%;
  color: #fff;
}
.detailscontent .details .accessories {
  margin-bottom: var(--d90);
  position: relative;
}
.detailscontent .details .accessories .accessories-content {
  width: 1251px;
  max-width: 100%;
}
.detailscontent .details .accessories .accessories-content .swiper-wrapper {
  align-items: stretch;
}
.detailscontent .details .accessories .accessories-content .swiper-wrapper .swiper-slide {
  height: auto;
}
.detailscontent .details .accessories .accessories-content .accessories-box {
  padding: var(--d48) var(--d24) var(--d32);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}
.detailscontent .details .accessories .accessories-content .accessories-box .accessories-img {
  width: 238px;
  height: 238px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: var(--d35);
}
.detailscontent .details .accessories .accessories-content .accessories-box .accessories-title {
  text-align: center;
  font-size: var(--22);
  line-height: 1.3181818182;
  color: #fff;
}
.detailscontent .details .dimensions {
  margin-bottom: var(--d90);
  position: relative;
}
.detailscontent .details .dimensions .img-box {
  padding-bottom: 88.3333333333%;
}
.detailscontent .details .dimensions .dimensions-content {
  width: 954px;
  max-width: 100%;
  margin-bottom: var(--d90);
}
.detailscontent .details .dimensions .dimensions-content .dimensions-imgbox {
  background-color: rgba(255, 255, 255, 0.1);
  padding: var(--d64) var(--d46);
  border-radius: 8px;
  margin-bottom: var(--d66);
}
.detailscontent .details .dimensions .dimensions-content .dimensions-title {
  font-weight: 700;
  font-size: var(--28);
  line-height: 1.2857142857;
  margin-bottom: var(--d38);
  color: #fff;
}
.detailscontent .details .dimensions .dimensions-content .dimensions-text {
  font-size: var(--20);
  line-height: 1.3;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: var(--d20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.detailscontent .details .dimensions .dimensions-content .dimensions-text .dimensions-text1 {
  width: 75%;
}
.detailscontent .details .dimensions .dimensions-content .dimensions-text .dimensions-text2 {
  width: 20%;
  text-align: right;
  white-space: nowrap;
}
.detailscontent .details .dimensions .dimensions-content .dimensions-text:last-child {
  margin-bottom: 0;
}
.detailscontent .details .related {
  position: relative;
}

.request-from label {
  width: 100%;
}
@media (min-width: 768px) {
  .request-from li:nth-child(2n-1) {
    padding-right: 10px;
  }
  .request-from li:nth-child(2n) {
    padding-left: 10px;
  }
}
.request-from .product-input {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: var(--16);
}
.request-from .product-input .input-box {
  background-color: #fff;
  border: none;
  color: #000000;
}
.request-from .input-box {
  padding: var(--d14) var(--d20) var(--d14);
  width: 100%;
  background-color: rgba(245, 245, 245, 0.1);
  border-radius: 4px;
  margin-bottom: var(--d10);
}
.request-from .input-box::-moz-placeholder {
  color: #AFAFAF;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.request-from .input-box::placeholder {
  color: #AFAFAF;
  transition: all 0.5s;
}
.request-from .input-box:focus::-moz-placeholder {
  opacity: 0.5;
}
.request-from .input-box:focus::placeholder {
  opacity: 0.5;
}
.request-from .textarea-box {
  height: 160px;
  margin-bottom: var(--d50);
}
.request-from .submit {
  background-color: transparent;
}
.request-from .submit .more-but2 {
  background-color: #5A3209;
}

.honors-but {
  width: 54px;
  height: 54px;
  filter: drop-shadow(0px 4px 20.4px rgba(0, 0, 0, 0.1));
  flex: none;
  order: 1;
  flex-grow: 0;
  background-color: #5A3209;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.3;
  transition: all 0.5s;
}
.honors-but:hover {
  opacity: 1;
}
.honors-but::after {
  position: absolute;
  width: 80%;
  height: 40%;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 140%);
  background: #FFFFFF;
  filter: blur(30px);
  border-radius: 60px;
}
.honors-but i {
  font-size: var(--18);
  color: #fff;
}

.honors-prev {
  left: 0;
}

.honors-next {
  right: 0;
}

.woodfastcontent {
  padding-top: var(--d224);
  padding-bottom: var(--d224);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top center;
}
.woodfastcontent .woodfast-title {
  margin-bottom: var(--d100);
  text-align: center;
}
.woodfastcontent .woodfast-text {
  text-align: left;
  width: 998px;
  margin: 0 auto;
  margin-bottom: var(--d50);
}
.woodfastcontent .woodfast-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.woodfastcontent .woodfast-but .more-but2 {
  background-color: #5A3209;
}

.centercontent {
  padding-top: var(--d280);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top center;
}
.centercontent .manufacturing {
  margin-bottom: var(--d144);
}
.centercontent .manufacturing .manufacturing-title {
  margin: 0 auto;
  margin-bottom: var(--d40);
  width: 492px;
  text-align: center;
  max-width: 100%;
}
.centercontent .manufacturing .manufacturing-text {
  text-align: center;
  width: 998px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d110);
}
.centercontent .manufacturing .manufacturing-video {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.centercontent .manufacturing .manufacturing-video .video-box {
  position: relative;
  max-width: 100%;
}
.centercontent .manufacturing .manufacturing-video .video-box:hover .video-icon i {
  transform: scale(1.1);
}
.centercontent .manufacturing .manufacturing-video .video-box img {
  border-radius: 500px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.centercontent .manufacturing .manufacturing-video .video-box .video-icon {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centercontent .manufacturing .manufacturing-video .video-box .video-icon i {
  font-size: 66px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
}
.centercontent .capabilities {
  margin-bottom: var(--d150);
}
.centercontent .capabilities .capabilities-title {
  margin-bottom: var(--d12);
  text-align: center;
}
.centercontent .capabilities .capabilities-title h2 {
  font-size: var(--56);
  line-height: 0.8;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.centercontent .capabilities .capabilities-text {
  font-size: var(--18);
  line-height: 1.4;
  color: #DACEC5;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: var(--d80);
}
.centercontent .capabilities .capabilities-content {
  padding: var(--d20);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  border-radius: 16px;
}
.centercontent .capabilities .capabilities-content .capabilities-list {
  --bs-gutter-x: 1.5rem;
  margin-bottom: calc(var(--d30) * -1);
}
.centercontent .capabilities .capabilities-content .capabilities-list .capabilities-list2 {
  margin-bottom: var(--d30);
}
.centercontent .capabilities .capabilities-content .capabilities-list .capabilities-list2 .capabilities-list3 {
  padding: var(--d24);
  height: 100%;
  background-image: url("../img/tel_bg3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 16px;
  position: relative;
  transition: all 0.5s;
}
.centercontent .capabilities .capabilities-content .capabilities-list .capabilities-list2 .capabilities-list3::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/tel_bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}
.centercontent .capabilities .capabilities-content .capabilities-list .capabilities-list2 .capabilities-list3:hover::after {
  opacity: 1;
}
.centercontent .capabilities .capabilities-content .capabilities-list .capabilities-list2 .capabilities-list3:hover .capabilities-num {
  background-color: #fff;
  color: #101010;
}
.centercontent .capabilities .capabilities-content .capabilities-list .capabilities-list2 .capabilities-list3 .capabilities-num {
  transition: all 0.5s;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #101010;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
  font-size: var(--26);
  margin-bottom: var(--d24);
  position: relative;
  z-index: 10;
}
.centercontent .capabilities .capabilities-content .capabilities-list .capabilities-list2 .capabilities-list3 .capabilities-list-title {
  margin-bottom: var(--d8);
  position: relative;
  z-index: 10;
}
.centercontent .capabilities .capabilities-content .capabilities-list .capabilities-list2 .capabilities-list3 .capabilities-list-title h3 {
  font-weight: 500;
  font-size: var(--18);
  line-height: 1.4;
  color: #fff;
}
.centercontent .capabilities .capabilities-content .capabilities-list .capabilities-list2 .capabilities-list3 .capabilities-list-text {
  font-size: var(--16);
  line-height: 1.375;
  color: #DACEC5;
  position: relative;
  z-index: 10;
}
.centercontent .national {
  margin-bottom: var(--d224);
}
.centercontent .national .national-title {
  width: 753px;
  max-width: 100%;
  margin-bottom: var(--d48);
}
.centercontent .national .national-title h2 {
  font-size: var(--56);
  line-height: 1.0714285714;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.centercontent .national .national-text {
  width: 998px;
  margin-left: auto;
  margin-bottom: var(--d88);
  max-width: 100%;
}
.centercontent .national .national-content {
  display: flex;
  justify-content: space-between;
}
.centercontent .national .national-content .national-banner {
  width: 66.6270077335%;
}
.centercontent .national .national-content .national-banner .img-box {
  border-radius: 20px;
  padding-bottom: 54.4642857143%;
}
.centercontent .national .national-content .national-listbox {
  width: 30.737656157%;
}
.centercontent .national .national-content .national-listbox .national-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.centercontent .national .national-content .national-listbox .national-list .national-list2 {
  width: 100%;
}
.centercontent .national .national-content .national-listbox .national-list .national-list2:hover .national-list3 {
  background-color: rgba(218, 206, 197, 0.3);
}
.centercontent .national .national-content .national-listbox .national-list .national-list2 .national-list3 {
  background-color: rgba(218, 206, 197, 0.08);
  border-radius: 10px;
  height: 100%;
  padding: var(--d20) var(--d42) var(--d12);
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
  transition: all 0.5s;
}
.centercontent .national .national-content .national-listbox .national-list .national-list2 .national-list3 .national-type {
  display: inline-block;
  font-size: var(--14);
  color: #C7A590;
  padding: 4px var(--d8);
  border-radius: 5px;
  border: 1px solid #5C5754;
  display: none;
}
.centercontent .national .national-content .national-listbox .national-list .national-list2 .national-list3 .national-list-text {
  font-size: var(--18);
  line-height: 1.2777777778;
  color: #D8DBDD;
  letter-spacing: -0.04em;
  max-width: 100%;
}
.centercontent .national .national-content .national-listbox .national-list .action .national-list3 {
  background: rgba(218, 206, 197, 0.3);
}
.centercontent .frequently .frequently-box {
  padding-bottom: var(--d130);
  display: flex;
  justify-content: space-between;
}
.centercontent .frequently .frequently-box .faq-list1 {
  width: 47.6204640095%;
}
.centercontent .frequently .frequently-box .faq-list1 .faq-list2 {
  margin-bottom: var(--d20);
  padding-bottom: var(--d20);
  border-bottom: 1px solid #48413B;
}
.centercontent .frequently .frequently-box .faq-list1 .faq-list2:last-child {
  margin-bottom: 0;
}
.centercontent .frequently .frequently-box .faq-list1 .faq-list2 .faq-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.centercontent .frequently .frequently-box .faq-list1 .faq-list2 .faq-titlebox .faq-title {
  width: 94.9406620862%;
  font-size: var(--18);
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: 500;
}
.centercontent .frequently .frequently-box .faq-list1 .faq-list2 .faq-titlebox .faq-icon i {
  font-size: 20px;
  transition: all 0.5s;
  color: #fff;
}
.centercontent .frequently .frequently-box .faq-list1 .faq-list2 .faq-text {
  width: 94.9406620862%;
  margin-top: var(--d14);
  font-size: var(--16);
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: #DACEC5;
  display: none;
}
.centercontent .frequently .frequently-box .faq-list1 .faq-list2 .faq-text p {
  margin-bottom: var(--d14);
}
.centercontent .frequently .frequently-box .faq-list1 .faq-list2 .faq-text p:last-child {
  margin-bottom: 0;
}
.centercontent .frequently .frequently-box .faq-list1 .open .faq-icon {
  transform: rotate(180deg);
}
.centercontent .frequently .frequently-box .frequently-title-box {
  width: 661px;
}
.centercontent .frequently .frequently-box .frequently-title-box .frequently-title {
  text-align: right;
  margin-bottom: var(--d12);
}
.centercontent .frequently .frequently-box .frequently-title-box .frequently-text {
  font-size: var(--16);
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #DACEC5;
}

.blogcontent {
  padding-top: var(--d280);
  padding-bottom: var(--d50);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top center;
}
.blogcontent .blog-title {
  margin-bottom: var(--d66);
}
.blogcontent .product-nav {
  padding-bottom: var(--d105);
  flex-wrap: wrap;
}
.blogcontent .blog-box {
  overflow: hidden;
}
.blogcontent .blog-list {
  --bs-gutter-x: 10.1875rem;
  padding-bottom: var(--d30);
}
.blogcontent .blog-list .blog-list2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.blogcontent .blog-list .blog-list2:nth-child(3n) {
  border-right: none;
}

.blog-list3 {
  padding-top: var(--d56);
  padding-bottom: var(--d115);
  height: 100%;
}
.blog-list3:hover .img-box img {
  transform: scale(1.1);
}
.blog-list3:hover .blog-list-title h3 {
  color: #fff;
}
.blog-list3:hover .blog-datebox .blog-date {
  color: #fff;
}
.blog-list3 .img-box {
  padding-bottom: 52.2222222222%;
  border-radius: 8px;
}
.blog-list3 .blog-img {
  margin-bottom: var(--d30);
}
.blog-list3 .blog-list-title {
  margin-bottom: var(--d30);
}
.blog-list3 .blog-list-title h3 {
  transition: all 0.5s;
  font-size: var(--22);
  line-height: 1.1818181818;
  color: #DACEC5;
  font-weight: 500;
}
.blog-list3 .blog-datebox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog-list3 .blog-datebox .blog-date {
  font-size: var(--16);
  line-height: 1.875;
  color: #DACEC5;
  margin-right: var(--d24);
  transition: all 0.5s;
}
.blog-list3 .blog-datebox .blog-type {
  font-size: var(--14);
  color: #C7A590;
  padding: 4px var(--d8);
  border-radius: 5px;
  border: 1px solid #5C5754;
}

.contactcontent {
  padding-top: var(--d280);
  padding-bottom: var(--d250);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top center;
}
.contactcontent .contact-box {
  display: flex;
  justify-content: space-between;
}
.contactcontent .contact-box .contact-left {
  width: 46.4604402142%;
}
.contactcontent .contact-box .contact-left .contact-title1 {
  margin-bottom: var(--d12);
}
.contactcontent .contact-box .contact-left .contact-title1 h2 {
  color: #E26B21;
}
.contactcontent .contact-box .contact-left .contact-title2 {
  margin-bottom: var(--d50);
}
.contactcontent .contact-box .contact-left .contact-text {
  font-size: var(--16);
  line-height: 1.5;
  color: #DACEC5;
  margin-bottom: var(--d110);
}
.contactcontent .contact-box .contact-right {
  width: 38.0725758477%;
}
.contactcontent .contact-box .contact-right .contact-list {
  margin-bottom: var(--d110);
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 {
  display: flex;
  margin-bottom: var(--d80);
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-num {
  min-width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #101010;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
  font-size: var(--26);
  margin-right: var(--d30);
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-title {
  font-size: var(--18);
  color: #DACEC5;
  margin-bottom: var(--d20);
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-text .contact-text2 {
  margin-bottom: 4px;
  font-size: var(--20);
  line-height: 1.3;
  color: #fff;
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-text .contact-text2:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-text .contact-text2 a {
  margin-right: var(--d30);
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-text .contact-text2 a:last-child {
  margin-right: 0;
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-text .contact-text2 a:hover {
  text-decoration: underline;
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-img {
  width: 200px;
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactcontent .contact-box .contact-right .contact-telbox {
  padding: var(--d24) var(--d24) var(--d20);
  background-image: url("../img/tel_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 364px;
  max-width: 100%;
  border-radius: 16px;
  margin-left: var(--d75);
}
.contactcontent .contact-box .contact-right .contact-telbox .contact-icon {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: var(--d24);
}
.contactcontent .contact-box .contact-right .contact-telbox .contact-icon i {
  font-size: var(--22);
  color: #000;
  line-height: 1;
}
.contactcontent .contact-box .contact-right .contact-telbox .contact-tel-title {
  font-size: var(--18);
  line-height: 1.4;
  color: #DACEC5;
}
.contactcontent .contact-box .contact-right .contact-telbox .contact-tel-text {
  font-size: var(--32);
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.contactcontent .contact-box .contact-right .contact-telbox .contact-tel-text a:hover {
  text-decoration: underline;
}

.contact-form .form-title {
  font-size: var(--16);
  margin-bottom: 8px;
  line-height: 1.5;
  color: #fff;
}
.contact-form li {
  margin-bottom: var(--d32);
}
.contact-form li:last-child {
  margin-bottom: var(--d40);
}
.contact-form .input-box {
  width: 100%;
  background-color: transparent;
  padding: 4px 0 var(--d8);
  border-bottom: 1px solid #CECECE;
}
.contact-form .input-box::-moz-placeholder {
  color: #7D7D7D;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-form .input-box::placeholder {
  color: #7D7D7D;
  transition: all 0.5s;
}
.contact-form .input-box:focus::-moz-placeholder {
  opacity: 0.5;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.5;
}
.contact-form .submit {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  background-color: transparent;
}
.contact-form .submit .more-but2 {
  background-color: #5A3209;
}

.newsdetcon .contact-form {
  width: 100%;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .news-title .title {
  font-size: var(--56);
}
.newsdetcon .products-more-con {
  justify-content: flex-start;
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--d30);
  color: #fff;
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
.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 {
  text-decoration: underline;
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .share {
  margin-top: var(--d70);
}
.newsdetcon .news-next {
  margin-bottom: var(--d70);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.pagination .prev {
  position: absolute;
  left: 0;
  font-size: var(--14);
  color: #939393;
  transition: all 0.5s;
}
.pagination .prev:hover {
  color: #000000;
}
.pagination .next {
  position: absolute;
  right: 0;
  font-size: var(--14);
  color: #939393;
  transition: all 0.5s;
}
.pagination .next:hover {
  color: #000000;
}
.pagination .page a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  border-radius: 50%;
  padding: 1px 0;
  transition: all 0.5s;
  color: #939393;
}
.pagination .page:hover a {
  background-color: #DACEC5;
  color: #000000;
}
.pagination .active a {
  background-color: #DACEC5;
  color: #000000;
}

.container {
  max-width: 1681px;
  padding: 0;
  position: relative;
}

@media (max-width: 1800px) {
  :root {
    --212: 186px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 500px;
    height: 600px;
  }
  .detailscontent .details-content .details-textbox {
    width: 770px;
  }
  .aboutcontent .about .about-history .history-numBox .history-list {
    --bs-gutter-x: 6rem;
  }
  .container {
    max-width: 1480px;
  }
}
@media (max-width: 1600px) {
  :root {
    --d280: 220px;
    --d250: 200px;
    --d224: 200px;
    --d208: 160px;
    --d200: 160px;
    --d180: 120px;
    --d164: 120px;
    --d152: 120px;
    --d150: 120px;
    --d144: 120px;
    --d140: 100px;
    --d137: 100px;
    --d135: 100px;
    --d130: 100px;
    --d128: 100px;
    --d120: 100px;
    --d118: 80px;
    --d115: 100px;
    --d105: 90px;
    --d110: 90px;
    --d100: 70px;
    --d98: 90px;
    --d93: 90px;
    --d90: 70px;
    --d88: 70px;
    --d80: 70px;
    --d84: 70px;
    --d72: 60px;
    --d75: 55px;
    --d70: 50px;
    --d66: 50px;
    --d60: 50px;
    --d58: 35px;
    --d56: 35px;
    --d50: 35px;
    --d48: 35px;
    --d42: 34px;
    --d35: 30px;
    --d30: 25px;
    --d24: 20px;
    --d20: 10px;
    --d18: 15px;
    --212: 158px;
    --160: 140px;
    --120: 100px;
    --100: 85px;
    --76: 50px;
    --60: 50px;
    --56: 40px;
    --28: 24px;
    --24: 22px;
    --18: 16px;
  }
  .detailscontent .details-content .details-textbox {
    width: 600px;
  }
  .contactcontent .contact-box .contact-right {
    width: 43.072576%;
  }
  .blogcontent .blog-list {
    --bs-gutter-x: 5.1875rem;
  }
  .centercontent .frequently .frequently-box .frequently-title-box {
    width: 475px;
  }
  .aboutcontent .about .about-history .history-numBox .history-list {
    --bs-gutter-x: 2rem;
  }
  .fooder .fooder-top .fooder-right {
    margin-right: 200px;
  }
  .indexcontent .i-world .i-world-list {
    --bs-gutter-x: 7.3375rem;
  }
  .indexcontent .i-prime .i-prime-text {
    margin-right: 135px;
  }
  .productcontent .product-box .product-list {
    --bs-gutter-x: 3.625rem;
  }
  .container {
    max-width: 1260px;
  }
}
@media (max-width: 1400px) {
  .header .header-box1 .header-content1 {
    height: 80px;
  }
  .detailscontent .details-nav {
    top: 90px;
  }
  :root {
    --d280: 170px;
    --d250: 100px;
    --d224: 100px;
    --d200: 100px;
    --d164: 80px;
    --d152: 80px;
    --d150: 80px;
    --d144: 80px;
    --d140: 80px;
    --d130: 80px;
    --d137: 75px;
    --d135: 75px;
    --d128: 75px;
    --d120: 75px;
    --d115: 75px;
    --d110: 70px;
    --d105: 70px;
    --d98: 60px;
    --d96: 60px;
    --d93: 60px;
    --d90: 60px;
    --d88: 50px;
    --d80: 50px;
    --d84: 50px;
    --d75: 50px;
    --d66: 45px;
    --d62: 30px;
    --d60: 40px;
    --d48: 30px;
    --d42: 24px;
    --d40: 20px;
    --d34: 25px;
    --d30: 20px;
    --d28: 20px;
    --d25: 18px;
    --d22: 15px;
    --d18: 11px;
    --d12: 8px;
    --d10: 6px;
    --d8: 6px;
    --212: 133px;
    --160: 100px;
    --120: 80px;
    --100: 70px;
    --d78: 47px;
    --d72: 40px;
    --76: 40px;
    --60: 40px;
    --56: 40px;
    --36: 30px;
    --30: 24px;
    --28: 22px;
    --26: 22px;
    --24: 20px;
    --22: 20px;
    --20: 16px;
    --18: 16px;
    --15: 14px;
  }
  .detailscontent .details-content .details-textbox .details-but .details-icon {
    width: 30px;
    height: 30px;
  }
  .detailscontent .details-content .details-textbox {
    padding-top: 20px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    height: 280px;
    width: 70px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 347px;
    height: 476px;
  }
  .honors-but,
  .aboutcontent .about .about-history .history-banner .history-but {
    width: 40px;
    height: 40px;
  }
  .aboutcontent .about .about-core {
    margin-left: 130px;
  }
  .fooder .fooder-top .fooder-right .fooder-sharebox .fooder-share a {
    width: 40px;
    height: 40px;
  }
  .header .header-box1 .header-content1 .header-right .header-search {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    margin-right: 26px;
  }
  .header .header-box1 .header-content1 .logo {
    width: 150px;
  }
  .fooder .fooder-top .fooder-right {
    margin-right: 150px;
  }
  .indexcontent .i-world .i-world-list {
    --bs-gutter-x: 5.3375rem;
  }
  .container {
    max-width: 1060px;
  }
}
@media (max-width: 1200px) {
  :root {
    --d208: 140px;
    --d250: 90px;
    --d224: 90px;
    --d180: 90px;
    --d164: 50px;
    --d152: 50px;
    --d137: 50px;
    --d135: 60px;
    --d128: 60px;
    --d110: 60px;
    --d100: 45px;
    --d96: 45px;
    --d93: 45px;
    --d90: 45px;
    --d88: 40px;
    --d80: 40px;
    --d52: 30px;
    --d48: 30px;
    --d45: 30px;
    --d38: 18px;
    --d20: 10px;
    --212: 100px;
    --160: 80px;
    --120: 66px;
    --76: 36px;
    --60: 30px;
    --56: 30px;
    --28: 18px;
    --26: 20px;
    --24: 18px;
    --22: 18px;
    --16: 14px;
  }
  .detailscontent .details-content .details-imgbox {
    margin-bottom: var(--d60);
  }
  .detailscontent .details-content .details-textbox .details-text p {
    width: 100%;
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    height: 448px;
    width: 113px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 600px;
    height: 720px;
  }
  .detailscontent .details-content {
    flex-direction: column;
  }
  .detailscontent .details-content .details-textbox {
    width: 100%;
  }
  .contactcontent .contact-box .contact-right .contact-telbox {
    margin-left: 0;
  }
  .blogcontent .blog-list {
    --bs-gutter-x: 3.1875rem;
  }
  .centercontent .national .national-content {
    flex-direction: column;
  }
  .centercontent .national .national-content .national-banner {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .centercontent .national .national-content .national-listbox {
    width: 100%;
  }
  .centercontent .national .national-content .national-listbox .national-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .centercontent .national .national-content .national-listbox .national-list .national-list2 {
    height: auto;
    width: 24%;
  }
  .centercontent .frequently .frequently-box {
    flex-direction: column-reverse;
  }
  .centercontent .frequently .frequently-box .frequently-title-box .frequently-title {
    text-align: center;
  }
  .centercontent .frequently .frequently-box .frequently-title-box {
    width: 100%;
    margin-bottom: var(--d60);
  }
  .centercontent .frequently .frequently-box .faq-list1 {
    width: 100%;
  }
  .productcontent .product-box .product-list {
    --bs-gutter-x: 2.625rem;
  }
  .pagination .page a {
    width: 30px;
    height: 30px;
  }
  .aboutcontent .about .about-titlebox .about-title {
    width: 100%;
  }
  .aboutcontent .about .about-titlebox .about-img {
    width: 100%;
  }
  .aboutcontent .about .about-titlebox .about-titlebox2 {
    flex-direction: column-reverse;
  }
  .aboutcontent .about .about-titlebox .about-titlebox2 .about-text {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .aboutcontent .about .about-history .history-banner {
    margin: 0;
    margin-bottom: var(--d120);
  }
  .aboutcontent .about .about-history .history-numBox {
    padding: 0;
    padding-top: var(--d60);
  }
  .aboutcontent .about .about-mission {
    left: 100%;
    transform: translateX(-100%);
  }
  .aboutcontent .about .about-core {
    margin-left: 0;
  }
  .fooder .fooder-top .fooder-right {
    margin-right: 100px;
  }
  .fooder .fooder-text {
    margin-bottom: 0;
  }
  .fooder .fooder-bom {
    flex-direction: column-reverse;
  }
  .fooder .fooder-bom .fooder-left2 {
    margin-top: var(--d30);
  }
  .fooder-powered {
    margin: var(--d10) 0;
  }
  .indexcontent .i-world .i-world-list {
    --bs-gutter-x: 3.3375rem;
  }
  .indexcontent .i-global .i-global-numbox .i-global-list .i-global-list2 .i-global-list3 .i-global-num .i-global-tip {
    font-size: 18px;
    line-height: 1;
  }
  .indexcontent .i-global .i-global-box .i-global-right {
    width: 55.505651%;
  }
  .indexcontent .i-prime .i-prime-textbox {
    justify-content: space-between;
  }
  .indexcontent .i-prime .i-prime-text {
    margin-right: 0;
  }
  .header .header-box1 .header-content1 .logo {
    width: 130px;
  }
  .container {
    max-width: 860px;
  }
}
@media (max-width: 980px) {
  :root {
    --d280: 130px;
    --d208: 100px;
    --d250: 70px;
    --d200: 70px;
    --d180: 50px;
    --d150: 50px;
    --d130: 50px;
    --d120: 50px;
    --d110: 50px;
    --d105: 50px;
    --d96: 45px;
    --d60: 30px;
    --212: 80px;
    --120: 50px;
    --60: 30px;
    --56: 30px;
    --34: 26px;
    --26: 20px;
    --24: 18px;
  }
  .detailscontent .details-nav .navbox {
    overflow-x: scroll;
  }
  .contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-num {
    min-width: 36px;
    height: 36px;
  }
  .contactcontent .contact-box .contact-right .contact-telbox .contact-icon {
    width: 36px;
    height: 36px;
  }
  .contactcontent .contact-box {
    flex-direction: column;
  }
  .contactcontent .contact-box .contact-left {
    width: 100%;
  }
  .contactcontent .contact-box .contact-right {
    width: 100%;
    margin-top: var(--d40);
  }
  .blogcontent .blog-list .blog-list2:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .centercontent .capabilities .capabilities-content .capabilities-list .capabilities-list2 .capabilities-list3 .capabilities-num {
    width: 36px;
    height: 36px;
  }
  .centercontent .national .national-content .national-listbox .national-list .national-list2 {
    height: auto;
    width: 48%;
    margin-bottom: var(--d20);
  }
  .productcontent .product-nav .product-nav2 .product-nav3 {
    font-size: 12px;
  }
  .aboutcontent .about .about-history .history-banner .history-but {
    top: 20%;
  }
  .news-content .news-title {
    width: 100%;
  }
  .fooder .fooder-top .fooder-right {
    margin-right: 50px;
  }
  .indexcontent .i-prime .i-prime-textbox {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .indexcontent .i-global .i-global-box .i-global-right {
    width: 100%;
    margin-bottom: var(--d20);
    padding-left: 0;
    border-left: none;
  }
  .news-content {
    padding: 0;
    padding-bottom: var(--d84);
  }
  .indexcontent .i-world .i-world-list .i-world-list2 {
    border: none;
  }
  .indexcontent .i-world .i-world-textbox .i-world-text {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .indexcontent .i-world .i-world-textbox {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .indexcontent .i-global .i-global-box .i-global-left {
    width: 100%;
  }
  .indexcontent .i-prime .i-prime-text {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .indexcontent .i-global .i-global-box {
    flex-direction: column-reverse;
  }
  .container {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .header .header-box1 .header-content1 {
    height: 60px;
  }
  .detailscontent .details-nav {
    top: 65px;
  }
  :root {
    --d250: 70px;
    --d224: 70px;
    --d208: 70px;
    --d144: 60px;
    --d100: 30px;
    --d96: 30px;
    --d70: 38px;
    --d60: 25px;
    --d48: 20px;
    --d35: 20px;
    --160: 70px;
    --d24: 16px;
    --d14: 8px;
    --32: 26px;
    --14: 12px;
  }
  .detailscontent .details-content .details-imgbox {
    flex-direction: column-reverse;
  }
  .detailscontent .details-content .details-textbox .details-titlebox .details-title {
    width: 100%;
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 100%;
    height: auto;
  }
  .detailscontent .details-content .details-textbox .details-titlebox {
    flex-direction: column;
  }
  .detailscontent .details-content .details-textbox .details-titlebox .details-title {
    margin-bottom: var(--d30);
  }
  .other-banner .crumbs-box {
    font-size: 12px;
  }
  .other-banner .other-img {
    height: 200px;
  }
  .centercontent .frequently .frequently-box .faq-list1 .faq-list2 .faq-titlebox .faq-icon i {
    font-size: 16px;
  }
  .centercontent .manufacturing .manufacturing-video .video-box .video-icon i {
    font-size: 40px;
  }
  .centercontent .national .national-content .national-listbox .national-list .national-list2 {
    width: 100%;
  }
  .productcontent .product-nav {
    justify-content: flex-start;
  }
  .aboutcontent .about .about-core .about-core2 .about-iconbox {
    width: 35px;
    height: 35px;
  }
  .header .header-box1 .header-content1 .logo {
    width: 100px;
  }
  .header .header-language a {
    padding: 6px 10px;
  }
  .fooder {
    padding-bottom: 70px;
  }
  .fooder .fooder-bom .fooder-right2,
  .fooder .fooder-text {
    font-size: 10vw;
  }
  .container {
    max-width: 90%;
  }
}
.swiper-img2 {
  display: none;
}

@media (max-width: 540px) {
  :root {
    --d280: 85px;
    --d250: 40px;
    --d224: 40px;
    --d208: 40px;
    --d200: 40px;
    --d164: 30px;
    --d152: 30px;
    --d150: 30px;
    --d144: 30px;
    --d130: 30px;
    --d135: 30px;
    --d128: 30px;
    --d120: 30px;
    --d115: 30px;
    --d110: 30px;
    --d105: 30px;
    --d98: 30px;
    --d90: 30px;
    --d93: 30px;
    --d84: 30px;
    --d80: 30px;
    --d75: 30px;
    --d70: 30px;
    --d66: 25px;
    --d62: 25px;
    --d60: 15px;
    --d56: 20px;
    --d58: 20px;
    --d50: 20px;
    --d34: 15px;
    --d30: 14px;
    --d24: 10px;
    --160: 60px;
    --120: 45px;
    --76: 32px;
    --34: 22px;
    --28: 16px;
    --22: 16px;
    --18: 14px;
  }
  .blogcontent .product-nav {
    justify-content: flex-start;
  }
  .pagination .page a {
    width: 26px;
    height: 26px;
  }
  .honors-but,
  .aboutcontent .about .about-history .history-banner .history-but {
    width: 30px;
    height: 30px;
  }
  .fooder .fooder-top .fooder-right {
    margin-right: 0;
  }
  .fooder .fooder-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder-left {
    margin-bottom: var(--d30);
  }
  .swiper-img1 {
    display: none;
  }
  .swiper-img2 {
    display: block;
  }
  .index-banner .slide-inner {
    padding-bottom: 144.8717948718%;
  }
  .index-banner .banner-videotextbox {
    top: 50%;
  }
  .index-banner .banner-videotextbox .banner-text1 {
    font-size: 25px;
  }
  .index-banner .banner-videotextbox .banner-text2 {
    font-size: 25px;
  }
  .index-banner .banner-videotextbox .banner-text3 {
    font-size: 14px;
  }
  .slide-inner:has(.mobile-video)::before {
    font-family: "iconfont" !important;
    content: "\ea82";
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 38px;
    color: #fff;
    z-index: 1000000000;
  }
}
.header-list .header-list2:nth-child(2) .more-1-list2:nth-child(2) {
  display: none;
}/*# sourceMappingURL=style.css.map */